aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox14
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-06-20 20:59:34 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-06-20 20:59:34 +0000
commit69fa2f2a3409671eb692cacc8189db4f3b4a3885 (patch)
tree53b16cf7d05b3635332c2c085baffb656ea7e83a /x11-toolkits/fox14
parent9a103ad3c4e302dfd50f4c3ec4883beb73050977 (diff)
downloadports-69fa2f2a3409671eb692cacc8189db4f3b4a3885.tar.gz
ports-69fa2f2a3409671eb692cacc8189db4f3b4a3885.zip
Notes
Diffstat (limited to 'x11-toolkits/fox14')
-rw-r--r--x11-toolkits/fox14/Makefile5
-rw-r--r--x11-toolkits/fox14/distinfo6
-rw-r--r--x11-toolkits/fox14/files/patch-configure8
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