aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2017-11-181-6/+10
| | | | Notes: svn path=/head/; revision=454417
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Make sure "all" is part of ALL_TARGET.Raphael Kubo da Costa2016-12-251-1/+1
| | | | | | | | | Follow-up to r429384: we were setting ALL_TARGET to just "doc". While the build did not break, the code was actually being built during `make stage', which is not what we expect. Notes: svn path=/head/; revision=429435
* Use ALL_TARGET instead of defining post-build to build documentation.Raphael Kubo da Costa2016-12-241-6/+1
| | | | Notes: svn path=/head/; revision=429384
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-14/+10
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* - Strip binariesDmitry Marakasov2015-05-101-2/+4
| | | | Notes: svn path=/head/; revision=385920
* Fix compiler warnings, i.e., "-lpthread: 'linker' input unused".Jung-uk Kim2015-03-262-3/+14
| | | | Notes: svn path=/head/; revision=382352
* databases category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | | | Note: virtuoso did not pass check-plist from before, so it was fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382201
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371255
* databases/sqlite2:Tijl Coosemans2014-09-113-35/+15
| | | | | | | - Convert to USES=libtool and bump dependent ports Notes: svn path=/head/; revision=367990
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-062-3/+3
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* Fix build without shared readline in baseBaptiste Daroussin2014-07-161-3/+5
| | | | Notes: svn path=/head/; revision=362113
* Properly call MAKE_CMDBaptiste Daroussin2014-06-241-2/+2
| | | | Notes: svn path=/head/; revision=359155
* Finish stage supportAntoine Brodin2014-03-091-3/+2
| | | | Notes: svn path=/head/; revision=347545
* - Stage supportMartin Wilke2014-02-262-12/+10
| | | | Notes: svn path=/head/; revision=346099
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+2
| | | | Notes: svn path=/head/; revision=339871
* - Convert to USES+=tclPietro Cerutti2013-09-252-6/+5
| | | | | | | - Fix package provide Notes: svn path=/head/; revision=328258
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-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 Notes: svn path=/head/; revision=316786
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-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) Notes: svn path=/head/; revision=316351
* Fix conversion to new options frameworkBaptiste Daroussin2013-02-121-7/+2
| | | | Notes: svn path=/head/; revision=312097
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-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) Notes: svn path=/head/; revision=301539
* For the ports that are maintained by ports@ that have pkgconfig as theirDoug Barton2012-07-221-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. Notes: svn path=/head/; revision=301357
* Convert to new options frameworkBaptiste Daroussin2012-06-121-31/+12
| | | | Notes: svn path=/head/; revision=299094
* - 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
* - Fix NOPORT* buildMarcus Alves Grando2009-03-231-1/+5
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=230817
* - Change hard coded TCL dependancy to USE_TCLMarcus Alves Grando2009-03-232-39/+37
| | | | | | | | 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* Fix up PORTREVISION breakageAde Lovett2006-02-231-0/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156754
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Migrate all knobs to OPTIONSMarcus Alves Grando2006-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] Notes: svn path=/head/; revision=155940
* Update to 2.8.17Marcus Alves Grando2006-01-063-56/+25
| | | | | | | | | | Use PORTDOCS Reorganize Makefile Notified by: edwin Version Check Notes: svn path=/head/; revision=152912
* 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
* Fix build when use portinstallMarcus Alves Grando2005-10-181-1/+1
| | | | | | | | PR: 87557 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Notes: svn path=/head/; revision=145749
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Pass maintainership to submitterRenato Botelho2005-09-131-1/+1
| | | | | | | | PR: ports/86040 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=142584
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-311-1/+1
| | | | Notes: svn path=/head/; revision=136564
* 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
* Update to 2.8.16Volker Stolz2005-03-082-7/+3
| | | | | | | | PR: ports/78510 Submitted by: Marcus Grando Notes: svn path=/head/; revision=130615
* Reset maintainer on request. Thanks to Gerhard for maintaining theVolker Stolz2005-03-051-1/+1
| | | | | | | | | ports so far! PR: ports/78088 Notes: svn path=/head/; revision=130430
* Add dependency on devel/pkgconfig.Norikatsu Shigemura2004-12-261-0/+2
| | | | | | | Pointy hat to: pointyhat via kris Notes: svn path=/head/; revision=125185
* Clean up SQLite and related ports.Norikatsu Shigemura2004-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 Notes: svn path=/head/; revision=124931