diff options
author | adam <adam> | 2003-07-28 14:35:33 +0000 |
---|---|---|
committer | adam <adam> | 2003-07-28 14:35:33 +0000 |
commit | 4502e9ffe820f9e38571e35e5f4e97f4fb293c9e (patch) | |
tree | 2111eafc51199603c26bc57f7ef9dfe5c348347f /editors | |
parent | 98390df9b35c32a8bc4c394341f6998df4f61ea2 (diff) | |
download | pkgsrc-4502e9ffe820f9e38571e35e5f4e97f4fb293c9e.tar.gz |
Released with Pine 4.56
Cannot find any changes information
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico/Makefile | 9 | ||||
-rw-r--r-- | editors/pico/distinfo | 10 | ||||
-rw-r--r-- | editors/pico/patches/patch-aa | 15 | ||||
-rw-r--r-- | editors/pico/patches/patch-ab | 8 |
4 files changed, 19 insertions, 23 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 8356f396bc0..5dba9d24a64 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2003/07/17 21:34:46 grant Exp $ +# $NetBSD: Makefile,v 1.41 2003/07/28 14:35:33 adam Exp $ -DISTNAME= pine4.53 -PKGNAME= pico-4.4 -PKGREVISION= 2 +DISTNAME= pine4.56 +PKGNAME= pico-4.6 CATEGORIES= editors MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/pine/ @@ -34,7 +33,7 @@ MAKE_ENV+= _STRIPFLAG_INSTALL= # debug... do-build: cd ${WRKSRC} && \ ./build ${BUILDNAME} CC="${PKGLIBTOOL} ${BUILDLINK_CC}" \ - PREFIX=${PREFIX} + PREFIX=${PREFIX} OPTIMIZE="${CFLAGS}" do-install: ${PKGLIBTOOL} --mode=install ${INSTALL_DATA} \ diff --git a/editors/pico/distinfo b/editors/pico/distinfo index 8fefd9a7636..9bbbf190387 100644 --- a/editors/pico/distinfo +++ b/editors/pico/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2003/06/18 00:58:12 jschauma Exp $ +$NetBSD: distinfo,v 1.11 2003/07/28 14:35:33 adam Exp $ -SHA1 (pine4.53.tar.bz2) = 99aed9dd3173a00a8bfd986d96c292b287ace5b2 -Size (pine4.53.tar.bz2) = 2793349 bytes -SHA1 (patch-aa) = be8e90fd7b841b5377615008e1797ba1ff8ac455 -SHA1 (patch-ab) = 16bb48e2d9d7c96cbac3777d2e8339f8272d5842 +SHA1 (pine4.56.tar.bz2) = 7623cdf1cbc300cffda9e358318aac7ddf39a226 +Size (pine4.56.tar.bz2) = 2830086 bytes +SHA1 (patch-aa) = 13a6268321e3620c9438d19abec92072c7aecab4 +SHA1 (patch-ab) = ff843a907a8bb2015e7e79d5b221b6b024823130 SHA1 (patch-ac) = 5f648f4e34d78af439ed2ea4953543aab4bd232f SHA1 (patch-ad) = 1180abc4909f4120ec91ba14854da9445be3ac6a SHA1 (patch-ae) = f228f3c7f61be31a36730b252dfa37d611e8be4b diff --git a/editors/pico/patches/patch-aa b/editors/pico/patches/patch-aa index 6e80c6e6500..0a378a48577 100644 --- a/editors/pico/patches/patch-aa +++ b/editors/pico/patches/patch-aa @@ -1,16 +1,13 @@ -$NetBSD: patch-aa,v 1.12 2002/12/14 10:28:42 tron Exp $ +$NetBSD: patch-aa,v 1.13 2003/07/28 14:35:34 adam Exp $ ---- pico/makefile.neb.orig Tue Oct 23 22:19:07 2001 -+++ pico/makefile.neb Fri Dec 14 19:07:19 2001 -@@ -30,18 +30,14 @@ - RM= rm -f - LN= ln -s +--- pico/makefile.neb.orig 2001-10-24 00:19:07.000000000 +0200 ++++ pico/makefile.neb 2003-07-28 14:04:16.000000000 +0200 +@@ -32,16 +32,12 @@ MAKE= make --OPTIMIZE= # -O -+OPTIMIZE= -O2 + OPTIMIZE= # -O PROFILE= # -pg -DEBUG= -g -DDEBUG -+DEBUG= -g ++DEBUG= # -g -DDEBUG STDCFLAGS= -Dneb -DJOB_CONTROL -DPOSIX -DMOUSE CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(STDCFLAGS) diff --git a/editors/pico/patches/patch-ab b/editors/pico/patches/patch-ab index 3bf7c695da0..109e6a86122 100644 --- a/editors/pico/patches/patch-ab +++ b/editors/pico/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.8 2003/01/23 07:37:13 martti Exp $ +$NetBSD: patch-ab,v 1.9 2003/07/28 14:35:34 adam Exp $ ---- pico/osdep/unix.orig Wed Dec 18 21:41:02 2002 -+++ pico/osdep/unix Thu Jan 23 09:01:38 2003 -@@ -2624,7 +2624,7 @@ +--- pico/osdep/unix.orig 2003-05-28 00:56:45.000000000 +0200 ++++ pico/osdep/unix 2003-07-28 13:49:18.000000000 +0200 +@@ -2654,7 +2654,7 @@ errstr(err) int err; { |