Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 09:09:35 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371428 - in head/audio/timidity++: . files
Message-ID:  <201410240909.s9O99Zlc001111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@dir %%TIMID_LIBDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410240909.s9O99Zlc001111>