| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=21491
|
|
|
|
|
|
|
|
|
| |
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
Notes:
svn path=/head/; revision=21266
|
|
|
|
| |
Notes:
svn path=/head/; revision=20960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
Notes:
svn path=/head/; revision=19804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=16518
|
|
|
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
Notes:
svn path=/head/; revision=14512
|
|
|
|
|
|
|
| |
to ldconfig command line.
Notes:
svn path=/head/; revision=13770
|
|
|
|
| |
Notes:
svn path=/head/; revision=13463
|
|
|
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Notes:
svn path=/head/; revision=10860
|
|
|
|
| |
Notes:
svn path=/head/; revision=8701
|
|
|
|
|
|
|
|
| |
PR: ports/4914
Submitted by: Pedro Giffuni S. <giffunip@asme.org>
Notes:
svn path=/head/; revision=8661
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 5023
Submitted by: Carl Fongheiser <cmf@netins.net>
Minor cleanup.
Prompted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Notes:
svn path=/head/; revision=8601
|
|
|
|
| |
Notes:
svn path=/head/; revision=7360
|
|
|
|
|
|
|
|
|
|
| |
for backwards compatibilty. Also move it down to "misc. bsd.port.mk
variables" section.
While I'm here, add "/sbin/" to ldconfig.
Notes:
svn path=/head/; revision=5608
|
|
Closes PR #2574.
Submitted by: Pedro Giffuni S.
Notes:
svn path=/head/; revision=5603
|