NetBSD's version of mkdep. Because it is a C program and does all postprocessing and file handling without calling any external programs, it is up to 10-percent faster than the original BSD mkdep shell script. Also it contains options not available in FreeBSD's mkdep. WWW: http://netbsd.org I need this program for devel/mk-congigure: `mkcmake depend' does not work with FreeBSD's mkdep. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->trociny Submitter has GNATS access (via the GNATS Auto Assign Tool)
Responsible Changed From-To: trociny->freebsd-ports-bugs approved
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
State Changed From-To: open->closed please roll a release (use MASTER_SITE_LOCAL or google code or whatnot) - we don't allow source code in the ports tree except in very specific circumstances
-- Mikolaj Golub
State Changed From-To: closed->open The source code removed from the port.
Responsible Changed From-To: eadler->freebsd-ports-bugs The source code is removed from the port.
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
State Changed From-To: open->analyzed Looks good, passes tinderbox tests. Queued up for commit.
scheidell 2012-01-30 09:15:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/bmkdep Makefile distinfo pkg-descr Log: - NetBSD's version of mkdep - it is up to 10-percent faster than the original BSD mkdep shell script. - contains options not available in FreeBSD's mkdep PR: ports/162956 Submitted by: trociny (maintainer) Approved by: gabor (mentor) Revision Changes Path 1.4819 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/bmkdep/Makefile (new) 1.1 +2 -0 ports/devel/bmkdep/distinfo (new) 1.1 +9 -0 ports/devel/bmkdep/pkg-descr (new) _______________________________________________ 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: analyzed->closed Committed. Thanks!