Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2005 14:26:25 +0300 (EEST)
From:      Maxim Tuliuk <mt@primats.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87434: www/sarg: new feature
Message-ID:  <200510141126.j9EBQPO4019967@zoo.top.net.ua>
Resent-Message-ID: <200510141130.j9EBUH5l082478@freefall.freebsd.org>

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

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



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