Bug 114401 - [ patch ] multimedia/libdvdnav: fix build with installed automake
Summary: [ patch ] multimedia/libdvdnav: fix build with installed automake
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-08 11:30 UTC by Roman Bogorodskiy
Modified: 2007-07-16 13:50 UTC (History)
0 users

See Also:


Attachments
libdvdnav_automake.diff (552 bytes, patch)
2007-07-08 11:30 UTC, Roman Bogorodskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bogorodskiy freebsd_committer freebsd_triage 2007-07-08 11:30:05 UTC
	multimedia/libdvdnav fails to build when automake is installed:

===>  Building for libdvdnav-0.1.10_2
cd . &&  automake19 --gnu  Makefile
configure.ac:74: version mismatch.  This is Automake 1.9.6,
configure.ac:74: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:74: comes from Automake 1.6.3.  You should recreate
configure.ac:74: aclocal.m4 with aclocal and run automake again.
*** Error code 63

Stop in /usr/ports/multimedia/libdvdnav/work/libdvdnav-0.1.10.
*** Error code 1

Stop in /usr/ports/multimedia/libdvdnav.

How-To-Repeat: 	cd /usr/ports/devel/automake19
	make install clean
	cd /usr/ports/multimedia/libdvdnav
	make install clean
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-08 11:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-16 13:39:37 UTC
nobutaka    2007-07-16 12:39:32 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libdvdnav Makefile 
  Log:
  Fix build with automake19.
  
  PR:             ports/114401
  Submitted by:   novel
  
  Revision  Changes    Path
  1.24      +4 -0      ports/multimedia/libdvdnav/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 MANTANI Nobutaka freebsd_committer freebsd_triage 2007-07-16 13:40:00 UTC
State Changed
From-To: open->closed

Committed, thanks!