ports/155816: Update port: audio/whysynth to 1.5

KATO Tsuguru tkato432 at yahoo.com
Tue Mar 22 18:20:12 UTC 2011


>Number:         155816
>Category:       ports
>Synopsis:       Update port: audio/whysynth to 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.5

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/whysynth/Makefile audio/whysynth/Makefile
--- /usr/ports/audio/whysynth/Makefile	2010-10-26 19:25:30.000000000 +0900
+++ audio/whysynth/Makefile	2011-03-22 15:37:24.000000000 +0900
@@ -6,23 +6,30 @@
 #
 
 PORTNAME=	whysynth
-PORTVERSION=	20090608
-PORTREVISION=	2
+PORTVERSION=	20100922
 CATEGORIES=	audio
 MASTER_SITES=	http://smbolton.com/whysynth/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Versatile softsynth implemented as a DSSI plugin
 
+BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
+		${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 LIB_DEPENDS=	dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
 		lo.7:${PORTSDIR}/audio/liblo \
 		jack.0:${PORTSDIR}/audio/jack \
 		fftw3f.5:${PORTSDIR}/math/fftw3-float
-BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
+
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
 
 USE_BZIP2=	yes
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20
+USE_GMAKE=	yes
+USE_AUTOTOOLS=	libtool
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/whysynth/distinfo audio/whysynth/distinfo
--- /usr/ports/audio/whysynth/distinfo	2011-03-20 02:17:53.000000000 +0900
+++ audio/whysynth/distinfo	2011-03-14 07:40:47.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (whysynth-20090608.tar.bz2) = cf25793f7743f9cd90fe433c6da7ca13218cd186f0d701351d28a66218660b71
-SIZE (whysynth-20090608.tar.bz2) = 2089470
+SHA256 (whysynth-20100922.tar.bz2) = 8a82520723bb7cdb788ff76b276418da49aa2cd6bd97801203e362b8fc46723f
+SIZE (whysynth-20100922.tar.bz2) = 2126947
diff -urN /usr/ports/audio/whysynth/pkg-plist audio/whysynth/pkg-plist
--- /usr/ports/audio/whysynth/pkg-plist	2009-08-27 16:06:14.000000000 +0900
+++ audio/whysynth/pkg-plist	2011-03-14 08:01:07.000000000 +0900
@@ -1,9 +1,11 @@
-lib/dssi/whysynth.so
+lib/dssi/whysynth.a
 lib/dssi/whysynth.la
+lib/dssi/whysynth.so
 lib/dssi/whysynth/WhySynth_gtk
 %%DATADIR%%/current_default_patches.WhySynth
 %%DATADIR%%/more_K4_interpretations.WhySynth
 %%DATADIR%%/version_20051005_patches.WhySynth
 %%DATADIR%%/version_20051231_patches.WhySynth
+%%DATADIR%%/version_20090608_patches.WhySynth
 @dirrm %%DATADIR%%
 @dirrm lib/dssi/whysynth
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list