head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.42 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.40 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.38 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.36 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.34 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.32 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.30 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.28 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.26 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.24 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.22 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.20 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.18 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.16 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.14 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.12 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.10 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.8 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.6 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.4 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.2 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2005.04.22.19.20.46; author wiz; state dead; branches; next 1.5; 1.5 date 2003.07.10.08.55.05; author jtb; state Exp; branches; next 1.4; 1.4 date 2001.01.29.01.15.35; author jtb; state Exp; branches; next 1.3; 1.3 date 2000.12.08.22.29.47; author jtb; state Exp; branches; next 1.2; 1.2 date 2000.12.08.09.59.30; author jtb; state dead; branches; next 1.1; 1.1 date 2000.12.02.05.40.33; author jtb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.02.05.40.33; author jtb; state Exp; branches; next ; desc @@ 1.6 log @Remove plplot and its yorick interface yplot -- plplot hasn't been building on 2.0/i386 for over 8 months, and no one expressed interest in fixing it. @ text @$NetBSD: patch-ae,v 1.5 2003/07/10 08:55:05 jtb Exp $ --- bindings/tk/Makefile.in.orig +++ bindings/tk/Makefile.in @@@@ -144,7 +144,7 @@@@ LIBLTDL = @@LIBLTDL@@ LIBOBJS = @@LIBOBJS@@ LIBRARY_VERSION = @@LIBRARY_VERSION@@ -LIBS = @@LIBS@@ +LIBS = @@LIBS@@ -lX11 LIBTOOL = @@LIBTOOL@@ LIB_DIR = @@LIB_DIR@@ LIB_TAG = @@LIB_TAG@@ @ 1.5 log @Update to 5.2.1. Now supports building a shared library with libtool, dynamic device drivers, and many other improvements. Over 1000 commits since previous release. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Updated plplot to version 5.0.1. The changes are too numerous to list (especially as the Changelog doesn't mention any recent changes). Things work much better than in the last version (especially on the Tcl/Tk end). @ text @d3 11 a13 11 --- cf/sysconf.in.orig Sun Jan 28 21:59:55 2001 +++ cf/sysconf.in @@@@ -78,7 +78,7 @@@@ # Defaults -M4=m4 +M4=gm4 # Double precision # Note that because there is no standard way to invoke double @ 1.3 log @If were using the f2c-f77 frontend to f2c then don't use the -r8 argument (for promoting REAL to DOUBLE) as the that script doesn't accept it. The resulting API will be single precision. If you want double precision then just set PKG_FC= f77 in /etc/mk.conf. @ text @d3 1 a3 1 --- cf/sysconf.in.orig Fri Jun 25 04:27:20 1999 d5 1 a5 3 @@@@ -293,6 +293,10 @@@@ fi fi d7 7 a13 7 +if test "$F77" = "f2c-f77" ; then + DBL_FLAG_F="" +fi + # ---------------------------------------------------------------------------- # gcc # ---------------------------------------------------------------------------- @ 1.2 log @Removed some old patches. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2000/12/02 05:40:33 jtb Exp $ d3 5 a7 5 --- bindings/tk/tkMain.c.orig Sat Oct 21 14:27:04 2000 +++ bindings/tk/tkMain.c @@@@ -201,7 +201,7 @@@@ * Initialize the Tk application. */ d9 7 a15 5 - mainWindow = Tk_CreateMainWindow(interp, display, name, "Tk"); + mainWindow = TkCreateMainWindow(interp, display, name, "Tk"); if (mainWindow == NULL) { fprintf(stderr, "%s\n", interp->result); exit(1); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of new "plplot" package: Scientific plotting library @ text @@