ports/151203: Fixed syntax in libfame.m4 file in multimedia/libfame port

Grzegorz Blach magik at roorback.net
Mon Oct 4 12:40:03 UTC 2010


>Number:         151203
>Category:       ports
>Synopsis:       Fixed syntax in libfame.m4 file in multimedia/libfame port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 04 12:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        8.1-RELEASE i386
>Organization:
>Environment:
FreeBSD roorback.net 8.1-RELEASE FreeBSD 8.1-RELEASE #4 r210430: Sat Jul 24 11:46:53 CEST 2010     magik at roorback.net:/usr/obj/usr/src/sys/ROORBACK  i386

>Description:
When I call 'aclocal' command, I get warnings:
> /usr/local/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME
> /usr/local/share/aclocal/libfame.m4:6:   run info '(automake)Extending aclocal'
> /usr/local/share/aclocal/libfame.m4:6:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal


In attachment, I'm sending a little patch that suppress this warning

>How-To-Repeat:
1. Install multimedia/libfame port.
2. Go to some directory with automake/autoconf project
3. Call 'aclocal' command

>Fix:


Patch attached with submission follows:

diff -x .svn -ruN /var/cache/portshaker/ports/multimedia/libfame/Makefile multimedia/libfame/Makefile
--- /var/cache/portshaker/ports/multimedia/libfame/Makefile	2009-08-22 02:28:27.000000000 +0200
+++ multimedia/libfame/Makefile	2010-10-03 23:05:02.182101712 +0200
@@ -39,5 +39,8 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} \
+		-e 's|AC_DEFUN(AM_PATH_LIBFAME|AC_DEFUN([AM_PATH_LIBFAME]|g' \
+		${WRKSRC}/libfame.m4 ${WRKSRC}/libfame.m4.in
 
 .include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list