Fix of a bug spotted by ports/157174. For removing the line of USE_PKGCONFIG, a BUILD_DEPENDS line is added to obtain pkg-config command. Fix: Patch attached with submission follows: How-To-Repeat: USE_PKGCONFIG= yes # does not exist
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-02-16 02:25:23 UTC FreeBSD ports repository Modified files: audio/libbs2b Makefile Log: - Remove invalid USE_PKGCONFIG [1], reported in ports/157174 [2] - Add BUILD_DEPENDS for pkg-config [1] - No bump portrevision since USE_PKGCONFIG was ignored anyway. PR: ports/165172 [1] Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) [1] Reported by: Alex kozlov <spam@rm-rf.kiev.ua> [2] Approved by: gabor (mentor, implicit) Feature safe: Yes Revision Changes Path 1.2 +1 -1 ports/audio/libbs2b/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"
State Changed From-To: open->closed Committed. Thanks!