FreeBSD Bugzilla – Attachment 31152 Details for
Bug 52043
Update port: audio/gsi to 0.9.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 17.81 KB, created by
tkato
on 2003-05-11 03:20:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-05-11 03:20:05 UTC
Size:
17.81 KB
patch
obsolete
>diff -urN /usr/ports/audio/gsi/Makefile audio/gsi/Makefile >--- /usr/ports/audio/gsi/Makefile Sat Apr 12 22:35:39 2003 >+++ audio/gsi/Makefile Sat May 10 23:28:07 2003 >@@ -6,17 +6,18 @@ > # > > PORTNAME= gsi >-PORTVERSION= 0.9.4 >+PORTVERSION= 0.9.6 > CATEGORIES= audio > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= gsi >+MASTER_SITE_SUBDIR= ${PORTNAME} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= GSI - general sound interface >- >-WRKSRC= ${WRKDIR}/${PORTNAME} >+COMMENT= General sound interface > >+USE_BZIP2= yes >+USE_REINPLACE= yes > USE_GMAKE= yes >+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MYFLAGS="${CFLAGS}" OPTIMIZE="" > INSTALLS_SHLIB= yes > > MANCOMPRESSED= no >@@ -28,32 +29,33 @@ > MAN8= gsi_server.8 > > post-patch: >-.for file in lib/gsimixer/api/mixer_oss.c lib/gsimixer/api/mixer_fbsd.c \ >- lib/gsipcm/api/pcm_oss.c lib/gsipcm/gsipcm.c \ >- lib/gsipcm/api/pcm_fbsd.c lib/gsisynth/api/synth_oss_gus.c \ >- lib/gsisynth/api/synth_oss_opl.c lib/gsisynth/api/synth_oss.c \ >- lib/gsisynth/api/midi_control_oss.c >- @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \ >- ${WRKSRC}/${file} > ${WRKSRC}/${file}.new >- @${MV} ${WRKSRC}/${file}.new ${WRKSRC}/${file} >+ @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ >+ 's|/usr/local/lib|\$$\{LOCALBASE\}/lib|g ; \ >+ s|= \.0\..|= \.0|g ; \ >+ s|= \.2\..|= \.2|g' >+.for file in lib/device/gsimixer/api/mixer_fbsd.c \ >+ lib/device/gsipcm/api/pcm_fbsd.c >+ @${REINPLACE_CMD} -e \ >+ 's|machine/soundcard.h|sys/soundcard.h|g' ${WRKSRC}/${file} >+.endfor >+.for file in server/FINISH_host_allow.c server/client.c server/conf.c >+ @${REINPLACE_CMD} -e \ >+ 's|"/etc/|"${PREFIX}/etc/|g' ${WRKSRC}/${file} > .endfor > >-pre-configure: >+do-configure: > @${SH} ${FILESDIR}/configure.sh ${PREFIX} ${WRKSRC} > > post-install: >- @${INSTALL_DATA} ${WRKSRC}/server.conf/gsi.conf.fbsd \ >+ @${INSTALL_DATA} ${WRKSRC}/server/conf/gsi.conf.fbsd \ > ${PREFIX}/etc/gsi.conf.sample > .for fileNdx in gsi_server gsifile gsiplay > @${STRIP_CMD} ${PREFIX}/bin/${fileNdx} > .endfor >-.for lib in "" cd f midi_pcm mixer pcm synth >- @${STRIP_CMD} ${PREFIX}/lib/libgsi${lib}.so.[02] >-.endfor >- @${ECHO} "A sample configuration file was installed as" \ >+ @${ECHO_MSG} "A sample configuration file was installed as" \ > ${PREFIX}/etc/gsi.conf.sample. >- @${ECHO} "Copy and edit it to fit the system." >- @${ECHO} >+ @${ECHO_MSG} "Copy and edit it to fit the system." >+ @${ECHO_MSG} > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -urN /usr/ports/audio/gsi/distinfo audio/gsi/distinfo >--- /usr/ports/audio/gsi/distinfo Sun Jul 22 01:10:08 2001 >+++ audio/gsi/distinfo Sat Jan 18 20:47:19 2003 >@@ -1 +1 @@ >-MD5 (gsi-0.9.4.tar.gz) = d6d901b545d6bd2e264e8ed326fe07bf >+MD5 (gsi-0.9.6.tar.bz2) = 00377e95e68adb07d9f70a1a343b2126 >diff -urN /usr/ports/audio/gsi/files/configure.sh audio/gsi/files/configure.sh >--- /usr/ports/audio/gsi/files/configure.sh Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/configure.sh Sat Jan 18 20:56:51 2003 >@@ -25,10 +25,3 @@ > > _E_O_M2_ > echo "done." >- >-# Fix a file to reflect where the configuration file should be looked for. >-echo -n "Configuring server/config.c... " >-mv server/config.c server/config.c.orig >-cat server/config.c.orig | sed "s|/etc/gsi.conf|${PREFIX}&|" > server/config.c >- >-echo "done." >diff -urN /usr/ports/audio/gsi/files/patch-ab audio/gsi/files/patch-ab >--- /usr/ports/audio/gsi/files/patch-ab Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ab Thu Jan 1 09:00:00 1970 >@@ -1,24 +0,0 @@ >---- Config/Configure_application.sh.orig Thu Feb 10 05:05:40 2000 >-+++ Config/Configure_application.sh Thu Dec 7 19:20:18 2000 >-@@ -274,8 +274,8 @@ >- # Optimize & debug: >- # Include DEBUG code? >- if [ "`$Ask 'Do you want to compile with DEBUG code included?' 'y'`" != "n" ]; then >-- debug="-DDEBUG -g" >-- optimize="-O2" >-+ debug="-DDEBUG" >-+# optimize="-O2" >- >- # Use NANA debugging library? >- if [ "`$Ask ' Use the NANA debugging library? (probably only usable for GCC)' 'n'`" != "n" ]; then >-@@ -283,9 +283,8 @@ >- extralibs="$extralibs -lnana" >- fi >- >--else >- # Default: full optimization: >-- optimize="-O2 -fomit-frame-pointer" >-+ optimize="" >- optimize=`$Ask 'What optimization flags do you want to use?' "$optimize"` >- fi >- >diff -urN /usr/ports/audio/gsi/files/patch-ac audio/gsi/files/patch-ac >--- /usr/ports/audio/gsi/files/patch-ac Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ac Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/applications/file/Makefile Wed Feb 2 19:04:50 2000 >-+++ ./applications/file/Makefile Thu Dec 7 18:59:20 2000 >-@@ -23,7 +23,7 @@ >- >- INCLUDES = -I../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-ad audio/gsi/files/patch-ad >--- /usr/ports/audio/gsi/files/patch-ad Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ad Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/applications/player/Makefile Wed Feb 2 19:05:01 2000 >-+++ ./applications/player/Makefile Thu Dec 7 18:59:20 2000 >-@@ -23,7 +23,7 @@ >- >- INCLUDES = -I../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-ae audio/gsi/files/patch-ae >--- /usr/ports/audio/gsi/files/patch-ae Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ae Thu Jan 1 09:00:00 1970 >@@ -1,20 +0,0 @@ >---- ../gsi/lib/gsi/Makefile Wed Feb 2 19:02:05 2000 >-+++ ./lib/gsi/Makefile Thu Dec 7 18:59:20 2000 >-@@ -23,7 +23,7 @@ >- STATIC_LIB = libgsi.a >- DYNAMIC_LIB = libgsi.so >- LIB_NAME = $(LIBGSI) >--VERSION = .0.1 >-+VERSION = .0 >- LIB_OBJS = gsi.o event.o functions.o io.o >- >- >-@@ -31,7 +31,7 @@ >- >- INCLUDES = -I../../include >- >--WARN = -Wall -Wstrict-prototypes >-+WARN = -Wall #-Wstrict-prototypes >- >- MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-af audio/gsi/files/patch-af >--- /usr/ports/audio/gsi/files/patch-af Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-af Thu Jan 1 09:00:00 1970 >@@ -1,19 +0,0 @@ >---- ../gsi/lib/gsicd/Makefile Wed Feb 2 19:02:51 2000 >-+++ ./lib/gsicd/Makefile Thu Dec 7 18:59:20 2000 >-@@ -23,14 +23,14 @@ >- STATIC_LIB = libgsicd.a >- DYNAMIC_LIB = libgsicd.so >- LIB_NAME = $(LIBGSICD) >--VERSION = .0.1 >-+VERSION = .0 >- LIB_OBJS = gsicd.o utils.o event.o >- >- >- >- INCLUDES = -I../../include >- >--WARN = -Wall -Wstrict-prototypes >-+WARN = -Wall #-Wstrict-prototypes >- >- MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-ag audio/gsi/files/patch-ag >--- /usr/ports/audio/gsi/files/patch-ag Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ag Thu Jan 1 09:00:00 1970 >@@ -1,20 +0,0 @@ >---- ../gsi/lib/gsif/Makefile Wed Feb 2 19:03:14 2000 >-+++ ./lib/gsif/Makefile Thu Dec 7 18:59:20 2000 >-@@ -23,7 +23,7 @@ >- STATIC_LIB = libgsif.a >- DYNAMIC_LIB = libgsif.so >- LIB_NAME = $(LIBGSIF) >--VERSION = .0.1 >-+VERSION = .0 >- LIB_OBJS = io.o \ >- sample/load_save.o sample/sample_format.o sample/block.o sample/types.o sample/fill_buffer.o sample/convert_block.o sample/mulaw.o sample/sample_get_structure_aif.o sample/sample_get_structure_au.o sample/sample_get_structure_voc.o sample/sample_get_structure_wav.o sample/save_au.o sample/save_aiff.o \ >- song/save_midi.o song/midi_utils.o song/midi_decode.o song/load_song.o song/load_midi.o song/load_hmp.o song/load_mus.o song/convert_mus_to_midi.o >-@@ -34,7 +34,7 @@ >- >- INCLUDES = -I../../include >- >--WARN = -Wall -Wstrict-prototypes >-+WARN = -Wall #-Wstrict-prototypes >- >- MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-ah audio/gsi/files/patch-ah >--- /usr/ports/audio/gsi/files/patch-ah Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ah Thu Jan 1 09:00:00 1970 >@@ -1,20 +0,0 @@ >---- ../gsi/lib/gsimidi_pcm/Makefile Wed Feb 2 19:03:27 2000 >-+++ ./lib/gsimidi_pcm/Makefile Thu Dec 7 18:59:21 2000 >-@@ -23,7 +23,7 @@ >- STATIC_LIB = libgsimidi_pcm.a >- DYNAMIC_LIB = libgsimidi_pcm.so >- LIB_NAME = $(LIBGSIMIDI_PCM) >--VERSION = .2.0 >-+VERSION = .2 >- LIB_SRCS = patchgram.c patchlex.c >- LIB_OBJS = debug.o midi.o midiparse.o mididata.o input/midifile.o \ >- init.o input/midiin.o match.o volume.o instrum.o error.o \ >-@@ -33,7 +33,7 @@ >- INSTRUM_DIR = $(SHRDIR)/share/gsi/gsimidi_pcm >- INSTRUM_MAP = $(INSTRUM_DIR)/patch.mp >- >--DEBUG_FLAGS = -DKPMIDI_DEBUG -Wall -Wstrict-prototypes >-+DEBUG_FLAGS = -DKPMIDI_DEBUG -Wall #-Wstrict-prototypes >- #OTHER_FLAGS = -DPOSIX_REALTIME -DREPLACED_GUS_C >- #OUTPUT_SRCS = output/gsi.c >- #OUTPUT_OBJS = output/gsi.o >diff -urN /usr/ports/audio/gsi/files/patch-ai audio/gsi/files/patch-ai >--- /usr/ports/audio/gsi/files/patch-ai Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ai Thu Jan 1 09:00:00 1970 >@@ -1,20 +0,0 @@ >---- ../gsi/lib/gsimixer/Makefile Wed Feb 2 19:03:43 2000 >-+++ ./lib/gsimixer/Makefile Thu Dec 7 18:59:21 2000 >-@@ -23,7 +23,7 @@ >- STATIC_LIB = libgsimixer.a >- DYNAMIC_LIB = libgsimixer.so >- LIB_NAME = $(LIBGSIMIXER) >--VERSION = .0.1 >-+VERSION = .0 >- LIB_OBJS = gsimixer.o >- >- >-@@ -31,7 +31,7 @@ >- >- INCLUDES = -I../../include >- >--WARN = -Wall -Wstrict-prototypes >-+WARN = -Wall #-Wstrict-prototypes >- >- MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-aj audio/gsi/files/patch-aj >--- /usr/ports/audio/gsi/files/patch-aj Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-aj Thu Jan 1 09:00:00 1970 >@@ -1,20 +0,0 @@ >---- ../gsi/lib/gsipcm/Makefile Wed Feb 2 19:04:05 2000 >-+++ ./lib/gsipcm/Makefile Thu Dec 7 18:59:21 2000 >-@@ -23,7 +23,7 @@ >- STATIC_LIB = libgsipcm.a >- DYNAMIC_LIB = libgsipcm.so >- LIB_NAME = $(LIBGSIPCM) >--VERSION = .0.1 >-+VERSION = .0 >- LIB_OBJS = gsipcm.o >- >- >-@@ -31,7 +31,7 @@ >- >- INCLUDES = -I../../include >- >--WARN = -Wall -Wstrict-prototypes >-+WARN = -Wall #-Wstrict-prototypes >- >- MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-ak audio/gsi/files/patch-ak >--- /usr/ports/audio/gsi/files/patch-ak Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ak Thu Jan 1 09:00:00 1970 >@@ -1,18 +0,0 @@ >---- ../gsi/lib/gsisynth/Makefile Wed Feb 2 19:04:23 2000 >-+++ ./lib/gsisynth/Makefile Thu Dec 7 18:59:21 2000 >-@@ -23,13 +23,13 @@ >- STATIC_LIB = libgsisynth.a >- DYNAMIC_LIB = libgsisynth.so >- LIB_NAME = $(LIBGSISYNTH) >--VERSION = .0.1 >-+VERSION = .0 >- LIB_OBJS = gsisynth.o midi_control.o api/synth_null.o api/synth_oss.o api/synth_oss_opl.o api/synth_oss_gus.o api/synth_ultra.o api/synth_pcm.o api/midi_control_null.o api/midi_control_oss.o api/midi_control_ultra.o >- >- >- INCLUDES = -I../../include >- >--WARN = -Wall -Wstrict-prototypes >-+WARN = -Wall #-Wstrict-prototypes >- >- MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-am audio/gsi/files/patch-am >--- /usr/ports/audio/gsi/files/patch-am Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-am Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/gsicd/Makefile Wed Feb 2 19:05:14 2000 >-+++ ./test/gsicd/Makefile Thu Dec 7 18:59:21 2000 >-@@ -26,7 +26,7 @@ >- #-----------------------------------------------------------------------------# >- INCLUDES = -I../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-an audio/gsi/files/patch-an >--- /usr/ports/audio/gsi/files/patch-an Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-an Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/gsif/Makefile Wed Feb 2 19:05:23 2000 >-+++ ./test/gsif/Makefile Thu Dec 7 18:59:21 2000 >-@@ -25,7 +25,7 @@ >- #-----------------------------------------------------------------------------# >- INCLUDES = -I../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-ao audio/gsi/files/patch-ao >--- /usr/ports/audio/gsi/files/patch-ao Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ao Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/gsif/mus_to_midi/Makefile Wed Feb 2 19:05:31 2000 >-+++ ./test/gsif/mus_to_midi/Makefile Thu Dec 7 18:59:21 2000 >-@@ -25,7 +25,7 @@ >- #-----------------------------------------------------------------------------# >- INCLUDES = -I../../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >diff -urN /usr/ports/audio/gsi/files/patch-ap audio/gsi/files/patch-ap >--- /usr/ports/audio/gsi/files/patch-ap Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ap Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/gsimixer/Makefile Wed Feb 2 19:05:44 2000 >-+++ ./test/gsimixer/Makefile Thu Dec 7 18:59:21 2000 >-@@ -26,7 +26,7 @@ >- #-----------------------------------------------------------------------------# >- INCLUDES = -I../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-applications-file-Makefile audio/gsi/files/patch-applications-file-Makefile >--- /usr/ports/audio/gsi/files/patch-applications-file-Makefile Thu Jan 1 09:00:00 1970 >+++ audio/gsi/files/patch-applications-file-Makefile Sat Jan 18 22:28:36 2003 >@@ -0,0 +1,15 @@ >+--- applications/file/Makefile.orig Wed Dec 6 16:30:51 2000 >++++ applications/file/Makefile Sat Jan 18 22:28:23 2003 >+@@ -64,10 +64,10 @@ >+ install: $(PRG) install.man >+ cp -f $(PRG) $(INSTALL_FILE) #$(INSTALL_DIR) >+ >+-install.man: doc/gsifile.1 >++install.man: doc/man1/gsifile.1 >+ @echo >+ @echo "Installing gsifile man page:" >+- cp -f doc/*.1 $(MANDIR)/man1/ >++ cp -f doc/man1/gsifile.1 $(MANDIR)/man1/ >+ >+ >+ #-----------------------------------------------------------------------------# >diff -urN /usr/ports/audio/gsi/files/patch-applications-player-Makefile audio/gsi/files/patch-applications-player-Makefile >--- /usr/ports/audio/gsi/files/patch-applications-player-Makefile Thu Jan 1 09:00:00 1970 >+++ audio/gsi/files/patch-applications-player-Makefile Sat Jan 18 22:29:59 2003 >@@ -0,0 +1,15 @@ >+--- applications/player/Makefile.orig Tue Dec 19 02:31:29 2000 >++++ applications/player/Makefile Sat Jan 18 22:29:45 2003 >+@@ -69,10 +69,10 @@ >+ install: $(PRG) install.man >+ cp -f $(PRG) $(INSTALL_FILE) >+ >+-install.man: doc/gsiplay.1 >++install.man: doc/man1/gsiplay.1 >+ @echo >+ @echo "Installing gsiplay man page:" >+- cp -f doc/gsiplay.1 $(MANDIR)/man1/ >++ cp -f doc/man1/gsiplay.1 $(MANDIR)/man1/ >+ >+ >+ #-----------------------------------------------------------------------------# >diff -urN /usr/ports/audio/gsi/files/patch-aq audio/gsi/files/patch-aq >--- /usr/ports/audio/gsi/files/patch-aq Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-aq Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/gsipcm/Makefile Wed Feb 2 19:05:53 2000 >-+++ ./test/gsipcm/Makefile Thu Dec 7 18:59:21 2000 >-@@ -26,7 +26,7 @@ >- #-----------------------------------------------------------------------------# >- INCLUDES = -I../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-ar audio/gsi/files/patch-ar >--- /usr/ports/audio/gsi/files/patch-ar Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-ar Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/memory_leak/Makefile Wed Feb 2 19:06:01 2000 >-+++ ./test/memory_leak/Makefile Thu Dec 7 18:59:21 2000 >-@@ -28,7 +28,7 @@ >- >- INCLUDES = -I../../include #-I/usr/local/include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-as audio/gsi/files/patch-as >--- /usr/ports/audio/gsi/files/patch-as Fri Dec 8 03:05:11 2000 >+++ audio/gsi/files/patch-as Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/server/general/Makefile Wed Feb 2 19:06:12 2000 >-+++ ./test/server/general/Makefile Thu Dec 7 18:59:21 2000 >-@@ -28,7 +28,7 @@ >- >- INCLUDES = -I../../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-at audio/gsi/files/patch-at >--- /usr/ports/audio/gsi/files/patch-at Fri Dec 8 03:05:12 2000 >+++ audio/gsi/files/patch-at Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/server/shm/Makefile Wed Feb 2 19:06:19 2000 >-+++ ./test/server/shm/Makefile Thu Dec 7 18:59:21 2000 >-@@ -28,7 +28,7 @@ >- >- INCLUDES = -I../../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-au audio/gsi/files/patch-au >--- /usr/ports/audio/gsi/files/patch-au Fri Dec 8 03:05:12 2000 >+++ audio/gsi/files/patch-au Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/server/stream/Makefile Wed Feb 2 19:06:27 2000 >-+++ ./test/server/stream/Makefile Thu Dec 7 18:59:21 2000 >-@@ -28,7 +28,7 @@ >- >- INCLUDES = -I../../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >- >diff -urN /usr/ports/audio/gsi/files/patch-av audio/gsi/files/patch-av >--- /usr/ports/audio/gsi/files/patch-av Fri Dec 8 03:05:12 2000 >+++ audio/gsi/files/patch-av Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- ../gsi/test/server/threads/Makefile Wed Feb 2 19:06:37 2000 >-+++ ./test/server/threads/Makefile Thu Dec 7 18:59:21 2000 >-@@ -29,7 +29,7 @@ >- >- INCLUDES = -I../../../include >- >--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall >-+CFLAGS += -Wall -DDEBUG >- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) >- >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52043
: 31152