ports/115435: multimedia/libdvdnav misses automake dependancy

Rink Springer rink at FreeBSD.org
Sun Aug 12 09:00:06 UTC 2007


>Number:         115435
>Category:       ports
>Synopsis:       multimedia/libdvdnav misses automake dependancy
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 12 09:00:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Rink Springer
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD pitchfork.home.rink.nu 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Jun  3 16:34:08 CEST 2007     root at pitchfork.home.rink.nu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
	When building the multimedia/libdvdnav port on a fresh machine, it will
	get stuck in a configure loop (ie. it keeps calling configure over and
	over again)
>How-To-Repeat:
	On a fresh install (I had xorg and kde installed), try to build the
	libdvdnav port.
>Fix:
	The following patch fixes it for me:

--- Makefile.old        2007-08-12 10:27:22.000000000 +0200
+++ Makefile    2007-08-12 10:26:22.000000000 +0200
@@ -21,7 +21,7 @@
                THREAD_LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS=        --program-transform-name=''
 INSTALLS_SHLIB=        yes
-USE_AUTOTOOLS= libtool:15 autoconf:259
+USE_AUTOTOOLS= libtool:15 autoconf:259 automake:16

 post-patch:
        ${REINPLACE_CMD} -e \


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



More information about the freebsd-ports-bugs mailing list