svn commit: r371428 - in head/audio/timidity++: . files
John Marino
marino at FreeBSD.org
Fri Oct 24 09:09:36 UTC 2014
Author: marino
Date: Fri Oct 24 09:09:34 2014
New Revision: 371428
URL: https://svnweb.freebsd.org/changeset/ports/371428
QAT: https://qat.redports.org/buildarchive/r371428/
Log:
audio/timidity: Reflect intent to install blank directory in pkg-plist
While here, install patch needed for dports for slave port.
Added:
head/audio/timidity++/files/patch-configure (contents, props changed)
Modified:
head/audio/timidity++/Makefile
head/audio/timidity++/pkg-plist
Modified: head/audio/timidity++/Makefile
==============================================================================
--- head/audio/timidity++/Makefile Fri Oct 24 08:26:54 2014 (r371427)
+++ head/audio/timidity++/Makefile Fri Oct 24 09:09:34 2014 (r371428)
@@ -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}
Added: head/audio/timidity++/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/timidity++/files/patch-configure Fri Oct 24 09:09:34 2014 (r371428)
@@ -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
+ ;;
Modified: head/audio/timidity++/pkg-plist
==============================================================================
--- head/audio/timidity++/pkg-plist Fri Oct 24 08:26:54 2014 (r371427)
+++ head/audio/timidity++/pkg-plist Fri Oct 24 09:09:34 2014 (r371428)
@@ -13,3 +13,4 @@ man/man5/timidity.cfg.5.gz
%%PORTDOCS%%%%DOCSDIR%%/README.m2m
%%PORTDOCS%%%%DOCSDIR%%/README.mts
%%PORTDOCS%%%%DOCSDIR%%/README.sf
+ at dir %%TIMID_LIBDIR%%
More information about the svn-ports-all
mailing list