pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-OSSP-uuid: get rid of the dereferenced $srcdir.
Module Name: pkgsrc-wip
Committed By: Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By: mishka
Date: Wed Jan 25 14:51:37 2017 +0200
Changeset: 787e34be79007ee093d5cdd6598b63a976fd06e4
Modified Files:
p5-OSSP-uuid/distinfo
p5-OSSP-uuid/patches/patch-perl_Makefile.PL
Log Message:
p5-OSSP-uuid: get rid of the dereferenced $srcdir.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=787e34be79007ee093d5cdd6598b63a976fd06e4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-OSSP-uuid/distinfo | 2 +-
p5-OSSP-uuid/patches/patch-perl_Makefile.PL | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/p5-OSSP-uuid/distinfo b/p5-OSSP-uuid/distinfo
index d716911..0198188 100644
--- a/p5-OSSP-uuid/distinfo
+++ b/p5-OSSP-uuid/distinfo
@@ -4,5 +4,5 @@ SHA1 (uuid-1.6.2.tar.gz) = 3e22126f0842073f4ea6a50b1f59dcb9d094719f
RMD160 (uuid-1.6.2.tar.gz) = f9cd513577557c4f1d7de869f80035b8844b56d7
SHA512 (uuid-1.6.2.tar.gz) = 16c7e016ce08d7679cc6ee7dec43a886a8c351960acdde99f8f9b590c7232d521bc6e66e4766d969d22c3f835dcc2814fdecc44eef1cd11e7b9b0f9c41b5c03e
Size (uuid-1.6.2.tar.gz) = 397048 bytes
-SHA1 (patch-perl_Makefile.PL) = 21be77416a551afd15debe0894f62d822ce78101
+SHA1 (patch-perl_Makefile.PL) = 23f059f4324283f26d3cd6fd1056964ea7753811
SHA1 (patch-perl_uuid.xs) = 075b1bb78ef625c6df333dd4c1b38d7d2770c91a
diff --git a/p5-OSSP-uuid/patches/patch-perl_Makefile.PL b/p5-OSSP-uuid/patches/patch-perl_Makefile.PL
index 162e79d..172b8f5 100644
--- a/p5-OSSP-uuid/patches/patch-perl_Makefile.PL
+++ b/p5-OSSP-uuid/patches/patch-perl_Makefile.PL
@@ -25,7 +25,8 @@ Also, rename package files to avoid conflict with devel/libuuid
- LIBS => [ "-L$srcdir/.libs -L$srcdir -luuid" ],
+ LIBS => [ "$ENV{LDFLAGS} -lossp-uuid" ],
DEFINE => '',
- INC => "-I. -I$srcdir",
+- INC => "-I. -I$srcdir",
++ INC => "-I.",
PM => { 'uuid.pm' => '$(INST_LIBDIR)/uuid.pm',
'uuid.pod' => '$(INST_LIBDIR)/uuid.pod',
($compat ? ('uuid_compat.pm' => '$(INST_LIBDIR)/../Data/UUID.pm') : ()),
Home |
Main Index |
Thread Index |
Old Index