diff options
author | agc <agc> | 2002-12-22 08:29:19 +0000 |
---|---|---|
committer | agc <agc> | 2002-12-22 08:29:19 +0000 |
commit | 524b73318837e5dafade63e109be5d0c1e92577e (patch) | |
tree | 459ce5411d70ab9bb3de97644c6a8af83b10cf86 | |
parent | 3085e9a8c28167210cc1f4cc5ede7b34171128c7 (diff) | |
download | pkgsrc-524b73318837e5dafade63e109be5d0c1e92577e.tar.gz |
*** empty log message ***
-rw-r--r-- | archivers/gtar-base/patches/patch-ac | 30 | ||||
-rw-r--r-- | archivers/gtar-base/patches/patch-ad | 22 |
2 files changed, 0 insertions, 52 deletions
diff --git a/archivers/gtar-base/patches/patch-ac b/archivers/gtar-base/patches/patch-ac index 4fb8caa8f49..e69de29bb2d 100644 --- a/archivers/gtar-base/patches/patch-ac +++ b/archivers/gtar-base/patches/patch-ac @@ -1,30 +0,0 @@ -$NetBSD: patch-ac,v 1.2 1999/09/18 14:52:24 kim Exp $ - ---- intl/xopen-msg.sed.orig Mon Apr 7 00:28:52 1997 -+++ intl/xopen-msg.sed Fri Aug 14 19:18:49 1998 -@@ -81,6 +81,8 @@ - G - s/^[^\n]*$/& / - s/\(.*\)\n\([0-9]*\)/\2 \1/ -+# Change escaped quotes into regular quotes. -+ s/\\*"/"/g - # Clear flag from last substitution. - tb - # Append the next line. -@@ -90,12 +92,16 @@ - s/\(.*\n\)"\(.*\)"/\1\2/ - # Yes, then branch. - ta -+# Comment out if no message exists. -+ s/^\([0-9]* *\n\)/$ \1/ - P - D - # Note that `D' includes a jump to the start!! - # We found a continuation line. But before printing insert '\'. - :a - s/\(.*\)\(\n.*\)/\1\\\2/ -+# Change escaped quotes into regular quotes. -+ s/\\*"/"/g - P - # We cannot use the sed command `D' here - s/.*\n\(.*\)/\1/ diff --git a/archivers/gtar-base/patches/patch-ad b/archivers/gtar-base/patches/patch-ad index 02a67170ebf..e69de29bb2d 100644 --- a/archivers/gtar-base/patches/patch-ad +++ b/archivers/gtar-base/patches/patch-ad @@ -1,22 +0,0 @@ -$NetBSD: patch-ad,v 1.3 1999/09/18 14:52:26 kim Exp $ - ---- configure.orig Fri Apr 25 16:03:34 1997 -+++ configure Fri Sep 17 23:08:21 1999 -@@ -4255,7 +4255,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -4509,7 +4509,7 @@ - USE_INCLUDED_LIBINTL=yes - CATOBJEXT=.cat - INSTOBJEXT=.cat -- DATADIRNAME=lib -+ DATADIRNAME=share - INTLDEPS="../intl/libintl.a" - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` |