aboutsummaryrefslogtreecommitdiff
path: root/archivers/fastjar/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-08-09 00:10:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-08-09 00:10:34 +0000
commita1bd59bafe41e92ad784fce0595299ae9da77b11 (patch)
treecc35b7a14409cf00fb38e3809012b161215c5df8 /archivers/fastjar/files
parentcffe61fab2b83f7148a4afd28224781fba58d3ac (diff)
downloadports-a1bd59bafe41e92ad784fce0595299ae9da77b11.tar.gz
ports-a1bd59bafe41e92ad784fce0595299ae9da77b11.zip
Notes
Diffstat (limited to 'archivers/fastjar/files')
-rw-r--r--archivers/fastjar/files/patch-aa48
-rw-r--r--archivers/fastjar/files/patch-jargrep.c10
2 files changed, 0 insertions, 58 deletions
diff --git a/archivers/fastjar/files/patch-aa b/archivers/fastjar/files/patch-aa
deleted file mode 100644
index 5f3f3d9d15be..000000000000
--- a/archivers/fastjar/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
---- Makefile.in.bak Thu Jan 11 11:38:15 2001
-+++ Makefile.in Mon Aug 18 19:17:55 2003
-@@ -117,16 +117,16 @@
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
-
--Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
-- cd $(top_builddir) \
-- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-+#Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
-+# cd $(top_builddir) \
-+# && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
- $(ACLOCAL_M4): configure.in
- cd $(srcdir) && $(ACLOCAL)
-
--config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-- $(SHELL) ./config.status --recheck
--$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
-+#config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-+# $(SHELL) ./config.status --recheck
-+#$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- cd $(srcdir) && $(AUTOCONF)
-
- config.h: stamp-h
-@@ -139,14 +139,14 @@
- && CONFIG_FILES= CONFIG_HEADERS=config.h \
- $(SHELL) ./config.status
- @echo timestamp > stamp-h 2> /dev/null
--$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
-- @if test ! -f $@; then \
-- rm -f $(srcdir)/stamp-h.in; \
-- $(MAKE) $(srcdir)/stamp-h.in; \
-- else :; fi
--$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
-- cd $(top_srcdir) && $(AUTOHEADER)
-- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
-+#$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
-+# @if test ! -f $@; then \
-+# rm -f $(srcdir)/stamp-h.in; \
-+# $(MAKE) $(srcdir)/stamp-h.in; \
-+# else :; fi
-+#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
-+# cd $(top_srcdir) && $(AUTOHEADER)
-+# @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
-
- mostlyclean-hdr:
-
diff --git a/archivers/fastjar/files/patch-jargrep.c b/archivers/fastjar/files/patch-jargrep.c
deleted file mode 100644
index f18d3b5aaa73..000000000000
--- a/archivers/fastjar/files/patch-jargrep.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- jargrep.c.orig Fri Aug 6 18:22:38 2004
-+++ jargrep.c Fri Aug 6 18:23:10 2004
-@@ -573,6 +573,7 @@
- break;
- case 2:
- /* fall through continue */
-+ break;
- }
- }
- } while(floop);