aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-24 09:09:34 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-24 09:09:34 +0000
commit53eb48892461262e42338b2eda8db94ab2753771 (patch)
treef09fa88578ad43deeb541eea9e20dfdb16bbba60 /audio
parent08e1674ec9f15a676a9585ce18166517f8e19d3d (diff)
downloadports-53eb48892461262e42338b2eda8db94ab2753771.tar.gz
ports-53eb48892461262e42338b2eda8db94ab2753771.zip
audio/timidity: Reflect intent to install blank directory in pkg-plist
While here, install patch needed for dports for slave port.
Notes
Notes: svn path=/head/; revision=371428
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity++/Makefile2
-rw-r--r--audio/timidity++/files/patch-configure31
-rw-r--r--audio/timidity++/pkg-plist1
3 files changed, 33 insertions, 1 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index d6e2f6d3b640..fee18ed35c4a 100644
--- a/audio/timidity++/Makefile
+++ b/audio/timidity++/Makefile
@@ -3,7 +3,7 @@
PORTNAME= timidity++
PORTVERSION= 2.14.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= audio
MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION}
DISTNAME= TiMidity++-${PORTVERSION}
diff --git a/audio/timidity++/files/patch-configure b/audio/timidity++/files/patch-configure
new file mode 100644
index 000000000000..dabec2cd2637
--- /dev/null
+++ b/audio/timidity++/files/patch-configure
@@ -0,0 +1,31 @@
+--- configure.orig 2012-06-28 14:14:25.000000000 +0000
++++ configure
+@@ -3930,6 +3930,10 @@ case "$target" in
+ test -n "$SHLD" || SHLD="ld -Bshareable"
+ so="so"
+ ;;
++ *-*-dragonfly*)
++ [ -n "$SHLD" ] || SHLD="ld -Bshareable"
++ so="so"
++ ;;
+ *-*-freebsd*)
+ if test "$ELFFORMAT" = yes; then
+ test -n "$SHLD" || SHLD="ld -Bshareable"
+@@ -12561,7 +12565,7 @@ fi;
+
+ if test "x$au_enable_default" = xyes; then
+ case "$target" in
+- *-*-linux*|*-*-freebsd*)
++ *-*-linux*|*-*-freebsd*|*-*-dragonfly*)
+ au_enable_oss=yes
+ ;;
+ *-*-bsdi2.0)
+@@ -12619,7 +12623,7 @@ if test "x$au_enable_oss" = xyes; then
+ echo "${ECHO_T}yes - <sys/soundcard.h>" >&6
+ else
+ case "$target" in
+- *linux*|*freebsd*)
++ *linux*|*freebsd*|*dragonfly*)
+ echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+ ;;
diff --git a/audio/timidity++/pkg-plist b/audio/timidity++/pkg-plist
index 6922b02438ee..51d4d804744f 100644
--- a/audio/timidity++/pkg-plist
+++ b/audio/timidity++/pkg-plist
@@ -13,3 +13,4 @@ man/man5/timidity.cfg.5.gz
%%PORTDOCS%%%%DOCSDIR%%/README.m2m
%%PORTDOCS%%%%DOCSDIR%%/README.mts
%%PORTDOCS%%%%DOCSDIR%%/README.sf
+@dir %%TIMID_LIBDIR%%