| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=162141
|
|
|
|
| |
Notes:
svn path=/head/; revision=149444
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=147032
|
|
|
|
|
|
|
| |
them in a jailed (e.g. package-cluster) environment
Notes:
svn path=/head/; revision=146223
|
|
|
|
|
|
|
| |
cluster-runs on this paths.
Notes:
svn path=/head/; revision=146222
|
|
|
|
| |
Notes:
svn path=/head/; revision=146221
|
|
|
|
|
|
|
| |
Inspired by: "I wonder where people are taking this code snippet from."
Notes:
svn path=/head/; revision=136498
|
|
|
|
| |
Notes:
svn path=/head/; revision=122043
|
|
|
|
| |
Notes:
svn path=/head/; revision=121943
|
|
|
|
|
|
|
|
| |
PR: ports/72121
Reported by: Igor <ik@yourserveradmin.com>
Notes:
svn path=/head/; revision=118669
|
|
|
|
| |
Notes:
svn path=/head/; revision=116560
|
|
|
|
| |
Notes:
svn path=/head/; revision=116322
|
|
|
|
| |
Notes:
svn path=/head/; revision=110841
|
|
|
|
|
|
|
|
| |
PR: ports/67056
Submitted by: Michael Wayne <wayne@staff.msen.com>
Notes:
svn path=/head/; revision=109891
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Notes:
svn path=/head/; revision=101812
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
|
| |
PR: 57476
Submitted by: Krzysztof Stryjek <wtpooh@acn.waw.pl>
Notes:
svn path=/head/; revision=96298
|
|
|
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Notes:
svn path=/head/; revision=86964
|
|
|
|
|
|
|
| |
Submitted by: Simon Barner <barner@in.tum.de>
Notes:
svn path=/head/; revision=86169
|
|
|
|
| |
Notes:
svn path=/head/; revision=76346
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
| |
Notes:
svn path=/head/; revision=72513
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
| |
Requested by: Blaz Zupan <blaz@si.FreeBSD.org>
Notes:
svn path=/head/; revision=63359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
check_snmp calls snmpget without '-c' parameter, which is mandatory
with NetSNMP 5.x. Add '-c' to the command line to make it work with
both NetSNMP 4.x and 5.x.
check_by_ssh dumps core with called without -C, also usage help output
does not document -C and -v.
check_ssh plugin incorrectly parses the SSH banner.
check_ntp does not work with NTP v2. Add -n option to be able to
select NTP version.
Submitted by: David Douthitt <n9ubh@callsign.net>,
Jens Trzaska <jt@barfoos.de> (check_snmp) via maintainer
Notes:
svn path=/head/; revision=61853
|
|
|
|
| |
Notes:
svn path=/head/; revision=56610
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=51731
|
|
|
|
| |
Notes:
svn path=/head/; revision=51711
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=51708
|
|
|
|
|
|
|
|
|
|
| |
backs out revision 1.3 of net/netsaint-plugins/scripts/configure which broke
the port.
Submitted by: maintainer
Notes:
svn path=/head/; revision=51630
|
|
|
|
| |
Notes:
svn path=/head/; revision=51460
|
|
|
|
|
|
|
|
|
|
| |
change maintainer email address
PR: 27012, 27013
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=42658
|
|
|
|
|
|
|
|
|
|
| |
- Enable option selection using nice menu interface.
PR: ports/26611
Submitted by: Blaz Zupan <blaz@amis.net> (maintainer)
Notes:
svn path=/head/; revision=41458
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=41187
|
|
|
|
| |
Notes:
svn path=/head/; revision=40821
|
|
|
|
|
|
|
|
|
|
|
|
| |
netsaint port depends on us and this creates a circular dependency.
Instead create the netsaint user/group ourselves (which is the only
reason for the netsaint dependency).
PR: 26327
Submitted by: maintainer
Notes:
svn path=/head/; revision=40819
|
|
|
|
|
|
|
|
|
|
|
| |
- Blaz Zupan <blaz@amis.net> is the new maintainer
- add radius and mysql support
PR: ports/25883
Submitted by: Blaz Zupan <blaz@amis.net>
Notes:
svn path=/head/; revision=40600
|
|
|
|
| |
Notes:
svn path=/head/; revision=40535
|
|
|
|
|
|
|
|
| |
PR: 25484
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
Notes:
svn path=/head/; revision=39822
|
|
|
|
| |
Notes:
svn path=/head/; revision=37155
|
|
|
|
|
|
|
|
| |
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
Notes:
svn path=/head/; revision=36965
|
|
Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am
extremely grateful! Thanks!
Notes:
svn path=/head/; revision=30534
|