aboutsummaryrefslogtreecommitdiff
path: root/audio/cheesetracker
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /audio/cheesetracker
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
downloadports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz
ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Notes
Notes: svn path=/head/; revision=323748
Diffstat (limited to 'audio/cheesetracker')
-rw-r--r--audio/cheesetracker/Makefile53
-rw-r--r--audio/cheesetracker/distinfo2
-rw-r--r--audio/cheesetracker/files/patch-SConstruct71
-rw-r--r--audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_jack.cpp17
-rw-r--r--audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_oss.cpp17
-rw-r--r--audio/cheesetracker/files/patch-common::drivers::rtaudio::rt_audio.cpp13
-rw-r--r--audio/cheesetracker/files/patch-common::interface__QT::audio::sample_editor_format.cpp10
-rw-r--r--audio/cheesetracker/files/patch-common::plugins::edit_effects::simple_edit_effects.cpp10
-rw-r--r--audio/cheesetracker/files/patch-common::plugins::effects::custom::chorus_effect.cpp11
-rw-r--r--audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect_source.cpp10
-rw-r--r--audio/cheesetracker/files/patch-detect.py98
-rw-r--r--audio/cheesetracker/pkg-descr4
12 files changed, 0 insertions, 316 deletions
diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile
deleted file mode 100644
index a85f16424f08..000000000000
--- a/audio/cheesetracker/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= cheesetracker
-PORTVERSION= 0.9.15.4
-PORTREVISION= 7
-CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Impulse Tracker clone
-
-BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
- qmake:${PORTSDIR}/devel/qmake
-LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
- audiofile.0:${PORTSDIR}/audio/libaudiofile \
- sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
-
-DEPRECATED= Depends on Qt3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-USES= pkgconfig
-USE_BZIP2= yes
-USE_QT_VER= 3
-USE_SCONS= yes
-SCONS_BUILDENV= CXX="${CXX}" QTDIR="${QT_PREFIX}"
-
-PORTEXAMPLES= beek-dolphinisland.it ll-globule.it reduz-maschizo.it \
- xerxes-mfc.xm
-PLIST_FILES= bin/cheesetracker_qt
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%CXXFLAGS%%|${CXXFLAGS}| ; \
- s|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \
- s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/SConstruct
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%QT_PREFIX%%|${QT_PREFIX}|' ${WRKSRC}/detect.py
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cheesetracker/program__QT/cheesetracker_qt ${PREFIX}/bin
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/cheesetracker/examples/*.it ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/cheesetracker/examples/*.xm ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/audio/cheesetracker/distinfo b/audio/cheesetracker/distinfo
deleted file mode 100644
index c23c4d2df5e1..000000000000
--- a/audio/cheesetracker/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cheesetracker-0.9.15.4.tar.bz2) = 444cee4ee53c72ade6d109c263beac7f36c186bc22cd7ce5f86b095da60e0a02
-SIZE (cheesetracker-0.9.15.4.tar.bz2) = 886475
diff --git a/audio/cheesetracker/files/patch-SConstruct b/audio/cheesetracker/files/patch-SConstruct
deleted file mode 100644
index 8b8951b37b30..000000000000
--- a/audio/cheesetracker/files/patch-SConstruct
+++ /dev/null
@@ -1,71 +0,0 @@
---- SConstruct.orig Tue Aug 7 08:35:47 2007
-+++ SConstruct Mon Aug 20 14:43:47 2007
-@@ -1,12 +1,12 @@
- EnsureSConsVersion(0,14);
- #EnsurePythonVersion(2,1); this is buggy in scons, so i commented this out
-
--import os;
--import string;
-+import os
-+import string
- import sys
-
--import detect;
--import methods;
-+import detect
-+import methods
-
- moc_binary = "moc"
-
-@@ -55,8 +55,10 @@
- env.make_so = None
- env.detect = detect.Detect()
-
--if os.environ.has_key('DISTCC_HOSTS'):
-+if os.environ.has_key('CXX'):
- env['CXX'] = os.environ['CXX']
-+
-+if os.environ.has_key('DISTCC_HOSTS'):
- env['ENV']['DISTCC_HOSTS'] = os.environ['DISTCC_HOSTS']
- env['ENV']['HOME'] = os.environ['HOME']
-
-@@ -85,16 +87,16 @@
-
- if (env.detect.need_gmp):
- env.Append(CXXFLAGS=['-DNEED_GMP']);
-- env.Append(LIBS=['-lgmp']);
-+ env.Append(LIBS=['gmp']);
- if (env.detect.have_libaudiofile):
-- env.Append(LIBS=['-laudiofile']);
-+ env.Append(LIBS=['audiofile']);
- env.Append(CXXFLAGS=['-DHAVE_LIBAUDIOFILE']);
- if (env.detect.need_limit_macros_define) :
- env.Append(CXXFLAGS=['-D__STDC_LIMIT_MACROS']);
- if (env.detect.have_gnu_basename) :
- env.Append(CXXFLAGS=['-DHAVE_GNU_BASENAME']);
--if (env.detect.have_xpg_basename) :
-- env.Append(CXXFLAGS=['-DHAVE_XPG_BASENAME']);
-+#if (env.detect.have_xpg_basename) :
-+# env.Append(CXXFLAGS=['-DHAVE_XPG_BASENAME']);
- if (env.detect.have_stdint_h) :
- env.Append(CXXFLAGS=['-DHAVE_STDINT_H']);
- if (env.detect.have_msint) :
-@@ -103,7 +105,7 @@
- env.Append(CXXFLAGS=['-DHAVE_MMAP']);
- if (env.detect.have_madvise) :
- env.Append(CXXFLAGS=['-DHAVE_MADVISE']);
--env.Append(CXXFLAGS=['-g','-Wall']);
-+env.Append(CXXFLAGS="%%CXXFLAGS%% %%PTHREAD_CFLAGS%%");
-
- if os.environ.has_key('USE_STACK_CHECK'):
- env.Append(CXXFLAGS=['-fstack-check']);
-@@ -159,7 +161,8 @@
-
-
-
--env.Append(LIBS=['z','m','pthread']);
-+env.Append(LIBS=['z','m']);
-+env.Append(LINKFLAGS=["%%PTHREAD_LIBS%%"]);
-
-
-
diff --git a/audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_jack.cpp b/audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_jack.cpp
deleted file mode 100644
index e387aeca07e3..000000000000
--- a/audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_jack.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- common/drivers/posix/sound_driver_jack.cpp.orig Fri Aug 3 16:07:43 2007
-+++ common/drivers/posix/sound_driver_jack.cpp Sun Aug 5 22:11:52 2007
-@@ -225,12 +225,12 @@
-
- //printf("JACK: Connect Ports...\n");
-
-- if (jack_connect (client, jack_port_name (output_port_l), "alsa_pcm:playback_1")) {
-+ if (jack_connect (client, jack_port_name (output_port_l), "oss:playback_1")) {
- ERROR("cannot connect output ports\n");
- //jack_client_close (client);
- //return FUNCTION_FAILURE;
- }
-- if (jack_connect (client, jack_port_name (output_port_r), "alsa_pcm:playback_2")) {
-+ if (jack_connect (client, jack_port_name (output_port_r), "oss:playback_2")) {
- ERROR("cannot connect output ports\n");
- //jack_client_close (client);
- //return FUNCTION_FAILURE;
diff --git a/audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_oss.cpp b/audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_oss.cpp
deleted file mode 100644
index 1eb58e78630c..000000000000
--- a/audio/cheesetracker/files/patch-common::drivers::posix::sound_driver_oss.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- common/drivers/posix/sound_driver_oss.cpp.orig Mon Jun 23 10:06:42 2003
-+++ common/drivers/posix/sound_driver_oss.cpp Fri Jul 11 11:49:31 2003
-@@ -40,6 +40,14 @@
-
- #define DEFAULT_AUDIO_DEVICE "/dev/dsp"
-
-+#if !defined(AFMT_S16_NE)
-+#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
-+#define AFMT_S16_NE AFMT_S16_BE
-+#else
-+#define AFMT_S16_NE AFMT_S16_LE
-+#endif
-+#endif
-+
-
- bool Sound_Driver_OSS::does_perform_disk_write() {
-
diff --git a/audio/cheesetracker/files/patch-common::drivers::rtaudio::rt_audio.cpp b/audio/cheesetracker/files/patch-common::drivers::rtaudio::rt_audio.cpp
deleted file mode 100644
index 45b59f4b42dd..000000000000
--- a/audio/cheesetracker/files/patch-common::drivers::rtaudio::rt_audio.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- common/drivers/rtaudio/rt_audio.cpp.orig Mon Jun 30 12:29:43 2003
-+++ common/drivers/rtaudio/rt_audio.cpp Thu Oct 30 12:04:02 2003
-@@ -68,6 +68,10 @@
- #define MUTEX_UNLOCK(A) pthread_mutex_unlock(A)
- #endif
-
-+#if defined(__FreeBSD__)
-+ #define O_SYNC O_FSYNC
-+#endif
-+
- // *************************************************** //
- //
- // Public common (OS-independent) methods.
diff --git a/audio/cheesetracker/files/patch-common::interface__QT::audio::sample_editor_format.cpp b/audio/cheesetracker/files/patch-common::interface__QT::audio::sample_editor_format.cpp
deleted file mode 100644
index 55f519c69d57..000000000000
--- a/audio/cheesetracker/files/patch-common::interface__QT::audio::sample_editor_format.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- common/interface__QT/audio/sample_editor_format.cpp.orig Fri Oct 24 06:29:26 2003
-+++ common/interface__QT/audio/sample_editor_format.cpp Thu Oct 30 12:05:50 2003
-@@ -36,6 +36,7 @@
- #include "interface__QT/icons/transp_semitone_up.xpm"
- #include <qpushbutton.h>
- #include <qhbox.h>
-+#include <math.h>
-
- void Sample_Editor_Format::transpose_up_1_4_cbk() {
-
diff --git a/audio/cheesetracker/files/patch-common::plugins::edit_effects::simple_edit_effects.cpp b/audio/cheesetracker/files/patch-common::plugins::edit_effects::simple_edit_effects.cpp
deleted file mode 100644
index bde7f7a4c90b..000000000000
--- a/audio/cheesetracker/files/patch-common::plugins::edit_effects::simple_edit_effects.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- common/plugins/edit_effects/simple_edit_effects.cpp.orig Thu Sep 16 18:31:23 2004
-+++ common/plugins/edit_effects/simple_edit_effects.cpp Thu Sep 16 18:32:09 2004
-@@ -27,6 +27,7 @@
- //
-
- #include "simple_edit_effects.h"
-+#include <math.h>
-
- /***********************************
- REVERSE
diff --git a/audio/cheesetracker/files/patch-common::plugins::effects::custom::chorus_effect.cpp b/audio/cheesetracker/files/patch-common::plugins::effects::custom::chorus_effect.cpp
deleted file mode 100644
index c98c02e702fb..000000000000
--- a/audio/cheesetracker/files/patch-common::plugins::effects::custom::chorus_effect.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/plugins/effects/custom/chorus_effect.cpp.orig Fri Apr 23 05:21:14 2004
-+++ common/plugins/effects/custom/chorus_effect.cpp Tue Mar 27 20:51:01 2007
-@@ -10,7 +10,7 @@
- //
- //
- #include "chorus_effect.h"
--
-+#include <math.h>
-
- #define MIX_CALCULATE_INCREMENT_INTERVAL 8
-
diff --git a/audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect_source.cpp b/audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect_source.cpp
deleted file mode 100644
index 8653657060ac..000000000000
--- a/audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect_source.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- common/plugins/effects/ladspa/ladspa_effect_source.cpp.orig Fri Oct 24 12:47:05 2003
-+++ common/plugins/effects/ladspa/ladspa_effect_source.cpp Wed Oct 29 22:14:50 2003
-@@ -16,6 +16,7 @@
- #include <sys/types.h>
- #include <dirent.h>
- #include <dlfcn.h>
-+#include <algorithm>
-
-
- int LADSPA_Effect_Source::get_effect_count() {
diff --git a/audio/cheesetracker/files/patch-detect.py b/audio/cheesetracker/files/patch-detect.py
deleted file mode 100644
index 5663e472e51d..000000000000
--- a/audio/cheesetracker/files/patch-detect.py
+++ /dev/null
@@ -1,98 +0,0 @@
---- detect.py.orig Mon Aug 6 21:04:11 2007
-+++ detect.py Mon Aug 20 16:41:41 2007
-@@ -104,35 +104,11 @@
-
- def check_libdl(libdata):
-
-- print "Checking for libdl...";
-- dl_search_dirs=[ \
-- "/sw", \
-- "/usr", \
-- "/usr/local", \
-- ];
--
-- # search for extra include dirs to add
-- for x in dl_search_dirs:
-- if (os.path.isfile(x + "/include/dlfcn.h")):
-- print "Found dlfcn.h in " + x + "/include";
-- libdata.dl_flags=["-I" + x + "/include"];
-- break;
--
-- f=open("test.cpp","w");
-- f.write("#include <dlfcn.h>\n#include <stdio.h>\nint main() { printf(\"Testing dlfcn.\"); return 0; }\n");
-- f.close();
--
-- for x in dl_search_dirs:
-- execline="c++ -L" + x + "/lib " + libdata.dl_flags[0] + " test.cpp -o test -ldl 2>>config_errors.log";
-- res=os.system(execline);
-+ libdata.dl_libs=[''];
-+ libdata.dl_flags=[''];
-+ libdata.dl_link_flags=[''];
-
-- if (res == 0):
-- libdata.dl_libs=['dl'];
-- libdata.dl_link_flags=["-L" + x + "/lib"];
-- os.system("rm test.cpp");
-- os.system("rm test");
-- return 0;
-- return 1;
-+ return 0;
-
- def check_need_gmp(libdata):
- print "Checking if GMP is needed...",
-@@ -152,7 +128,9 @@
- print "Checking if GMP is available...",
- res = check_cpp_compile(
- "#include <gmp.h>\n" +
-- "int main() {return 0;}\n", "-lgmp");
-+ "int main() {\n" +
-+ " return 0;\n" +
-+ "}\n", "-I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib -lgmp");
- if(res == 0):
- print "No."
- print "\n\n**** CANNOT FIND GMP LIBRARY ****\n\n";
-@@ -213,7 +191,7 @@
- "int main() {\n" +
- " afNewFileSetup();\n" +
- " return 0;\n" +
-- "}\n", "-laudiofile -lm");
-+ "}\n", "-I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib -laudiofile -lm");
- if(res == 0):
- print " no. Access to lots of file formats is lost.";
- libdata.have_libaudiofile=0;
-@@ -401,6 +379,7 @@
-
- #list of dirs I can test..
- qt_unix_library_dirs = [\
-+ "%%QT_PREFIX%%/lib",\
- "",\
- "/usr/lib",\
- "/usr/X11R6/lib",\
-@@ -411,6 +390,7 @@
- ];
-
- qt_unix_bin_dirs = [\
-+ "%%QT_PREFIX%%/bin",\
- "",\
- "/usr/bin",\
- "/usr/X11R6/bin",\
-@@ -421,6 +401,7 @@
- ];
-
- qt_unix_include_dirs = [\
-+ "%%QT_PREFIX%%/include",\
- "/usr/include",\
- "/usr/include/qt3",\
- "/usr/X11R6/include",\
-@@ -524,7 +505,10 @@
-
- print "Looking for QT 3.x 'moc' Binary:";
-
-- qt_found=0;
-+ qt_found=1;
-+ libdata.qt_link_flags="-L%%QT_PREFIX%%/lib"
-+ libdata.qt_libs=['qt-mt'];
-+ libdata.moc_bin="%%QT_PREFIX%%/bin/moc"
-
- for x in qt_unix_bin_dirs:
- if (not qt_lib_found):
diff --git a/audio/cheesetracker/pkg-descr b/audio/cheesetracker/pkg-descr
deleted file mode 100644
index f38ac2418058..000000000000
--- a/audio/cheesetracker/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-CheeseTracker is intended to be an Impulse Tracker clone. Yet, even when
-some features are missing, It should be perfectly usable.
-
-WWW: http://cheesetracker.sourceforge.net/