summaryrefslogtreecommitdiff
path: root/databases/metakit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fix objformatDirk Meyer2007-05-281-0/+1
| | | | Notes: svn path=/head/; revision=192168
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149245
* - Fix fetching. This could use an update.Pav Lucistnik2005-11-241-1/+1
| | | | Notes: svn path=/head/; revision=149242
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Change the poing of compileall.py to check on directory fromJeremy Messenger2005-11-052-4/+6
| | | | | | | | | ${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. Notes: svn path=/head/; revision=147342
* Force generation of byte-compiled metakit python library so that krisAdam Weinberger2005-11-042-2/+4
| | | | | | | doesn't cry when he reads his email ;;) Notes: svn path=/head/; revision=147224
* Oops... true is in /usr/bin, not /bin.Adam Weinberger2005-09-121-1/+1
| | | | Notes: svn path=/head/; revision=142530
* In private mail adamw agreed that supporting the more genericDoug Barton2005-09-101-0/+4
| | | | | | | | 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. Notes: svn path=/head/; revision=142372
* Python-dependent apps may cause metakit.py to be byte-compiled intoAdam Weinberger2005-09-092-3/+4
| | | | | | | | | metakit.pyc. Remove this file if it exists. Also, utilize %%PYTHON_SITELIBDIR%%. Notes: svn path=/head/; revision=142267
* Actually convert *all* defined(METAKIT_WITH_PYTHON) instanced toAdam Weinberger2005-09-071-3/+2
| | | | | | | | | !defined(METAKIT_WITHOUT_PYTHON). Previous commit obviously totally untested by: me Notes: svn path=/head/; revision=142173
* Default python support to ON. This means that if you DON'T want pythonAdam Weinberger2005-09-071-1/+2
| | | | | | | | | support, you must specify METAKIT_WITHOUT_PYTHON. Reviewed by: krion Notes: svn path=/head/; revision=142166
* - fix python buildDirk Meyer2004-12-081-1/+1
| | | | | | | PR: 74832 Notes: svn path=/head/; revision=123436
* - drop maintainershipDirk Meyer2004-07-191-1/+1
| | | | Notes: svn path=/head/; revision=113935
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2004-03-241-1/+1
| | | | | | | for the destruction of devel/libtool14 Notes: svn path=/head/; revision=105149
* - update to 2.4.9.3Dirk Meyer2004-03-143-25/+23
| | | | | | | - fix a bunch of libtool problems after build and during installation. Notes: svn path=/head/; revision=103972
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102158
* - remove BROKENDirk Meyer2004-02-221-2/+0
| | | | Notes: svn path=/head/; revision=101702
* - Fix MASTER_SITESDirk Meyer2004-02-221-1/+1
| | | | | | | - newer version does not build yet. Notes: svn path=/head/; revision=101701
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101602
* - Fix the symbolic link created by pkg_addDirk Meyer2003-12-132-2/+2
| | | | | | | | | | this fixed the build of e4graph an other ports - bump PORTVERSION for the new package Pointed out by: kris Notes: svn path=/head/; revision=95721
* - rename shared lib and create a symbolic linkDirk Meyer2003-12-112-5/+6
| | | | | | | Submitted by: osa Notes: svn path=/head/; revision=95585
* - use DOCSDIRDirk Meyer2003-10-121-112/+112
| | | | Notes: svn path=/head/; revision=90904
* - Fix support for python2.3Dirk Meyer2003-08-041-2/+11
| | | | | | | defaults to python2.2, python2.3 support is broken. Notes: svn path=/head/; revision=86260
* - update CATEGORIESDirk Meyer2003-07-231-0/+1
| | | | Notes: svn path=/head/; revision=85447
* - Update to 2.4.9.2Dirk Meyer2003-03-282-2/+2
| | | | Notes: svn path=/head/; revision=77643
* - Update to 2.4.9.1Dirk Meyer2003-03-052-2/+2
| | | | Notes: svn path=/head/; revision=76899
* - Update to 2.4.9Dirk Meyer2003-02-235-23/+26
| | | | Notes: svn path=/head/; revision=76265
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* add ONLY_FOR_ARCHS, sparc64 has conflicting typesDirk Meyer2002-12-121-0/+1
| | | | Notes: svn path=/head/; revision=71549
* - Update to 2.4.8Dirk Meyer2002-11-055-20/+44
| | | | Notes: svn path=/head/; revision=69542
* - Get rid of PERL and use SEDDirk Meyer2002-06-161-5/+13
| | | | Notes: svn path=/head/; revision=61375
* - Update to metakit-2.4.7-37Dirk Meyer2002-06-023-16/+3
| | | | | | | - Fix another libtoll problem Notes: svn path=/head/; revision=60451
* - Update to metakit-2.4.6Dirk Meyer2002-06-024-7/+23
| | | | Notes: svn path=/head/; revision=60449
* - Update to 2.4.5-35Dirk Meyer2002-05-013-12/+6
| | | | | | | | | - phyton-extensions now "libmk4py.so" instead of "Mk4py.so" - static libs are not build - shared libs now without any version. Notes: svn path=/head/; revision=58401
* There is a new release of MetaKitDirk Meyer2002-02-033-15/+4
| | | | | | | | | | | | | | | Some details about this 2.4.3 release: - various bug fixes, see http://www.equi4.com/metakit/CHANGES - a cross-platform byte-order serialization bug has been fixed - the Python builds are for Python 2.2 (several improvements by GM) - the Tcl builds should run on any Tcl installation >= 8.1 See the home page for all further details and downloads: http://www.equi4.com/metakit/ Notes: svn path=/head/; revision=54158
* - Upgrade for python 2.2, breakage is undone in python 2.2)Dirk Meyer2002-01-171-3/+2
| | | | Notes: svn path=/head/; revision=53220
* - Fix include patch for Python != 2.1Dirk Meyer2002-01-121-1/+7
| | | | | | | - still boken for python2.2 Notes: svn path=/head/; revision=52971
* - rename OPTIONS:Dirk Meyer2002-01-102-19/+15
| | | | | | | | | | | | | | | METAKIT_WITH_TCL -> METAKIT_WITH_TCL83 METAKIT_WITH_TCLKIT -> METAKIT_WITH_TCL84 - BROKEN for python 2.2 - obsolete OPTIONS: METAKIT_WITHOUT_PYTHON - new OPTIONS: METAKIT_WITH_PYTHON Notes: svn path=/head/; revision=52885
* - make portlint happierDirk Meyer2002-01-051-5/+4
| | | | | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail Notes: svn path=/head/; revision=52636
* - Use standard USE_PYTHON=yes instead of hardcoded path.Dirk Meyer2001-12-192-7/+3
| | | | | | | - Fix an problem installion on a clean system. Notes: svn path=/head/; revision=51839
* - Update to build with python 2.1Dirk Meyer2001-12-172-2/+6
| | | | | | | - fix extra files in package Notes: svn path=/head/; revision=51658
* Update to: metakit-2.4.2-32Dirk Meyer2001-12-136-113/+28
| | | | | | | | | 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 Notes: svn path=/head/; revision=51479
* fix FREEBSD tagDirk Meyer2001-11-241-1/+1
| | | | Notes: svn path=/head/; revision=50457
* Add new option METAKIT_WITH_TCLKITDirk Meyer2001-11-243-6/+94
| | | | | | | that can only build under tcl84/tk84 Notes: svn path=/head/; revision=50456