ports/148301: [net/mcast-tools] missing autotools dependency in make.conf

Olivier Cochard-Labbé olivier at cochard.me
Thu Jul 1 21:30:09 UTC 2010


>Number:         148301
>Category:       ports
>Synopsis:       [net/mcast-tools] missing autotools dependency in make.conf
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 01 21:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbé
>Release:        8.1-PRERELEASE
>Organization:
>Environment:
FreeBSD dev.bsdrp.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Fri Jun  4 19:04:07 UTC 2010     root at dev.bsdrp.net:/home/obj/usr/src/sys/GENERIC  amd64
>Description:
Hi,
the autotools (automake, aclocal, autoconf) are mandatory for building net/mcast-tools, but the Makefile didn't mention them.
>How-To-Repeat:
Trying to build net/mcast-tools without automake, aclocal and autoconf installed.
>Fix:
Using the patch included.

Patch attached with submission follows:

--- Makefile.orig	2010-06-29 15:19:50.000000000 +0200
+++ Makefile	2010-06-29 15:20:16.000000000 +0200
@@ -15,7 +15,7 @@
 COMMENT=	IPv6 multicast routing daemons and tools
 
 GNU_CONFIGURE=	yes
-
+USE_AUTOTOOLS=	automake:19 aclocal:19 autoconf:262
 CONFIGURE_ARGS=
 CONFIGURE_ENV=
 


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



More information about the freebsd-ports-bugs mailing list