OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Also fixes to pkg-plist to 1) forget to chmod/chown db directory for
package and 2) shut-up error message to remove ${PREFIX}/share/locale/rw
(that is not listed in BSD.local.dist, and other applications such as bison
may be used this directory.)
jwhois.conf is also updated to the latest revision (1.137) from jwhois
CVS repository.
Pressure for update from: nork
Please note that original submitter also sent to jwhois developers list
so it'll be imported to the further jwhois version.
Submitted by: karsten at rohrbach.de
- fetch jwhois.conf rev 1.106[1] via viewcvs.
- put it to files/jwhois.conf
- make a typo fix (s/whios/whois/g;) to files/jwhois.conf
(this change will be submitted to original author very soon)
[1] http://savannah.gnu.org/cgi-bin/viewcvs/jwhois/jwhois/example/jwhois.conf
This commit makes content change, so bump PORTREVISION. Enjoy.
Suggested by: Shinichiro Komatsu (via ReichaNet channel)
- Fix pkg-plist, add missing files to the list (gimme a pointy hat to me...)
- Introduce INFO variable.
- Don't touch share/locale/ directory.
- Employ WITHOUT_NLS macro as other ports did.
Since pkg-plist is changed, bump PORTREVISION.
Submitted by: sf
maintainer handle ID to whois.ripe.net. Note that this change
is now incorporated into current jwhois code also; we can simply
remove if new jwhois release is available.
Requested by: Frank Altpeter <frank@altpeter.de>
Discussed with: Peter Karlsson <peter@softwolves.pp.se> (jwhois developer)
Use external location for patches by the PR submitter, remove patch-3.1.0-fix.
Bump PORTREVISION to note this change.
PR: 36463
Submitted by: Jason Harris <jharris@widomaker.com>
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
In src/Makefile.am rev 1.18, install-exec-hook: is disappeared (I dunno
why, CVS commit log doesn't answer my question). As a result, jwhois
binary is not chgrp(1)ed, so do it in Makefile. pkg-plist should be
fixed to include (empty) datacache directory (that's long standing bug
since the beginning of this port, sorry).