pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel More tree unbreaking after rename of p5-libapreq.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9eed6cb55f68
branches: trunk
changeset: 359478:9eed6cb55f68
user: maya <maya%pkgsrc.org@localhost>
date: Sat Mar 11 23:26:32 2017 +0000
description:
More tree unbreaking after rename of p5-libapreq.
diffstat:
devel/rt-mysql/Makefile.common | 5 +++--
devel/rt3/Makefile | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r 62e447595524 -r 9eed6cb55f68 devel/rt-mysql/Makefile.common
--- a/devel/rt-mysql/Makefile.common Sat Mar 11 23:21:11 2017 +0000
+++ b/devel/rt-mysql/Makefile.common Sat Mar 11 23:26:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2015/07/12 18:56:21 wiz Exp $
+# $NetBSD: Makefile.common,v 1.22 2017/03/11 23:26:32 maya Exp $
# used by devel/rt-mysql/Makefile
# used by devel/rt-pgsql/Makefile
@@ -85,7 +85,7 @@
DEPENDS+= p5-Params-Validate>=0.02:../../devel/p5-Params-Validate
DEPENDS+= p5-HTML-Mason>=1.02:../../www/p5-HTML-Mason
#DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI
-DEPENDS+= p5-libapreq2-[0-9]*:../../www/p5-libapreq2
+DEPENDS+= p5-${APACHE_PKG_PREFIX}-libapreq2-[0-9]*:../../www/p5-libapreq2
DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-MIME-tools>=5.108:../../mail/p5-MIME-tools
@@ -127,4 +127,5 @@
${ECHO} '#define DATABASE_LIBRARY_PATH "${RT_DB_PATH}"' >> config.h; \
${ECHO} '#define RT_GROUP "${RT_GROUP}"' >> config.h )
+.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 62e447595524 -r 9eed6cb55f68 devel/rt3/Makefile
--- a/devel/rt3/Makefile Sat Mar 11 23:21:11 2017 +0000
+++ b/devel/rt3/Makefile Sat Mar 11 23:26:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2016/06/08 19:23:48 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2017/03/11 23:26:32 maya Exp $
DISTNAME= rt-3.8.17
PKGREVISION= 7
@@ -82,7 +82,7 @@
# Front-end dependencies:
.if !empty(PKG_OPTIONS:Mmodperl1)
-DEPENDS+= p5-libapreq>=1.2:../../www/p5-libapreq
+DEPENDS+= p5-${APACHE_PKG_PREFIX}-libapreq>=1.2:../../www/p5-libapreq
DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI
.elif !empty(PKG_OPTIONS:Mmodperl2)
DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI
@@ -148,4 +148,5 @@
.include "Makefile.install"
.include "../../databases/p5-DBI/buildlink3.mk"
+.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index