diff options
author | shaun <shaun@FreeBSD.org> | 2006-06-21 04:59:34 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-06-21 04:59:34 +0800 |
commit | 4513b565bd1248e84f0bbaf6c5eb239102d2bf0a (patch) | |
tree | 196ef2472b9091938bc00202e6145ff07543206e /x11-toolkits/fox14 | |
parent | 83030b951faa57b3f7adfbd852516e9c4754d449 (diff) | |
download | freebsd-ports-gnome-4513b565bd1248e84f0bbaf6c5eb239102d2bf0a.tar.gz freebsd-ports-gnome-4513b565bd1248e84f0bbaf6c5eb239102d2bf0a.tar.zst freebsd-ports-gnome-4513b565bd1248e84f0bbaf6c5eb239102d2bf0a.zip |
- Update to 1.4.32
- Take maintainership
PR: ports/97764
Submitted by: shaun (me)
Approved by: ahze (mentor)
Diffstat (limited to 'x11-toolkits/fox14')
-rw-r--r-- | x11-toolkits/fox14/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/fox14/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/fox14/files/patch-configure | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 25932ac27cad..aa4fe65a65f8 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -7,13 +7,12 @@ PORTNAME= fox PORTVERSION= ${MAJORVER}.${SHVER} -PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= shaun@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -26,7 +25,7 @@ CONFLICTS= fox-1.0.* LATEST_LINK= fox14 MAJORVER= 1.4 -SHVER= 7 +SHVER= 32 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GL= yes diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo index b04904ec4ddb..6e6007276b9e 100644 --- a/x11-toolkits/fox14/distinfo +++ b/x11-toolkits/fox14/distinfo @@ -1,3 +1,3 @@ -MD5 (fox-1.4.7.tar.gz) = 3bb07ac7d24cbffa3292ec09d7157a3d -SHA256 (fox-1.4.7.tar.gz) = 7973dda7433d7a88aab067cac89711e363d0f3a341b024f6bc5cd353ee0c135b -SIZE (fox-1.4.7.tar.gz) = 3922890 +MD5 (fox-1.4.32.tar.gz) = ace82f349c0e2c7f219388da2d1d7a96 +SHA256 (fox-1.4.32.tar.gz) = 3fe5ce8f870d959d5094bac0221d1709f2b99f19a509f52afec0d4e2d9f8579f +SIZE (fox-1.4.32.tar.gz) = 4035905 diff --git a/x11-toolkits/fox14/files/patch-configure b/x11-toolkits/fox14/files/patch-configure index cd9fb07ed394..a7675b6d3a31 100644 --- a/x11-toolkits/fox14/files/patch-configure +++ b/x11-toolkits/fox14/files/patch-configure @@ -1,10 +1,10 @@ ---- configure.orig Tue Feb 8 15:20:38 2005 -+++ configure Wed Feb 9 16:04:31 2005 -@@ -24927,7 +24927,7 @@ +--- configure.orig Tue Mar 21 07:09:23 2006 ++++ configure Wed May 24 01:06:39 2006 +@@ -25469,7 +25469,7 @@ if test "x$enable_release" = "xyes" ; then CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations" +-CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fno-strict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations" +CXXFLAGS="${CXXFLAGS} -Wuninitialized" fi fi |