| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 09:35:32
2.1.0_3
|
gahr  |
- Take maintainership (tcltk@)
- Trim Makefile header
- Fix run-time segfault |
23 Apr 2013 11:51:53
2.1.0_3
|
gahr  |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble) |
04 Dec 2012 10:43:09
2.1.0_3
|
gahr  |
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt |
03 Jul 2011 14:59:23
2.1.0_3
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
2.1.0_3
|
ade  |
Sync to new bsd.autotools.mk |
14 Jan 2010 06:25:56
2.1.0_3
|
pgollucci  |
- Fix WWW line
PR: ports/142787
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.net> |
22 Aug 2009 00:18:43
2.1.0_3
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
02 Aug 2009 19:36:34
2.1.0_3
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
07 Jul 2009 06:48:54
2.1.0_3
|
mm  |
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ |
23 Feb 2009 14:46:38
2.1.0_2
|
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
19 Apr 2008 17:56:05
2.1.0_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) |
09 Apr 2008 13:42:26
2.1.0_2
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
02 Apr 2008 10:13:28
2.1.0_2
|
mm  |
- Use bsd.tcl.mk infrastructure
- Support all Tcl versions 8.0 and higher
- Bump PORTREVISION |
01 Feb 2007 02:42:06
2.1.0_1
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
04 Sep 2006 09:38:42
2.1.0_1
|
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
23 Feb 2006 10:40:45
2.1.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
02 Dec 2005 13:00:26
2.1.0
|
vs  |
Revamp handling of different TCL-flavours
PR: ports/86486
Submitted by: maintainer |
15 Nov 2005 06:52:12
2.1.0
|
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. |
14 Nov 2005 04:07:51
2.1.0
|
edwin  |
Update port: devel/tclreadline fix WWW and add SHA256 on distinfo
- Fix WWW on pkg-descr.
- Added SHA256 on distinfo.
PR: ports/88864
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
09 Jul 2004 17:43:11
2.1.0
|
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 |
31 Mar 2004 03:12:58
2.1.0
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
2.1.0
|
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. |
21 Feb 2003 11:23:04
2.1.0
|
knu  |
De-pkg-comment. |
17 Dec 2001 15:32:07 
|
petef  |
Update checksum (tarball rerolled, no files changed). |
20 Nov 2001 21:19:40 
|
petef  |
- update to 2.1.0 - handle shlibs correctly - add a PLIST_SUB for the
version |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
04 Oct 2000 07:40:08 
|
sobomax  |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory. |
27 Jul 2000 12:45:09 
|
kris  |
MASTER_SITE has moved to sourceforge |