ports/149265: [patch] ports-mgmt/portscout: use <bsd.port.options.mk>

Anonymous swell.k at gmail.com
Wed Aug 4 10:30:11 UTC 2010


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



More information about the freebsd-ports-bugs mailing list