diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:16:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:16:36 +0000 |
commit | a9b270272208e547b68d58c91c57682977be8a1a (patch) | |
tree | 3abb46a0477ac2dc65fb4427c14a89168d694811 /audio/xtuner/files/patch-ab | |
parent | Remove mpegaudio dependency as it has expired (diff) |
Bye bye abandonwares
2011-08-01 archivers/zipios++: No more public distfiles
2011-08-01 astro/sattrack: No more public distfiles
2011-08-01 audio/bladeenc: Looks like an abandonware
2011-08-01 audio/cdplayer.app: Looks like an abandonware, no more public distfile
2011-08-01 audio/id3ed: No more public distfiles, looks like an abandonware
2011-08-01 audio/linux-vsound: Abandonware
2011-08-01 audio/mpegaudio: No more public distfiles
2011-08-01 audio/mpmf20: Abandonware
2011-08-01 audio/mutemix: abandonware, no more public distfiles
2011-08-01 audio/phatbeat: abandonware, no more public distfiles
2011-08-01 audio/pimp3: No more public distfiles
2011-08-01 audio/rbscrobbler: Looks like abandonware, no more public distfile
2011-08-01 audio/ripenc: Looks like and abandonware, No more distfile
2011-08-01 audio/wmcdplay: Looks like an abandonware, no more public distfile
2011-08-01 audio/wmfmixer: Looks like an abandonware, no more public distfiles
2011-08-01 audio/wmmixer: Looks like an abandonware, no more public distfile
2011-08-01 audio/wmmp3: Looks like an abandonware, no more public distfile
2011-08-01 audio/wmusic: Looks like an abandonware, no more distfiles
2011-08-01 audio/xmms-kj: Looks like an abandonware, no more public distfiles
2011-08-01 audio/xmms-pipe: Looks like an abandonware, no more public distfile
2011-08-01 audio/xmms-speex: Looks like an abandonware, no more public distfile
2011-08-01 audio/xsidplay: Looks like an abandonware, no more public distfile
2011-08-01 audio/xtuner: Looks like an abandonware, no more public distfile
Notes
Notes:
svn path=/head/; revision=278677
Diffstat (limited to 'audio/xtuner/files/patch-ab')
-rw-r--r-- | audio/xtuner/files/patch-ab | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/xtuner/files/patch-ab b/audio/xtuner/files/patch-ab deleted file mode 100644 index b340533ac820..000000000000 --- a/audio/xtuner/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- Imakefile.orig Thu Dec 19 14:31:12 1996 -+++ Imakefile Mon Jul 1 00:30:04 2002 -@@ -25,9 +25,13 @@ - */ - - #if defined (FreeBSDArchitecture) -- CC= gcc -+XCOMM CC= gcc - EXTRA_DEFINES= -D_HAVE_PARAM_H -- LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -+#if defined (AlphaArchitecture) -+ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -lio -+#else -+ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -+#endif - #else - CFLAGS= -O2 -m486 - LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -@@ -55,6 +59,6 @@ - callbacks.o \ - led.o \ - --ComplexProgramTarget(xtuner) -+ComplexProgramTargetNoMan(xtuner) - - |