packages: fox16/fox16-Makefile.patch, fox16/fox16-opt.patch, fox16/fox16.sp...
qboosh
qboosh at pld-linux.org
Fri May 13 16:17:25 CEST 2011
Author: qboosh Date: Fri May 13 14:17:25 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.6.44
- updated opt,Makefile patches
---- Files affected:
packages/fox16:
fox16-Makefile.patch (1.1 -> 1.2) , fox16-opt.patch (1.1 -> 1.2) , fox16.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/fox16/fox16-Makefile.patch
diff -u packages/fox16/fox16-Makefile.patch:1.1 packages/fox16/fox16-Makefile.patch:1.2
--- packages/fox16/fox16-Makefile.patch:1.1 Thu May 12 20:41:06 2011
+++ packages/fox16/fox16-Makefile.patch Fri May 13 16:17:20 2011
@@ -10,15 +10,3 @@
EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE LICENSE_ADDENDUM TRACING README fox.lsm index.html aclocal.m4
bin_SCRIPTS = fox-config
-diff -Nru fox-1.4.5.orig/Makefile.in fox-1.4.5/Makefile.in
---- fox-1.4.5.orig/Makefile.in 2005-02-16 13:32:39.178606728 +0000
-+++ fox-1.4.5/Makefile.in 2005-02-16 13:32:49.459043864 +0000
-@@ -102,7 +102,7 @@
- AUTOMAKE_OPTIONS = foreign dist-zip
- #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies
-
--SUBDIRS = utils include src chart doc tests shutterbug adie pathfinder calculator windows
-+SUBDIRS = utils include src chart tests shutterbug adie pathfinder calculator windows
- EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE LICENSE_ADDENDUM TRACING README fox.lsm index.html aclocal.m4
-
- bin_SCRIPTS = fox-config
================================================================
Index: packages/fox16/fox16-opt.patch
diff -u packages/fox16/fox16-opt.patch:1.1 packages/fox16/fox16-opt.patch:1.2
--- packages/fox16/fox16-opt.patch:1.1 Thu May 12 20:41:06 2011
+++ packages/fox16/fox16-opt.patch Fri May 13 16:17:20 2011
@@ -1,20 +1,33 @@
---- fox-1.0.30/configure.in.orig Sat Jan 11 06:01:11 2003
-+++ fox-1.0.30/configure.in Tue Jan 28 19:29:29 2003
-@@ -240,7 +237,7 @@
+--- fox-1.6.44/configure.ac.orig 2011-02-10 02:25:34.000000000 +0100
++++ fox-1.6.44/configure.ac 2011-05-13 15:28:57.982557225 +0200
+@@ -56,9 +56,6 @@
+ AC_SUBST(LT_REVISION)
+ AC_SUBST(LT_AGE)
+
+-# Prevents setting flags.
+-CXXFLAGS=""
+-
+ # More secret source
+ AC_GNU_SOURCE
+
+@@ -118,7 +115,7 @@
AC_ARG_ENABLE(debug,[ --enable-debug compile for debugging])
AC_MSG_RESULT([$enable_debug])
if test "x$enable_debug" = "xyes" ; then
--CXXFLAGS="${CXXFLAGS} -g -DDEBUG"
-+CXXFLAGS="${CXXFLAGS} -DDEBUG"
+- CXXFLAGS="${CXXFLAGS} -g -DDEBUG"
++ CXXFLAGS="${CXXFLAGS} -DDEBUG"
fi
- dnl Building for release
-@@ -248,7 +245,7 @@
+ # Building for release
+@@ -126,10 +123,9 @@
AC_ARG_ENABLE(release,[ --enable-release compile for release])
AC_MSG_RESULT([$enable_release])
if test "x$enable_release" = "xyes" ; then
--CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
-+CXXFLAGS="${CXXFLAGS} -DNDEBUG"
- if test "${GXX}" = "yes" ; then
- CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+- CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
++ CXXFLAGS="${CXXFLAGS} -DNDEBUG"
+ if test "${GXX}" = "yes" ; then
+ CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+- LDFLAGS="-s ${LDFLAGS}"
+ fi
fi
+
================================================================
Index: packages/fox16/fox16.spec
diff -u packages/fox16/fox16.spec:1.1 packages/fox16/fox16.spec:1.2
--- packages/fox16/fox16.spec:1.1 Thu May 12 20:41:06 2011
+++ packages/fox16/fox16.spec Fri May 13 16:17:20 2011
@@ -7,12 +7,12 @@
Summary: The FOX 1.6 C++ GUI Toolkit
Summary(pl.UTF-8): FOX 1.6 - toolkit graficzny w C++
Name: fox16
-Version: 1.6.34
+Version: 1.6.44
Release: 1
License: LGPL v2.1+
Group: X11/Libraries
-Source0: ftp://ftp.fox-toolkit.com/pub/fox-%{version}.tar.gz
-# Source0-md5: 920124025d6495bbd008be635ff759ad
+Source0: http://fox-toolkit.org/ftp/fox-%{version}.tar.gz
+# Source0-md5: f3c66bbe87b65de3a3fb480278bcfffd
Patch0: %{name}-opt.patch
Patch1: %{name}-link.patch
Patch2: %{name}-Makefile.patch
@@ -233,6 +233,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2011/05/13 14:17:20 qboosh
+- updated to 1.6.44
+- updated opt,Makefile patches
+
Revision 1.1 2011/05/12 18:41:06 qboosh
- latest stable fox
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fox16/fox16-Makefile.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fox16/fox16-opt.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fox16/fox16.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list