| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
2.3.5_2
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
24 Oct 2011 09:11:38
2.3.5_2
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
24 Oct 2011 04:17:38
2.3.5_2
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
05 Jun 2011 18:43:16
2.3.5_2
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
03 May 2011 17:41:27
2.3.5_1
|
ume  |
Skip uninterested interfaces such as USB devices added to ifadders
in recent RELENG_8. |
19 Mar 2011 12:38:54
2.3.5
|
miwi  |
- Get Rid MD5 support |
08 Oct 2010 12:44:05
2.3.5
|
ume  |
Update to 2.3.5. |
31 May 2010 02:01:56
2.3.4_3
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
28 Mar 2010 06:47:48
2.3.4_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
27 Mar 2010 00:15:24
2.3.4_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
05 Feb 2010 11:46:55
2.3.4_1
|
dinoex  |
- update to jpeg-8 |
19 Jan 2010 11:25:23
2.3.4
|
ume  |
Fix build on 9-CURRENT after utmp -> utmpx change. |
05 Jan 2010 11:32:27
2.3.4
|
ume  |
Update to 2.3.4. |
22 Dec 2009 12:34:58
2.3.3
|
ume  |
Update to 2.3.3. |
16 Aug 2009 18:04:40
2.3.2_4
|
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
04 Aug 2009 13:34:26
2.3.2_3
|
ume  |
- Add multi cpu support.
- Though coretemp set dev.cpu.N.temperature in celsius, amdtemp set
it in kelvin. |
31 Jul 2009 13:57:52
2.3.2_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
15 Jul 2009 16:56:10
2.3.2_1
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
06 Jan 2009 17:59:31
2.3.2_1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
12 Oct 2008 17:47:26
2.3.2_1
|
ume  |
- Gets the sensors to work properly on the amd64 platform.
- Fixes a bug that frees the sensors where it is supposed to allocate
them.
- Gets the LM sensors to work again on latest version of GKrellM.
Submitted by: Cyrus Rahman <crahman__at__gmail.com> |
04 Oct 2008 15:00:55
2.3.2
|
ume  |
- Update to 2.3.2
- OPTIONS'fy |
25 Jul 2008 12:48:47
2.3.1_5
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
06 Jun 2008 14:03:26
2.3.1_5
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
2.3.1_4  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
03 Mar 2008 11:57:08
2.3.1_3
|
novel  |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
19 Feb 2008 17:14:13
2.3.1_2
|
ume  |
Use sysctl for getting swap related information. Now, GKrellM doesn't
rely upon kmem access any longer.
It fixes the problem that swap meter didn't work on FreeBSD 7.0.
PR: ports/120776 |
31 Jan 2008 17:32:17
2.3.1_1
|
ume  |
- Enable battery support on amd64 using ACPI. [1]
- Suppress compile time warnings.
PR: ports/120149 [1]
Submitted by: Sven Berkvens-Matthijsse <sven__at__berkvens.net> [1] |
10 Jan 2008 16:24:55
2.3.1
|
ume  |
Update to 2.3.1.
PR: ports/119510
Submitted by: Beat Gaetzi <beat__at__chruetertee.ch> |
25 Dec 2007 15:22:21
2.3.0_1
|
ume  |
- Adds support for the coretemp(4) sensor
- Fixes a bug causing only one instance of a sensor type to be added
PR: ports/118916
Submitted by: Pietro Cerutti <gahr_at_gahr.ch> with modification
Tested by: TAKANO Yuji <takachan_at_icmpv6.org> |
21 Jul 2007 18:34:08
2.3.0
|
ume  |
Update to 2.3.0. |
01 Jul 2007 08:56:17
2.2.10_4
|
novel  |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
19 May 2007 20:32:57
2.2.10_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
02 Jan 2007 08:54:13
2.2.10_2
|
novel  |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
26 Dec 2006 03:49:11
2.2.10_1
|
ume  |
- Respect CC. [1]
- Fix detection of GNUTLS. WITH_GNUTLS should work, again.
- Bump PORTREVISION.
PR: ports/107164 [1] |
31 Oct 2006 11:38:07
2.2.10
|
ume  |
Update to 2.2.10. |
06 Jul 2006 17:41:23
2.2.9_1
|
novel  |
Chase gnutls shlib version change. |
23 Jun 2006 05:28:34
2.2.9
|
linimon  |
Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.
Hat: portmgr |
13 May 2006 04:15:53
2.2.9
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
01 Apr 2006 04:31:06
2.2.9
|
ume  |
Update to 2.2.9. |
30 Mar 2006 20:24:00
2.2.8
|
ume  |
Update to 2.2.8. |
20 Feb 2006 20:47:50
2.2.7_3
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
22 Jan 2006 06:28:59
2.2.7_3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
22 Jan 2006 02:52:21
2.2.7_3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
09 Jan 2006 16:34:19
2.2.7_3
|
novel  |
Chase gnutls update. |
08 Nov 2005 17:05:26
2.2.7_2
|
ume  |
it seems master site stopped distributing 1.x. so, make LATEST_LINK
pointing to gkrellm2. |
08 Nov 2005 16:24:13
2.2.7_2
|
ume  |
add SHA256. |
05 Nov 2005 05:22:06
2.2.7_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
04 Nov 2005 19:20:01
2.2.7_1
|
ume  |
make the plugin ports be able to depend on ${GKRELLM_SERVER_ONLY}
to install server-only plugins:
- install all gkrellmd-related files to ${PREFIX} instead of
${X11BASE}.
- generates a gkrellmd.pc file for use with ports that install
server-only plugins.
- glib20 is chosen over glib12 for server-only build.
PR: ports/82197
Submitted by: Jonathan Noack <noackjr__at__alumni.rice.edu> |
25 May 2005 16:38:44
2.2.7
|
ume  |
Update to 2.2.7. |
16 May 2005 12:43:10
2.2.6
|
ume  |
- Update to 2.2.6.
- Use GnuTLS by default. You can still use OpenSSL by specifying
WITH_OPENSSL=yes.
- Add WITHOUT_NLS knob to disable installing message catalogs.
- Shorten pkg-descr. |
20 Mar 2005 20:58:10
2.2.5
|
ume  |
Update to 2.2.5. |
12 Mar 2005 10:54:27
2.2.4_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
20 Feb 2005 06:16:59
2.2.4_1
|
ume  |
master site was moved.
Submitted by: Sam Lawrance <boris@brooknet.com.au> |
10 Feb 2005 19:22:50
2.2.4_1
|
ume  |
use new scheme of USE_RC_SUBR. |
04 Feb 2005 12:42:11
2.2.4_1
|
ume  |
use PORTDOCS. |
20 Dec 2004 06:30:43
2.2.4_1
|
ume  |
make sure to remove plugin directory at deinstall.
Reported by: pointyhat via kris |
07 Nov 2004 22:37:47
2.2.4_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
12 Oct 2004 05:25:48
2.2.4
|
ume  |
Update to 2.2.4. |
20 Jul 2004 09:34:23
2.2.2
|
ume  |
Update to 2.2.2. |
19 Jul 2004 09:04:13
2.2.1
|
ume  |
Fix deinstall. ${PREFIX}/etc/gkrellmd.conf was not deinstalled
even when it was not changed,
Since I found this problem, I didn't accect it. However, I've
completely forgot it. |
19 Jul 2004 08:41:57
2.2.1
|
edwin  |
[PATCH] sysutils/gkrellm2: Utilize EXAMPLESDIR
Utilize EXAMPLESDIR to improves layout; i.e.,
configuration file -> ${PREFIX}/etc
sample configuration file -> ${PREFIX}/share/examples/${PORTNAME}
This change helps if many configuration files and sample ones exist.
PR: ports/58386
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by: maintainer timeout |
03 Jun 2004 20:11:28
2.2.1
|
ume  |
Update to 2.2.1. |
15 May 2004 17:37:42
2.2.0
|
ume  |
Update to 2.2.0.
This version uses Pango to fix font problem with GTK+-2.4.0. |
13 Apr 2004 16:53:54
2.1.28_2
|
ume  |
- set the _NET_WM_STRUT_PARTIAL property when dock type.
- defer setting withdrawn state until after main window realize.
Obtained from: GKrellM 2.1.100-test0 |
05 Apr 2004 03:31:02
2.1.28_1
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
21 Mar 2004 19:52:09
2.1.28
|
ume  |
Update to 2.1.28. |
15 Mar 2004 15:28:02
2.1.27
|
ume  |
set USE_GETTEXT=yes explicitly. |
29 Feb 2004 05:11:41
2.1.27
|
ume  |
Update to 2.1.27. |
06 Feb 2004 17:29:28
2.1.25_1
|
ume  |
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
Reported by: kris |
04 Feb 2004 13:57:19
2.1.25_1
|
ume  |
SIZEfy |
04 Feb 2004 05:10:27
2.1.25_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
20 Jan 2004 19:10:17
2.1.25
|
ume  |
Update to 2.1.25. |
20 Dec 2003 04:49:01
2.1.24
|
ume  |
Update to 2.1.24. |
17 Dec 2003 19:36:58
2.1.23
|
ume  |
use USE_OPENSSL. |
17 Dec 2003 18:26:09
2.1.23
|
ume  |
Updated to 2.1.23. |
13 Dec 2003 06:04:11
2.1.22
|
ume  |
Update to 2.1.22. |
19 Oct 2003 19:04:47
2.1.21
|
ume  |
add CONFLICTS.
PR: ports/58248
Submitted by: rushani |
19 Oct 2003 17:35:36
2.1.21
|
ume  |
fix typo in comment.
PR: ports/58247
Submitted by: rushani |
13 Oct 2003 06:32:20
2.1.21
|
ume  |
Update to 2.1.21. |
08 Oct 2003 06:28:14
2.1.20
|
ume  |
Update to 2.1.20. |
01 Oct 2003 18:16:04
2.1.19_1
|
ume  |
the start/stop scripts failed when booting on 5.x machines |
27 Sep 2003 03:25:40
2.1.19
|
ume  |
ECHO_CMD -> ECHO_MSG |
27 Sep 2003 03:21:40
2.1.19
|
ume  |
ECHO -> ECHO_MSG |
24 Sep 2003 14:37:10
2.1.19
|
ume  |
Update to 2.1.19. |
31 Aug 2003 18:48:18
2.1.16
|
ume  |
fix typo in comment. |
31 Aug 2003 10:27:18
2.1.16
|
ume  |
Use USE_RC_SUBR. |
21 Aug 2003 05:22:45
2.1.16
|
ume  |
Update to 2.1.16. |
30 Jul 2003 14:55:09
2.1.15
|
ume  |
Update to 2.1.15. |
25 Jun 2003 15:52:42
2.1.14
|
ume  |
Update to 2.1.14. This fixed the remotely exploitable buffer
overflow in gkrellmd which is mentioned in:
http://www.securiteam.com/unixfocus/5ZP0P15AAC.html |
18 Jun 2003 15:40:04
2.1.13
|
ume  |
Update to 2.1.13. |
03 Jun 2003 18:43:03
2.1.12a
|
ume  |
Update to 2.1.12a. |
03 Jun 2003 14:13:27
2.1.12
|
ume  |
Update to 2.1.12. |
21 Apr 2003 10:34:43
2.1.9
|
ume  |
use USE_GNOME=gtk20 instead of LIB_DEPEND. |
20 Apr 2003 19:43:32
2.1.9
|
marcus  |
Remove USE_GNOMENG. |
06 Apr 2003 16:29:48
2.1.9
|
ume  |
Update to 2.1.9. |
23 Mar 2003 05:26:00
2.1.8a
|
ume  |
- Update to 2.1.8a.
- Follow devstat API change on 5-CURRENT. |
28 Feb 2003 22:53:02
2.1.7a_1
|
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
20 Feb 2003 20:10:05
2.1.7a_1
|
ume  |
De-pkg-comment. |
20 Feb 2003 10:59:11
2.1.7a_1
|
ume  |
follow dkstat.h change.
Notified by: Hung Michael Nguyen <nguyenhm16@mac.com> |
09 Feb 2003 12:53:57
2.1.7a_1
|
ume  |
After updating GNOME2, it seems ABI compatibility of GTK was
lost, and I needed to rebuild gkrellm. So, I bumped PORTREVISION
to rebuild gkrellm. |