Port details |
- bmkdep Construct Makefile dependency list
- 20140112_1 devel =4 20140112_1Version of this port present on the latest quarterly branch.
- Maintainer: trociny@FreeBSD.org
- Port Added: 2012-01-30 09:15:32
- Last Update: 2024-03-29 08:03:23
- Commit Hash: eb50122
- People watching this port, also watch:: openbox, chromium, dfc, fusefs-sshfs, fusefs-curlftpfs
- License: BSD2CLAUSE
- WWW:
- https://netbsd.org
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/bmkdep/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bmkdep
- pkg install bmkdep
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bmkdep
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1477319135
SHA256 (trociny-bmkdep-20140112_GH0.tar.gz) = b80039dc18ec070886e21e3c1ea4a16fc60c239bb922add8c70838d982598635
SIZE (trociny-bmkdep-20140112_GH0.tar.gz) = 7647
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- devel/mk-configure
Configuration Options:
- No options to configure
- Options name:
- devel_bmkdep
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20140112_1 29 Mar 2024 08:03:23 |
Yasuhiro Kimura (yasu) |
devel/bmkdep: Move man page to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20140112 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20140112 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20140112 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20140112 24 Oct 2016 14:46:40 |
trociny |
use another upstream and unbreak port |
20140112 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
20140112 19 Jan 2014 20:56:20 |
trociny |
Revert r340322 and use USES=uidfix instead.
Submitted by: bapt |
20140112 19 Jan 2014 16:26:45 |
trociny |
Fix packaging as an unprivileged user. |
20140112 13 Jan 2014 19:46:01 |
trociny |
Update to 20140112. |
20131215 16 Dec 2013 21:11:29 |
trociny |
Update to 20131215.
Approved by: bdrewery (mentor) |
20131009 10 Oct 2013 13:19:39 |
trociny (src committer) |
- Update to 20131009.
- Add stage support.
Approved by: bdrewery |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
20120114 30 Jan 2012 09:15:01 |
scheidell |
- 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) |