diff options
author | tv <tv> | 1998-07-22 02:45:45 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-22 02:45:45 +0000 |
commit | b71500a9b04dad805f56d87d63cba7f57979c97c (patch) | |
tree | b5c7c6471d4d9ea6388c8855f164ad7c64c44bd6 /editors/pico | |
parent | cd05d87d199a6a4e49a822972bf4764c346fe4bf (diff) | |
download | pkgsrc-b71500a9b04dad805f56d87d63cba7f57979c97c.tar.gz |
Update Pico to 3.2 (without the lots of U's this time).
Update Pine to 4.02. Many bug fixes over 4.00.
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/Makefile | 8 | ||||
-rw-r--r-- | editors/pico/files/md5 | 2 | ||||
-rw-r--r-- | editors/pico/patches/patch-aa | 2 | ||||
-rw-r--r-- | editors/pico/pkg/PLIST | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 2e992bd429b..0139c6af0cc 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1998/07/21 21:16:15 tv Exp $ +# $NetBSD: Makefile,v 1.8 1998/07/22 02:45:45 tv Exp $ # -DISTNAME= pine4.00 -PKGNAME= pico-3.0 +DISTNAME= pine4.02 +PKGNAME= pico-3.2 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 +CONFLICTS= pico-2.9 pine-3.96 pico-3.0 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 4539b8cda85..9ddf8a40e7d 100644 --- a/editors/pico/files/md5 +++ b/editors/pico/files/md5 @@ -1 +1 @@ -MD5 (pine4.00.tar.gz) = 4aa00d67b4060299e9edff744cab6f23 +MD5 (pine4.02.tar.gz) = 688979b5649473169bdbf22ea1c82fe7 diff --git a/editors/pico/patches/patch-aa b/editors/pico/patches/patch-aa index 65842af0c9d..43331fb6bff 100644 --- a/editors/pico/patches/patch-aa +++ b/editors/pico/patches/patch-aa @@ -41,7 +41,7 @@ - $(RANLIB) libpico.a +libpico.la: $(OFILES) + $(CC) -o libpico.la $(OFILES:.o=.lo) -rpath $(PREFIX)/lib \ -+ -version-info 0:0 ++ -version-info 0:2 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 6238f327c22..4b6ff35d315 100644 --- a/editors/pico/pkg/PLIST +++ b/editors/pico/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 1998/07/21 21:16:15 tv Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/07/22 02:45:46 tv Exp $ bin/pico bin/pilot lib/libpico.a -lib/libpico.so.0.0 +lib/libpico.so.0.2 man/man1/pico.1 man/man1/pilot.1 |