summaryrefslogtreecommitdiffstats
path: root/audio/tempest_for_eliza
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-04-17 14:28:23 +0000
committersobomax <sobomax@FreeBSD.org>2002-04-17 14:28:23 +0000
commitc8f5237c327ed9840219da5683df17d5ba3895aa (patch)
treed449bd30d4ca246f4ebe36347326752bb0f1237a /audio/tempest_for_eliza
parent609b9b4e2a1c9659ce39ea2d60610663275d90b0 (diff)
downloadFreeBSD-ports-c8f5237c327ed9840219da5683df17d5ba3895aa.zip
FreeBSD-ports-c8f5237c327ed9840219da5683df17d5ba3895aa.tar.gz
- Update to 1.0.5;
- don't unconditionally add -O2 to CFLAGS; - use devel/sld12 instead of devel/sdl10 because the latter is doomed for deorbiting. Approved by: maintainer
Diffstat (limited to 'audio/tempest_for_eliza')
-rw-r--r--audio/tempest_for_eliza/Makefile9
-rw-r--r--audio/tempest_for_eliza/distinfo2
-rw-r--r--audio/tempest_for_eliza/files/patch-configure14
-rw-r--r--audio/tempest_for_eliza/pkg-plist1
4 files changed, 22 insertions, 4 deletions
diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile
index 995ab7d..05e4b4b 100644
--- a/audio/tempest_for_eliza/Makefile
+++ b/audio/tempest_for_eliza/Makefile
@@ -6,16 +6,19 @@
#
PORTNAME= tempest_for_eliza
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.5
CATEGORIES= audio
MASTER_SITES= http://www.erikyyy.de/tempest/
MAINTAINER= greid@FreeBSD.org
-LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10
+LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
+
+SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
-GNU_CONFIGURE= yes
USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
post-install:
${MKDIR} ${PREFIX}/share/tempest
diff --git a/audio/tempest_for_eliza/distinfo b/audio/tempest_for_eliza/distinfo
index 7890121..02f28f4 100644
--- a/audio/tempest_for_eliza/distinfo
+++ b/audio/tempest_for_eliza/distinfo
@@ -1 +1 @@
-MD5 (tempest_for_eliza-1.0.2.tar.gz) = 470a412adebe7f9cd1f675bcbe5a7004
+MD5 (tempest_for_eliza-1.0.5.tar.gz) = e29c700a7ae15aaaa4c36cbe94e38afc
diff --git a/audio/tempest_for_eliza/files/patch-configure b/audio/tempest_for_eliza/files/patch-configure
new file mode 100644
index 0000000..9ad1783
--- /dev/null
+++ b/audio/tempest_for_eliza/files/patch-configure
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- configure.orig Sat Dec 1 19:50:18 2001
++++ configure Wed Apr 17 16:00:28 2002
+@@ -1055,7 +1055,7 @@
+ if test "$yyynooptimizing" = "yes"; then
+ YYY_CXXFLAGS="$YYY_CXXFLAGS -O0"
+ else
+- YYY_CXXFLAGS="$YYY_CXXFLAGS -O2"
++# YYY_CXXFLAGS="$YYY_CXXFLAGS -O2"
+ fi
+
+ if test "$yyyprofiling" = "yes"; then
diff --git a/audio/tempest_for_eliza/pkg-plist b/audio/tempest_for_eliza/pkg-plist
index 52f1e86..0fac744 100644
--- a/audio/tempest_for_eliza/pkg-plist
+++ b/audio/tempest_for_eliza/pkg-plist
@@ -1,4 +1,5 @@
bin/tempest_for_eliza
+bin/tempest_for_mp3
%%PORTDOCS%%share/doc/tempest/README
share/tempest/forelise
share/tempest/fruehling
OpenPOWER on IntegriCloud