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 /multimedia/mpegedit/files/patch-ba | |
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 'multimedia/mpegedit/files/patch-ba')
-rw-r--r-- | multimedia/mpegedit/files/patch-ba | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/multimedia/mpegedit/files/patch-ba b/multimedia/mpegedit/files/patch-ba deleted file mode 100644 index 78af8152aa86..000000000000 --- a/multimedia/mpegedit/files/patch-ba +++ /dev/null @@ -1,42 +0,0 @@ ---- ui/Makefile.orig Mon Jul 24 00:01:36 1995 -+++ ui/Makefile Thu Jun 15 09:04:16 2000 -@@ -26,9 +26,10 @@ - # - - AR = ar r --CPP = g++ -+CPP = ${CXX} - RANLIB = ranlib - RM = rm -f -+INCLUDES = -I../globals -I$(LOCALBASE)/include - - # CPPFLAGS -Wall all warnings - # -pipe speeds up compilation (remove only if not using g++) -@@ -48,7 +49,7 @@ - .SUFFIXES: .C $(SUFFIXES) - - .C.o: -- $(CPP) $(CPPFLAGS) $(EXTRA) -I../globals -c $< -+ $(CPP) $(CPPFLAGS) $(INCLUDES) $(EXTRA) -c $< - - all: $(ALL) - -@@ -65,14 +66,14 @@ - - dep: FORCE - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - $(DEPFILE): -- set -e; for i in $(SOURCES) ; do $(CPP) -M $$i -I../globals >>$(DEPFILE) ; done -- -+ set -e; for i in $(SOURCES) ; do $(CPP) $(INCLUDES) -M $$i >>$(DEPFILE) ; done -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif |