From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 18:50:20 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F345A1065676 for ; Fri, 14 Oct 2011 18:50:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6ABB8FC29 for ; Fri, 14 Oct 2011 18:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9EIoKZj051659 for ; Fri, 14 Oct 2011 18:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9EIoKIm051656; Fri, 14 Oct 2011 18:50:20 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2011 18:50:20 GMT Resent-Message-Id: <201110141850.p9EIoKIm051656@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FA1A106568D for ; Fri, 14 Oct 2011 18:44:07 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 41F378FC2C for ; Fri, 14 Oct 2011 18:44:07 +0000 (UTC) Received: from msa103lp.auone-net.jp (MSA103lp [172.27.12.181]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 1B2DF7D4156 for ; Sat, 15 Oct 2011 03:31:22 +0900 (JST) Received: from localhost.localdomain (ZT046175.ppp.dion.ne.jp [59.128.46.175]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 176F147C036 for ; Sat, 15 Oct 2011 03:31:19 +0900 (JST) Message-Id: <20111015025652.69e779e0.tkato432@yahoo.com> Date: Sat, 15 Oct 2011 02:56:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/161623: Update port: audio/timemachine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2011 18:50:21 -0000 >Number: 161623 >Category: ports >Synopsis: Update port: audio/timemachine >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:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Support OPTIONS - Add LICENSE - Support CFLAGS propely - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/timemachine/Makefile audio/timemachine/Makefile --- /usr/ports/audio/timemachine/Makefile 2011-02-23 13:54:23.000000000 +0900 +++ audio/timemachine/Makefile 2011-09-29 05:14:57.000000000 +0900 @@ -7,23 +7,38 @@ PORTNAME= timemachine PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/timemachine/ MAINTAINER= ports@FreeBSD.org COMMENT= JACK audio capture tool +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ + lo.7:${PORTSDIR}/audio/liblo \ sndfile.1:${PORTSDIR}/audio/libsndfile -GNU_CONFIGURE= yes +OPTIONS= LASH "Enable LASH support" off + +USE_GNOME= gnomehack gtk20 USE_GMAKE= yes -USE_GNOME= gtk20 +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes -.include +.include -.if exists(${LOCALBASE}/lib/liblash.so.2) +.if defined(WITH_LASH) LIB_DEPENDS+= lash.2:${PORTSDIR}/audio/lash +.else +CONFIGURE_ARGS+=--disable-lash .endif -.include +post-patch: + @${REINPLACE_CMD} -e \ + '/^PACKAGE_CFLAGS=/s|-g||; \ + /^PACKAGE_LIBS=/s|-g||' ${WRKSRC}/configure + +.include >Release-Note: >Audit-Trail: >Unformatted: