pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-libapreq2 www/p5-libapreq2: remove ignored SUBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc1fe1e6d687
branches:  trunk
changeset: 413877:bc1fe1e6d687
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 21:21:05 2020 +0000

description:
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:

 www/p5-libapreq2/Makefile         |  8 +-------
 www/p5-libapreq2/distinfo         |  6 +++---
 www/p5-libapreq2/patches/patch-aa |  6 +++---
 www/p5-libapreq2/patches/patch-ab |  6 +++---
 4 files changed, 10 insertions(+), 16 deletions(-)

diffs (66 lines):

diff -r ef2672df0934 -r bc1fe1e6d687 www/p5-libapreq2/Makefile
--- a/www/p5-libapreq2/Makefile Sun Mar 22 21:19:49 2020 +0000
+++ b/www/p5-libapreq2/Makefile Sun Mar 22 21:21:05 2020 +0000
@@ -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_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 -r ef2672df0934 -r bc1fe1e6d687 www/p5-libapreq2/distinfo
--- a/www/p5-libapreq2/distinfo Sun Mar 22 21:19:49 2020 +0000
+++ b/www/p5-libapreq2/distinfo Sun Mar 22 21:21:05 2020 +0000
@@ -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 -r ef2672df0934 -r bc1fe1e6d687 www/p5-libapreq2/patches/patch-aa
--- a/www/p5-libapreq2/patches/patch-aa Sun Mar 22 21:19:49 2020 +0000
+++ b/www/p5-libapreq2/patches/patch-aa Sun Mar 22 21:21:05 2020 +0000
@@ -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 -r ef2672df0934 -r bc1fe1e6d687 www/p5-libapreq2/patches/patch-ab
--- a/www/p5-libapreq2/patches/patch-ab Sun Mar 22 21:19:49 2020 +0000
+++ b/www/p5-libapreq2/patches/patch-ab Sun Mar 22 21:21:05 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index