pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh/patches fix the names, silly me.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57c3c0f13360
branches:  trunk
changeset: 527598:57c3c0f13360
user:      christos <christos%pkgsrc.org@localhost>
date:      Wed Apr 11 04:56:56 2007 +0000

description:
fix the names, silly me.

diffstat:

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

diffs (112 lines):

diff -r 653a67cb68af -r 57c3c0f13360 shells/tcsh/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patch-aa      Wed Apr 11 04:56:56 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.10 2007/04/11 04:56:56 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 653a67cb68af -r 57c3c0f13360 shells/tcsh/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patch-ab      Wed Apr 11 04:56:56 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.11 2007/04/11 04:56:56 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
diff -r 653a67cb68af -r 57c3c0f13360 shells/tcsh/patches/patches-aa
--- a/shells/tcsh/patches/patches-aa    Wed Apr 11 00:58:10 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$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 653a67cb68af -r 57c3c0f13360 shells/tcsh/patches/patches-ab
--- a/shells/tcsh/patches/patches-ab    Wed Apr 11 00:58:10 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$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