| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
2.0.11_2  |
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) |
02 Jun 2007 04:00:51
2.0.11_1
|
kuriyama  |
- Correct MAN1 handling.
- Fix compilation with gcc 4.2.
Mostly submitted by: dougb |
19 May 2007 21:32:57
2.0.11_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
25 Mar 2007 05:19:37
2.0.11
|
kuriyama  |
Try to unbreak on gcc41.
Picked by: pointyhat via kris |
24 Jan 2006 03:16:52
2.0.11
|
edwin  |
SHA256ify
Approved by: krion@ |
18 Mar 2004 00:48:53
2.0.11
|
kuriyama  |
SIZEify.
Submitted by: trevor |
22 Feb 2003 07:48:51
2.0.11
|
kuriyama  |
de-pkg-comment. |
06 Jul 2001 01:19:43 
|
kuriyama  |
Original asclock.org website have disappeared. |
05 Feb 2001 17:05:30 
|
olgeni  |
Style fixes for x11-clocks. |
11 Dec 2000 01:38:14 
|
kuriyama  |
Master site (www.asclock.org) seems to be down for about 2 month. Add
$MASTER_SITE_LOCAL to $MASTER_SITES. |
02 Nov 2000 04:21:02 
|
kuriyama  |
Add missing MAN1=asclock.1. |
08 Oct 2000 08:41:03 
|
asami  |
Convert category x11-clocks to new layout. |
12 Sep 2000 14:50:02 
|
kuriyama  |
Move variable definitions before including bsd.port.pre.mk. This fixes $PREFIX
problem. |
14 Aug 2000 07:49:49 
|
kuriyama  |
I don't know why I used both $X11BASE and $LOCALBASE for installing
destination. |
08 Aug 2000 10:14:17 
|
kuriyama  |
Use USE_IMAKE when BATCH=YES. |
03 Aug 2000 11:28:58 
|
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |