From owner-freebsd-ports Mon Oct 7 14:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F4D37B401 for ; Mon, 7 Oct 2002 14:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E54143E77 for ; Mon, 7 Oct 2002 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g97Lo2Co078765 for ; Mon, 7 Oct 2002 14:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g97Lo294078764; Mon, 7 Oct 2002 14:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09AA37B401 for ; Mon, 7 Oct 2002 14:44:58 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C7943E9C for ; Mon, 7 Oct 2002 14:44:57 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g97Liu7R091495 for ; Mon, 7 Oct 2002 14:44:56 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g97Liuj8091494; Mon, 7 Oct 2002 14:44:56 -0700 (PDT) Message-Id: <200210072144.g97Liuj8091494@www.freebsd.org> Date: Mon, 7 Oct 2002 14:44:56 -0700 (PDT) From: Cédric Lamalle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/43797: Maintainer Update of kmerlin : fix build problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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