| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- move load_config above variables checks
- Bump PORTREVISION
PR: ports/125651
Submitted by: pgollucci
Approved by: araujo (mentor, implicit), maintainer timeout (clement 5 months)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
|
|
|
| |
bump PORTREVISIONs.
|
|
|
|
|
| |
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
|
|
|
| |
Submitted by: Armin Arh <armin@pubbox.net>
|
| |
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- Add gnutls support
|
|
|
|
| |
- Fix plist
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Take back maintainership
Noticed by: bento via kris [1]
|
|
|
|
| |
Noticed by: kris via bento
|
|
A powerful FTP server supporting IPv6, virtual hosts, fine
grained permissions, and much more.
WWW: http://www.morth.org/moftpd/
|