From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 11:30:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 E359C16A41F for ; Fri, 14 Oct 2005 11:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6197C43D46 for ; Fri, 14 Oct 2005 11:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9EBUHSM082481 for ; Fri, 14 Oct 2005 11:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9EBUH5l082478; Fri, 14 Oct 2005 11:30:17 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2005 11:30:17 GMT Resent-Message-Id: <200510141130.j9EBUH5l082478@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, Maxim Tuliuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E19116A41F for ; Fri, 14 Oct 2005 11:25:59 +0000 (GMT) (envelope-from mt@zoo.top.net.ua) Received: from zoo.top.net.ua (villa.top.net.ua [193.109.61.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0348443D45 for ; Fri, 14 Oct 2005 11:25:58 +0000 (GMT) (envelope-from mt@zoo.top.net.ua) Received: from zoo.top.net.ua (localhost [127.0.0.1]) by zoo.top.net.ua (8.13.3/8.13.3) with ESMTP id j9EBQPqj019968 for ; Fri, 14 Oct 2005 14:26:25 +0300 (EEST) (envelope-from mt@zoo.top.net.ua) Received: (from mt@localhost) by zoo.top.net.ua (8.13.3/8.13.3/Submit) id j9EBQPO4019967; Fri, 14 Oct 2005 14:26:25 +0300 (EEST) (envelope-from mt) Message-Id: <200510141126.j9EBQPO4019967@zoo.top.net.ua> Date: Fri, 14 Oct 2005 14:26:25 +0300 (EEST) From: Maxim Tuliuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87434: www/sarg: new feature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Tuliuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 11:30:18 -0000 >Number: 87434 >Category: ports >Synopsis: www/sarg: new feature >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: Fri Oct 14 11:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Maxim Tuliuk >Release: FreeBSD 5.4-SECURITY i386 >Organization: ISP "TopNet" >Environment: System: FreeBSD zoo.top.net.ua 5.4-SECURITY FreeBSD 5.4-SECURITY #0: Wed Jul 20 08:57:11 UTC 2005 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Add support of choosing gd's ports >How-To-Repeat: >Fix: diff -uNr sarg.old/Makefile sarg/Makefile --- sarg.old/Makefile Sat Sep 3 07:46:55 2005 +++ sarg/Makefile Fri Oct 14 13:07:59 2005 @@ -23,8 +23,10 @@ --enable-mandir="${MAN1PREFIX}/man/man1" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +GD_PORT?= graphics/gd + .if !defined(WITHOUT_GD) -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd.4:${PORTSDIR}/${GD_PORT} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" >Release-Note: >Audit-Trail: >Unformatted: