]> git.pld-linux.org Git - packages/graphviz.git/commitdiff
- sort syntax
authorwolf <wolf@pld-linux.org>
Thu, 19 Feb 2004 20:56:17 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    graphviz-sort.patch -> 1.1
    graphviz.spec -> 1.23

graphviz-sort.patch [new file with mode: 0644]
graphviz.spec

diff --git a/graphviz-sort.patch b/graphviz-sort.patch
new file mode 100644 (file)
index 0000000..cba9277
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ruN graphviz-1.10./dotneato/common/Makefile.in graphviz-1.10/dotneato/common/Makefile.in
+--- graphviz-1.10./dotneato/common/Makefile.in 2003-07-10 00:00:22.000000000 +0200
++++ graphviz-1.10/dotneato/common/Makefile.in  2004-02-19 21:40:12.265686584 +0100
+@@ -530,7 +530,7 @@
+       $(AWK) -f $(top_srcdir)/dotneato/awk/colortbl.awk color_lib > colortbl.h
+ color_lib : color_names
+-      $(SED) s/_//g color_names | $(SORT) +0 -1 > color_lib
++      $(SED) s/_//g color_names | $(SORT) --key=1,2 > color_lib
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
index 3887e00b44193f3fd95b808bb27bc59245c907f8..60232c764a180e350c9b374ec4a3ec20e84364ae 100644 (file)
@@ -18,6 +18,7 @@ Source0:      http://www.graphviz.org/pub/graphviz/%{name}-%{version}.tar.gz
 Patch0:                %{name}-lt14d.patch
 Patch1:                %{name}-system-gd.patch
 Patch2:                %{name}-fontpath.patch
+Patch3:                %{name}-sort.patch
 URL:           http://www.graphviz.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -91,6 +92,7 @@ if grep -q '^VERSION=1\.\(4[de]\|5\)$' /usr/bin/libtool ; then
 fi
 %{?with_system_gd:%patch1 -p1}
 %patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
This page took 0.121605 seconds and 4 git commands to generate.