- update to alpine-1.10, pico-5.01
from Daniel Dickman <didickman at gmail dot com>, thanks!
This commit is contained in:
parent
30848b1406
commit
205241277a
@ -1,20 +1,20 @@
|
|||||||
# $OpenBSD: Makefile,v 1.4 2008/04/24 10:11:43 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.5 2008/05/20 07:17:16 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT-main= UW e-mail client
|
COMMENT-main= UW e-mail client
|
||||||
COMMENT-pico= UW text editor
|
COMMENT-pico= UW text editor
|
||||||
COMMENT-pilot= UW file system navigator
|
COMMENT-pilot= UW file system navigator
|
||||||
|
|
||||||
V= 1.00
|
V= 1.10
|
||||||
DISTNAME= alpine-${V}
|
DISTNAME= alpine-${V}
|
||||||
|
|
||||||
PICO_V= 4.98
|
PICO_V= 5.01 # grep "PICO version" ${WRKSRC}/pico/pico.h
|
||||||
PILOT_V= 2.99
|
PILOT_V= 2.99 # grep PILOT_VERSION ${WRKSRC}/pico/pilot.c
|
||||||
|
|
||||||
CATEGORIES= mail news
|
CATEGORIES= mail news
|
||||||
CATEGORIES-pico=editors
|
CATEGORIES-pico=editors
|
||||||
CATEGORIES-pilot=sysutils
|
CATEGORIES-pilot=sysutils
|
||||||
|
|
||||||
PKGNAME-main= alpine-${V}p0
|
PKGNAME-main= alpine-${V}
|
||||||
PKGNAME-pico= pico-${PICO_V}
|
PKGNAME-pico= pico-${PICO_V}
|
||||||
PKGNAME-pilot= pilot-${PILOT_V}
|
PKGNAME-pilot= pilot-${PILOT_V}
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ WANTLIB-main= ${WANTLIB} asn1 com_err crypto des gssapi kafs krb5 ssl
|
|||||||
MULTI_PACKAGES= -main -pico -pilot
|
MULTI_PACKAGES= -main -pico -pilot
|
||||||
|
|
||||||
MODULES= devel/gettext
|
MODULES= devel/gettext
|
||||||
BUILD_DEPENDS= :c-client->=2007-!plaintext:mail/imap-uw,-c-client \
|
BUILD_DEPENDS= :c-client->=2007a1-!plaintext:mail/imap-uw,-c-client \
|
||||||
:aspell-*:textproc/aspell/core
|
:aspell-*:textproc/aspell/core
|
||||||
RUN_DEPENDS= :aspell-*:textproc/aspell/core
|
RUN_DEPENDS= :aspell-*:textproc/aspell/core
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (alpine-1.00.tar.gz) = IU4C+T+tXOedjjs310OHoQ==
|
MD5 (alpine-1.10.tar.gz) = IC6qs8Z2kAjm6EQ3/ld4og==
|
||||||
RMD160 (alpine-1.00.tar.gz) = U/xJaSo6XV6XcQAdmuPpE1/vZjc=
|
RMD160 (alpine-1.10.tar.gz) = UU0JU/ZWHRkT0J0BBGv5HE4PvJI=
|
||||||
SHA1 (alpine-1.00.tar.gz) = IWn87lSfmm0QvFdNqTOT6ib77HQ=
|
SHA1 (alpine-1.10.tar.gz) = +hzV3Pr1+1lcao3MJQlLAcnljEU=
|
||||||
SHA256 (alpine-1.00.tar.gz) = btWS0JR/KY/+nAGZMY8C+5U4LpGbPhElXv85vs6A9jg=
|
SHA256 (alpine-1.10.tar.gz) = CCCck3G775+GC1iWabK1SQM2U/jSLCpztL3eM4aMmZE=
|
||||||
SIZE (alpine-1.00.tar.gz) = 6222280
|
SIZE (alpine-1.10.tar.gz) = 6280732
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/11/22 13:49:52 ajacoutot Exp $
|
$OpenBSD: patch-Makefile_in,v 1.2 2008/05/20 07:17:16 ajacoutot Exp $
|
||||||
--- Makefile.in.orig Tue Nov 20 14:03:02 2007
|
--- Makefile.in.orig Fri Jan 11 19:15:07 2008
|
||||||
+++ Makefile.in Tue Nov 20 14:03:42 2007
|
+++ Makefile.in Sun May 18 16:05:34 2008
|
||||||
@@ -235,7 +235,7 @@ top_builddir = @top_builddir@
|
@@ -239,7 +239,7 @@ top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
EXTRA_DIST = config.rpath VERSION README LICENSE
|
EXTRA_DIST = config.rpath VERSION README LICENSE
|
||||||
SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_BUILD) $(WEB_PUBCOOKIE_BUILD)
|
SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_PUBCOOKIE_BUILD) $(WEB_BUILD)
|
||||||
-BUILT_SOURCES = c-client.d c-client
|
-BUILT_SOURCES = c-client.d c-client $(WEB_PUBCOOKIE_LINK)
|
||||||
+BUILT_SOURCES =
|
+BUILT_SOURCES =
|
||||||
CLEANFILES = c-client
|
CLEANFILES = c-client
|
||||||
man_MANS = doc/alpine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1
|
man_MANS = doc/alpine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-alpine_Makefile_in,v 1.1.1.1 2007/11/22 13:49:52 ajacoutot Exp $
|
$OpenBSD: patch-alpine_Makefile_in,v 1.2 2008/05/20 07:17:16 ajacoutot Exp $
|
||||||
--- alpine/Makefile.in.orig Tue Nov 20 14:03:52 2007
|
--- alpine/Makefile.in.orig Fri Jan 11 19:15:07 2008
|
||||||
+++ alpine/Makefile.in Tue Nov 20 14:05:54 2007
|
+++ alpine/Makefile.in Sun May 18 16:04:24 2008
|
||||||
@@ -83,14 +83,14 @@ rpdump_LDADD = $(LDADD)
|
@@ -83,14 +83,14 @@ rpdump_LDADD = $(LDADD)
|
||||||
rpdump_DEPENDENCIES = ../pico/libpico.a ../pico/osdep/libpicoosd.a \
|
rpdump_DEPENDENCIES = ../pico/libpico.a ../pico/osdep/libpicoosd.a \
|
||||||
../pith/libpith.a ../pith/osdep/libpithosd.a \
|
../pith/libpith.a ../pith/osdep/libpithosd.a \
|
||||||
@ -27,7 +27,7 @@ $OpenBSD: patch-alpine_Makefile_in,v 1.1.1.1 2007/11/22 13:49:52 ajacoutot Exp $
|
|||||||
AR = @AR@
|
AR = @AR@
|
||||||
AUTOCONF = @AUTOCONF@
|
AUTOCONF = @AUTOCONF@
|
||||||
AUTOHEADER = @AUTOHEADER@
|
AUTOHEADER = @AUTOHEADER@
|
||||||
@@ -277,7 +277,7 @@ BUILT_SOURCES = date.c
|
@@ -281,7 +281,7 @@ BUILT_SOURCES = date.c
|
||||||
LDADD = ../pico/libpico.a ../pico/osdep/libpicoosd.a \
|
LDADD = ../pico/libpico.a ../pico/osdep/libpicoosd.a \
|
||||||
../pith/libpith.a ../pith/osdep/libpithosd.a \
|
../pith/libpith.a ../pith/osdep/libpithosd.a \
|
||||||
../pith/charconv/libpithcc.a \
|
../pith/charconv/libpithcc.a \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-configure,v 1.2 2008/01/03 10:54:35 ajacoutot Exp $
|
$OpenBSD: patch-configure,v 1.3 2008/05/20 07:17:16 ajacoutot Exp $
|
||||||
--- configure.orig Thu Dec 20 23:32:04 2007
|
--- configure.orig Fri Mar 14 18:15:38 2008
|
||||||
+++ configure Thu Jan 3 09:58:12 2008
|
+++ configure Sun May 18 16:04:24 2008
|
||||||
@@ -21234,6 +21234,7 @@ fi
|
@@ -21282,6 +21282,7 @@ fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ $OpenBSD: patch-configure,v 1.2 2008/01/03 10:54:35 ajacoutot Exp $
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -22141,6 +22142,7 @@ echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
|
@@ -22189,6 +22190,7 @@ echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
|
||||||
INCINTL=
|
INCINTL=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ $OpenBSD: patch-configure,v 1.2 2008/01/03 10:54:35 ajacoutot Exp $
|
|||||||
|
|
||||||
|
|
||||||
if test -n "$INTL_MACOSX_LIBS"; then
|
if test -n "$INTL_MACOSX_LIBS"; then
|
||||||
@@ -33882,10 +33884,10 @@ GMSGFMT!$GMSGFMT$ac_delim
|
@@ -34139,10 +34141,10 @@ GMSGFMT!$GMSGFMT$ac_delim
|
||||||
XGETTEXT!$XGETTEXT$ac_delim
|
XGETTEXT!$XGETTEXT$ac_delim
|
||||||
MSGMERGE!$MSGMERGE$ac_delim
|
MSGMERGE!$MSGMERGE$ac_delim
|
||||||
INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
|
INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-pico_Makefile_in,v 1.1.1.1 2007/11/22 13:49:52 ajacoutot Exp $
|
$OpenBSD: patch-pico_Makefile_in,v 1.2 2008/05/20 07:17:16 ajacoutot Exp $
|
||||||
--- pico/Makefile.in.orig Tue Nov 20 14:09:31 2007
|
--- pico/Makefile.in.orig Fri Jan 11 19:15:07 2008
|
||||||
+++ pico/Makefile.in Tue Nov 20 14:10:29 2007
|
+++ pico/Makefile.in Sun May 18 16:04:24 2008
|
||||||
@@ -255,7 +255,7 @@ pico_SOURCES = main.c utf8stub.c
|
@@ -259,7 +259,7 @@ pico_SOURCES = main.c utf8stub.c
|
||||||
pilot_SOURCES = pilot.c utf8stub.c
|
pilot_SOURCES = pilot.c utf8stub.c
|
||||||
pico_LDADD = $(LDADD) $(INTLLIBS)
|
pico_LDADD = $(LDADD) $(INTLLIBS)
|
||||||
pilot_LDADD = $(LDADD) $(INTLLIBS)
|
pilot_LDADD = $(LDADD) $(INTLLIBS)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-pith_pine_hlp,v 1.2 2008/01/03 10:54:35 ajacoutot Exp $
|
$OpenBSD: patch-pith_pine_hlp,v 1.3 2008/05/20 07:17:16 ajacoutot Exp $
|
||||||
--- pith/pine.hlp.orig Thu Dec 20 17:34:31 2007
|
--- pith/pine.hlp.orig Fri Mar 14 18:34:08 2008
|
||||||
+++ pith/pine.hlp Thu Jan 3 09:58:12 2008
|
+++ pith/pine.hlp Sun May 18 16:04:24 2008
|
||||||
@@ -25920,7 +25920,7 @@ argument (see the "lynx" example below).
|
@@ -26133,7 +26133,7 @@ argument (see the "lynx" example below).
|
||||||
So, here are some example entries:
|
So, here are some example entries:
|
||||||
<PRE>
|
<PRE>
|
||||||
url-viewers = _TEST("test -n '${DISPLAY}'")_ /usr/local/bin/netscape
|
url-viewers = _TEST("test -n '${DISPLAY}'")_ /usr/local/bin/netscape
|
||||||
@ -10,7 +10,7 @@ $OpenBSD: patch-pith_pine_hlp,v 1.2 2008/01/03 10:54:35 ajacoutot Exp $
|
|||||||
C:\BIN\NETSCAPE.BAT
|
C:\BIN\NETSCAPE.BAT
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>
|
<P>
|
||||||
@@ -25928,7 +25928,7 @@ This example shows that for the first viewer in the li
|
@@ -26141,7 +26141,7 @@ This example shows that for the first viewer in the li
|
||||||
the environment variable "DISPLAY" must be defined. If it
|
the environment variable "DISPLAY" must be defined. If it
|
||||||
is, then the path and file "/usr/local/bin/netscape" must exist.
|
is, then the path and file "/usr/local/bin/netscape" must exist.
|
||||||
If neither condition is met,
|
If neither condition is met,
|
||||||
@ -19,7 +19,7 @@ $OpenBSD: patch-pith_pine_hlp,v 1.2 2008/01/03 10:54:35 ajacoutot Exp $
|
|||||||
If it does, then the "_URL_" token is replaced by the selected URL.
|
If it does, then the "_URL_" token is replaced by the selected URL.
|
||||||
If the path to "lynx" is invalid,
|
If the path to "lynx" is invalid,
|
||||||
then the final path and file C:\BIN\NETSCAPE.BAT must exist.
|
then the final path and file C:\BIN\NETSCAPE.BAT must exist.
|
||||||
@@ -26024,7 +26024,7 @@ because of its length, but should all appear on one li
|
@@ -26237,7 +26237,7 @@ because of its length, but should all appear on one li
|
||||||
url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ "/usr/local/bin/netscape -remote 'openURL(_URL_, new-window)' &"<BR>
|
url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ "/usr/local/bin/netscape -remote 'openURL(_URL_, new-window)' &"<BR>
|
||||||
|
|
||||||
_TEST("test -n '${DISPLAY}'")_ "/usr/local/bin/netscape &"<BR>
|
_TEST("test -n '${DISPLAY}'")_ "/usr/local/bin/netscape &"<BR>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user