summaryrefslogtreecommitdiff
path: root/audio/whysynth
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2007-04-21 17:40:45 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2007-04-21 17:40:45 +0000
commitcc8f1f58d9365d211feea782e78568a1441f7385 (patch)
treec55fb3355a8241806b8fdf99e223b9f3164f42c6 /audio/whysynth
parent- Update to 4.46 (diff)
- Update to 20070418.
Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=190583
Diffstat (limited to 'audio/whysynth')
-rw-r--r--audio/whysynth/Makefile2
-rw-r--r--audio/whysynth/distinfo6
-rw-r--r--audio/whysynth/files/patch-configure36
-rw-r--r--audio/whysynth/files/patch-src-Makefile.in18
-rw-r--r--audio/whysynth/pkg-plist1
5 files changed, 14 insertions, 49 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile
index a3cf7a3cbd20..39413c839457 100644
--- a/audio/whysynth/Makefile
+++ b/audio/whysynth/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= whysynth
-PORTVERSION= 20060122
+PORTVERSION= 20070418
CATEGORIES= audio
MASTER_SITES= http://home.jps.net/~musound/
diff --git a/audio/whysynth/distinfo b/audio/whysynth/distinfo
index be96573135c6..cf9ce5429d56 100644
--- a/audio/whysynth/distinfo
+++ b/audio/whysynth/distinfo
@@ -1,3 +1,3 @@
-MD5 (whysynth-20060122.tar.bz2) = 76e99ef8585345b03424b4770f896c0f
-SHA256 (whysynth-20060122.tar.bz2) = 93e2e784eb68190a0330cc81bd3483a980325f8ac7d7d861c9d586af9a9302ee
-SIZE (whysynth-20060122.tar.bz2) = 2033107
+MD5 (whysynth-20070418.tar.bz2) = dc639ed5221c825170d27234890b48f2
+SHA256 (whysynth-20070418.tar.bz2) = 5932cac1e874838c22e788a49157cd92c7a8235f625a061070af735d8e340bdb
+SIZE (whysynth-20070418.tar.bz2) = 2065832
diff --git a/audio/whysynth/files/patch-configure b/audio/whysynth/files/patch-configure
index ae4ad2ad760f..ac7c9554a32f 100644
--- a/audio/whysynth/files/patch-configure
+++ b/audio/whysynth/files/patch-configure
@@ -1,41 +1,5 @@
--- configure.orig Mon Jan 23 08:45:16 2006
+++ configure Wed Feb 14 08:00:58 2007
-@@ -8844,7 +8844,7 @@
- ;;
-
- freebsd*)
-- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
- version_type=freebsd-$objformat
- case $version_type in
- freebsd-elf*)
-@@ -12611,7 +12611,7 @@
- ;;
-
- freebsd*)
-- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
- version_type=freebsd-$objformat
- case $version_type in
- freebsd-elf*)
-@@ -15826,7 +15826,7 @@
- ;;
-
- freebsd*)
-- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
- version_type=freebsd-$objformat
- case $version_type in
- freebsd-elf*)
-@@ -18239,7 +18239,7 @@
- ;;
-
- freebsd*)
-- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
- version_type=freebsd-$objformat
- case $version_type in
- freebsd-elf*)
@@ -21267,7 +21267,7 @@
fi;
diff --git a/audio/whysynth/files/patch-src-Makefile.in b/audio/whysynth/files/patch-src-Makefile.in
index 80c3093248bd..9905f30a23ee 100644
--- a/audio/whysynth/files/patch-src-Makefile.in
+++ b/audio/whysynth/files/patch-src-Makefile.in
@@ -1,20 +1,20 @@
---- src/Makefile.in.orig Sat Jan 20 12:05:56 2007
-+++ src/Makefile.in Sat Jan 20 12:06:19 2007
-@@ -186,7 +186,7 @@
+--- src/Makefile.in.orig Thu Apr 19 06:26:21 2007
++++ src/Makefile.in Fri Apr 20 23:54:26 2007
+@@ -257,7 +257,7 @@
+
WhySynth_gtk_CFLAGS = -DY_GUI @GTK_CFLAGS@ $(AM_CFLAGS) $(GUI_CFLAGS)
@DARWIN_FALSE@WhySynth_gtk_LDADD = -lm @GTK_LIBS@ $(AM_LDFLAGS) $(GUI_LIBS)
-
-@DARWIN_TRUE@WhySynth_gtk_LDADD = -lm -lmx @GTK_LIBS@ $(AM_LDFLAGS) $(GUI_LIBS)
+@DARWIN_TRUE@WhySynth_gtk_LDADD = -lm @GTK_LIBS@ $(AM_LDFLAGS) $(GUI_LIBS)
-
whysynth_la_SOURCES = \
dssp_synth.c \
-@@ -226,7 +226,7 @@
+ dssp_synth.h \
+@@ -294,7 +294,7 @@
+
whysynth_la_CFLAGS = -DY_PLUGIN $(AM_CFLAGS) $(PLUGIN_CFLAGS)
@DARWIN_FALSE@whysynth_la_LIBADD = -lm $(PLUGIN_LIBS)
-
-@DARWIN_TRUE@whysynth_la_LIBADD = -lm -lmx $(PLUGIN_LIBS)
+@DARWIN_TRUE@whysynth_la_LIBADD = -lm $(PLUGIN_LIBS)
-
whysynth_la_LDFLAGS = -module -avoid-version
- subdir = src
+ all: all-am
+
diff --git a/audio/whysynth/pkg-plist b/audio/whysynth/pkg-plist
index 27f458dd8b39..3c103afc8a4a 100644
--- a/audio/whysynth/pkg-plist
+++ b/audio/whysynth/pkg-plist
@@ -3,5 +3,6 @@ lib/dssi/whysynth.la
lib/dssi/whysynth/WhySynth_gtk
%%DATADIR%%/more_K4_interpretations.WhySynth
%%DATADIR%%/version_20051005_patches.WhySynth
+%%DATADIR%%/version_20051231_patches.WhySynth
@dirrm %%DATADIR%%
@dirrm lib/dssi/whysynth