summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 21:21:05 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 21:21:05 +0000
commit8e08c962cf0122746723d300118cdb19d39b4074 (patch)
tree3595a009b75601ec16fbf2c5ab62dbdf02174f0b /www
parent21fb3ada5f818e0ae2bf36379e667a7ff0f4b704 (diff)
downloadpkgsrc-8e08c962cf0122746723d300118cdb19d39b4074.tar.gz
www/p5-libapreq2: remove ignored SUBST block
The file env/Makefile.in doesn't exist anymore, and the other Makefile.in files don't run apxs anymore.
Diffstat (limited to 'www')
-rw-r--r--www/p5-libapreq2/Makefile8
-rw-r--r--www/p5-libapreq2/distinfo6
-rw-r--r--www/p5-libapreq2/patches/patch-aa6
-rw-r--r--www/p5-libapreq2/patches/patch-ab6
4 files changed, 10 insertions, 16 deletions
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile
index 0045ac87d78..c8bd1400e11 100644
--- a/www/p5-libapreq2/Makefile
+++ b/www/p5-libapreq2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/08/11 13:25:06 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/03/22 21:21:05 rillig Exp $
DISTNAME= libapreq2-2.13
PKGNAME= p5-${APACHE_PKG_PREFIX}-${DISTNAME}
@@ -17,12 +17,6 @@ USE_TOOLS+= gmake
USE_LIBTOOL= YES
PERL5_PACKLIST= auto/libapreq2/.packlist
-SUBST_CLASSES+= apxs
-SUBST_STAGE.apxs= pre-configure
-SUBST_FILES.apxs= env/Makefile.in
-SUBST_SED.apxs= -e "s|@APACHE2_APXS@ -i -a -n|@APACHE2_APXS@ -i -n|g"
-SUBST_MESSAGE.apxs= Fixing module installation.
-
.include "../../lang/perl5/module.mk"
MAKE_PARAMS:= ${MAKE_PARAMS:NINSTALLDIRS=vendor}
diff --git a/www/p5-libapreq2/distinfo b/www/p5-libapreq2/distinfo
index a17d3933f3f..cab755b57cc 100644
--- a/www/p5-libapreq2/distinfo
+++ b/www/p5-libapreq2/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2015/11/04 02:47:21 agc Exp $
+$NetBSD: distinfo,v 1.12 2020/03/22 21:21:05 rillig Exp $
SHA1 (libapreq2-2.13.tar.gz) = db3761625a62230147896b47e9b047660b20ba28
RMD160 (libapreq2-2.13.tar.gz) = 8d7d2573624193b6dfbbe354b3771012257c1578
SHA512 (libapreq2-2.13.tar.gz) = 54553cb90c0d3f6fb34ff19364c5804976c4aff1bae551ae051fdd06f41695770f1e285c40e03dbd93ae738adc332f38f1a1994167598364071feaec833fdf05
Size (libapreq2-2.13.tar.gz) = 891320 bytes
-SHA1 (patch-aa) = 8fa12ccc0a959c0b2430f4a3165185d3a4f1bf03
-SHA1 (patch-ab) = 46d68205d1759a74ee630a2a33c6fcb29b56bbe9
+SHA1 (patch-aa) = f3e9e3d0ecee2f2124045af622c60b6684475e3e
+SHA1 (patch-ab) = 8318a1248de9f79228a91334bae29aa91bcbf42c
SHA1 (patch-apreq2-config.in) = 2125b6ddcb1e95fef016f7ab154effa7219438dc
diff --git a/www/p5-libapreq2/patches/patch-aa b/www/p5-libapreq2/patches/patch-aa
index 60e36e94d42..51726ffed36 100644
--- a/www/p5-libapreq2/patches/patch-aa
+++ b/www/p5-libapreq2/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1 2011/03/30 18:38:07 bouyer Exp $
+$NetBSD: patch-aa,v 1.2 2020/03/22 21:21:05 rillig Exp $
-perl_install cause the Makefile in perl/ to be rebuilt with /usr/pkg/lib
-as library path instead of the source tree. install the tries to relink
+perl_install causes the Makefile in perl/ to be rebuilt with /usr/pkg/lib
+as library path instead of the source tree. install then tries to relink
the target with the new path, which fails because the just-installed
libraries are not in the buildlink directory.
Just don't rebuild makefiles, the run-time search path has been fixed
diff --git a/www/p5-libapreq2/patches/patch-ab b/www/p5-libapreq2/patches/patch-ab
index f49aaefa6ec..a9a75e17df8 100644
--- a/www/p5-libapreq2/patches/patch-ab
+++ b/www/p5-libapreq2/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1 2011/03/30 18:38:07 bouyer Exp $
+$NetBSD: patch-ab,v 1.2 2020/03/22 21:21:05 rillig Exp $
-perl_install cause the Makefile in perl/ to be rebuilt with /usr/pkg/lib
-as library path instead of the source tree. install the tries to relink
+perl_install causes the Makefile in perl/ to be rebuilt with /usr/pkg/lib
+as library path instead of the source tree. install then tries to relink
the target with the new path, which fails because the just-installed
libraries are not in the buildlink directory.
Just don't rebuild makefiles, the run-time search path has been fixed