diff options
author | tv <tv@pkgsrc.org> | 1998-07-21 21:16:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-21 21:16:15 +0000 |
commit | 6f157217cb2ccdb98e6431cf7484c9d031fef5c0 (patch) | |
tree | 7c6f604785f18547acffc646bc4f3dfe06d6e927 | |
parent | c5d39511f7a92a5623eef4a259b45c79ee7b7d4b (diff) | |
download | pkgsrc-6f157217cb2ccdb98e6431cf7484c9d031fef5c0.tar.gz |
Revert pico back to 3.0. Some bug in the updated libpico caused those
nice strings of `U's at the beginning of the pine and pico commit
messages. (None here, this time, I hope. :) The libpico API didn't
change, so pine 4.01 can make use of libpico from Pico 3.0.
-rw-r--r-- | editors/pico/Makefile | 8 | ||||
-rw-r--r-- | editors/pico/files/md5 | 2 | ||||
-rw-r--r-- | editors/pico/patches/patch-aa | 4 | ||||
-rw-r--r-- | editors/pico/pkg/PLIST | 4 | ||||
-rw-r--r-- | mail/pine/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 8ce0d881137..2e992bd429b 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 1998/07/21 19:44:27 tv Exp $ +# $NetBSD: Makefile,v 1.7 1998/07/21 21:16:15 tv Exp $ # -DISTNAME= pine4.01 -PKGNAME= pico-3.1 +DISTNAME= pine4.00 +PKGNAME= pico-3.0 CATEGORIES= editors MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ @@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool -CONFLICTS= pico-2.9 pine-3.96 pico-3.0 +CONFLICTS= pico-2.9 pine-3.96 do-build: cd ${WRKSRC} && ./build neb CC="${PREFIX}/bin/libtool ${CC}" PREFIX=${PREFIX} diff --git a/editors/pico/files/md5 b/editors/pico/files/md5 index 3ed7fb6b81a..4539b8cda85 100644 --- a/editors/pico/files/md5 +++ b/editors/pico/files/md5 @@ -1 +1 @@ -MD5 (pine4.01.tar.gz) = e606a0b23ba7713c9480fb884032556b +MD5 (pine4.00.tar.gz) = 4aa00d67b4060299e9edff744cab6f23 diff --git a/editors/pico/patches/patch-aa b/editors/pico/patches/patch-aa index 42ed183e669..65842af0c9d 100644 --- a/editors/pico/patches/patch-aa +++ b/editors/pico/patches/patch-aa @@ -1,5 +1,5 @@ --- pico/makefile.neb.orig Mon Jun 29 18:23:50 1998 -+++ pico/makefile.neb Tue Jul 21 15:28:55 1998 ++++ pico/makefile.neb Sat Jul 18 23:21:15 1998 @@ -30,18 +30,13 @@ RM= rm -f LN= ln -s @@ -41,7 +41,7 @@ - $(RANLIB) libpico.a +libpico.la: $(OFILES) + $(CC) -o libpico.la $(OFILES:.o=.lo) -rpath $(PREFIX)/lib \ -+ -version-info 0:1 ++ -version-info 0:0 clean: rm -f *.a *.o *~ pico_os.c os.h pico pilot diff --git a/editors/pico/pkg/PLIST b/editors/pico/pkg/PLIST index 28955cb2fe4..6238f327c22 100644 --- a/editors/pico/pkg/PLIST +++ b/editors/pico/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 1998/07/21 19:44:28 tv Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/07/21 21:16:15 tv Exp $ bin/pico bin/pilot lib/libpico.a -lib/libpico.so.0.1 +lib/libpico.so.0.0 man/man1/pico.1 man/man1/pilot.1 diff --git a/mail/pine/Makefile b/mail/pine/Makefile index d74f451e101..56cbb2dac00 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/07/21 20:26:37 tv Exp $ +# $NetBSD: Makefile,v 1.18 1998/07/21 21:16:15 tv Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= tv@netbsd.org # This pkg doesn't build pico or libpico; the pico pkg does that part. -DEPENDS= pico-3.1:../../editors/pico +DEPENDS= pico-3.0:../../editors/pico CONFLICTS= pine-3.96 |