diff options
author | itojun <itojun@pkgsrc.org> | 2004-02-15 22:29:39 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2004-02-15 22:29:39 +0000 |
commit | 254492f9f446c030830d1673afd3598d1bf29547 (patch) | |
tree | 398b7616788cc834a4e3e3da5ea9010c38df0450 /editors | |
parent | 59dcbc8fb3ff7818764d045d28729db6513f3b4f (diff) | |
download | pkgsrc-254492f9f446c030830d1673afd3598d1bf29547.tar.gz |
upgrade to 040103. various portability fixes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ex/Makefile | 8 | ||||
-rw-r--r-- | editors/ex/distinfo | 8 | ||||
-rw-r--r-- | editors/ex/patches/patch-aa | 32 |
3 files changed, 32 insertions, 16 deletions
diff --git a/editors/ex/Makefile b/editors/ex/Makefile index 1deab17e626..9474136f95e 100644 --- a/editors/ex/Makefile +++ b/editors/ex/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:34:26 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/15 22:29:39 itojun Exp $ # -DISTNAME= ex-020403 -PKGNAME= ex-20020403 +DISTNAME= ex-040103 +PKGNAME= ex-20040103 CATEGORIES= editors -MASTER_SITES= http://download.berlios.de/ex-vi/ +MASTER_SITES= http://ex-vi.berlios.de/archive/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://ex-vi.berlios.de/ diff --git a/editors/ex/distinfo b/editors/ex/distinfo index 0668e021329..7eeb136bf30 100644 --- a/editors/ex/distinfo +++ b/editors/ex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/12/16 15:05:56 itojun Exp $ +$NetBSD: distinfo,v 1.3 2004/02/15 22:29:39 itojun Exp $ -SHA1 (ex-020403.tar.gz) = e6b16885430679c3397e3e3136efc8d4009141b5 -Size (ex-020403.tar.gz) = 216587 bytes -SHA1 (patch-aa) = f1f51f1e28d4418feadcb5fd3f3945ff541f0568 +SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09 +Size (ex-040103.tar.gz) = 284130 bytes +SHA1 (patch-aa) = 6bc9f0bc5040d17f02da1417dcfc662b4dd4093b diff --git a/editors/ex/patches/patch-aa b/editors/ex/patches/patch-aa index 78498bfc9f1..28e2f78798b 100644 --- a/editors/ex/patches/patch-aa +++ b/editors/ex/patches/patch-aa @@ -1,24 +1,40 @@ -$NetBSD: patch-aa,v 1.2 2002/12/16 15:05:56 itojun Exp $ +$NetBSD: patch-aa,v 1.3 2004/02/15 22:29:39 itojun Exp $ ---- Makefile.orig Mon Feb 4 10:06:32 2002 -+++ Makefile Tue Dec 17 00:03:27 2002 -@@ -83,13 +83,13 @@ +--- Makefile.orig 2004-01-03 23:22:47.000000000 +0900 ++++ Makefile 2004-02-16 07:24:39.000000000 +0900 +@@ -83,13 +83,15 @@ BINDIR = bin LIBEXECDIR = libexec MANDIR = man -DESTDIR = /usr/local +-PRESERVEDIR = /var/preserve ++#DESTDIR = /usr/local +DESTDIR = ${PREFIX} - PRESERVEDIR = /var/preserve ++PRESERVEDIR = /var/tmp/vi.recover # # A BSD-like install program. GNU install will fit well here, too. # -INSTALL = /usr/ucb/install -+#INSTALL = /usr/ucb/install ++#INSTALL = /usr/ucb/install ++INSTALL = ${INSTALL_PROGRAM} # # Compiler and linker flags. -@@ -169,7 +169,7 @@ +@@ -140,9 +142,9 @@ + # advanced multibyte character support etc. which might not be present + # on your system. + # +-REINC = -I./libuxre -DUXRE +-RELIB = -L./libuxre -luxre +-RETGT = uxre ++#REINC = -I./libuxre -DUXRE ++#RELIB = -L./libuxre -luxre ++#RETGT = uxre + + # + # These settings should be correct for any modern Unix. +@@ -182,7 +184,7 @@ # On System V, the terminfo library may be more accurate than the termcap # file. To use it, link against the curses library. # @@ -27,7 +43,7 @@ $NetBSD: patch-aa,v 1.2 2002/12/16 15:05:56 itojun Exp $ # # You may also get terminfo access by using the ncurses library. # -@@ -178,7 +178,7 @@ +@@ -191,7 +193,7 @@ # The preferred choice for ex on Linux and other systems that provide a good # termcap file is the 2.11BSD termcap library included here. # |