pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q1]: pkgsrc/editors/nvi pullup ticket #2343 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7ae69d14125
branches:  pkgsrc-2008Q1
changeset: 540280:f7ae69d14125
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Tue Apr 22 12:47:05 2008 +0000

description:
pullup ticket #2343 - requested by schmonz
install nvi unstripped on Darwin

Revisions pulled up:
- pkgsrc/editors/nvi/Makefile   1.30

   Module Name: pkgsrc
   Committed By:        schmonz
   Date:                Tue Apr 15 13:46:01 UTC 2008

   Modified Files:
        pkgsrc/editors/nvi: Makefile

   Log Message:
   INSTALL_UNSTRIPPED on Darwin so nvi runs. Bump PKGREVISION.

diffstat:

 editors/nvi/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 14ff32523e7b -r f7ae69d14125 editors/nvi/Makefile
--- a/editors/nvi/Makefile      Mon Apr 21 00:39:55 2008 +0000
+++ b/editors/nvi/Makefile      Tue Apr 22 12:47:05 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/02/21 21:20:12 jlam Exp $
+# $NetBSD: Makefile,v 1.28.2.1 2008/04/22 12:47:05 rtr Exp $
 #
 
 DISTNAME=      nvi-1.81.5
@@ -37,6 +37,7 @@
 .elif ${OPSYS} == "Darwin"
 CONFIGURE_ENV+=                vi_cv_sys5_pty=no
 LDFLAGS+=              -flat_namespace
+INSTALL_UNSTRIPPED=    yes
 .endif
 
 # We need exactly the db3 API.



Home | Main Index | Thread Index | Old Index