Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Aug 2010 14:23:00 +0400
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/149265: [patch] ports-mgmt/portscout: use <bsd.port.options.mk>
Message-ID:  <86sk2upth7.fsf@gmail.com>
Resent-Message-ID: <201008041030.o74AUA8e087819@freefall.freebsd.org>

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

>Number:         149265
>Category:       ports
>Synopsis:       [patch] ports-mgmt/portscout: use <bsd.port.options.mk>
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 04 10:30:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
WITH_XXX and WITHOUT_XXX are defined inside bsd.port.options.mk
>How-To-Repeat:
$ make config (select SQLITE3 knob)
$ make package-depends | fgrep sql
postgresql-client-8.2.17_1:databases/postgresql82-client
>Fix:
--- a.diff begins here ---
Index: ports-mgmt/portscout/Makefile
===================================================================
RCS file: /a/.cvsup/ports/ports-mgmt/portscout/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- ports-mgmt/portscout/Makefile	24 May 2010 20:04:27 -0000	1.12
+++ ports-mgmt/portscout/Makefile	4 Aug 2010 10:15:34 -0000
@@ -32,6 +32,8 @@ RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/D
 		${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite		\
 		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
 
+.include <bsd.port.options.mk>
+
 .if defined(WITH_SQLITE3)
 USE_SQLITE=	3
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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