propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
The attached patch updates www/privoxy from 3.0.8
to 3.0.10 (3.0.9 was a beta). The ChangeLog is available
at: http://www.privoxy.org/announce.txt
PR: ports/126607
Submitted by: Fabian Keil <fk@fabiankeil.de>
leaves old versions unmodified. The rc script later
copies the example if the config file is missing.
- Makes the make output less noisy.
- Compiles with TOGGLE option disabled.
- Bump PORTREVISION
PR: ports/106426
Submitted by: Pete Slagle<freebsd-stable@box559.com>
Fabian Keil <fk@fabiankeil.de> (maintainer)
Approved by: maintainer
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- Modernize rc script, pkg-message and SHA256 while here
PR: ports/88602
Submitted by: aeonflux <aeonflux@aeonflux.no-ip.com>
Approved by: John Von Essen <john@essenz.com> (maintainer)
o add new pkg-message.
o NOPORTDOCS support.
o set up minimum configuration.
Submitted by: John von Essen <john@essenz.com> (maintainer)
Submitted by: Lars Eggert <larse@ISI.EDU>
Reviewed by: John von Essen <john@essenz.com> (maintainer)