pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/subversion As a workaround, use configure --info...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8e7ba1b5483
branches:  trunk
changeset: 510775:f8e7ba1b5483
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 04 03:36:32 2006 +0000

description:
As a workaround, use configure --infodir.
It does not install info file, but does create directory.

diffstat:

 devel/subversion/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5cb56c2636ba -r f8e7ba1b5483 devel/subversion/Makefile.common
--- a/devel/subversion/Makefile.common  Mon Apr 03 23:30:34 2006 +0000
+++ b/devel/subversion/Makefile.common  Tue Apr 04 03:36:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2006/01/02 21:13:45 epg Exp $
+# $NetBSD: Makefile.common,v 1.23 2006/04/04 03:36:32 reed Exp $
 
 DISTNAME=              subversion-${SVNVER}
 CATEGORIES=            devel
@@ -24,6 +24,8 @@
 CONFIGURE_ARGS+=       --with-apr-util=${BUILDLINK_PREFIX.apr}
 CONFIGURE_ARGS+=       --with-neon=${BUILDLINK_PREFIX.neon}
 CONFIGURE_ARGS+=       --with-ssl
+# workaround: does not install info file, but does create directory
+CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 
 BUILDLINK_DEPENDS.subversion-base+=    subversion-base>=${SVNVER}
 



Home | Main Index | Thread Index | Old Index