From owner-freebsd-ports Fri Aug 30 5: 0:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31EA837B405 for ; Fri, 30 Aug 2002 05:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7484343E88 for ; Fri, 30 Aug 2002 05:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7UC07JU019422 for ; Fri, 30 Aug 2002 05:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UC07PO019421; Fri, 30 Aug 2002 05:00:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF5837B405 for ; Fri, 30 Aug 2002 04:59:21 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F4C43E6A for ; Fri, 30 Aug 2002 04:59:06 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 890CB2B739 for ; Fri, 30 Aug 2002 13:58:52 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id AB9946A7124; Fri, 30 Aug 2002 21:58:45 +1000 (EST) Message-Id: <20020830115845.AB9946A7124@k7.mavetju> Date: Fri, 30 Aug 2002 21:58:45 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42206: [patch] make ports/java GNOMENG aware Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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