aboutsummaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/zip
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Notes
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/files/patch-man_zipcloak.1 (renamed from archivers/zip/files/patch-man__zipcloak.1)2
-rw-r--r--archivers/zip/files/patch-man_zipnote.1 (renamed from archivers/zip/files/patch-man__zipnote.1)2
-rw-r--r--archivers/zip/files/patch-man_zipsplit.1 (renamed from archivers/zip/files/patch-man__zipsplit.1)2
-rw-r--r--archivers/zip/files/patch-unix_Makefile8
-rw-r--r--archivers/zip/files/patch-unix_configure12
5 files changed, 13 insertions, 13 deletions
diff --git a/archivers/zip/files/patch-man__zipcloak.1 b/archivers/zip/files/patch-man_zipcloak.1
index 98726b738dc4..21d0c1906c11 100644
--- a/archivers/zip/files/patch-man__zipcloak.1
+++ b/archivers/zip/files/patch-man_zipcloak.1
@@ -1,6 +1,6 @@
--- man/zipcloak.1.orig 2008-05-08 08:18:46 UTC
+++ man/zipcloak.1
-@@ -12,8 +12,6 @@
+@@ -12,8 +12,6 @@ zipcloak \- encrypt entries in a zipfile
zipfile
.SH ARGUMENTS
diff --git a/archivers/zip/files/patch-man__zipnote.1 b/archivers/zip/files/patch-man_zipnote.1
index 15d2b1c85f25..612f292e17a1 100644
--- a/archivers/zip/files/patch-man__zipnote.1
+++ b/archivers/zip/files/patch-man_zipnote.1
@@ -1,6 +1,6 @@
--- man/zipnote.1.orig 2008-05-08 08:17:56 UTC
+++ man/zipnote.1
-@@ -12,8 +12,6 @@
+@@ -12,8 +12,6 @@ zipnote \- write the comments in zipfile
zipfile
.SH ARGUMENTS
diff --git a/archivers/zip/files/patch-man__zipsplit.1 b/archivers/zip/files/patch-man_zipsplit.1
index 196a53b6d89d..5006951e9cc2 100644
--- a/archivers/zip/files/patch-man__zipsplit.1
+++ b/archivers/zip/files/patch-man_zipsplit.1
@@ -1,6 +1,6 @@
--- man/zipsplit.1.orig 2008-05-08 08:17:48 UTC
+++ man/zipsplit.1
-@@ -17,8 +17,6 @@
+@@ -17,8 +17,6 @@ zipsplit \- split a zipfile into smaller
zipfile
.SH ARGUMENTS
diff --git a/archivers/zip/files/patch-unix_Makefile b/archivers/zip/files/patch-unix_Makefile
index c466c97973f2..f60637ff31d0 100644
--- a/archivers/zip/files/patch-unix_Makefile
+++ b/archivers/zip/files/patch-unix_Makefile
@@ -1,6 +1,6 @@
---- unix/Makefile.orig 2008-05-07 02:33:56.000000000 +0400
-+++ unix/Makefile 2008-08-03 06:36:20.000000000 +0400
-@@ -22,7 +22,6 @@
+--- unix/Makefile.orig 2008-05-07 06:33:56 UTC
++++ unix/Makefile
+@@ -22,7 +22,6 @@ SHELL = /bin/sh
LN = ln -s
# (to use the GNU compiler, change cc to gcc in CC)
@@ -8,7 +8,7 @@
BIND = $(CC)
AS = $(CC) -c
CPP = /lib/cpp
-@@ -57,8 +56,7 @@
+@@ -57,8 +56,7 @@ IZ_OUR_BZIP2_DIR = bzip2
# CFLAGS flags for C compile
# LFLAGS1 flags after output file spec, before obj file list
# LFLAGS2 flags after obj file list (libraries, etc)
diff --git a/archivers/zip/files/patch-unix_configure b/archivers/zip/files/patch-unix_configure
index adcc2c41e3cf..3e421f3ffba6 100644
--- a/archivers/zip/files/patch-unix_configure
+++ b/archivers/zip/files/patch-unix_configure
@@ -1,6 +1,6 @@
---- unix/configure.orig 2008-06-19 23:32:20.000000000 +0400
-+++ unix/configure 2008-08-03 06:35:03.000000000 +0400
-@@ -98,7 +98,6 @@
+--- unix/configure.orig 2008-06-20 03:32:20 UTC
++++ unix/configure
+@@ -98,7 +98,6 @@ int main()
_EOF_
$CC $CFLAGS -c conftest.c > /dev/null 2>/dev/null
if test $? -eq 0; then
@@ -8,7 +8,7 @@
echo " GNU C ($CFLAGS_OPT)"
# Special Mac OS X shared library "ld" option?
if test ` uname -s 2> /dev/null ` = 'Darwin'; then
-@@ -110,7 +109,6 @@
+@@ -110,7 +109,6 @@ _EOF_
rm -f conftest
fi
else
@@ -16,7 +16,7 @@
echo " Other-unknown C ($CFLAGS_OPT)"
fi
fi
-@@ -224,7 +222,6 @@
+@@ -224,7 +222,6 @@ CPP="${CC} -E"
[ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P"
[ -f /usr/lib/cpp ] && CPP=/usr/lib/cpp
[ -f /lib/cpp ] && CPP=/lib/cpp
@@ -24,7 +24,7 @@
[ -f /xenix ] && CPP="${CC} -E"
[ -f /lynx.os ] && CPP="${CC} -E"
-@@ -244,7 +241,7 @@
+@@ -244,7 +241,7 @@ if eval "$CPP match.S > _match.s 2>/dev/
echo "int foo() { return 0;}" > conftest.c
$CC -c conftest.c >/dev/null 2>/dev/null
echo Check if compiler generates underlines