| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Jun 2008 03:54:54
0.6.2_8
|
pav  |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr |
12 May 2008 19:42:04
0.6.2_8
|
lippe  |
Reset maintainer:
<xcas@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1
<xcas@cox.net> recipient rejected (in reply to RCPT TO command)
Approved by: gabor (mentor) |
19 Apr 2008 18:56:05
0.6.2_8  |
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) |
21 Mar 2008 23:55:13
0.6.2_7
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
11 Mar 2008 21:13:53
0.6.2_6
|
stas  |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az |
19 May 2007 21:32:57
0.6.2_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Apr 2007 08:58:56
0.6.2_4
|
kris  |
BROKEN: Does not compile |
11 Mar 2007 08:51:14
0.6.2_4
|
stas  |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2] |
10 Feb 2007 06:05:06
0.6.2_3
|
kris  |
Use libtool15 port instead of included version to avoid objformat a.out botch |
13 May 2006 06:00:46
0.6.2_3
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
22 Apr 2006 22:55:16
0.6.2_3
|
kris  |
Add missing USE_PERL5_BUILD |
23 Feb 2006 10:40:45
0.6.2_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 03:16:52
0.6.2_3
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.6.2_3
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
07 Mar 2005 16:41:04
0.6.2_3
|
adamw  |
Bump PORTREVISION on all ports that received the imlib2 shlib chase. |
07 Mar 2005 15:10:20
0.6.2_2
|
vanilla  |
1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.
PR: ports/78347
Submitted by: Russell Jackson <raj at cserv62.csub.edu>
Somepart by: me |
29 Dec 2004 22:58:29
0.6.2_2
|
sem  |
- Fix recent python conflict
PR: ports/75437
Submitted by: maintainer |
12 Dec 2004 09:56:00
0.6.2_1
|
krion  |
Fix pkg-plist and mark BROKEN on alpha
PR: ports/74969
Submitted by: maintainer |
11 Dec 2004 21:18:58
0.6.2
|
kris  |
BROKEN: Broken by python 2.4 update |
30 Sep 2004 06:32:00
0.6.2
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
21 Aug 2004 20:06:59
0.6.2
|
arved  |
This now compiles on amd64. |
21 Aug 2004 19:58:43
0.6.2
|
pav  |
- Fix build with gcc 3.4
- Please portlint
PR: ports/70439
Submitted by: Greg J. <xcas@cox.net> (maintainer) |
09 Jul 2004 18:43:11
0.6.2
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
14 Jun 2004 22:31:01
0.6.2
|
vs  |
Note that development ceased by setting DEPRECATED.
It can be removed once the original site dies.
PR: ports/67835
Submitted by: maintainer |
03 May 2004 16:23:06
0.6.2
|
pav  |
- Mark BROKEN on amd64: runaway cc
PR: ports/66174
Submitted by: Greg J. <xcas@cox.net> (maintainer) |
16 Mar 2004 22:54:06
0.6.2
|
marcus  |
Chase the new location of libXft. |
14 Mar 2004 17:03:28
0.6.2
|
krion  |
- Utilize USE_GCC=3.3
PR: ports/64253
Submitted by: maintainer |
14 Mar 2004 06:17:56
0.6.2
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
11 Mar 2004 15:18:48
0.6.2
|
trevor  |
new port of kahakai, a scriptable window manager based on waimea
PR: 64094
Submitted by: Greg J. |