| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
1.5E_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) |
19 May 2007 21:32:57
1.5E_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
02 Feb 2007 17:06:25
1.5E_1
|
pav  |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
02 Dec 2006 19:31:57
1.5E_1
|
dinoex  |
- take maintainership |
15 Aug 2006 02:13:42
1.5E_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
10 Jun 2006 13:51:06
1.5E_1
|
pav  |
- Use SUB_FILES, DOCSDIR
PR: ports/98027
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
25 Nov 2005 19:33:59
1.5E_1
|
pav  |
- Add SHA256 |
29 Aug 2005 06:10:53
1.5E_1
|
lesi  |
Upgrade to 1.5E.
Use an additional patch provided by Stefan Monnier that allows the user to
enable or disable arrows in scrollbars at runtime.
PR: ports/84748
Submitted by: Carlos A M dos Santos (casantos at urisan.tche.br) |
12 Apr 2005 04:26:57
1.5_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
1.5_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
10 Jan 2005 19:12:13
1.5_1
|
lesi  |
Modify pkg-message on the fly to get proper library version in message.
The version of Xaw3d library depends on version of Xaw library installed by
XFree86, XFree86-4-libraries or xorg-libraries. Since Xaw version was
bumped with X.Org 6.8.1, bump PORTREVISION of this port to help people
updating (XAWVER in bsd.port.mk was already bumped).
Prodded by: kris
Pointy hat to: lesi |
03 Sep 2004 21:43:05
1.5
|
nork  |
Utilize X_WINDOW_SYSTEM. |
29 Jan 2004 16:13:06
1.5
|
trevor  |
SIZEify. |
20 Feb 2003 19:20:28
1.5
|
knu  |
De-pkg-comment. |
06 Oct 2002 19:44:13
1.5
|
naddy  |
Fix a link in the package list conditional on XFree86 3/4.
Modified from
PR: 43235
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
29 Jan 2002 12:14:18 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
05 Feb 2001 16:49:18 
|
olgeni  |
Batch of style fixes for x11-toolkits. |
27 Dec 2000 20:53:50 
|
markm  |
Force a link so that "make reinstall" works. |
08 Oct 2000 12:23:49 
|
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 09:03:53 
|
asami  |
Convert category x11-toolkits to new layout. |
11 Aug 2000 03:46:08 
|
asami  |
Use newly-added %%XAWVER%% for XFree86-4 compatibility. |
16 Jun 2000 23:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 10:19:52 
|
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 19:12:51 
|
sobomax  |
Second round of INSTALL_SHLIBS=yes fixes. |