From amdmi3@amdmi3.ru  Fri Feb 14 14:35:10 2014
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id B9CA4E2C;
	Fri, 14 Feb 2014 14:35:10 +0000 (UTC)
Received: from smtpout6.timeweb.ru (smtpout6.timeweb.ru [92.53.117.39])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 715A31D6D;
	Fri, 14 Feb 2014 14:35:10 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1WEJr3-0003g0-79; Fri, 14 Feb 2014 18:35:01 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id D5ED4E4A;
	Fri, 14 Feb 2014 18:35:00 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id BDC7B3E4D9; Fri, 14 Feb 2014 18:35:00 +0400 (MSK)
Message-Id: <20140214143500.BDC7B3E4D9@hades.panopticon>
Date: Fri, 14 Feb 2014 18:35:00 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: acm@FreeBSD.org
Subject: [PATCH] multimedia/smpeg: fix autotools macro
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         186765
>Category:       ports
>Synopsis:       [PATCH] multimedia/smpeg: fix autotools macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    acm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 14 14:40:00 UTC 2014
>Closed-Date:    Fri Mar 07 11:28:00 UTC 2014
>Last-Modified:  Fri Mar  7 11:30:00 UTC 2014
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
Fix smpeg.m4 to remove annoying warning on each autotools invocation:

/usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/local/share/aclocal/smpeg.m4:13:   run info Automake 'Extending aclocal'
/usr/local/share/aclocal/smpeg.m4:13:   or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal

Port maintainer (acm@FreeBSD.org) is cc'd.

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

--- smpeg-0.4.4_11.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 344211)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smpeg
 PORTVERSION=	0.4.4
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
 		${MASTER_SITE_GENTOO}
Index: files/patch-smpeg.m4
===================================================================
--- files/patch-smpeg.m4	(revision 0)
+++ files/patch-smpeg.m4	(working copy)
@@ -0,0 +1,11 @@
+--- smpeg.m4.orig	2001-04-05 00:28:14.000000000 +0400
++++ smpeg.m4	2014-02-14 18:19:27.566113006 +0400
+@@ -10,7 +10,7 @@
+ ACTION-IF-NOT-FOUND]]])
+ dnl Test for SMPEG, and define SMPEG_CFLAGS and SMPEG_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_SMPEG,
++AC_DEFUN([AM_PATH_SMPEG],
+ [dnl
+ dnl Get the cflags and libraries from the smpeg-config script
+ dnl

Property changes on: files/patch-smpeg.m4
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
--- smpeg-0.4.4_11.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->acm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 14 14:40:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186765 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Fri Mar 7 11:27:59 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186765: commit references a PR
Date: Fri,  7 Mar 2014 11:27:08 +0000 (UTC)

 Author: amdmi3
 Date: Fri Mar  7 11:27:00 2014
 New Revision: 347363
 URL: http://svnweb.freebsd.org/changeset/ports/347363
 QAT: https://qat.redports.org/buildarchive/r347363/
 
 Log:
   - Fix smpeg.m4 to remove annoying warning (warning: underquoted definition of AM_PATH_SMPEG) on each autotools invocation
   
   PR:		186765
   Submitted by:	amdmi3
   Approved by:	maintainer timeout
 
 Added:
   head/multimedia/smpeg/files/patch-smpeg.m4   (contents, props changed)
 Modified:
   head/multimedia/smpeg/Makefile
 
 Modified: head/multimedia/smpeg/Makefile
 ==============================================================================
 --- head/multimedia/smpeg/Makefile	Fri Mar  7 11:22:49 2014	(r347362)
 +++ head/multimedia/smpeg/Makefile	Fri Mar  7 11:27:00 2014	(r347363)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	smpeg
  PORTVERSION=	0.4.4
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	multimedia
  MASTER_SITES=	ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
  		${MASTER_SITE_GENTOO}
 
 Added: head/multimedia/smpeg/files/patch-smpeg.m4
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/multimedia/smpeg/files/patch-smpeg.m4	Fri Mar  7 11:27:00 2014	(r347363)
 @@ -0,0 +1,11 @@
 +--- smpeg.m4.orig	2001-04-05 00:28:14.000000000 +0400
 ++++ smpeg.m4	2014-02-14 18:19:27.566113006 +0400
 +@@ -10,7 +10,7 @@
 + ACTION-IF-NOT-FOUND]]])
 + dnl Test for SMPEG, and define SMPEG_CFLAGS and SMPEG_LIBS
 + dnl
 +-AC_DEFUN(AM_PATH_SMPEG,
 ++AC_DEFUN([AM_PATH_SMPEG],
 + [dnl
 + dnl Get the cflags and libraries from the smpeg-config script
 + dnl
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
