| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 11:51:53
2.4.9.7_1
|
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) |
12 Jun 2012 06:26:43
2.4.9.7_1
|
bapt  |
Convert to new option framework |
26 Dec 2011 23:38:16
2.4.9.7_1
|
miwi  |
- Respect CXX (linking)
PR: 163229
Submitted by: Jan Beich <jbeich@tormail.net> |
18 Nov 2011 23:30:13
2.4.9.7_1
|
ehaupt  |
Remove trailing whitespaces.
Feature safe: yes |
09 Aug 2011 15:41:30
2.4.9.7_1
|
mm  |
Transfer maintainer back to ports@FreeBSD.org
Approved by: maintainer (myself) |
23 Mar 2011 15:53:22
2.4.9.7_1
|
mm  |
- Add LICENSE knob(s) |
20 Mar 2011 12:54:45
2.4.9.7_1
|
miwi  |
- Get Rid MD5 support |
23 Mar 2009 12:18:31
2.4.9.7_1
|
mm  |
- Mark port MAKE_JOBS_SAFE |
23 Feb 2009 14:46:38
2.4.9.7
|
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
05 Jan 2009 13:49:47
2.4.9.7
|
mm  |
- Update to 2.4.9.7
- Introduce OPTIONS for python and tcl support
- Take advantage of USE_TCL
- Take maintainership |
27 Sep 2008 22:40:04
2.4.9.3_4
|
olgeni  |
Compile and install metakit.pyo. |
07 Sep 2008 05:41:00
2.4.9.3_4
|
ahze  |
Add amd64 to ONLY_FOR_ARCHS (atleast sparc64 doesn't build) |
19 Apr 2008 01:15:57
2.4.9.3_4
|
edwin  |
Make use of the @rmtry macro |
09 Apr 2008 13:42:26
2.4.9.3_4
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
28 May 2007 09:13:47
2.4.9.3_4
|
dinoex  |
- fix objformat |
14 Aug 2006 22:55:18
2.4.9.3_4
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
04 May 2006 21:41:12
2.4.9.3_4
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
23 Feb 2006 10:40:45
2.4.9.3_4
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Nov 2005 01:23:57
2.4.9.3_4
|
pav  |
- Add SHA256 |
24 Nov 2005 01:13:30
2.4.9.3_4
|
pav  |
- Fix fetching. This could use an update. |
15 Nov 2005 06:52:12
2.4.9.3_4
|
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. |
05 Nov 2005 07:28:11
2.4.9.3_4
|
mezz  |
Change the poing of compileall.py to check on directory from
${PYTHON_SITELIBDIR} to ${WRKSRC}/../python to avoid compileall.py to touch
other apps' *.py files or there will be many leftover of *.pyc files. Bump
the PORTREVISION. |
04 Nov 2005 19:11:51
2.4.9.3_3
|
adamw  |
Force generation of byte-compiled metakit python library so that kris
doesn't cry when he reads his email ;;) |
12 Sep 2005 13:12:50
2.4.9.3_2
|
adamw  |
Oops... true is in /usr/bin, not /bin. |
10 Sep 2005 19:07:29
2.4.9.3_2
|
dougb  |
In private mail adamw agreed that supporting the more generic
WITHOUT_PYTHON was a useful idea, and asked me to commit it for
him as he was not going to be able to get to it for a while. |
09 Sep 2005 05:58:19
2.4.9.3_2
|
adamw  |
Python-dependent apps may cause metakit.py to be byte-compiled into
metakit.pyc. Remove this file if it exists.
Also, utilize %%PYTHON_SITELIBDIR%%. |
07 Sep 2005 15:28:37
2.4.9.3_1
|
adamw  |
Actually convert *all* defined(METAKIT_WITH_PYTHON) instanced to
!defined(METAKIT_WITHOUT_PYTHON).
Previous commit obviously totally untested by: me |
07 Sep 2005 15:18:30
2.4.9.3_1
|
adamw  |
Default python support to ON. This means that if you DON'T want python
support, you must specify METAKIT_WITHOUT_PYTHON.
Reviewed by: krion |
08 Dec 2004 06:03:16
2.4.9.3
|
dinoex  |
- fix python build
PR: 74832 |
19 Jul 2004 05:14:10
2.4.9.3
|
dinoex  |
- drop maintainership |
09 Jul 2004 17:43:11
2.4.9.3
|
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 |
24 Mar 2004 20:59:17
2.4.9.3
|
ade  |
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14 |
14 Mar 2004 08:24:48
2.4.9.3
|
dinoex  |
- update to 2.4.9.3
- fix a bunch of libtool problems after build and during installation. |
14 Mar 2004 06:17:56
2.4.9.2_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. |
26 Feb 2004 04:57:43
2.4.9.2_2
|
dinoex  |
- add SIZE |
22 Feb 2004 08:33:37
2.4.9.2_2
|
dinoex  |
- remove BROKEN |
22 Feb 2004 08:32:22
2.4.9.2_2
|
dinoex  |
- Fix MASTER_SITES
- newer version does not build yet. |
21 Feb 2004 21:17:03
2.4.9.2_2
|
kris  |
BROKEN: Checksum mismatch |
13 Dec 2003 13:02:00
2.4.9.2_2
|
dinoex  |
- Fix the symbolic link created by pkg_add
this fixed the build of e4graph an other ports
- bump PORTVERSION for the new package
Pointed out by: kris |
11 Dec 2003 04:39:56
2.4.9.2_1
|
dinoex  |
- rename shared lib and create a symbolic link
Submitted by: osa |
12 Oct 2003 11:03:50
2.4.9.2
|
dinoex  |
- use DOCSDIR |
04 Aug 2003 07:27:35
2.4.9.2
|
dinoex  |
- Fix support for python2.3
defaults to python2.2, python2.3 support is broken. |
23 Jul 2003 14:05:56
2.4.9.2
|
dinoex  |
- update CATEGORIES |
28 Mar 2003 20:54:10
2.4.9.2
|
dinoex  |
- Update to 2.4.9.2 |
05 Mar 2003 04:03:23
2.4.9.1
|
dinoex  |
- Update to 2.4.9.1 |
23 Feb 2003 12:24:02
2.4.9
|
dinoex  |
- Update to 2.4.9 |
21 Feb 2003 03:59:00
2.4.8
|
dinoex  |
- retire pkg-comment |
20 Feb 2003 18:26:42
2.4.8
|
dinoex  |
- add COMMENT |
12 Dec 2002 05:42:55
2.4.8
|
dinoex  |
add ONLY_FOR_ARCHS, sparc64 has conflicting types |
05 Nov 2002 21:04:39
2.4.8
|
dinoex  |
- Update to 2.4.8 |
16 Jun 2002 15:03:10
2.4.7_37
|
dinoex  |
- Get rid of PERL and use SED |
02 Jun 2002 11:23:41
2.4.7_37
|
dinoex  |
- Update to metakit-2.4.7-37
- Fix another libtoll problem |
02 Jun 2002 08:20:52
2.4.6_36
|
dinoex  |
- Update to metakit-2.4.6 |
01 May 2002 09:04:57
2.4.5_35
|
dinoex  |
- Update to 2.4.5-35
- phyton-extensions now "libmk4py.so" instead of "Mk4py.so"
- static libs are not build
- shared libs now without any version. |
03 Feb 2002 09:16:54 
|
dinoex  |
There is a new release of MetaKit Some details about this 2.4.3 release: |
17 Jan 2002 05:16:50 
|
dinoex  |
- Upgrade for python 2.2, breakage is undone in python 2.2) |
12 Jan 2002 15:33:18 
|
dinoex  |
- Fix include patch for Python != 2.1 - still boken for python2.2 |
10 Jan 2002 21:57:00 
|
dinoex  |
- rename OPTIONS: METAKIT_WITH_TCL -> METAKIT_WITH_TCL83
METAKIT_WITH_TCLKIT -> METAKIT_WITH_TCL84 |
05 Jan 2002 23:43:13 
|
dinoex  |
- make portlint happier - use DOCSDIR or EXAMPLESDIR - get rid of some
INTERACTIVE scrips in news/ifmail |
19 Dec 2001 14:18:08 
|
dinoex  |
- Use standard USE_PYTHON=yes instead of hardcoded path. - Fix an problem
installion on a clean system. |
17 Dec 2001 11:48:17 
|
dinoex  |
- Update to build with python 2.1 - fix extra files in package |
13 Dec 2001 11:54:55 
|
dinoex  |
Update to: metakit-2.4.2-32 TCLKIT is no longer part of the distribution.
METAKIT_WITH_TCL Option build metakit for tcl8.3 METAKIT_WITH_TCLKIT Option
build metakit for tcl8.4 |
24 Nov 2001 04:54:11 
|
dinoex  |
fix FREEBSD tag |
24 Nov 2001 04:53:27 
|
dinoex  |
Add new option METAKIT_WITH_TCLKIT that can only build under tcl84/tk84 |
26 Oct 2001 22:14:08 
|
dinoex  |
Update to 2.4.1 - Add Support for tcl interface - Support to build without
python - Add target for regression test - make HTML documentation work -
Fix install bug for FreeBSD >= 4.4 - Take Maintainership |
27 Sep 2001 01:26:51 
|
lioux  |
support NOPORTDOCS |
28 Feb 2001 11:22:46 
|
sobomax  |
There is no libgcc_r.a anymore. |
08 Oct 2000 01:08:27 
|
asami  |
Convert category databases to new layout. |
25 Sep 2000 09:14:28 
|
sobomax  |
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation. |
08 Sep 2000 13:24:00 
|
tg  |
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15. |
14 Aug 2000 02:50:53 
|
steve  |
Fix a bogon in the configure script where the executable suffix was being set
to '.C' and causing serious problems with ${ac_link} evaluating to this: |
31 Jul 2000 09:38:54 
|
sobomax  |
Update to 2.01. |
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:48:25 
|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |
14 Jun 2000 14:21:38 
|
sobomax  |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |