aboutsummaryrefslogtreecommitdiff
path: root/databases/libzdb
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 3.2.2Sunpoet Po-Chuan Hsieh2020-04-023-7/+6
| | | | | | | Changes: https://www.tildeslash.com/libzdb/#release_notes Notes: svn path=/head/; revision=530282
* Add comment to avoid future breakageSunpoet Po-Chuan Hsieh2020-03-311-0/+1
| | | | | | | PR: 237200 Notes: svn path=/head/; revision=529978
* databases/libzdb: fix build on GCC architecturesPiotr Kubaj2020-03-311-1/+10
| | | | | | | | | | | | r529335 partially reverted r499489, which caused another breakage on GCC architectures by passing -L/usr/lib while using GCC from ports and making it link to base libstdc++: /usr/local/bin/ld: zdbpp.cpp:(.text.startup+0x1f0): undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)' Apply changes to Makefile from r499489 to fix it. PR: 237200 Notes: svn path=/head/; revision=529975
* Remove unnecessary patch (followup of r529335)Sunpoet Po-Chuan Hsieh2020-03-291-7/+0
| | | | Notes: svn path=/head/; revision=529777
* Update to 3.2.1Sunpoet Po-Chuan Hsieh2020-03-283-17/+7
| | | | | | | Changes: https://www.tildeslash.com/libzdb/#release_notes Notes: svn path=/head/; revision=529335
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Mark BROKEN on i386Antoine Brodin2019-07-091-0/+2
| | | | | | | | | | | | | | | ../zdb/zdbpp.h:330:14: error: class member cannot be redeclared void bind(int parameterIndex, time_t x) { ^ ../zdb/zdbpp.h:318:14: note: previous definition is here void bind(int parameterIndex, int x) { ^ Reported by: pkg-fallout MFH: 2019Q3 Notes: svn path=/head/; revision=506270
* Fix build on powerpcSunpoet Po-Chuan Hsieh2019-04-202-2/+18
| | | | | | | | PR: 237200 Submitted by: pkubaj Notes: svn path=/head/; revision=499489
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2019-04-071-0/+1
| | | | Notes: svn path=/head/; revision=498309
* Update databases/libzdb to 3.2Sunpoet Po-Chuan Hsieh2019-04-065-76/+23
| | | | | | | | | | | | | - Update MASTER_SITES - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for shlib change - Take maintainership Changes: https://www.tildeslash.com/libzdb/#release_notes Notes: svn path=/head/; revision=498101
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* databases/libzdb: Change USE_MYSQL -> USES=mysql and USE_OPENSSL -> USES=sslKurt Jaeger2016-08-081-2/+2
| | | | Notes: svn path=/head/; revision=419869
* Regroup options to ensure that at least one database is selectedTilman Keskinoz2016-06-091-1/+3
| | | | Notes: svn path=/head/; revision=416599
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Fix the port's configure script to properly detect SQLite3.Raphael Kubo da Costa2016-02-292-1/+53
| | | | | | | | | | | | This has been broken since r397227 ("Upgrade to 3.1"): the port's build system passes -ldl when trying to detect SQLite3. Since this will always fail on FreeBSD, SQLite3 support will always be disabled as well. PR: 203424 MFH: 2016Q1 Notes: svn path=/head/; revision=409792
* Upgrade to 3.1.Vanilla I. Shu2015-09-182-4/+3
| | | | Notes: svn path=/head/; revision=397227
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371255
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-0/+1
| | | | | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360738
* - Update to 3.0Martin Wilke2014-05-193-23/+20
| | | | | | | | | | | - Stage support - Options helper PR: 187760 Submitted by: Ports Fury Notes: svn path=/head/; revision=354505
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Support stageBaptiste Daroussin2014-04-212-4/+5
| | | | Notes: svn path=/head/; revision=351735
* Back to poolCarlo Strub2014-03-131-1/+1
| | | | Notes: svn path=/head/; revision=348140
* Reduce bsd.port.mk inclusions by using options helpersBaptiste Daroussin2014-01-151-27/+12
| | | | | | | replace USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=339863
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 2.11.3Carlo Strub2013-07-192-3/+3
| | | | Notes: svn path=/head/; revision=323328
* - Update to 2.11.1Carlo Strub2013-03-263-8/+5
| | | | | | | | | | | - Bump PORTREVISION PR: ports/175821 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: maintainer Notes: svn path=/head/; revision=315332
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Update to 2.10.5Carlo Strub2012-07-172-3/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=301030
* - Update to 2.10.3Carlo Strub2012-06-053-9/+14
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=298542
* Update to 2.10Carlo Strub2012-01-103-4/+4
| | | | | | | Approved by: glarkin@ (mentor) Notes: svn path=/head/; revision=288901
* Update to 2.9Carlo Strub2011-10-112-3/+3
| | | | | | | Approved by: glarkin@ (mentor) Notes: svn path=/head/; revision=283390
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Updated to 2.8.1Greg Larkin2011-03-212-6/+5
| | | | | | | | | | | Changes: Fixes a transaction related memory leak in the Oracle driver - Fixed configure option name in Makefile for PostgreSQL support PR: ports/155021 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=271423
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Updated to 2.8Greg Larkin2011-02-182-3/+3
| | | | | | | | | | Changes: http://www.tildeslash.com/libzdb/dist/CHANGES.txt PR: ports/154797 Submitted by: C-S <c-s@c-s.li> (maintainer) Notes: svn path=/head/; revision=269300
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 2.7Wen Heping2010-11-033-6/+10
| | | | | | | | | | | - Pass maintainership to submitter - Add LICENSE PR: ports/151526 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=263964
* -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
* - Update to 2.6Martin Wilke2009-07-093-5/+5
| | | | | | | | PR: 136472 Submitted by: Ports Fury Notes: svn path=/head/; revision=237497
* - Update to 2.5Martin Wilke2009-05-092-4/+4
| | | | | | | | PR: 134279 Submitted by: Ports Fury Notes: svn path=/head/; revision=233506
* - Update to 2.4Martin Wilke2009-03-143-30/+21
| | | | | | | | PR: 132468 Submitted by: Ports Fury Notes: svn path=/head/; revision=230060
* - Update to 2.3Martin Wilke2009-01-153-6/+5
| | | | | | | | PR: 130432 Submitted by: Ports Fury Notes: svn path=/head/; revision=226208
* - Update to 2.2.3Martin Wilke2008-08-022-4/+4
| | | | | | | | PR: 126168 Submitted by: Ports Fury Notes: svn path=/head/; revision=217969
* - Update to version 2.2.2Li-Wen Hsu2008-06-152-5/+4
| | | | | | | | PR: ports/124582 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=214871
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 2.2.1Martin Wilke2008-05-222-4/+4
| | | | | | | | PR: 123867 Submitted by: Ports Fury Notes: svn path=/head/; revision=213500