diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
commit | d16870ec4892a0f8c642798171803e5ba788f26e (patch) | |
tree | 3b3a28eecb1afa04565dd49f21bc0320d03830e0 /audio/dap/files/patch-ae | |
parent | Bump PORTREVISION after open-mofit update (diff) |
One more bunch of unmaintained expired ports removal
2011-05-01 audio/dap: Upstream disapear and distfile is no more available
2011-05-01 audio/gdrdao: Upstream disapear and no more distfiles available
2011-05-01 databases/gmysql: Upstream disapear and distfile is no more available
2011-05-01 deskutils/kuake: Upstream disapear and distfile is no more available
2011-05-01 finance/xinvest: Outdated, abandoned
2011-05-01 finance/xquote: Outdated, abandoned
2011-05-01 french/plgrenouille: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273476
Diffstat (limited to 'audio/dap/files/patch-ae')
-rw-r--r-- | audio/dap/files/patch-ae | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/dap/files/patch-ae b/audio/dap/files/patch-ae deleted file mode 100644 index 1d8ee1ef56f9..000000000000 --- a/audio/dap/files/patch-ae +++ /dev/null @@ -1,26 +0,0 @@ ---- main/Makefile.linux.orig Wed Sep 10 02:06:24 2003 -+++ main/Makefile.linux Sun May 23 17:41:57 2004 -@@ -1,5 +1,5 @@ --CC = gcc --CXX = g++ -+CC ?= gcc -+CXX ?= g++ - SOUND = ../sound - SPKIT = ../spkit - TOOLTIP = ../tooltips -@@ -7,12 +7,12 @@ - AUDIOF = ../libaudiofile - BACKDIR = ../bak/main - HOMEDIR = $(HOME) --X11DIR = /usr/X11R6 -+X11DIR = ${LOCALBASE} - INCDIR = -I. -I.. -I$(SOUND) -I$(SPKIT) -I$(TOOLTIP) -I$(X11DIR)/include -I$(X11DIR)/include/X11 - LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF) -L$(TOOLTIP) -L$(X11DIR)/lib --CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused -+CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused - DEBUG = -g3 --OPTIM = -O1 -+OPTIM = ${CCXFLAGS} - LDFLAGS = $(LIBDIR) -ldsp -laudio -laudiofile -ltooltips -lforms -lXpm -lX11 -lm - - PROGS = DAP |