From 5e535e782212b88c5653bcdf5b479068766cccd3 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 23 Mar 2009 20:53:42 +0000 Subject: 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 --- emulators/dlx/files/patch-glob.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 emulators/dlx/files/patch-glob.c (limited to 'emulators/dlx/files/patch-glob.c') diff --git a/emulators/dlx/files/patch-glob.c b/emulators/dlx/files/patch-glob.c deleted file mode 100644 index 3ecdd1526d58..000000000000 --- a/emulators/dlx/files/patch-glob.c +++ /dev/null @@ -1,22 +0,0 @@ ---- dlxsim/tcl/glob.c.orig Sun Sep 22 09:40:54 2002 -+++ dlxsim/tcl/glob.c Sun Sep 22 09:43:49 2002 -@@ -122,9 +122,8 @@ - #define direct dirent - #define DP_NAMELEN(x) strlen ((x)->d_name) - #else --#include -+#include - #include --extern bcopy (); - #endif /* USG */ - #endif /* USG_OLD */ - -@@ -341,7 +340,7 @@ - }; - - DIR *d; -- register struct direct *dp; -+ register struct dirent *dp; - struct globval *lastlink; - register struct globval *nextlink; - register char *nextname; -- cgit v1.2.3