ports/62712: Add OPTIONS to port java/jmp.
Ronald Klop
ronald at cs.vu.nl
Wed Feb 11 22:30:18 UTC 2004
>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 at 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:
More information about the freebsd-ports-bugs
mailing list