pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sablevm-classpath Add build_dependency on zip, an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1157f4fc7b3
branches:  trunk
changeset: 511852:f1157f4fc7b3
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sun Apr 23 20:03:06 2006 +0000

description:
Add build_dependency on zip, and remove the --without-zip argument to
configure, since it is no more supported
That should fix PLIST problems

diffstat:

 lang/sablevm-classpath/Makefile        |  3 ++-
 lang/sablevm-classpath/Makefile.common |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 49c0185cd280 -r f1157f4fc7b3 lang/sablevm-classpath/Makefile
--- a/lang/sablevm-classpath/Makefile   Sun Apr 23 19:52:54 2006 +0000
+++ b/lang/sablevm-classpath/Makefile   Sun Apr 23 20:03:06 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2006/04/17 12:21:14 tonio Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/23 20:03:06 tonio Exp $
 #
 
 .include "Makefile.common"
 PKGREVISION=   1
+BUILD_DEPENDS+=         zip>=2.3:../../archivers/zip
 
 INFO_FILES=            # PLIST
 
diff -r 49c0185cd280 -r f1157f4fc7b3 lang/sablevm-classpath/Makefile.common
--- a/lang/sablevm-classpath/Makefile.common    Sun Apr 23 19:52:54 2006 +0000
+++ b/lang/sablevm-classpath/Makefile.common    Sun Apr 23 20:03:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2006/04/15 22:09:56 tonio Exp $
+# $NetBSD: Makefile.common,v 1.8 2006/04/23 20:03:06 tonio Exp $
 #
 
 DISTNAME=      sablevm-classpath-1.13
@@ -19,5 +19,4 @@
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
 
-CONFIGURE_ARGS+=       --without-zip
 CONFIGURE_ARGS+=       --with-jikes



Home | Main Index | Thread Index | Old Index