Bug 151203 - Fixed syntax in libfame.m4 file in multimedia/libfame port
Summary: Fixed syntax in libfame.m4 file in multimedia/libfame port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-04 13:40 UTC by Grzegorz Blach
Modified: 2011-01-28 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (567 bytes, patch)
2010-10-04 13:40 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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