Date: Thu, 4 Aug 2011 03:20:23 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/159424: Update port: audio/lash Message-ID: <20110804032023.09f076a1.tkato432@yahoo.com> Resent-Message-ID: <201108031840.p73IeDXE075287@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159424 >Category: ports >Synopsis: Update port: audio/lash >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: Wed Aug 03 18:40:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/lash/Makefile audio/lash/Makefile --- /usr/ports/audio/lash/Makefile 2011-08-02 19:02:18.000000000 +0900 +++ audio/lash/Makefile 2011-08-02 19:11:08.000000000 +0900 @@ -9,23 +9,28 @@ PORTVERSION= 0.5.4 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.savannah.gnu.org/releases/lash/ +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Session management system for JACK audio applications -BROKEN= Does not fetch - LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_GNOME= gnomehack gtk20 libxml2 +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/dssi -L${LOCALBASE}/lib -USE_GMAKE= yes -USE_GNOME= gtk20 libxml2 gnomehack +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032023.09f076a1.tkato432>