From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 9 08:30:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493FF16A4CE for ; Tue, 9 Mar 2004 08:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2800543D4C for ; Tue, 9 Mar 2004 08:30:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i29GUKbv028620 for ; Tue, 9 Mar 2004 08:30:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i29GUK3a028619; Tue, 9 Mar 2004 08:30:20 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 9 Mar 2004 08:30:20 -0800 (PST) Resent-Message-Id: <200403091630.i29GUK3a028619@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B5F16A4CE for ; Tue, 9 Mar 2004 08:21:56 -0800 (PST) Received: from mx2.oav.net (unknown [195.154.253.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D9A43D1F for ; Tue, 9 Mar 2004 08:21:55 -0800 (PST) (envelope-from kiwi@mx2.oav.net) Received: by mx2.oav.net (Postfix, from userid 1000) id 44F624AC1D; Tue, 9 Mar 2004 17:22:06 +0100 (CET) Message-Id: <20040309162206.44F624AC1D@mx2.oav.net> Date: Tue, 9 Mar 2004 17:22:06 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63993: [MAINTAINER] net/happystats: Missing BUILD_DEPEND X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 16:30:21 -0000 >Number: 63993 >Category: ports >Synopsis: [MAINTAINER] net/happystats: Missing BUILD_DEPEND >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 09 08:30:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2.1-RELEASE-p1 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD domu.oav.net 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #0: Fri Mar 5 10:21:57 CET >Description: - Missing BUILD_DEPEND about imake that is necessary for building happystats. This should fix some building problems on system that don't have makedepend software. - Use USE_GETOPT_LONG instead of using a LIB_DEPEND Notice: I used a BUILD_DEPEND instead of USE_IMAKE=yes because it is used only for *building* purposes. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- happystats-0.5.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/happystats.old/Makefile /usr/ports/net/happystats/Makefile --- /usr/ports/net/happystats.old/Makefile Tue Mar 9 16:35:40 2004 +++ /usr/ports/net/happystats/Makefile Tue Mar 9 17:18:15 2004 @@ -7,6 +7,7 @@ PORTNAME= happystats PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.happystats.org/srcs/ EXTRACT_SUFX= .tgz @@ -16,8 +17,11 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - rrd.0:${PORTSDIR}/net/rrdtool \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + rrd.0:${PORTSDIR}/net/rrdtool + +BUILD_DEPEND= imake:${PORTSDIR}/devel/imake + +USE_GETOPT_LONG= yes MAN1= happystats.1 MANCOMPRESSED= yes --- happystats-0.5.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: