Update to version 3.5.

This commit is contained in:
angelos 1998-07-03 23:50:50 +00:00
parent 37f2b7a372
commit 0e70b61745
6 changed files with 26 additions and 56 deletions

View File

@ -1,15 +1,15 @@
# OpenBSD makefile for: gnuplot
# Version required: beta336
# Version required: 3.5
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 04:30:57 angelos Exp $
# $OpenBSD: Makefile,v 1.2 1998/07/03 23:50:50 angelos Exp $
#
DISTNAME= gnuplot-beta336
PKGNAME= gnuplot-336
DISTNAME= gnuplot-3.5
PKGNAME= gnuplot-3.5
CATEGORIES= math graphics
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= angelos@openbsd.org

View File

@ -1 +1 @@
MD5 (gnuplot-beta336.tar.gz) = ac848528127e8582b1803a28b938ba43
MD5 (gnuplot-3.5.tar.gz) = f86ff858044fd90d151e992f2da725a2

View File

@ -1,27 +1,19 @@
--- configure Mon May 26 18:28:46 1997
+++ configure Sun Aug 31 23:26:12 1997
@@ -1029,6 +1029,7 @@
LASERGNU=lasergnu_noinstall
fi
+LASERGNU=lasergnu_install
maybe_linuxdriver=
# Check whether --with-linux-vga or --without-linux-vga was given.
@@ -3419,7 +3420,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpng -lz $LIBS"
+LIBS="-L$libdir -lpng -lz $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3425 "configure"
#include "confdefs.h"
@@ -3450,6 +3451,7 @@
#define HAVE_LIBPNG 1
EOF
TERMLIBS="$TERMLIBS -lpng -lz"
+ LDFLAGS="$LDFLAGS -L$libdir"
ac_save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS -I$includedir"
for ac_hdr in png.h zlib.h
do
*** Makefile.in.orig Fri Jul 3 19:42:27 1998
--- Makefile.in Fri Jul 3 19:43:05 1998
***************
*** 213,219 ****
$(INSTALL_PROGRAM) gnuplot $(bindir)/gnuplot
test ! -f gnuplot_x11 || $(INSTALL_PROGRAM) gnuplot_x11 $(bindir)/gnuplot_x11
-$(INSTALL_DATA) $(srcdir)/docs/gnuplot.1 $(mandir)/gnuplot.1
! ( cd docs; $(MAKE) $(MFLAGS) install datadir=$(datadir) )
lasergnu_install: lasergnu docs/lasergnu.1
$(INSTALL_PROGRAM) lasergnu $(bindir)/lasergnu
--- 213,219 ----
$(INSTALL_PROGRAM) gnuplot $(bindir)/gnuplot
test ! -f gnuplot_x11 || $(INSTALL_PROGRAM) gnuplot_x11 $(bindir)/gnuplot_x11
-$(INSTALL_DATA) $(srcdir)/docs/gnuplot.1 $(mandir)/gnuplot.1
! ( cd docs; $(MAKE) $(MFLAGS) install-unix datadir=$(datadir) )
lasergnu_install: lasergnu docs/lasergnu.1
$(INSTALL_PROGRAM) lasergnu $(bindir)/lasergnu

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig Sun Jan 12 13:32:41 1997
+++ Makefile.in Sun Jan 12 13:34:53 1997
@@ -330,7 +330,7 @@
@LINUXSUID@
lasergnu_install: lasergnu docs/lasergnu.1
- $(INSTALL_PROGRAM) $(srcdir)/lasergnu $(bindir)/lasergnu
+ $(INSTALL) -m 555 $(srcdir)/lasergnu $(bindir)/lasergnu
$(INSTALL_DATA) $(srcdir)/docs/lasergnu.1 $(mandir)/lasergnu.1
lasergnu_noinstall:

View File

@ -1,11 +0,0 @@
--- term/gif.trm.orig Mon Jul 21 22:26:10 1997
+++ term/gif.trm Mon Jul 21 22:26:43 1997
@@ -79,7 +79,7 @@
TERM_PUBLIC int GIF_text_angle __PROTO((int ang));
TERM_PUBLIC void GIF_reset __PROTO((void));
-#include "gd.h"
+#include <gd/gd.h>
extern gdFontPtr gdFontSmall; /* 6x12 */
extern gdFontPtr gdFontLarge; /* 8x16 */
extern gdFontPtr gdFontMediumBold; /* 7x13 */

View File

@ -1,6 +1,6 @@
bin/gnuplot
bin/gnuplot_x11
bin/lasergnu
share/gnuplot.gih
lib/gnuplot.gih
man/man1/gnuplot.1
man/man1/lasergnu.1