diff options
author | nathanw <nathanw> | 1999-06-10 01:15:47 +0000 |
---|---|---|
committer | nathanw <nathanw> | 1999-06-10 01:15:47 +0000 |
commit | 838f568db4bc62662303cf3a5cde25f06b744cd5 (patch) | |
tree | 57e27c5ac7ac31b1c1ea50d2dcd01f4badf49867 /x11 | |
parent | c81e96c69221d8546af0136d49a28af885902c69 (diff) | |
download | pkgsrc-838f568db4bc62662303cf3a5cde25f06b744cd5.tar.gz |
Update to fltk-1.0.3
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk/Makefile | 16 | ||||
-rw-r--r-- | x11/fltk/files/md5 | 4 | ||||
-rw-r--r-- | x11/fltk/patches/patch-ab | 12 |
3 files changed, 15 insertions, 17 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index eb85026c748..9b906190b83 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/06 07:23:28 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 1999/06/10 01:15:47 nathanw Exp $ # -DISTNAME= fltk-1.0.2-source -PKGNAME= fltk-1.0.2 +DISTNAME= fltk-1.0.3-source +PKGNAME= fltk-1.0.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/1.0.2/ \ - ftp://ftp2.easysw.com/pub/fltk/1.0.2/ \ - ftp://ftp.northamerica.net/pub/ESP/fltk/1.0.2/ \ - ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/1.0.2/ \ - ftp://ftp.kddlabs.co.jp/pub/lang/fltk/1.0.2/ +MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/1.0.3/ \ + ftp://ftp2.easysw.com/pub/fltk/1.0.3/ \ + ftp://ftp.northamerica.net/pub/ESP/fltk/1.0.3/ \ + ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/1.0.3/ \ + ftp://ftp.kddlabs.co.jp/pub/lang/fltk/1.0.3/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://fltk.easysw.com/ diff --git a/x11/fltk/files/md5 b/x11/fltk/files/md5 index 0870dd4081c..059ee65ff89 100644 --- a/x11/fltk/files/md5 +++ b/x11/fltk/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/05/06 07:23:28 sakamoto Exp $ +$NetBSD: md5,v 1.2 1999/06/10 01:15:47 nathanw Exp $ -MD5 (fltk-1.0.2-source.tar.gz) = f75ab4a250b541ad889838f957c04416 +MD5 (fltk-1.0.3-source.tar.gz) = 2f53d2738bb96583b26f3c2250bc7d57 diff --git a/x11/fltk/patches/patch-ab b/x11/fltk/patches/patch-ab index c9d0df64f69..19901f45061 100644 --- a/x11/fltk/patches/patch-ab +++ b/x11/fltk/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/05/06 07:23:28 sakamoto Exp $ +$NetBSD: patch-ab,v 1.2 1999/06/10 01:15:47 nathanw Exp $ ---- src/Makefile.orig Tue Mar 30 02:39:28 1999 -+++ src/Makefile Mon Apr 26 13:49:20 1999 +--- src/Makefile.orig Mon Apr 26 08:36:17 1999 ++++ src/Makefile Sun Jun 6 17:31:02 1999 @@ -146,30 +146,25 @@ include ../makeinclude @@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/05/06 07:23:28 sakamoto Exp $ - @$(LIBCOMMAND) $@ $(OBJECTS) - @$(RANLIB) $@ - --$(DSONAME): $(OBJECTS) +-libfltk.so.1 libfltk.sl.1: $(OBJECTS) - @echo $(DSOCOMMAND) $@ ... - @$(DSOCOMMAND) $@ $(OBJECTS) - @@ -46,7 +46,7 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/05/06 07:23:28 sakamoto Exp $ @touch makedepend depend: -@@ -178,36 +173,19 @@ +@@ -178,34 +173,17 @@ ################################################################ @@ -89,5 +89,3 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/05/06 07:23:28 sakamoto Exp $ @-ln -s FL $(includedir)/Fl # - # End of "$Id: patch-ab,v 1.1.1.1 1999/05/06 07:23:28 sakamoto Exp $". - # |