Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 21:58:45 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42206: [patch] make ports/java GNOMENG aware
Message-ID:  <20020830115845.AB9946A7124@k7.mavetju>

next in thread | raw e-mail | index | archive | help

>Number:         42206
>Category:       ports
>Synopsis:       [patch] make ports/java GNOMENG aware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 05:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

>Description:

    make ports/java GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    java/sablevm

--- java/sablevm/Makefile.old	Fri Aug 30 21:53:53 2002
+++ java/sablevm/Makefile	Fri Aug 30 21:56:58 2002
@@ -29,7 +29,10 @@
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 CONFIGURE_ENV=	CFLAGS="-D_P1003_1B_VISIBLE -pthread -I${PREFIX}/include -L${PREFIX}/lib"
 # Uncomment to force gnome dependency
-#USE_GNOMELIBS=	yes
+.if defined(WITH_GNOMELIBS)
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
+.endif
 
 # Directories for the three SableVM source components
 SABLEVMDIR=	${PORTNAME}-${PORTVERSION}
@@ -37,7 +40,7 @@
 CLASSESDIR=	${PORTNAME}-class-library-${PORTVERSION}
 
 # Conditionally compile the gnome-dependent stuff
-.if !defined(USE_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
+.if !defined(WITH_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
 EXTRA_PATCHES=	${PATCHDIR}/extra-patch-aa ${PATCHDIR}/extra-patch-ab
 pre-fetch:
 	@${ECHO} ''
@@ -47,7 +50,7 @@
 	@${ECHO} '***' Therefore, SableVM will be built without graphics
 	@${ECHO} '***' support. If you would like to install the Gnome
 	@${ECHO} '***' libraries to include graphics support, hit Control-C
-	@${ECHO} '***' now and type \'make USE_GNOMELIBS=yes\'.
+	@${ECHO} '***' now and type \'make WITH_GNOMELIBS=yes\'.
 	@${ECHO} '***'
 	@${ECHO} ''
 	@sleep 3
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020830115845.AB9946A7124>