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: ports/186765: [PATCH] multimedia/smpeg: fix autotools macro Message-ID: <20140214143500.BDC7B3E4D9@hades.panopticon> Resent-Message-ID: <201402141440.s1EEe09D026856@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186765 >Category: ports >Synopsis: [PATCH] multimedia/smpeg: fix autotools macro >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 Feb 14 14:40:00 UTC 2014 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140214143500.BDC7B3E4D9>