Bug 151203

Summary: Fixed syntax in libfame.m4 file in multimedia/libfame port
Product: Ports & Packages Reporter: Grzegorz Blach <magik>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Grzegorz Blach 2010-10-04 13:40:03 UTC
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

Fix: Patch attached with submission follows:
How-To-Repeat: 1. Install multimedia/libfame port.
2. Go to some directory with automake/autoconf project
3. Call 'aclocal' command
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-04 13:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-28 12:50:26 UTC
arved       2011-01-28 12:50:21 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libfame   Makefile 
  Log:
  Fix libfame.m4 warnings
  
  PR:             151203
  Submitted by:   Grzegorz Blach
  Feature safe:   yes
  
  Revision  Changes    Path
  1.30      +4 -1      ports/multimedia/libfame/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"
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2011-01-28 12:50:29 UTC
State Changed
From-To: open->closed

committed, thanks