Bug 149265 - [patch] ports-mgmt/portscout: use <bsd.port.options.mk>
Summary: [patch] ports-mgmt/portscout: use <bsd.port.options.mk>
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Shaun Amott
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 11:30 UTC by swell.k
Modified: 2010-09-06 16:10 UTC (History)
0 users

See Also:


Attachments
a.diff (679 bytes, patch)
2010-08-04 11:30 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-08-04 11:30:10 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-04 11:30:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->shaun

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-06 16:05:10 UTC
shaun       2010-09-06 15:04:53 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portscout Makefile 
  Log:
  Add missing bsd.port.options.mk include.
  
  PR:             ports/149265 [1]
  Submitted by:   Anonymous <swell.k@gmail.com> [1], ale
  
  Revision  Changes    Path
  1.13      +2 -0      ports/ports-mgmt/portscout/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Shaun Amott freebsd_committer freebsd_triage 2010-09-06 16:07:56 UTC
State Changed
From-To: open->closed

Committed, thanks!