Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:40 8.4.3_1 |
Tobias C. Berner (tcberner)  |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 8.4.3_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 May 2016 10:53:06
8.4.3_1 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
21 Apr 2016 16:48:50
8.4.3_1 |
gahr  |
Convert more ports to USES=(tcl|tk):tea |
13 Apr 2016 10:36:15
8.4.3_1 |
jbeich  |
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.
PR: 208294
Exp-run by: antoine
Approved by: portmgr (antoine), perl (mat)
Differential Revision: https://reviews.freebsd.org/D4158 |
28 Jan 2015 01:08:44
8.4.3_1 |
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
08 Aug 2014 08:42:45
8.4.3_1 |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt) |
22 Jul 2014 08:08:13
8.4.3_1 |
antoine  |
Fix make extract |
10 Jan 2014 08:27:21
8.4.3_1 |
gahr  |
- Convert to USES=tk
- STAGE-clean |
20 Sep 2013 23:57:48
8.4.3_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
13 May 2013 15:42:49
8.4.3_1 |
gahr  |
- Fix build with Tcl 8.6
Reported by: miwi (Tcl/Tk 86 exp-run) |
06 Dec 2010 21:04:57
8.4.3_1 |
pav  |
- Build and install shared library again
Submitted by: thierry (thanks!!) |
03 Dec 2010 14:09:07
8.4.3 |
pav  |
- Update to 8.4.3
- Grab maintainership
PR: ports/152777
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> |
22 Aug 2009 00:39:37
8.1.4_5 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
30 Jun 2009 09:43:21
8.1.4_5 |
mm  |
- Make use of bsd.tcl.mk
- Fix private include paths
- Bump PORTREVISION
Reported by: pointyhat (pav) |
29 Nov 2008 00:11:56
8.1.4_4 |
linimon  |
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.
Hat: portmgr |
19 Apr 2008 17:56:05
8.1.4_4  |
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
8.1.4_4 |
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
06 Jul 2007 10:38:56
8.1.4_4 |
jmz  |
Do a `make clean' before the extract target.
PR: ports/97053 |
19 May 2007 20:32:57
8.1.4_3 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Jun 2006 08:57:55
8.1.4_2 |
jmz  |
Do not remove system files.
PR: ports/99345
Submitted by: Shaun Amott <shaun@FreeBSD.org> |
13 May 2006 05:00:46
8.1.4_2 |
edwin  |
Remove USE_REINPLACE from categories starting with X |
24 Jan 2006 03:16:52
8.1.4_2 |
edwin  |
SHA256ify
Approved by: krion@ |
20 Feb 2005 00:29:40
8.1.4_2 |
das  |
Remove more copies of Tcl's SunOS shared library hack.
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:
2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
*** POTENTIAL INCOMPATIBILITY ***
The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
The build problems were pointed out by Kris, as usual. ;-) |
05 Nov 2004 04:02:07
8.1.4_2 |
dinoex  |
- fix build for symlinked portsdir
Reported by: kris
Approved by: jmz |
18 Mar 2004 02:27:55
8.1.4_2 |
trevor  |
Add size data.
Approved by: maintainers |
25 Dec 2003 02:18:55
8.1.4_2 |
jmz  |
Bug fix: add WmDefault.tcl in the list of scripts required by tixSamLib. |
14 Dec 2003 23:58:29
8.1.4_1 |
jmz  |
Install libtixsam as libtixsam8184 instead of libtixsam84 |
14 Dec 2003 23:14:25
8.1.4 |
jmz  |
Upgrade to version 8.1.4 (tk84).
Submitted by: joerg |
04 Dec 2003 20:37:02
4.1.0.007_3 |
joerg  |
Also update the pkg-plist I forgot in my last commit.
Approved by: portmgr |
28 Nov 2003 10:25:02
4.1.0.007_3 |
joerg  |
Bring the tix toolkit up to tcl/tk 8.4.
Also fix a broken shared lib configuration that caused the absolute
pathname (in the ports compilation directory) of the tix lib to be
recorded in the generated wish interpreter, so after removing the
compile directory from the machine, the interpreter could not be run
at all anymore. Strange nobody ever comlained abou this.
Not Approved by: maintainer (timeout) |
07 Mar 2003 06:14:08
4.1.0.007_2 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
10 May 2002 01:13:46
4.1.0.007_2 |
jmz  |
Link the library with -lX11 -ltk82 so that the tix library can be loaded
safely from a tk program.
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> |
08 May 2002 23:17:18
4.1.0.007_1 |
jmz  |
Follow tcl/tk and install files in $PREFIX/lib instead of $PREFIX/share. This
allows Tcl to find Tix if you do 'package require'
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> |
05 Feb 2001 16:49:18  |
olgeni  |
Batch of style fixes for x11-toolkits. |
08 Oct 2000 08:03:53  |
asami  |
Convert category x11-toolkits to new layout. |
10 Aug 2000 04:21:44  |
jmz  |
Fix bugs with the tixGrid widget |
16 Jun 2000 22: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 09: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 17:44:17  |
sobomax  |
First round of INSTALL_SHLIB fixes. |