From i@levsha.me  Fri Apr  6 06:43:05 2012
Return-Path: <i@levsha.me>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 003A3106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Apr 2012 06:43:04 +0000 (UTC)
	(envelope-from i@levsha.me)
Received: from expo.ukrweb.net (mail.univua.net [91.202.128.78])
	by mx1.freebsd.org (Postfix) with ESMTP id A27F18FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Apr 2012 06:43:04 +0000 (UTC)
Received: from [46.200.216.178] (helo=laptop.levsha.me)
	by expo.ukrweb.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.77 (FreeBSD))
	(envelope-from <i@levsha.me>)
	id 1SG2su-00078i-GT
	for FreeBSD-gnats-submit@freebsd.org; Fri, 06 Apr 2012 09:43:03 +0300
Received: from levsha by laptop.levsha.me with local (Exim 4.77 (FreeBSD))
	(envelope-from <i@levsha.me>)
	id 1SG2sn-0002Mm-R1
	for FreeBSD-gnats-submit@freebsd.org; Fri, 06 Apr 2012 09:42:53 +0300
Message-Id: <E1SG2sn-0002Mm-R1@laptop.levsha.me>
Date: Fri, 06 Apr 2012 09:42:53 +0300
From: Mykola Dzham <i@levsha.me>
Sender: Mykola Dzham <i@levsha.me>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] audio/liquidsoap: fix typo in gstremaer option
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166688
>Category:       ports
>Synopsis:       [MAINTAINER] audio/liquidsoap: fix typo in gstremaer option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 06 06:50:11 UTC 2012
>Closed-Date:    Sun Apr 08 08:08:01 UTC 2012
>Last-Modified:  Sun Apr 08 08:08:01 UTC 2012
>Originator:     Mykola Dzham
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD laptop.levsha.me 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r233856M: Wed Apr  4 18:58:39
>Description:
Fix typo in GSTREAMER option. Add required dependency.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- liquidsoap-1.0.0_1.patch begins here ---
? .git
Index: Makefile
===================================================================
RCS file: /zdata/arch/csup/ports/audio/liquidsoap/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	29 Mar 2012 20:11:48 -0000	1.15
+++ Makefile	6 Apr 2012 06:40:44 -0000
@@ -37,7 +37,7 @@
 		FESTIVAL	"speech synthesis (say)"	On	\
 		FLAC		"flac format decoding and encoding" Off	\
 		GAVL		"converts from and to many formats"	Off \
-		GSREAMER	"used to provide V4l inputs"	Off \
+		GSTREAMER	"used to provide V4l inputs"	Off \
 		JACK		"audio connection kit, designed for low latency"	On \
 		LADSPA		"audio plugins providing sound effects"	Off \
 		LO		"OSC protocol to have external controls"	Off	\
@@ -115,6 +115,7 @@
 BUILD_DEPENDS_dssi=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
 LIB_DEPENDS_faad=	faad.2:${PORTSDIR}/audio/faad
 LIB_DEPENDS_gavl=	gavl.1:${PORTSDIR}/multimedia/gavl
+BUILD_DEPENDS_gstreamer=	${LOCALBASE}/lib/ocaml/libcamlidl.a:${PORTSDIR}/lang/ocaml-camlidl
 BUILD_DEPENDS_ladspa=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 LIB_DEPENDS_lame=	mp3lame.0:${PORTSDIR}/audio/lame
 LIB_DEPENDS_mad=	mad.2:${PORTSDIR}/audio/libmad
--- liquidsoap-1.0.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Apr 6 08:30:10 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

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

From: Mykola Dzham <i@levsha.me>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/166688: [MAINTAINER] audio/liquidsoap: fix typo in
 gstremaer option
Date: Sat, 7 Apr 2012 11:02:06 +0300

 Fixed patch:
 
 Index: Makefile
 ===================================================================
 RCS file: /zdata/arch/csup/ports/audio/liquidsoap/Makefile,v
 retrieving revision 1.15
 diff -u -r1.15 Makefile
 --- Makefile	29 Mar 2012 20:11:48 -0000	1.15
 +++ Makefile	7 Apr 2012 07:48:00 -0000
 @@ -37,7 +37,7 @@
  		FESTIVAL	"speech synthesis (say)"	On	\
  		FLAC		"flac format decoding and encoding" Off	\
  		GAVL		"converts from and to many formats"	Off \
 -		GSREAMER	"used to provide V4l inputs"	Off \
 +		GSTREAMER	"used to provide V4l inputs"	Off \
  		JACK		"audio connection kit, designed for low latency"	On \
  		LADSPA		"audio plugins providing sound effects"	Off \
  		LO		"OSC protocol to have external controls"	Off	\
 @@ -115,6 +115,8 @@
  BUILD_DEPENDS_dssi=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
  LIB_DEPENDS_faad=	faad.2:${PORTSDIR}/audio/faad
  LIB_DEPENDS_gavl=	gavl.1:${PORTSDIR}/multimedia/gavl
 +BUILD_DEPENDS_gstreamer=	${LOCALBASE}/lib/ocaml/libcamlidl.a:${PORTSDIR}/lang/ocaml-camlidl
 +LIB_DEPENDS_gstreamer=	gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer gstapp-0.10.0:${PORTSDIR}/multimedia/gstreamer-plugins
  BUILD_DEPENDS_ladspa=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
  LIB_DEPENDS_lame=	mp3lame.0:${PORTSDIR}/audio/lame
  LIB_DEPENDS_mad=	mad.2:${PORTSDIR}/audio/libmad
 
 Build logs:
 http://levsha.me/tb/logs/9-STABLE.amd64/liquidsoap-1.0.0_1.log      
 http://levsha.me/tb/logs/9-STABLE.i386/liquidsoap-1.0.0_1.log
 http://levsha.me/tb/logs/8-STABLE.amd64/liquidsoap-1.0.0_1.log
 http://levsha.me/tb/logs/8-STABLE.i386/liquidsoap-1.0.0_1.log
 http://levsha.me/tb/logs/10-HEAD.i386/liquidsoap-1.0.0_1.log
 http://levsha.me/tb/logs/7-STABLE.amd64/liquidsoap-1.0.0_1.log
 http://levsha.me/tb/logs/10-HEAD.amd64/liquidsoap-1.0.0_1.log
 
 -- 
 LEFT-(UANIC|RIPE)
 JID: levsha@jabber.net.ua
 PGP fingerprint: 1BCD 7C80 2E04 7282 C944  B0E0 7E67 619E 4E72 9280

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166688: commit references a PR
Date: Sun,  8 Apr 2012 07:55:52 +0000 (UTC)

 rm          2012-04-08 07:55:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/liquidsoap     Makefile 
   Log:
   - fix build when GSTREAMER option is enabled
   - no PORTREVISION bump, because it's not default
   
   PR:             166688
   Submitted by:   Mykola Dzham <i at levsha dot me> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.16      +4 -1      ports/audio/liquidsoap/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: rm 
State-Changed-When: Sun Apr 8 08:08:00 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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