From tkato432@yahoo.com  Fri Oct 14 18:46:10 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6FA1A106568D
	for <FreeBSD-gnats-submit@FreeBSD.org>; 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 <FreeBSD-gnats-submit@FreeBSD.org>; 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 <FreeBSD-gnats-submit@FreeBSD.org>; 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 <FreeBSD-gnats-submit@FreeBSD.org>; 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 <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/timemachine

>Number:         161623
>Category:       ports
>Synopsis:       Update port: audio/timemachine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 14 18:50:20 UTC 2011
>Closed-Date:    Tue Oct 18 15:12:08 CEST 2011
>Last-Modified:  Tue Oct 18 15:12:08 CEST 2011
>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 <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.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 <bsd.port.post.mk>
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/^PACKAGE_CFLAGS=/s|-g||; \
+		 /^PACKAGE_LIBS=/s|-g||' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Mon Oct 17 20:17:37 CEST 2011 
Responsible-Changed-Why:  
I will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161623 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161623: commit references a PR
Date: Tue, 18 Oct 2011 13:06:09 +0000 (UTC)

 ehaupt      2011-10-18 13:04:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/timemachine    Makefile 
   Log:
   - Support OPTIONS
   - Add LICENSE
   - Respect CFLAGS
   - Add MAKE_JOBS_SAFE
   
   PR:             161623
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.13      +19 -5     ports/audio/timemachine/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Tue Oct 18 15:12:07 CEST 2011 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161623 
>Unformatted:
