pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rapidsvn Drop explicit include of apr0 buildlink...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7cf609e2e88
branches: trunk
changeset: 538189:d7cf609e2e88
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu Jan 31 16:37:35 2008 +0000
description:
Drop explicit include of apr0 buildlink file, enabling building this
package with subversion-base compiled with apr1. This approach
matches all the subversion language bindings as well as
ap2-subversion. (Given options like this, a proper solution probably
requires recording such choices in the installed package.)
diffstat:
devel/rapidsvn/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 7da849e0f507 -r d7cf609e2e88 devel/rapidsvn/Makefile
--- a/devel/rapidsvn/Makefile Thu Jan 31 15:50:20 2008 +0000
+++ b/devel/rapidsvn/Makefile Thu Jan 31 16:37:35 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2008/01/18 05:14:38 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2008/01/31 16:37:35 gdt Exp $
DISTNAME= rapidsvn-0.9.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel x11 scm
MASTER_SITES= http://www.rapidsvn.org/download/release/0.9.4/
@@ -27,8 +27,9 @@
${INSTALL_MAN} ${WRKSRC}/doc/manpage/rapidsvn.1 \
${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../devel/apr0/buildlink3.mk"
+# While apr is actually a dependency, we ride it being included via
+# subversion-base, following the precedent of devel/foo-subversion and
+# www/ap2-subversion.
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index