pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh/patches add new files



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebfb6e42f75f
branches:  trunk
changeset: 527518:ebfb6e42f75f
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue Apr 10 00:50:24 2007 +0000

description:
add new files

diffstat:

 shells/tcsh/patches/patches-aa |  24 ++++++++++++++++++++++++
 shells/tcsh/patches/patches-ab |  24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 2585d42cf4d2 -r ebfb6e42f75f shells/tcsh/patches/patches-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patches-aa    Tue Apr 10 00:50:24 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patches-aa,v 1.1 2007/04/10 00:50:24 christos Exp $
+
+--- Makefile.in.orig   2007-04-09 20:02:33.000000000 -0400
++++ Makefile.in        2007-04-09 20:04:47.000000000 -0400
+@@ -512,17 +512,10 @@
+ install-strip: install
+ 
+ install: tcsh$(EXEEXT) 
+-      -mkdir -p ${DESTBIN}
+-      -mv -f ${DESTBIN}/tcsh$(EXEEXT)  ${DESTBIN}/tcsh.old
+-      cp tcsh$(EXEEXT) ${DESTBIN}/tcsh$(EXEEXT)
+-      -strip ${DESTBIN}/tcsh$(EXEEXT)
+-      chmod 755 ${DESTBIN}/tcsh$(EXEEXT)
++      ${BSD_INSTALL_PROGRAM} tcsh${EXEEXT} ${DESTBIN}/tcsh${EXEEXT}
+ 
+ install.man: tcsh.man
+-      -mkdir -p ${DESTMAN}
+-      -rm -f ${DESTMAN}/tcsh.${MANSECT}
+-      cp $(srcdir)/tcsh.man ${DESTMAN}/tcsh.${MANSECT}
+-      chmod 444 ${DESTMAN}/tcsh.${MANSECT}
++      ${BSD_INSTALL_MAN} tcsh.man ${DESTMAN}/tcsh.${MANSECT}
+ 
+ install.cygwin: install install.man
+       -mkdir -p ${DESTDIR}${prefix}/share/doc/tcsh
diff -r 2585d42cf4d2 -r ebfb6e42f75f shells/tcsh/patches/patches-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patches-ab    Tue Apr 10 00:50:24 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patches-ab,v 1.1 2007/04/10 00:50:24 christos Exp $
+
+--- config_f.h.orig    2006-08-28 10:53:04.000000000 -0400
++++ config_f.h 2007-04-09 20:02:34.000000000 -0400
+@@ -44,7 +44,18 @@
+  *             of nls...
+  *
+  */
+-#define SHORT_STRINGS
++#if defined(__NetBSD__)
++# include <sys/param.h>
++# if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 200000000)
++#  define SHORT_STRINGS
++# else
++#  undef SHORT_STRINGS
++# endif
++#elif defined(__OpenBSD__)
++# undef SHORT_STRINGS
++#else
++# define SHORT_STRINGS
++#endif
+ 
+ /*
+  * WIDE_STRINGS       Represent strings using wide characters



Home | Main Index | Thread Index | Old Index