Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2010 21:22:38 GMT
From:      Olivier Cochard-Labbé <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/148301: [net/mcast-tools] missing autotools dependency in make.conf
Message-ID:  <201007012122.o61LMcum060034@www.freebsd.org>
Resent-Message-ID: <201007012130.o61LU8BH072620@freefall.freebsd.org>

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

>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@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:



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