]> git.pld-linux.org Git - packages/plplot.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 28 Jul 2010 13:04:08 +0000 (13:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc43.patch -> 1.2
    plplot-FHS.patch -> 1.2
    plplot-gnome-python.patch -> 1.2
    plplot-lib64.patch -> 1.2
    plplot-octave3.patch -> 1.3
    plplot-tcl.patch -> 1.2
    plplot-tk.patch -> 1.2

gcc43.patch [deleted file]
plplot-FHS.patch [deleted file]
plplot-gnome-python.patch [deleted file]
plplot-lib64.patch [deleted file]
plplot-octave3.patch [deleted file]
plplot-tcl.patch [deleted file]
plplot-tk.patch [deleted file]

diff --git a/gcc43.patch b/gcc43.patch
deleted file mode 100644 (file)
index a589181..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- plplot-5.8.0/lib/nn/Makefile.am.orig       2009-12-14 13:28:47.600031053 +0100
-+++ plplot-5.8.0/lib/nn/Makefile.am    2009-12-14 13:29:04.234087633 +0100
-@@ -24,7 +24,7 @@
- # If using the gcc compiler, this library needs to be built with 
- # the -fno-force-mem -ffloat-store for most reliable performance.
- if cc_is_gcc
--  AM_CFLAGS = -fno-force-mem -ffloat-store
-+  AM_CFLAGS = -ffloat-store
- endif
-               
- lib_LTLIBRARIES = libcsironn.la
diff --git a/plplot-FHS.patch b/plplot-FHS.patch
deleted file mode 100644 (file)
index 2ce0f4c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- plplot-5.3.1/bindings/python/Makefile.am.orig      2005-01-09 22:27:24.763930256 +0100
-+++ plplot-5.3.1/bindings/python/Makefile.am   2005-01-09 22:27:59.969578184 +0100
-@@ -68,7 +68,7 @@
-       $(PYTHON) makedocstrings.py plplotcmodule_p_single.c plplotcmodule_single.c
- # Must have "exec" in the name.
--ourexecpythondir = $(pythondir)
-+ourexecpythondir = $(pyexecdir)
- libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la
diff --git a/plplot-gnome-python.patch b/plplot-gnome-python.patch
deleted file mode 100644 (file)
index c26b9d5..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- plplot-5.8.0/bindings/gnome2/python/Makefile.am~   2007-11-18 21:04:01.000000000 +0100
-+++ plplot-5.8.0/bindings/gnome2/python/Makefile.am    2008-04-07 16:19:43.000000000 +0200
-@@ -38,7 +38,7 @@
- # Must have "exec" in the name.
--ourexecpythondir = $(pythondir)
-+ourexecpythondir = $(pyexecdir)
- libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la
-@@ -110,10 +110,10 @@
- if enable_pygcw
- gcwmoduleexecpython_LTLIBRARIES = gcwmodule.la
--gcwmoduleexecpythondir = $(pythondir)
-+gcwmoduleexecpythondir = $(pyexecdir)
- cplplotcanvasmoduleexecpython_LTLIBRARIES = cplplotcanvasmodule.la
--cplplotcanvasmoduleexecpythondir = $(pythondir)
-+cplplotcanvasmoduleexecpythondir = $(pyexecdir)
- cplplotcanvasmoduleexecpython_DATA = plplotcanvas.py
diff --git a/plplot-lib64.patch b/plplot-lib64.patch
deleted file mode 100644 (file)
index 4b620d5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- plplot-5.3.1/cf/linuxvga.ac.orig   2005-01-09 23:02:24.056470920 +0100
-+++ plplot-5.3.1/cf/linuxvga.ac        2005-01-09 23:02:32.682522248 +0100
-@@ -25,8 +25,8 @@
- if test "$enable_linuxvga" = "yes"; then
-     if test -z "$VGALIBDIR"; then
-         libdirs="\
--        $prefix/lib \
--        /usr/lib"
-+        $prefix/lib64 \
-+        /usr/lib64"
-         PL_FIND_LIB(vga, VGALIBDIR, VGALIBSTR, enable_linuxvga)
-     fi
diff --git a/plplot-octave3.patch b/plplot-octave3.patch
deleted file mode 100644 (file)
index 8f7dd2c..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -ur plplot-5.8.0/cf/octave.ac plplot-5.8.0-oct3/cf/octave.ac
---- plplot-5.8.0/cf/octave.ac  2007-11-18 21:04:07.000000000 +0100
-+++ plplot-5.8.0-oct3/cf/octave.ac     2008-04-03 19:45:08.000000000 +0200
-@@ -84,10 +84,15 @@
-       # Get Configuration default values for Octave
-         AC_MSG_CHECKING([Octave prefix])
-         PL_OCTAVE_CONFIG_INFO(OCTAVE_PREFIX, prefix)
-+        [OCTAVE_PREFIX=`echo $OCTAVE_PREFIX | sed 's|^[^/]\+/|/|'`]
-         AC_MSG_RESULT($OCTAVE_PREFIX)
-         AC_MSG_CHECKING([Octave m dir])
--      if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then
-+      if test -n "`echo $OCTAVE_VERSION | sed 's/^3.0//p;d;q'`" ; then
-+            # Octave version 3.0
-+            PL_OCTAVE_CONFIG_INFO(OCTAVE_M_DIR, localfcnfiledir)
-+            [OCTAVE_M_DIR=`echo $OCTAVE_M_DIR | sed 's|^[^/]\+/|/|'`]
-+        elif test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then
-             # Octave version 2.1
-             PL_OCTAVE_CONFIG_INFO(OCTAVE_M_DIR, localfcnfiledir)
-         else
-@@ -106,7 +111,11 @@
-         AC_MSG_RESULT($OCTAVE_M_DIR)
-         AC_MSG_CHECKING([Octave oct dir])
--      if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then
-+      if test -n "`echo $OCTAVE_VERSION | sed 's/^3.0//p;d;q'`" ; then
-+            # Octave version 3.0
-+            PL_OCTAVE_CONFIG_INFO(OCTAVE_OCT_DIR, localoctfiledir)
-+            [OCTAVE_OCT_DIR=`echo $OCTAVE_OCT_DIR | sed 's|^[^/]\+/|/|'`]
-+        elif test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then
-             # Octave version 2.1
-             PL_OCTAVE_CONFIG_INFO(OCTAVE_OCT_DIR, localoctfiledir)
-         else
diff --git a/plplot-tcl.patch b/plplot-tcl.patch
deleted file mode 100644 (file)
index 73ac4c1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- plplot-5.8.0/bindings/tcl/tclMain.c~       2007-11-18 21:04:00.000000000 +0100
-+++ plplot-5.8.0/bindings/tcl/tclMain.c        2008-04-02 18:50:14.000000000 +0200
-@@ -55,7 +55,7 @@
- /* From tclIntDecls.h */
-
--EXTERN int            TclFormatInt _ANSI_ARGS_((char * buffer, long n));
-+#define TclFormatInt(buf, n)            sprintf((buf), "%ld", (long)(n))
- EXTERN int            TclObjCommandComplete _ANSI_ARGS_((Tcl_Obj * cmdPtr));
- # undef TCL_STORAGE_CLASS
diff --git a/plplot-tk.patch b/plplot-tk.patch
deleted file mode 100644 (file)
index 395cae0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- plplot-5.8.0/bindings/tk/tkMain.c~ 2007-11-18 21:04:01.000000000 +0100
-+++ plplot-5.8.0/bindings/tk/tkMain.c  2008-04-02 18:22:34.000000000 +0200
-@@ -86,7 +86,7 @@
- /* From tclIntDecls.h */
- EXTERN int            Tcl_Import _ANSI_ARGS_((Tcl_Interp * interp,
--                              Tcl_Namespace * nsPtr, char * pattern,
-+                              Tcl_Namespace * nsPtr, CONST char * pattern,
-                               int allowOverwrite));
- EXTERN Tcl_Namespace *        Tcl_GetGlobalNamespace _ANSI_ARGS_((
This page took 0.036943 seconds and 4 git commands to generate.