| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
The original one in ports doesn't include readline support . but they
support readline according to the configure. So I think add a readline
support option should be nice
PR: ports/244468
Submitted by: papadavecn@gmail.com
Notes:
svn path=/head/; revision=527258
|
|
|
|
|
|
|
|
| |
PR: ports/199056
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=383296
|
|
|
|
|
|
|
|
|
|
| |
- disable automake run if automake is present on system
PR: ports/183256
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=332762
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clean up header
- Tidy up make patches
- remove bash dependancy
PR: ports/174931 [1]
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=310046
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
| |
PR: ports/157679
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=275548
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
| |
PR: ports/128601
Notes:
svn path=/head/; revision=222424
|
|
|
|
|
|
|
|
|
|
|
| |
- Put addons into DATADIR for now
- Pet portlint
PR: ports/121932 [1]
Submitted by: Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=209587
|
|
|
|
|
|
|
|
| |
PR: ports/120525
Submitted by: Takefu Kenji <takefu@airport.fm>
Notes:
svn path=/head/; revision=207253
|
|
|
|
|
|
|
|
|
| |
Submitted by: Takefu <takefu@airport.fm>
PR: ports/115067
Approved by: ehaupt (mentor)
Notes:
svn path=/head/; revision=197322
|
|
|
|
|
|
|
|
| |
PR: ports/103480
Submitted by: Takefu Kenji <takefu@airport.fm> (maintainer)
Notes:
svn path=/head/; revision=173728
|
|
|
|
|
|
|
|
|
|
| |
- portlint(1)
PR: 96996
Submitted by: maintainer
Notes:
svn path=/head/; revision=161825
|
|
reimplementation for UNIX
PR: ports/68350
Submitted by: Diane Bruce <db@db.net>
Notes:
svn path=/head/; revision=112363
|