Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 08:05:28 -0300
From:      Marcelo Araujo <araujo@island.freebsd.org> (araujo@bsdmail.org)
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        araujo@bsdmail.org
Subject:   ports/111761: [PATCH] x11-toolkits/fox: [fix OPTIONS]
Message-ID:  <1176807928.913794.48056.nullmailer@bsdmail.org>
Resent-Message-ID: <200704171110.l3HBA7ER057449@freefall.freebsd.org>

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

>Number:         111761
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/fox: [fix 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:

- update Makefile, using OPTIONS.

Port maintainer (araujo@bsdmail.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fox-1.0.53.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fox10/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	29 Mar 2007 10:52:51 -0000	1.45
+++ Makefile	17 Apr 2007 11:04:15 -0000
@@ -36,6 +36,13 @@
 
 MAN1=	reswrap.1
 
+OPTIONS=	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
+
 ##
 ## Additional Options
 ##
--- fox-1.0.53.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?1176807928.913794.48056.nullmailer>