Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 14:44:56 -0700 (PDT)
From:      Cédric Lamalle <cedric@cedric.trix.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43797: Maintainer Update of kmerlin : fix build problems
Message-ID:  <200210072144.g97Liuj8091494@www.freebsd.org>

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

>Number:         43797
>Category:       ports
>Synopsis:       Maintainer Update of kmerlin : fix build problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 07 14:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Cédric Lamalle
>Release:        4.7-RC
>Organization:
>Environment:
FreeBSD maloobr.kicks-ass.org 4.7-RC FreeBSD 4.7-RC #0: Thu Sep 26 15:56:30 GMT 2002     cedric@maloobr.kicks-ass.org:/usr/obj/usr/src/sys/MALOOBR  i386  
>Description:
Forgot to include autoconf/automake in BUILD_DEPENDS of Makefile. Thanks to Kris Kennaway for mentionning the pb !
>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/kmerlin/Makefile /home/cedric/src/kmerlin/Makefile
--- /usr/ports/net/kmerlin/Makefile     Sat Oct  5 23:01:11 2002
+++ /home/cedric/src/kmerlin/Makefile   Mon Oct  7 18:17:16 2002
@@ -13,7 +13,8 @@

 MAINTAINER=            cedric@cedric.trix.net

-BROKEN=                "Does not build"
+BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \
+               autoconf:${PORTSDIR}/devel/autoconf

 USE_KDELIBS_VER=3
 GNU_CONFIGURE= yes

>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?200210072144.g97Liuj8091494>