Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 21:44:08 -0800 (PST)
From:      darren <igla@batterybackups.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34365: graphics/libdvdread needs USE_AUTOMAKE to build
Message-ID:  <200201280544.g0S5i8p20272@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34365
>Category:       ports
>Synopsis:       graphics/libdvdread needs USE_AUTOMAKE to build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 27 21:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     darren
>Release:        4.5-RC
>Organization:
>Environment:
FreeBSD ArkRoyal.batterybackups.net 4.5-RC FreeBSD 4.5-RC #1: Thu Jan 24 17:41:33 PST 2002     darren@Repulse.batterybackups.net:/usr/obj/usr/src/sys/ArkRoyal  i386
>Description:
graphics/libdvdread cannot build , due to USE_AUTOMAKE not being set in the port makefile .

/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
*** Error code 1

>How-To-Repeat:
cd /usr/ports/graphics/libdvdread
make
>Fix:
Begin
--- Makefile.old        Sun Jan 27 20:55:39 2002
+++ Makefile    Sun Jan 27 20:55:50 2002
@@ -15,6 +15,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 INSTALLS_SHLIB=        yes
+USE_AUTOMAKE=  yes
 
 DOC_FILES=     AUTHORS NEWS README TODO
 
End

note : i cannot test the program after adding the USE_AUTOMAKE , so i would recommend someone with dvd drive / whatever this port does to test it .
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201280544.g0S5i8p20272>