Udiff Makefile.sfw
--- /home/steve/work/usr/webrev/src/cmd/gnuplot/Makefile.sfw- Tue Mar 9 06:58:55 2010
+++ Makefile.sfw Tue Mar 9 06:49:25 2010
@@ -20,17 +20,17 @@
#
#
#
-# Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2010 Sun Microsystems, Inc. All Rights Reserved.
# Use is subject to license terms.
#
#
README=README.SFWgplot
-VER=gnuplot-4.2.4
+VER=gnuplot-4.2.6
all: $(VER)/config.status
(cd $(VER); env \
CC="$(SRC)/tools/gcc -I/usr/sfw/include" CXX=$(SRC)/tools/g++ \
PATH=/usr/perl5/bin:/usr/sfw/bin:$(PATH) \
@@ -51,11 +51,10 @@
MAKE=/usr/sfw/bin/gmake \
./configure --prefix=/opt/sfw --without-linux-vga)
$(VER)/configure: $(VER).tar.gz
/usr/bin/gzip -dc $(VER).tar.gz | /usr/sfw/bin/gtar xpf -
- patch -p0 < configure.patch
touch $(VER)/configure
clean:
-rm -rf $(VER)