Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.107 2013/06/06 12:53:49 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.109 2013/10/10 14:41:46 ryoon Exp $
|
||||
|
||||
DISTNAME= rrdtool-1.4.7
|
||||
PKGREVISION= 13
|
||||
PKGREVISION= 15
|
||||
CATEGORIES= databases graphics net
|
||||
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.40 2013/06/06 12:53:49 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.42 2013/10/10 14:41:46 ryoon Exp $
|
||||
|
||||
BUILDLINK_TREE+= rrdtool
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= rrdtool
|
||||
RRDTOOL_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.rrdtool+= rrdtool>=1.3.9
|
||||
BUILDLINK_ABI_DEPENDS.rrdtool+= rrdtool>=1.4.7nb13
|
||||
BUILDLINK_ABI_DEPENDS.rrdtool+= rrdtool>=1.4.7nb15
|
||||
BUILDLINK_PKGSRCDIR.rrdtool?= ../../databases/rrdtool
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: distinfo,v 1.43 2012/02/03 15:43:44 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.44 2013/10/20 18:18:52 joerg Exp $
|
||||
|
||||
SHA1 (rrdtool-1.4.7.tar.gz) = faab7df7696b69f85d6f89dd9708d7cf0c9a273b
|
||||
RMD160 (rrdtool-1.4.7.tar.gz) = 3a8c1c0f3fe0d76fb7da8b712cdd19d59d5171ba
|
||||
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 81131a74c8e9b81edfaa4b6746d4ab8508e82ac2
|
||||
SHA1 (patch-al) = abc25497a10d59b1ad2e3a263f818eef89985538
|
||||
SHA1 (patch-am) = 6c0a0890b1e8e2c1a186e2015c0cf5acd719b686
|
||||
SHA1 (patch-az) = 41e7f6aad5a54a0fa27744709af404b887b88602
|
||||
SHA1 (patch-bindings_perl-shared_Makefile.PL) = d767dca08217a909132646216679a5d1fad4b77c
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
$NetBSD: patch-bindings_perl-shared_Makefile.PL,v 1.1 2013/10/20 18:18:52 joerg Exp $
|
||||
|
||||
--- bindings/perl-shared/Makefile.PL.orig 2013-10-16 20:05:57.000000000 +0000
|
||||
+++ bindings/perl-shared/Makefile.PL
|
||||
@@ -30,9 +30,9 @@ if (($Config{'osname'} eq 'MSWin32' && $
|
||||
for ($^O){
|
||||
/linux/ && do{ $R = "-Wl,--rpath -Wl,$rp"};
|
||||
/hpux/ && do{ $R = "+b$rp"};
|
||||
- /solaris/ && do{ $R = "-R$rp"};
|
||||
- /bsd/ && do{ $R = "-R$rp"};
|
||||
- /aix/ && do{ $R = "-blibpath:$rp"};
|
||||
+ /solaris/ && do{ $R = "-Wl,-R$rp"};
|
||||
+ /bsd/ && do{ $R = "-Wl,-R$rp"};
|
||||
+ /aix/ && do{ $R = "-Wl,-blibpath:$rp"};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user