aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite34
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in DEPRECATED keywordBaptiste Daroussin2012-04-161-1/+1
| | | | Notes: svn path=/head/; revision=294911
* sqlite34 has no more consumers in the ports tree, let's deprecate it and ↵Baptiste Daroussin2012-04-161-0/+3
| | | | | | | recommend the user to use sqlite3 Notes: svn path=/head/; revision=294893
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - Change hard coded TCL dependancy to USE_TCLMarcus Alves Grando2009-03-231-14/+28
| | | | | | | | PR: 132381 Submitted by: Scot W. Hetzel <swhetzel___gmail.com> Notes: svn path=/head/; revision=230722
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Update to 3.4.2Marcus Alves Grando2008-04-0510-120/+25
| | | | | | | | | | - Now FTS1 and FTS2 works fine. Repocopy from: databases/sqlite3 Repocopied by: marcus Notes: svn path=/head/; revision=210581
* - Fix build with FTS2Marcus Alves Grando2007-08-103-22/+30
| | | | | | | | | PR: 115271 Pointy hat to: mnag Reported by: many Notes: svn path=/head/; revision=197417
* - Update to 3.4.1Marcus Alves Grando2007-08-018-14/+193
| | | | | | | | | | | | - Make sqlite3 respect CC [1] - Add support for FTS2 [2] PR: 112286 [1], 113477 [2] Submitted by: Sergey Prikhodko <sergey___network-asp.biz> [1], Anton Berezin <tobez___FreeBSD.org> [2] Notes: svn path=/head/; revision=196900
* - Update to 3.3.17Marcus Alves Grando2007-05-282-4/+4
| | | | Notes: svn path=/head/; revision=192210
* - Update to 3.3.16Marcus Alves Grando2007-04-212-4/+4
| | | | | | | | PR: 111925 Submitted by: Michael Scheidell <scheidell___secnap.net> Notes: svn path=/head/; revision=190515
* - Update to 3.3.15Marcus Alves Grando2007-04-103-8/+8
| | | | | | | | | - Install example.tcl only if WITH_TCLWRAPPER are set [1] Submitted by: bland [1] Notes: svn path=/head/; revision=189722
* - Update to 3.3.14Marcus Alves Grando2007-04-062-6/+6
| | | | Notes: svn path=/head/; revision=189321
* * databases/MakefileMarcus Alves Grando2007-03-253-22/+41
| | | | | | | | | | | | | | | | | | - Add sqlite3-threads port * databases/sqlite3 - Upgrade to 3.3.13 [1] * databases/sqlite3-threads - Create a slave port for threads-override-locks. [2] PR: 110446 [1], 110104 [2] Submitted by: Michael Scheidell <scheidell___secnap.net> [1], thierry [2] Notes: svn path=/head/; revision=188317
* - Update to 3.3.12 [1]Marcus Alves Grando2007-02-128-11/+85
| | | | | | | | | | - Fix FTS1 build [2] Notified by: Max Khitrov <mkhitrov___umd.edu> [1], Jeroen Ruigrok/asmodai <asmodai___in-nomine.org> [2] Notes: svn path=/head/; revision=184995
* - Add OPTION to build FTS1 (Full text search).Marcus Alves Grando2006-12-131-0/+6
| | | | | | | | PR: 106281 Submitted by: Barry Pederson<bp___barryp.org> Notes: svn path=/head/; revision=179623
* - Update to 3.3.8Marcus Alves Grando2006-11-212-18/+18
| | | | Notes: svn path=/head/; revision=177725
* - Update to 3.3.7Marcus Alves Grando2006-08-132-5/+5
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=170499
* - Update to 3.3.6Marcus Alves Grando2006-06-112-4/+4
| | | | Notes: svn path=/head/; revision=165148
* - Update to 3.3.5Marcus Alves Grando2006-04-162-13/+11
| | | | | | | | - Teach sqlite{,3}.pc to use ${PTHREAD_LIBS} when select PTHREAD OPTIONS. - Building docs via ALL_TARGET instead of post-build Notes: svn path=/head/; revision=159676
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 3.3.4Marcus Alves Grando2006-02-133-36/+45
| | | | | | | | | - Add THREADS, DEBUG and DOCS in OPTIONS - Fix build when select WITH_TCLWRAPPER and NOPORTDOCS - Reorganize Makefile Notes: svn path=/head/; revision=155946
* - Update to 3.3.3 [1]Marcus Alves Grando2006-02-102-11/+10
| | | | | | | | | - Reorganize Makefile Submitted by: cokane [1] Notes: svn path=/head/; revision=155614
* Update to 3.2.8Marcus Alves Grando2006-01-063-35/+30
| | | | | | | | | Reorganize Makefile Notified by: edwin Version Check Notes: svn path=/head/; revision=152913
* 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
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update to 3.2.7 [1]Marcus Alves Grando2005-09-262-5/+5
| | | | | | | | | | | Take MAINTAINER PR: 86288 Submitted by: Robin Breathe <robin@isometry.net> [1] Approved by: pav (mentor), green (maintainer) Notes: svn path=/head/; revision=143584
* Update to version 3.2.5.Brian Feldman2005-09-062-6/+6
| | | | | | | | | | | Unmark "beta" (from inside COMMENT). Fix a NOPORTDOCS build issue. Submitted by: Marcus Grando <marcus@corp.grupos.com.br> PR: 85420 Notes: svn path=/head/; revision=142049
* - Update to 3.2.2Pav Lucistnik2005-07-152-3/+3
| | | | | | | | | PR: ports/82483 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (24 days) Notes: svn path=/head/; revision=139300
* - Update to 3.2.1Pav Lucistnik2005-05-224-89/+51
| | | | | | | | | | | - Use OPTIONS PR: ports/79024 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=135820
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Add dependency on devel/pkgconfig.Norikatsu Shigemura2004-12-261-1/+2
| | | | | | | Pointy hat to: pointyhat via kris Notes: svn path=/head/; revision=125185
* Fix pkg-plist. This problem is heinousness, so I bump PORTREVISION.Norikatsu Shigemura2004-12-232-2/+5
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=124958
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-232-167/+35
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=124931
* databases/sqlite3 does not link with tcl8.3Edwin Groothuis2004-12-231-7/+0
| | | | | | | | | | | | | | When trying to build databases/sqlite3 port with SQLITE_WITH_TCL83 defined, the linking stage fails. It looks like sqlite3 uses a funciton which is only available in tcl8.4. Removed TCL83 support for databases/sqlite3 PR: ports/72918 Submitted by: Anton Berezin <tobez@freebsd.org> Notes: svn path=/head/; revision=124885
* Update databases/sqlite3 to 3.0.8Edwin Groothuis2004-12-234-29/+14
| | | | | | | | | | Update databases/sqlite3 to 3.0.8 PR: ports/74571 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=124883
* Add SQLite 3 (in beta form).Brian Feldman2004-08-317-0/+343
Notes: svn path=/head/; revision=117752