pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc REPLACE_INTERPRETER occurs as part of the configure st...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a26fb5196419
branches:  trunk
changeset: 516393:a26fb5196419
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jul 20 13:48:14 2006 +0000

description:
REPLACE_INTERPRETER occurs as part of the configure step, so don't set
NO_CONFIGURE.

diffstat:

 security/amavisd-new/Makefile  |  3 +--
 textproc/ruby-nqxml/Makefile   |  3 +--
 textproc/ruby-xmlscan/Makefile |  3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r 78f35d243f06 -r a26fb5196419 security/amavisd-new/Makefile
--- a/security/amavisd-new/Makefile     Thu Jul 20 13:31:08 2006 +0000
+++ b/security/amavisd-new/Makefile     Thu Jul 20 13:48:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/04/23 00:12:41 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/07/20 13:48:14 jlam Exp $
 
 DISTNAME=      amavisd-new-${VERSION}${PATCHLEVEL}
 PKGNAME=       amavisd-new-${VERSION}${PATCHLEVEL:S/-//}
@@ -88,7 +88,6 @@
 .  include "../../mk/pthread.buildlink3.mk"
 .else
 USE_LANGUAGES=         # empty
-NO_CONFIGURE=          yes
 PLIST_SUBST+=          MILTER="@comment "
 
 do-build:      replace-interpreter
diff -r 78f35d243f06 -r a26fb5196419 textproc/ruby-nqxml/Makefile
--- a/textproc/ruby-nqxml/Makefile      Thu Jul 20 13:31:08 2006 +0000
+++ b/textproc/ruby-nqxml/Makefile      Thu Jul 20 13:48:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/11/02 11:36:16 taca Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/20 13:48:14 jlam Exp $
 #
 
 DISTNAME=      nqxml-1.1.3p1
@@ -13,7 +13,6 @@
 COMMENT=       XML parser written in pure Ruby
 
 NO_BUILD=      yes
-NO_CONFIGURE=  yes
 USE_RUBY_INSTALL= yes
 
 DOC=           README
diff -r 78f35d243f06 -r a26fb5196419 textproc/ruby-xmlscan/Makefile
--- a/textproc/ruby-xmlscan/Makefile    Thu Jul 20 13:31:08 2006 +0000
+++ b/textproc/ruby-xmlscan/Makefile    Thu Jul 20 13:48:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/03/30 15:40:26 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/20 13:48:14 jlam Exp $
 #
 
 DISTNAME=      xmlscan-${VER}
@@ -13,7 +13,6 @@
 VER=           0.2.3
 
 NO_BUILD=              yes
-NO_CONFIGURE=          yes
 USE_RUBY_INSTALL=      yes
 
 REPLACE_RUBY=  samples/getxmlchar.rb samples/xmlbench.rb \



Home | Main Index | Thread Index | Old Index