pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/classpath Disable GTK support and split the Makef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f194f8b9529b
branches:  trunk
changeset: 471457:f194f8b9529b
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 28 20:32:35 2004 +0000

description:
Disable GTK support and split the Makefile to aid with the addition of the
new classpath-gui package.  Bump PKGREVISION to 1.

diffstat:

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

diffs (61 lines):

diff -r caf56e8178ba -r f194f8b9529b lang/classpath/Makefile
--- a/lang/classpath/Makefile   Sun Mar 28 20:18:36 2004 +0000
+++ b/lang/classpath/Makefile   Sun Mar 28 20:32:35 2004 +0000
@@ -1,28 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2004/03/07 21:31:09 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/28 20:32:35 jmmv Exp $
 
-DISTNAME=              classpath-0.07
-CATEGORIES=            devel
-MASTER_SITES=          ftp://alpha.gnu.org/gnu/classpath/
+.include "Makefile.common"
 
-MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://www.gnu.org/software/classpath
-COMMENT=               Class libraries for Java VM
+PKGREVISION=           1
 
-DEPENDS+=              jikes>=1.18:../../lang/jikes
+BUILD_DEPENDS+=                zip>=2.3:../../archivers/zip
 
-GNU_CONFIGURE=         yes
 INFO_FILES=            hacking.info vmintegration.info
-USE_BUILDLINK3=                yes
-USE_GNU_TOOLS+=                make
-USE_LIBTOOL=           yes
-
-CONFIGURE_ARGS+=       --with-jikes
 
-BUILDLINK_FILES.libart2+=      bin/libart2-config
-BUILDLINK_TRANSFORM.libart2+=  -e 's|/libart2-config|/libart-config|g'
+CONFIGURE_ARGS+=       --disable-gtk-peer
 
-.include "../../graphics/libart2/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pkgconfig/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r caf56e8178ba -r f194f8b9529b lang/classpath/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/classpath/Makefile.common    Sun Mar 28 20:32:35 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile.common,v 1.1 2004/03/28 20:32:35 jmmv Exp $
+
+DISTNAME=              classpath-0.07
+CATEGORIES=            devel
+MASTER_SITES=          ftp://alpha.gnu.org/gnu/classpath/
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://www.gnu.org/software/classpath
+COMMENT=               Class libraries for Java VM
+
+DEPENDS+=              jikes>=1.18:../../lang/jikes
+
+DISTINFO_FILE=         ${.CURDIR}/../../lang/classpath/distinfo
+
+GNU_CONFIGURE=         yes
+USE_BUILDLINK3=                yes
+USE_GNU_TOOLS+=                make
+USE_LIBTOOL=           yes
+
+CONFIGURE_ARGS+=       --with-jikes



Home | Main Index | Thread Index | Old Index