Edwin Groothuis
090059a210
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)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146
- 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)
2008-04-19 17:56:05 +00:00
Roman Bogorodskiy
c9536f39b3
- Chase security/gnutls shlib version bump
...
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Hajimu UMEMOTO
91118cb947
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
2008-02-19 17:14:13 +00:00
Hajimu UMEMOTO
86a019e6d2
- 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]
2008-01-31 17:32:17 +00:00
Hajimu UMEMOTO
d677168389
Update to 2.3.1.
...
PR: ports/119510
Submitted by: Beat Gaetzi <beat__at__chruetertee.ch>
2008-01-10 16:24:55 +00:00
Hajimu UMEMOTO
def322b639
- 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>
2007-12-25 15:22:21 +00:00
Hajimu UMEMOTO
7a52561c8f
Update to 2.3.0.
2007-07-21 18:34:08 +00:00
Roman Bogorodskiy
95eecf16e6
Chase gnutls shared library version chase: adjust DEPENDS lines and
...
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Roman Bogorodskiy
3d0dcc46ab
- Chase security/gnutls update
...
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00
Hajimu UMEMOTO
495b2b91cb
- Respect CC. [1]
...
- Fix detection of GNUTLS. WITH_GNUTLS should work, again.
- Bump PORTREVISION.
PR: ports/107164 [1]
2006-12-26 03:49:10 +00:00
Hajimu UMEMOTO
a1e68f30e2
Update to 2.2.10.
2006-10-31 11:38:07 +00:00
Roman Bogorodskiy
26d33e9388
Chase gnutls shlib version change.
2006-07-06 17:41:23 +00:00
Mark Linimon
0c9df415d1
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
2006-06-23 05:28:33 +00:00
Edwin Groothuis
28dd10dcb4
Remove USE_REINPLACE from all categories starting with S
2006-05-13 04:15:53 +00:00
Hajimu UMEMOTO
b61a221f37
Update to 2.2.9.
2006-04-01 04:31:05 +00:00
Hajimu UMEMOTO
b128012303
Update to 2.2.8.
2006-03-30 20:24:00 +00:00
Doug Barton
c49d1a3273
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.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
186c2e326c
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 03:01:03 +00:00
Roman Bogorodskiy
17b54d4ed8
Chase gnutls update.
2006-01-09 16:34:19 +00:00
Hajimu UMEMOTO
74709e1199
it seems master site stopped distributing 1.x. so, make LATEST_LINK
...
pointing to gkrellm2.
2005-11-08 17:05:26 +00:00
Hajimu UMEMOTO
ebcfca6089
add SHA256.
2005-11-08 16:24:12 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Hajimu UMEMOTO
b7ed2603c5
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>
2005-11-04 19:20:01 +00:00
Hajimu UMEMOTO
93178b98c5
Update to 2.2.7.
2005-05-25 16:38:44 +00:00
Hajimu UMEMOTO
fd2482c9d5
- 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.
2005-05-16 12:43:10 +00:00
Hajimu UMEMOTO
66d27a8277
Update to 2.2.5.
2005-03-20 20:58:10 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Hajimu UMEMOTO
f765b3b5ef
master site was moved.
...
Submitted by: Sam Lawrance <boris@brooknet.com.au>
2005-02-20 06:16:59 +00:00
Hajimu UMEMOTO
0e9a5e313e
use new scheme of USE_RC_SUBR.
2005-02-10 19:26:38 +00:00
Hajimu UMEMOTO
6fa40e0d1a
use PORTDOCS.
2005-02-04 12:42:11 +00:00
Hajimu UMEMOTO
f95f63a364
make sure to remove plugin directory at deinstall.
...
Reported by: pointyhat via kris
2004-12-20 06:30:43 +00:00
Joe Marcus Clarke
46a4d69571
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
...
big upgrade.
2004-11-07 22:37:47 +00:00
Hajimu UMEMOTO
8464230f69
Update to 2.2.4.
2004-10-12 05:25:48 +00:00
Hajimu UMEMOTO
23b1bc1974
Update to 2.2.2.
2004-07-20 09:34:23 +00:00
Hajimu UMEMOTO
557146fe35
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.
2004-07-19 09:04:13 +00:00
Edwin Groothuis
ab4d9b8c50
[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
2004-07-19 08:41:57 +00:00
Hajimu UMEMOTO
73e860bbf6
Update to 2.2.1.
2004-06-03 20:11:28 +00:00
Hajimu UMEMOTO
04021be937
Update to 2.2.0.
...
This version uses Pango to fix font problem with GTK+-2.4.0.
2004-05-15 17:37:42 +00:00
Hajimu UMEMOTO
666a821ad7
- 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
2004-04-13 16:53:54 +00:00
Joe Marcus Clarke
731798cdcf
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2004-04-05 03:31:02 +00:00
Hajimu UMEMOTO
823553ef79
Update to 2.1.28.
2004-03-21 19:52:09 +00:00
Hajimu UMEMOTO
852f5cfccb
set USE_GETTEXT=yes explicitly.
2004-03-15 15:28:02 +00:00
Hajimu UMEMOTO
38e5890679
Update to 2.1.27.
2004-02-29 05:11:41 +00:00
Hajimu UMEMOTO
4e6c2f5ad4
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
...
Reported by: kris
2004-02-06 17:29:28 +00:00
Hajimu UMEMOTO
a5b60fe19e
SIZEfy
2004-02-04 13:57:19 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Hajimu UMEMOTO
0acd8f2da4
Update to 2.1.25.
2004-01-20 19:10:17 +00:00