| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/73403
Submitted by: Pedro F. Giffuni
|
| |
|
| |
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
|
|
|
|
|
|
|
| |
to maintain these ports. Any non-committer who wants to grab one let me
know.
Approved by: old maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
|
| |
|
| |
|
|
|
|
|
|
| |
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
|
|
|
|
| |
to ldconfig command line.
|
| |
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
|
| |
|
|
|
|
|
| |
PR: ports/4914
Submitted by: Pedro Giffuni S. <giffunip@asme.org>
|
|
|
|
|
|
|
|
|
| |
PR: 5023
Submitted by: Carl Fongheiser <cmf@netins.net>
Minor cleanup.
Prompted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
|
| |
|
|
|
|
|
|
|
| |
for backwards compatibilty. Also move it down to "misc. bsd.port.mk
variables" section.
While I'm here, add "/sbin/" to ldconfig.
|
|
Closes PR #2574.
Submitted by: Pedro Giffuni S.
|