pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/quilt Add --without-rpmbuild to CONFIGURE_ARGS. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c998f0cebad
branches:  trunk
changeset: 538453:6c998f0cebad
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Feb 08 19:29:25 2008 +0000

description:
Add --without-rpmbuild to CONFIGURE_ARGS.  Otherwise, the configure
script can detect it spuriously, and the installation phase will fail
during the PLIST check.

I would've added it as an option, but I do not know if quilt even
works with our ancient rpm package.

Bump rev (mostly for CHANGES).

diffstat:

 devel/quilt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 167c704a11ad -r 6c998f0cebad devel/quilt/Makefile
--- a/devel/quilt/Makefile      Fri Feb 08 18:05:43 2008 +0000
+++ b/devel/quilt/Makefile      Fri Feb 08 19:29:25 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/01/08 08:28:58 apb Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/08 19:29:25 bjs Exp $
 #
 
 DISTNAME=      quilt-0.46
@@ -23,6 +23,7 @@
 CONFIGURE_ARGS+=       --with-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch
 CONFIGURE_ARGS+=       --with-sed=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}sed
 CONFIGURE_ARGS+=       --with-sendmail=/usr/sbin/sendmail
+CONFIGURE_ARGS+=       --without-rpmbuild
 CONFIGURE_ARGS+=       --without-getopt
 
 INSTALL_MAKE_FLAGS+=   etcdir=${PREFIX}/share/examples/quilt



Home | Main Index | Thread Index | Old Index