SOURCES: fox14-link.patch (NEW), fox14-Makefile.patch (NEW), fox14...

twittner twittner at pld-linux.org
Sat Dec 17 02:28:51 CET 2005


Author: twittner                     Date: Sat Dec 17 01:28:51 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added fox14.spec & patches for FOX-1.4.X series (STABLE)
  (fox.spec on HEAD is occupied by FOX-1.6.0-rc1)
- updated to 1.4.27

---- Files affected:
SOURCES:
   fox14-link.patch (NONE -> 1.1)  (NEW), fox14-Makefile.patch (NONE -> 1.1)  (NEW), fox14-opt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/fox14-link.patch
diff -u /dev/null SOURCES/fox14-link.patch:1.1
--- /dev/null	Sat Dec 17 02:28:51 2005
+++ SOURCES/fox14-link.patch	Sat Dec 17 02:28:46 2005
@@ -0,0 +1,11 @@
+--- fox-1.2.4/chart/Makefile.am	2004-05-17 06:58:27.000000000 +0000
++++ fox-1.2.4.new/chart/Makefile.am	2004-06-16 17:57:39.030439224 +0000
+@@ -8,7 +8,7 @@
+ 
+ lib_LTLIBRARIES = libCHART-1.4.la
+ 
+-libCHART_1_4_la_LIBADD  = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS)
++libCHART_1_4_la_LIBADD  = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) ../src/libFOX-1.4.la
+ 
+ libCHART_1_4_la_LDFLAGS = \
+         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)    \

================================================================
Index: SOURCES/fox14-Makefile.patch
diff -u /dev/null SOURCES/fox14-Makefile.patch:1.1
--- /dev/null	Sat Dec 17 02:28:51 2005
+++ SOURCES/fox14-Makefile.patch	Sat Dec 17 02:28:46 2005
@@ -0,0 +1,24 @@
+diff -Nru fox-1.4.5.orig/Makefile.am fox-1.4.5/Makefile.am
+--- fox-1.4.5.orig/Makefile.am	2005-02-16 13:32:39.178606728 +0000
++++ fox-1.4.5/Makefile.am	2005-02-16 13:32:53.081493168 +0000
+@@ -4,7 +4,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
+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: SOURCES/fox14-opt.patch
diff -u /dev/null SOURCES/fox14-opt.patch:1.1
--- /dev/null	Sat Dec 17 02:28:51 2005
+++ SOURCES/fox14-opt.patch	Sat Dec 17 02:28:46 2005
@@ -0,0 +1,30 @@
+--- 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
+@@ -49,9 +49,6 @@
+ AC_SUBST(LT_REVISION)
+ AC_SUBST(LT_AGE)
+ 
+-dnl Prevents setting flags.
+-CXXFLAGS=""
+-
+ dnl Checks for programs.
+ AC_PROG_MAKE_SET
+ AC_PROG_CC
+@@ -240,7 +237,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"
+ fi
+ 
+ dnl Building for release
+@@ -248,7 +245,7 @@
+ 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"
+ fi
================================================================



More information about the pld-cvs-commit mailing list