aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlite2
Commit message (Collapse)AuthorAgeFilesLines
* databases/sqlite2:tijl2014-09-123-35/+15
| | | | - Convert to USES=libtool and bump dependent ports
* In some straightforward situations, protect examples behind PORTEXAMPLES,adamw2014-08-062-3/+3
| | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option.
* Fix build without shared readline in basebapt2014-07-171-3/+5
|
* Properly call MAKE_CMDbapt2014-06-251-2/+2
|
* Finish stage supportantoine2014-03-091-3/+2
|
* - Stage supportmiwi2014-02-262-12/+10
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-3/+2
|
* - Convert to USES+=tclgahr2013-09-252-6/+5
| | | | - Fix package provide
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+1
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-231-2/+2
| | | | | | - 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)
* Fix conversion to new options frameworkbapt2013-02-121-7/+2
|
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-1/+2
| | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in.
* Convert to new options frameworkbapt2012-06-121-31/+12
|
* - Reassign to the heaptabthorpe2012-02-011-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -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
* - Fix NOPORT* buildmnag2009-03-241-1/+5
| | | | Reported by: QAT
* - Change hard coded TCL dependancy to USE_TCLmnag2009-03-232-39/+37
| | | | | PR: 132381 Submitted by: Scot W. Hetzel <swhetzel___gmail.com>
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+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)
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-2/+2
| | | | With hat: portmgr
* Fix up PORTREVISION breakageade2006-02-231-0/+1
| | | | Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-231-2/+0
| | | | Approved by: portmgr (kris)
* - Migrate all knobs to OPTIONSmnag2006-02-131-25/+43
| | | | | | | | | - Add threads support [1] (mostly part) - Reorganize Makefile - Bump PORTREVISION PR: 93101 [1] Submitted by: Henry Miller <hank@millerfarm.com> [1]
* Update to 2.8.17mnag2006-01-073-56/+25
| | | | | | | Use PORTDOCS Reorganize Makefile Notified by: edwin Version Check
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Add SHA256mnag2005-11-091-0/+1
|
* Fix build when use portinstallmnag2005-10-181-1/+1
| | | | | PR: 87557 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
* Update my emailmnag2005-09-171-1/+1
| | | | Approved by: pav (mentor)
* - Pass maintainership to submittergarga2005-09-131-1/+1
| | | | | PR: ports/86040 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
* change the libtool version to use from 1.3 to 1.5oliver2005-06-011-1/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 2.8.16vs2005-03-082-7/+3
| | | | | PR: ports/78510 Submitted by: Marcus Grando
* Reset maintainer on request. Thanks to Gerhard for maintaining thevs2005-03-061-1/+1
| | | | | | ports so far! PR: ports/78088
* Add dependency on devel/pkgconfig.nork2004-12-261-0/+2
| | | | Pointy hat to: pointyhat via kris
* Clean up SQLite and related ports.nork2004-12-237-0/+205
| | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
* Remove partial repo-copies that were requested and performed but neverkris2004-12-197-302/+0
| | | | | completed by the original committer. They can be re-added later if anyone takes a renewed interest.
* - Update to 2.8.14pav2004-07-055-50/+47
| | | | | | PR: ports/68143 Submitted by: Rui Lopes <rui@ruilopes.com> Approved by: maintainer timeout (14 days)
* Fix build error.nork2004-03-281-22/+22
| | | | | Pointy hat to: myself Approved by: Gerhard Haering <gh@ghaering.de> (maintainer/implicitly)
* Update to 2.8.13.nork2004-03-282-2/+3
| | | | Approved by: Gerhard Haering <gh@ghaering.de> (maintainer)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Update to 2.8.12.nork2004-02-182-2/+2
| | | | | Submitted by: Paul Dlug <paul@aps.org> Approved by: Gerhard Haering <gh@ghaering.de> (maintainer)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Update to 2.8.11pav2004-01-164-15/+18
| | | | | | PR: ports/61110 Submitted by: Phil Oleson <oz@nixil.net> Approved by: maintainer
* Upgrade to 2.8.6vanilla2003-11-114-210/+141
| | | | Approved by: maintainer
* libtool uber-patchade2003-06-272-5/+7
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* o Update to 2.8.3.nork2003-06-126-55/+264
| | | | | | | | | | | | | | | | | | | o The TCL wrapper is now optional and off by default. Use SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is still needed for building the docs, unless you specify NOPORTDOCS. o The TCL example is now installed in $LOCALBASE/share/examples/sqlite. This patch is quite hackish in that it replaces the libtool stuff from SQLite with the libtool port. It also uses plain 'install' instead of 'libtool install' to install shared libraries. This might not look nice, but it's the only way I got the desired effects to work (i. e. SQLite's libtool refused to install the TCL wrapper in $LOCALBASE/lib/sqlite - it insisted on only installing it into $LOCALBASE/lib. PR: ports/53182 Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)
* Update to 2.8.0.nork2003-03-232-2/+2
| | | | | | PR: ports/49107[1], ports/50095[2] Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)[1] Martin Klaffenboeck <martin.klaffenboeck@gmx.at>[2]
* De-pkg-comment.knu2003-02-212-1/+1
|
* - update tp 2.7.4petef2003-01-032-4/+4
| | | | | | | - fix style nits (spaces -> tabs) PR: 46470 Submitted by: maintainer
* upgrade to 2.7.3ijliao2002-11-122-3/+3
| | | | | PR: 45203 Submitted by: maintainer
* Renumber the shlib major 2 instead of 0, which was unwantedknu2002-09-203-7/+19
| | | | | | | | regression. While I'm here, add libtclsqlite.la to ALL_TARGET so the libtclsqlite library is properly built in the build stage instead of the install stage.
* Fixup from previous commitdwcjr2002-09-024-9/+58
| | | | | | Bump PORTREVISION Submitted by: maintainer
* Update to 2.7.1dwcjr2002-09-0210-164/+56
| | | | | PR: 40816 Submitted by: maintainer
* Fix build on -CURRENT.ru2002-07-221-1/+2
|
* Use versioned (1.0.32) to overcome unfetchable distfile.steve2001-12-032-3/+1
| | | | PR: 32413
* Update to 1.0.32 and unbreak.knu2001-09-034-6/+12
| | | | | - Complete SRCS. - Patch tableapi.test to avoid an out-of-scope error.
* add missing fileijliao2001-07-061-0/+1
|
* A number of things:mi2001-06-127-12/+166
| | | | | | | | | | | | | | | | | . changed maintainership to ports@; . build with TCL support (``package require sqlite''); . run the vendor's tests after build (sorry, Maxim) -- zero errors; . generate from the TCL sources and install the HTML documentation; (unless NOPORTDOCS is set); . build and install two usefull tools, which come with the software: gdbmdump and gdbmstat; . build and install the shared version of -lsqlite -- usefull and needed for dynamic loading into TCL interpreter; . lastly: the new functionality (TCL, tools, docs) called for the PORTREVISION bump. Approved by: after the previous maintainer suggested the first point above, the rest was easy :-)
* upgrade to 1.0.30ijliao2001-04-232-2/+2
|
* upgrade to 1.0.27ijliao2001-03-242-2/+2
| | | | PR: 26028
* upgrade to 1.0.25ijliao2001-03-172-2/+2
|
* add sqliteijliao2001-02-235-0/+46
SQL library that uses GDBM as its underlying file storage mechanism