Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 08:08:25 -0300
From:      Marcelo Araujo <araujo@island.freebsd.org> (araujo@bsdmail.org)
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        araujo@bsdmail.org
Subject:   ports/111763: [PATCH] x11-toolkits/fox16: update version to 1.6.25 
Message-ID:  <1176808105.486076.48668.nullmailer@bsdmail.org>
Resent-Message-ID: <200704171110.l3HBA8kW057493@freefall.freebsd.org>

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

>Number:         111763
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/fox16: update version to 1.6.25
>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:   Tue Apr 17 11:10:08 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 version to 1.6.25
- 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.6.25.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fox16/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	29 Mar 2007 10:52:52 -0000	1.10
+++ Makefile	17 Apr 2007 11:07:15 -0000
@@ -26,7 +26,7 @@
 LATEST_LINK=	fox16
 
 MAJORVER=	1.6
-SHVER=		21
+SHVER=		25
 PLIST_SUB+=	MAJORVER=${MAJORVER} SHVER=${SHVER}
 
 USE_GNOME=	lthack
@@ -41,11 +41,15 @@
 CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
 
-.include <bsd.port.pre.mk>
+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
 
-.if ${OSVERSION} < 500000
-IGNORE=		Does not compile at 4.x
-.endif
+.include <bsd.port.pre.mk>
 
 ##
 ## Additional Options
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fox16/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	19 Mar 2007 03:49:39 -0000	1.6
+++ distinfo	17 Apr 2007 11:07:15 -0000
@@ -1,3 +1,3 @@
-MD5 (fox-1.6.21.tar.gz) = 5145f4af132ceb60fcadc5397417a151
-SHA256 (fox-1.6.21.tar.gz) = 2907cec569b69866352b47ba91ebd7bcab2625e215f94c5c3fe68c78c6b21c67
-SIZE (fox-1.6.21.tar.gz) = 4193638
+MD5 (fox-1.6.25.tar.gz) = 216095ac8d78f5376415f72b309bf50d
+SHA256 (fox-1.6.25.tar.gz) = 45bef477eb274e09d36bdb04ab99981e58678d4fedb8e1b47400f2e285f4d1f9
+SIZE (fox-1.6.25.tar.gz) = 4193062
--- fox-1.6.25.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?1176808105.486076.48668.nullmailer>