| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
bsd.port.pre.mk.
Hat: portmgr
Notes:
svn path=/head/; revision=240563
|
|
|
|
|
|
|
| |
starting with N
Notes:
svn path=/head/; revision=240073
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=234174
|
|
|
|
|
|
|
| |
Approved by: previous maintainer (kuriyama)
Notes:
svn path=/head/; revision=233914
|
|
|
|
| |
Notes:
svn path=/head/; revision=233912
|
|
|
|
|
|
|
|
| |
Submitted by: Boris Lytochkin <lytboris@yandex-team.ru>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=233837
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rearranged ".if defined()" blocks to satisfy portlint
- Fixed variable names: *_DEPEND => *_DEPENDS
- Removed messages about WITH_* variables that are now in OPTIONS
- Changed ".if !defined(WITHOUT_*)" to ".if defined(WITH_*)"
- Bumped PORTREVISION
PR: ports/133093
Submitted by: Steve Polyack <spolyack at collaborativefusion dot com>
Notes:
svn path=/head/; revision=233558
|
|
|
|
|
|
|
|
| |
Approved by: pav (via irc on #bsdports)
Tested on: RideCharge TB, and P6 TB
Notes:
svn path=/head/; revision=232921
|
|
|
|
|
|
|
|
|
| |
PR: 133152
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=231929
|
|
|
|
| |
Notes:
svn path=/head/; revision=229636
|
|
|
|
|
|
|
|
| |
Reported by: sem
Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=2435793&group_id=12694&atid=312694
Notes:
svn path=/head/; revision=228770
|
|
|
|
| |
Notes:
svn path=/head/; revision=226876
|
|
|
|
|
|
|
|
|
| |
This patch was already submitted to upstream.
Submitted by: rrs
Notes:
svn path=/head/; revision=226846
|
|
|
|
| |
Notes:
svn path=/head/; revision=226845
|
|
|
|
| |
Notes:
svn path=/head/; revision=226844
|
|
|
|
|
|
|
| |
I misunderstood freebsd7.h should define "freebsd6", not "freebsd7" etc.
Notes:
svn path=/head/; revision=226843
|
|
|
|
| |
Notes:
svn path=/head/; revision=224729
|
|
|
|
| |
Notes:
svn path=/head/; revision=222858
|
|
|
|
|
|
|
|
|
|
| |
o Treat inactive memory as cache like same behavior as before [2].
Submitted by: bms [1], mwlucas [2]
PR: ports/126694 [2]
Notes:
svn path=/head/; revision=219084
|
|
|
|
|
|
|
|
|
| |
o Include zfs mount points for disk reports.
Reported by: bms [1]
Notes:
svn path=/head/; revision=218335
|
|
|
|
|
|
|
|
|
|
| |
- Fix hrMemorySize.0 MIB value [1].
Submitted by: Helmut Schneider <jumper99@gmx.de> [1]
PR: ports/123276 [1]
Notes:
svn path=/head/; revision=216238
|
|
|
|
|
|
|
|
|
|
|
| |
o Add WITH_MFD_REWRITES knob [2]
PR: ports/123073 [1]
Submitted by: valerio.daelli@gmail.com [1],
"Chris" <chris@chrysalisnet.org> via email [2]
Notes:
svn path=/head/; revision=213733
|
|
|
|
|
|
|
|
|
| |
retrieve CPU stats). Use the newer BSD sysctl code already available in
the 5.4.x instead of re-enabling the obsolete code from the previous
release.
Notes:
svn path=/head/; revision=213019
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in making number of popular OIDs unavailable.
o Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problem
is that the cp_time symbol is no longer avaliable in the nevest kernels.
Use kern.cp_time sysctl which has been around for 8 years or so, so that
it should be present virtually in every FreeBSD version that is able
to use modern ports tree (4.x and upper). Sysctl is also better from the
security standpoint, as you don't need elevated privileges to get the data.
One should probably look at converting few others uses of KVM here, but
ENOTIME from me. The patch has been submitted to the vendor.
Sponsored by: Sippy Software, Inc., http://www.sippysoft.com
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=212187
|
|
|
|
| |
Notes:
svn path=/head/; revision=211003
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unused message about WITH_INETADDRESS_HACK knob.
- Count inactive memory as cache [1].
PR: ports/116437 [1]
Submitted by: rafan [1]
Notes:
svn path=/head/; revision=210157
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix breakage with WITHOUT_PERL knob (needs -lm) [2].
PR: ports/118875 [1]
Submitted by: Volker Werth <volker@vwsoft.com> [1],
Oliver Lehmann <lehmann@ans-netz.de> [2]
Notes:
svn path=/head/; revision=210079
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].
PR: ports/110969 [1]
Submitted by: valerio.daelli@gmail.com [1]
This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.
If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know. And you can choose net-mgmt/net-snmp53
port for old 5.3.x version.
Notes:
svn path=/head/; revision=209940
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].
PR: ports/110969 [1]
Submitted by: valerio.daelli@gmail.com [1]
This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.
If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know. And you can choose net-mgmt/net-snmp53
port for old 5.3.x version.
Notes:
svn path=/head/; revision=209939
|
|
|
|
|
|
|
|
|
|
|
| |
- Show IPv4 port number as unsigned instead of signed in /var/log/snmpd.log.
- Treat physmem as u_long, not int. This fixes hrMmemorySize over 4GB.
Submitted by: ume (1)
Pointy hat to: kuriyama (1)
Notes:
svn path=/head/; revision=205472
|
|
|
|
| |
Notes:
svn path=/head/; revision=205313
|
|
|
|
|
|
|
| |
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=202696
|
|
|
|
|
|
|
|
|
|
| |
- Update pkg-message to reflect recent rc.conf variable usage.
PR: ports/112766 (1)
Submitted by: Royce Williams<royce@alaska.net> (1)
Notes:
svn path=/head/; revision=202126
|
|
|
|
|
|
|
| |
Probbed by: nork
Notes:
svn path=/head/; revision=201869
|
|
|
|
| |
Notes:
svn path=/head/; revision=200763
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR ports/63759 was committed (3 years ago). Try to use normal TERM
signal for graceful termination [1].
- Increase /bin/ps cache size from 16KB to 120KB. This should fix
process counter (ex prCount.1) on the server which has large number
of processes [2].
PR: ports/103811 [1], ports/110498 [2]
Reported by: Yuri Arabadji <yuri@deepunix.net> [1],
Mike Andrews <mandrews@bit0.com> [2]
Notes:
svn path=/head/; revision=188275
|
|
|
|
|
|
|
|
|
| |
agents on 64bits architectures, and bump PORTREVISION.
Reviewed by: kuriyama (maintainer)
Notes:
svn path=/head/; revision=186583
|
|
|
|
|
|
|
|
| |
PR: ports/108126
Submitted by: brd
Notes:
svn path=/head/; revision=186400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add $snmpd_flush_cache knob [2].
- Add conflict with net-snmp-4.* [3].
PR: ports/97673 [1] (but mostly rewritten), ports/106036 [2],
ports/103462 [3]
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> [1],
"Brian A. Seklecki"<bseklecki@collaborativefusion.com> [2],
Mykola Dzham <freebsd@levsha.org.ua> [3]
Notes:
svn path=/head/; revision=186173
|
|
|
|
|
|
|
|
|
|
| |
embedded Perl agents, and bump PORTREVISION.
Reviewed by: pav
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=185231
|
|
|
|
|
|
|
|
| |
Pointed out by: ume
Approved by: kuriyama (implicitly)
Notes:
svn path=/head/; revision=173651
|
|
|
|
|
|
|
|
| |
Requested by: nyan, TAKANO Yuji <takachan@running-dog.net>
Approved by: kuriyama
Notes:
svn path=/head/; revision=173643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
Notes:
svn path=/head/; revision=169648
|
|
|
|
| |
Notes:
svn path=/head/; revision=168776
|
|
|
|
| |
Notes:
svn path=/head/; revision=168296
|
|
|
|
|
|
|
|
| |
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default.
Notes:
svn path=/head/; revision=168253
|
|
|
|
|
|
|
|
|
|
|
|
| |
(bump PORTREVISION)
- remove USE_REINPLACE
- rename files/*.sh.sample to files/*.sh.in
PR: ports/95851
Submitted by: Rong-En Fan
Notes:
svn path=/head/; revision=161674
|