Date: Sat, 17 Dec 2005 21:49:24 -0800 (PST) From: Alfred Perlstein <bright@elvis.mu.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90584: libdvdnav port broken PATCH Message-ID: <20051218054924.D44D31A3C1C@elvis.mu.org> Resent-Message-ID: <200512180550.jBI5o2FL009375@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90584 >Category: ports >Synopsis: libdvdnav port broken PATCH >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 18 05:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alfred Perlstein >Release: FreeBSD 6.0-MUORG-20051211 amd64 >Organization: OKCupid >Environment: System: FreeBSD elvis.mu.org 6.0-MUORG-20051211 FreeBSD 6.0-MUORG-20051211 #4: Sun Dec 11 23:14:31 PST 2005 root@elvis.mu.org:/usr/src/sys/amd64/compile/h0h0magic amd64 >Description: libdvdnav port doesn't compile. The port's patch files touch files that cause 'configure' to attempt to be rebuilt, however the wrong version of autoconf is then run which breaks the build. >How-To-Repeat: build port >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/libdvdnav/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 15 Nov 2005 06:50:15 -0000 1.18 +++ Makefile 18 Dec 2005 05:25:46 -0000 @@ -20,7 +20,7 @@ THREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --program-transform-name='' INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 autoconf:259 USE_REINPLACE= yes post-patch: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051218054924.D44D31A3C1C>