summaryrefslogtreecommitdiff
path: root/editors/pico
diff options
context:
space:
mode:
authortv <tv>1998-07-21 21:16:15 +0000
committertv <tv>1998-07-21 21:16:15 +0000
commitde95666a72302ef52d79b123e24ae7755462aacf (patch)
tree7c6f604785f18547acffc646bc4f3dfe06d6e927 /editors/pico
parent2037dc34d78af907d339b6c73fdbd3f653af9517 (diff)
downloadpkgsrc-de95666a72302ef52d79b123e24ae7755462aacf.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.
Diffstat (limited to 'editors/pico')
-rw-r--r--editors/pico/Makefile8
-rw-r--r--editors/pico/files/md52
-rw-r--r--editors/pico/patches/patch-aa4
-rw-r--r--editors/pico/pkg/PLIST4
4 files changed, 9 insertions, 9 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