Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 08:07:01 -0300
From:      Marcelo Araujo <araujo@island.freebsd.org> (araujo@bsdmail.org)
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        araujo@bsdmail.org
Subject:   ports/111762: [PATCH] x11-toolkits/fox12: fixed OPTIONS
Message-ID:  <1176808021.298908.48362.nullmailer@bsdmail.org>
Resent-Message-ID: <200704171110.l3HBA8Pl057474@freefall.freebsd.org>

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

>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@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@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:



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