1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
Commit Graph

145 Commits

Author SHA1 Message Date
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
Hajimu UMEMOTO
120579072c Update to 2.1.24. 2003-12-20 04:49:01 +00:00
Hajimu UMEMOTO
e8de8ac785 use USE_OPENSSL. 2003-12-17 19:36:58 +00:00
Hajimu UMEMOTO
8cc8f64cb0 Updated to 2.1.23. 2003-12-17 18:26:09 +00:00
Hajimu UMEMOTO
cb585fe797 Update to 2.1.22. 2003-12-13 06:04:11 +00:00
Hajimu UMEMOTO
56e4d78134 add CONFLICTS.
PR:		ports/58248
Submitted by:	rushani
2003-10-19 19:04:47 +00:00
Hajimu UMEMOTO
824dbe0133 fix typo in comment.
PR:		ports/58247
Submitted by:	rushani
2003-10-19 17:35:36 +00:00
Hajimu UMEMOTO
cdeb3a0c0b Update to 2.1.21. 2003-10-13 06:32:20 +00:00
Hajimu UMEMOTO
d72fe58b07 Update to 2.1.20. 2003-10-08 06:28:14 +00:00
Hajimu UMEMOTO
4bf83888c1 the start/stop scripts failed when booting on 5.x machines 2003-10-01 18:16:04 +00:00