pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/ex upgrade to 040103. various portability fixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b042fa2901b
branches:  trunk
changeset: 468666:3b042fa2901b
user:      itojun <itojun%pkgsrc.org@localhost>
date:      Sun Feb 15 22:29:39 2004 +0000

description:
upgrade to 040103.  various portability fixes

diffstat:

 editors/ex/Makefile         |   8 ++++----
 editors/ex/distinfo         |   8 ++++----
 editors/ex/patches/patch-aa |  32 ++++++++++++++++++++++++--------
 3 files changed, 32 insertions(+), 16 deletions(-)

diffs (91 lines):

diff -r 70ada5eb7e56 -r 3b042fa2901b editors/ex/Makefile
--- a/editors/ex/Makefile       Sun Feb 15 22:27:49 2004 +0000
+++ b/editors/ex/Makefile       Sun Feb 15 22:29:39 2004 +0000
@@ -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@localhost
 HOMEPAGE=      http://ex-vi.berlios.de/
diff -r 70ada5eb7e56 -r 3b042fa2901b editors/ex/distinfo
--- a/editors/ex/distinfo       Sun Feb 15 22:27:49 2004 +0000
+++ b/editors/ex/distinfo       Sun Feb 15 22:29:39 2004 +0000
@@ -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 -r 70ada5eb7e56 -r 3b042fa2901b editors/ex/patches/patch-aa
--- a/editors/ex/patches/patch-aa       Sun Feb 15 22:27:49 2004 +0000
+++ b/editors/ex/patches/patch-aa       Sun Feb 15 22:29:39 2004 +0000
@@ -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 @@
  #
  # 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.
  #



Home | Main Index | Thread Index | Old Index