Date: Wed, 11 Feb 2004 23:25:46 +0100 From: Ronald Klop <ronald@cs.vu.nl> To: FreeBSD gnats submit <FreeBSD-gnats-submit@FreeBSD.org> Cc: ronald@cs.vu.nl Subject: ports/62712: Add OPTIONS to port java/jmp. Message-ID: <1076538346.0@henk.thuis.klop.ws> Resent-Message-ID: <200402112230.i1BMUIKF047958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62712 >Category: ports >Synopsis: Add OPTIONS to port java/jmp. >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: Wed Feb 11 14:30:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD henk.thuis.klop.ws 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sun Feb 1 20:11:45 CET 2004 root@henk.thuis.klop.ws:/usr/obj/usr/src/sys/HENK i386 >Description: Add OPTIONS to the ports Makefile. By the way: this is send with sysutils/gtk-send-pr so maybe the PR isn't formatted correct again (see my previous PR). Please notify me about this if it is wrong. >How-To-Repeat: >Fix: --- jmp.diff begins here --- diff -ruN /usr/ports/java/jmp/Makefile jmp/Makefile --- /usr/ports/java/jmp/Makefile Wed Feb 11 08:50:11 2004 +++ jmp/Makefile Wed Feb 11 19:49:22 2004 @@ -16,11 +16,14 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison +OPTIONS= X11 "Enable X11 support" on +OPTIONS+= DEBUG "Enable extra debug output" off + CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" USE_GETTEXT= yes .if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--enable-noui +CONFIGURE_ARGS+= --enable-noui .else USE_XLIB= yes LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 --- jmp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1076538346.0>