Date: Thu, 25 May 2006 17:51:49 +0200 (CEST) From: Herve Quiroz <hq@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: ports/97915: [PATCH] x11/libgnome-java: Fix configure/build when Jikes is installed Message-ID: <200605251551.k4PFpnex077597@arabica.esil.univ-mrs.fr> Resent-Message-ID: <200605251600.k4PG0aaV059301@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97915 >Category: ports >Synopsis: [PATCH] x11/libgnome-java: Fix configure/build when Jikes is installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 25 16:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Herve Quiroz >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD arabica.esil.univ-mrs.fr 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 9 17:19:22 CEST >Description: See ports/96401 Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libgnome-java-2.12.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libgnome-java/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 13 May 2006 05:00:20 -0000 1.11 +++ Makefile 25 May 2006 15:51:38 -0000 @@ -32,6 +32,10 @@ CONFIGURE_ARGS= --without-gcj-compile CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" +# jikes related +CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} +MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} + GNOME_API_VERSION= 2.12 GTK_API_VERSION= 2.8 PLIST_SUB= GNOME_API_VERSION=${GNOME_API_VERSION} PORTNAME=${PORTNAME} --- libgnome-java-2.12.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605251551.k4PFpnex077597>