summaryrefslogtreecommitdiff
path: root/audio/timidity++/files/patch-configure
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-09-23 13:19:45 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-09-23 13:19:45 +0000
commitc9f6ab02b000ba65ad154b2d04f1712cef280981 (patch)
tree0758df3e05d00e269f5a1af8a71ae49fe3c1f01a /audio/timidity++/files/patch-configure
parentNew port (diff)
Patch timidity to read the descriptions of the optional modules directly
from the module's shared object instead of a gratuitous .txt file, that currently accompanies each module. This should fix pointhat's builds of the interfaces without adding cruft to their PLISTs. The patch is accepted by vendor. Fix one other place in configure to look for tcl8X instead of tcl8.X. The patch is accepted by vendor. Realy on archivers/libarc instead of building the version bundled with timidity. Set USE_GETOPT_LONG -- timidity uses it, if it can, resulting in a potentially omitted dependency. Bump PORTREVISION. Add links to the vendor's bug reports to each patch, where possible. Approved by: maintainer (blanket)
Notes
Notes: svn path=/head/; revision=143423
Diffstat (limited to 'audio/timidity++/files/patch-configure')
-rw-r--r--audio/timidity++/files/patch-configure26
1 files changed, 25 insertions, 1 deletions
diff --git a/audio/timidity++/files/patch-configure b/audio/timidity++/files/patch-configure
index 56fa5f6d0229..091ea5e8226e 100644
--- a/audio/timidity++/files/patch-configure
+++ b/audio/timidity++/files/patch-configure
@@ -1,5 +1,14 @@
+http://timidity-docs.sourceforge.jp/cgi-bin/kagemai-en/guest.cgi?project=timidity-bugs-en&action=view_report&id=58
+
--- configure Sun Oct 3 08:39:51 2004
-+++ configure Sat Sep 10 14:30:53 2005
++++ configure Thu Sep 22 02:49:01 2005
+@@ -16605,5 +16605,5 @@
+ tcl_lib=
+ tk_lib=
+- for l in tcl tcl8.4 tcl8.3 tcl8.0jp tcl7.6jp tcl80jp tcl76jp tcl8.0 tcl7.6 tcl80 tcl76; do
++ for l in tcl84 tcl83 tcl8.0jp tcl7.6jp tcl80jp tcl76jp tcl8.0 tcl7.6 tcl80 tcl76; do
+ case "x$tcl_lib" in x) as_ac_Lib=`echo "ac_cv_lib_$l''_Tcl_Init" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for Tcl_Init in -l$l" >&5
@@ -16677,5 +16677,5 @@
done
LIBS="$LIBS $tcl_lib"
@@ -7,3 +16,18 @@
+ for l in tk tk84 tk83 tk8.0jp tk4.2jp tk80jp tk42jp tk8.0 tk4.2 tk80 tk42; do
case "x$tk_lib" in x) as_ac_Lib=`echo "ac_cv_lib_$l''_Tk_Init" | $as_tr_sh`
echo "$as_me:$LINENO: checking for Tk_Init in -l$l" >&5
+@@ -19522,5 +19522,5 @@
+
+
+- ac_config_files="$ac_config_files Makefile autoconf/Makefile common.makefile configs/Makefile doc/Makefile doc/C/Makefile doc/ja_JP.eucJP/Makefile interface/Makefile interface/motif_bitmaps/Makefile interface/bitmaps/Makefile interface/pixmaps/Makefile libarc/Makefile libunimod/Makefile timidity/Makefile utils/Makefile script/Makefile TiMidity.ad TiMidity-uj.ad"
++ ac_config_files="$ac_config_files Makefile autoconf/Makefile common.makefile configs/Makefile doc/Makefile doc/C/Makefile doc/ja_JP.eucJP/Makefile interface/Makefile interface/motif_bitmaps/Makefile interface/bitmaps/Makefile interface/pixmaps/Makefile libunimod/Makefile timidity/Makefile utils/Makefile script/Makefile TiMidity.ad TiMidity-uj.ad"
+
+ cat >confcache <<\_ACEOF
+--- Makefile.in Wed Sep 22 13:23:32 2004
++++ Makefile.in Thu Sep 22 02:49:17 2005
+@@ -268,5 +268,4 @@
+ autoconf \
+ utils \
+- libarc \
+ libunimod \
+ interface \