Date: Sat, 15 Oct 2011 02:56:23 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/161657: Update port: audio/libgig Message-ID: <20111015025623.ed28abbe.tkato432@yahoo.com> Resent-Message-ID: <201110141850.p9EIoZoV052901@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161657 >Category: ports >Synopsis: Update port: audio/libgig >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: Fri Oct 14 18:50:35 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Fix LIB_DEPENDS >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/libgig/Makefile audio/libgig/Makefile --- /usr/ports/audio/libgig/Makefile 2010-10-26 19:25:14.000000000 +0900 +++ audio/libgig/Makefile 2011-09-29 04:53:20.000000000 +0900 @@ -7,22 +7,30 @@ PORTNAME= libgig PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://download.linuxsampler.org/packages/ +MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ + http://download.linuxsampler.org/packages/ MAINTAINER= ports@FreeBSD.org COMMENT= Gigasampler file loader library +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - sndfile.1:${PORTSDIR}/audio/libsndfile + sndfile.1:${PORTSDIR}/audio/libsndfile \ + uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man -USE_GMAKE= yes USE_GNOME= gnomehack +USE_GMAKE= yes +GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_UNSAFE=yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= dlsdump.1 gigdump.1 gigextract.1 rifftree.1 diff -urN /usr/ports/audio/libgig/pkg-plist audio/libgig/pkg-plist --- /usr/ports/audio/libgig/pkg-plist 2009-08-23 05:34:42.000000000 +0900 +++ audio/libgig/pkg-plist 2011-09-29 04:52:34.000000000 +0900 @@ -1,12 +1,12 @@ -bin/rifftree bin/dlsdump bin/gigdump bin/gigextract -include/RIFF.h +bin/rifftree include/DLS.h +include/RIFF.h include/gig.h -lib/libgig.so.10 -lib/libgig.so -lib/libgig.la lib/libgig.a +lib/libgig.la +lib/libgig.so +lib/libgig.so.10 libdata/pkgconfig/gig.pc >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111015025623.ed28abbe.tkato432>