diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
commit | 5e535e782212b88c5653bcdf5b479068766cccd3 (patch) | |
tree | 383e4760b87c61a4d7ed195e85cffa507c0ebb80 /java/guavac/files | |
parent | - Actually, klamav doesn't install docs, it just installs kde stuffs on (diff) |
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Notes
Notes:
svn path=/head/; revision=230793
Diffstat (limited to 'java/guavac/files')
-rw-r--r-- | java/guavac/files/patch-ad | 14 | ||||
-rw-r--r-- | java/guavac/files/patch-ae | 8 | ||||
-rw-r--r-- | java/guavac/files/patch-af | 20 | ||||
-rw-r--r-- | java/guavac/files/patch-ag | 11 |
4 files changed, 0 insertions, 53 deletions
diff --git a/java/guavac/files/patch-ad b/java/guavac/files/patch-ad deleted file mode 100644 index 0d193d5fa48c..000000000000 --- a/java/guavac/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ -*** configure.orig Mon Apr 28 12:41:52 1997 ---- configure Thu Jun 12 13:32:18 1997 -*************** -*** 520,528 **** - - - -- if test -z "${CFLAGS}"; then -- CFLAGS=-g -- fi - CFLAGS="$CFLAGS -I. -I.. -I\$(srcdir)/../common" - cat >> confdefs.h <<EOF - #define CFLAGS "$CFLAGS" ---- 520,525 ---- diff --git a/java/guavac/files/patch-ae b/java/guavac/files/patch-ae deleted file mode 100644 index e1ddbb53d6db..000000000000 --- a/java/guavac/files/patch-ae +++ /dev/null @@ -1,8 +0,0 @@ ---- common/cppstring.h.orig Wed Jun 24 19:00:48 1998 -+++ common/cppstring.h Wed Jun 24 19:01:49 1998 -@@ -8,4 +8,5 @@ - #endif - #endif - -+#include_next <string.h> - #include <string> diff --git a/java/guavac/files/patch-af b/java/guavac/files/patch-af deleted file mode 100644 index 981fdf6f518c..000000000000 --- a/java/guavac/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- man/Makefile.in.orig Tue Mar 4 03:21:07 1997 -+++ man/Makefile.in Mon Jun 30 18:40:06 1997 -@@ -55,13 +55,13 @@ - cd $(srcdir) && for file in $(PRODUCT).1; do \ - $(INSTALL_DATA) $$file $(mandir)/man1/$$file; \ - done -- cd $(srcdir) && for file in $(PRODUCT).man; do \ -- $(INSTALL_DATA) $$file $(mandir)/cat1/$$file; \ -- done -+# cd $(srcdir) && for file in $(PRODUCT).man; do \ -+# $(INSTALL_DATA) $$file $(mandir)/cat1/$$file; \ -+# done - - uninstall: - rm -f $(mandir)/man1/$(PRODUCT).1 -- rm -f $(mandir)/cat1/$(PRODUCT).man -+# rm -f $(mandir)/cat1/$(PRODUCT).man - - mostlyclean: - rm -f *.tmp diff --git a/java/guavac/files/patch-ag b/java/guavac/files/patch-ag deleted file mode 100644 index 9e02399f6bee..000000000000 --- a/java/guavac/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat Jun 14 03:18:41 1997 -+++ Makefile.in Mon Jun 30 19:27:30 1997 -@@ -52,7 +52,7 @@ - # prefix='$(prefix)' exec_prefix='$(exec_prefix)' \ - # bindir='$(bindir)' infodir='$(infodir)' mandir='$(mandir)' - --SUBDIRS = common compiler man doc checks -+SUBDIRS = common compiler man checks # doc - - DISTFILES = README NEWS TODO THANKS COPYING RELEASE ChangeLog \ - configure.in mkinstalldirs install-sh Makefile.in \ |