| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Convert few ports to USE_LHA [1]
- Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2]
PR: 176187 [1]
174790 [2]
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1]
Gerald Pfeifer <gerald@pfeifer.com> [2]
|
|
|
|
|
|
| |
- Add WWW: line
PR: 158470
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
| |
<rewsirow@ff.iij4u.or.jp>: host mx.iij4u.or.jp[210.138.174.71] said: 550 5.1.1
<rewsirow@ff.iij4u.or.jp>... User Unknown (in reply to RCPT TO command)
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
| |
PR: 72034
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 16867
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
|
| |
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
|
|
|
|
| |
echo -> ${ECHO_MSG}.
|
|
|
|
|
|
|
|
|
|
| |
the handbook to be updated.)
Style fix:
- Insert a blank (`3' only) line before the $Id$ line.
- Move EXTRACT_SUFX to proper place.
- Regenerate the patch file and remove the definition of PATCH_STRIP.
- Correctly define MANLANG and MAN1.
|
| |
|
|
|
|
| |
the Makefile.
|
|
|
|
| |
converters.
|
|
|
|
|
|
| |
__FreeBSD__.
That said, add __OpenBSD__ and __NetBSD__ where approapiate.
|
|
|
|
| |
codes are actually different.)
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
|
|
Submitted by: pcs51674@asciinet.or.jp
|