| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Unmute an installation command while here.
Notes:
svn path=/head/; revision=358913
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove DEPRECATED, EXPIRATION_DATE
- Add license (MIT)
- Support STAGEDIR
- Add post-extract to fix MAN
- Add DOCS and Option
- Please don't deprecate so easily next time,
this port was not hard to fix.
Notes:
svn path=/head/; revision=352089
|
|
|
|
| |
Notes:
svn path=/head/; revision=347934
|
|
|
|
|
|
|
| |
print)
Notes:
svn path=/head/; revision=327765
|
|
|
|
|
|
|
|
|
|
| |
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Notes:
svn path=/head/; revision=316786
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
Feature safe: yes
Notes:
svn path=/head/; revision=308131
|
|
|
|
| |
Notes:
svn path=/head/; revision=276961
|
|
|
|
|
|
|
| |
This gets rid of warnings about implicit declarations of strlen, etc.
Notes:
svn path=/head/; revision=249271
|
|
|
|
|
|
|
|
| |
PR: 120822
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=207570
|
|
|
|
| |
Notes:
svn path=/head/; revision=149449
|
|
|
|
| |
Notes:
svn path=/head/; revision=104313
|
|
|
|
|
|
|
| |
Reviewed by: marcus
Notes:
svn path=/head/; revision=100076
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
| |
top-level directory instead of expanding in .)
Notes:
svn path=/head/; revision=68327
|
|
|
|
|
|
|
| |
Submitted by: Brian Minard <bminard@flatfoot.ca>
Notes:
svn path=/head/; revision=64711
|
|
|
|
|
|
|
|
| |
PR: 41360
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=64107
|
|
|
|
| |
Notes:
svn path=/head/; revision=58737
|
|
|
|
| |
Notes:
svn path=/head/; revision=27422
|
|
|
|
| |
Notes:
svn path=/head/; revision=27421
|
|
|
|
| |
Notes:
svn path=/head/; revision=26941
|
|
|
|
| |
Notes:
svn path=/head/; revision=26835
|
|
|
|
| |
Notes:
svn path=/head/; revision=25734
|
|
|
|
| |
Notes:
svn path=/head/; revision=21143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=12653
|
|
The result is output to stdout. This is useful if you need a pure ASCII
version of a TeX/LaTeX file.
Notes:
svn path=/head/; revision=6012
|