ports/111762: [PATCH] x11-toolkits/fox12: fixed OPTIONS
Marcelo Araujo
araujo at island.freebsd.org
Tue Apr 17 11:10:08 UTC 2007
>Number: 111762
>Category: ports
>Synopsis: [PATCH] x11-toolkits/fox12: fixed OPTIONS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 17 11:10:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Marcelo Araujo (araujo at bsdmail.org)
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- add OPTIONS in Makefile.
Port maintainer (araujo at bsdmail.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- fox-1.2.18.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fox12/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 29 Mar 2007 10:52:52 -0000 1.8
+++ Makefile 17 Apr 2007 11:05:48 -0000
@@ -41,6 +41,14 @@
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
+OPTIONS= XFT "Enable Xft support" on \
+ SHM "Enable Shared Memory support" on \
+ CUPS "Enable CUPS support" off \
+ DEBUG "Build with DEBUG support" off \
+ FOX_APPLICATIONS "Install sample applications" off \
+ OPTIMIZED_CXXFLAGS "Enable additional optimizations" off \
+ PROFILING "Build with PROFILING support" off
+
.include <bsd.port.pre.mk>
##
--- fox-1.2.18.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list