upgrade to 0.2.7

This commit is contained in:
Ying-Chieh Liao 2002-03-06 07:37:25 +00:00
parent c5d6863804
commit db1d161a69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55621
4 changed files with 11 additions and 10 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= cheesetracker
PORTVERSION= 0.2.4
PORTVERSION= 0.2.7
CATEGORIES= audio
MASTER_SITES= http://www.reduz.com.ar/cheesetracker/
@ -23,6 +23,7 @@ pre-configure:
.for file in install-sh missing mkinstalldirs
@${LN} -sf ${LOCALBASE}/share/automake14/automake/${file} ${WRKSRC}
.endfor
@${RM} -f ${WRKSRC}/config.cache
post-patch:
@${PERL} -pi -e "s,AFMT_S16_NE,AFMT_S16_LE,g" ${WRKSRC}/waveout/sound_driver_oss.cpp

View File

@ -1 +1 @@
MD5 (cheesetracker-0.2.4.tar.gz) = 6b219084991d460b289c9acd8b7e1388
MD5 (cheesetracker-0.2.7.tar.gz) = 86281e23ee5f0511849a097b85234300

View File

@ -1,7 +1,7 @@
--- interface_gtk/Makefile.in.orig Thu Jan 31 16:27:58 2002
+++ interface_gtk/Makefile.in Thu Jan 31 16:28:14 2002
--- interface_gtk/Makefile.in.orig Wed Mar 6 15:08:40 2002
+++ interface_gtk/Makefile.in Wed Mar 6 15:08:51 2002
@@ -75,3 +75,3 @@
noinst_LIBRARIES = libinterface_gtk.a
-CXXFLAGS = @CXXFLAGS@ -I../trackercore -I../editor
+CXXFLAGS = @CXXFLAGS@ -I../trackercore -I../editor -fhuge-objects
-CXXFLAGS = @CXXFLAGS@ -I../trackercore -I../editor -I../freeverb
+CXXFLAGS = @CXXFLAGS@ -I../trackercore -I../editor -I../freeverb -fhuge-objects

View File

@ -1,7 +1,7 @@
--- program/Makefile.in.orig Thu Jan 31 16:53:00 2002
+++ program/Makefile.in Thu Jan 31 16:53:23 2002
--- program/Makefile.in.orig Wed Mar 6 15:09:38 2002
+++ program/Makefile.in Wed Mar 6 15:09:49 2002
@@ -74,3 +74,3 @@
-CXXFLAGS = @CXXFLAGS@ $(SIGC_CFLAGS) -I../trackercore -I../editor -I../posix -I../waveout -I../interface_gtk
+CXXFLAGS = @CXXFLAGS@ $(SIGC_CFLAGS) -I../trackercore -I../editor -I../posix -I../waveout -I../interface_gtk -fhuge-objects
-CXXFLAGS = @CXXFLAGS@ $(SIGC_CFLAGS) -I../trackercore -I../editor -I../posix -I../waveout -I../interface_gtk -I../freeverb
+CXXFLAGS = @CXXFLAGS@ $(SIGC_CFLAGS) -I../trackercore -I../editor -I../posix -I../waveout -I../interface_gtk -I../freeverb -fhuge-objects