summaryrefslogtreecommitdiff
path: root/databases/libzdb/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/libzdb: also fails on powerpcPiotr Kubaj2021-06-161-0/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 3.2.2Sunpoet Po-Chuan Hsieh2020-04-021-1/+1
| | | | Changes: https://www.tildeslash.com/libzdb/#release_notes
* Add comment to avoid future breakageSunpoet Po-Chuan Hsieh2020-03-311-0/+1
| | | | PR: 237200
* 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
* Update to 3.2.1Sunpoet Po-Chuan Hsieh2020-03-281-13/+3
| | | | Changes: https://www.tildeslash.com/libzdb/#release_notes
* 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
* 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
* Fix build on powerpcSunpoet Po-Chuan Hsieh2019-04-201-2/+11
| | | | | PR: 237200 Submitted by: pkubaj
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2019-04-071-0/+1
|
* Update databases/libzdb to 3.2Sunpoet Po-Chuan Hsieh2019-04-061-16/+9
| | | | | | | | | | - 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
* 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
* databases/libzdb: Change USE_MYSQL -> USES=mysql and USE_OPENSSL -> USES=sslKurt Jaeger2016-08-081-2/+2
|
* Regroup options to ensure that at least one database is selectedTilman Keskinoz2016-06-091-1/+3
|
* Fix the port's configure script to properly detect SQLite3.Raphael Kubo da Costa2016-02-291-1/+2
| | | | | | | | | 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
* Upgrade to 3.1.Vanilla I. Shu2015-09-181-2/+1
|
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
|
* 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)
* - Update to 3.0Martin Wilke2014-05-191-18/+16
| | | | | | | | - Stage support - Options helper PR: 187760 Submitted by: Ports Fury
* 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)
* Support stageBaptiste Daroussin2014-04-211-4/+4
|
* Back to poolCarlo Strub2014-03-131-1/+1
|
* Reduce bsd.port.mk inclusions by using options helpersBaptiste Daroussin2014-01-151-27/+12
| | | | replace USE_GMAKE -> USES=gmake
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | databases)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | Approved by: portmgr (bdrewery)
* Update to 2.11.3Carlo Strub2013-07-191-1/+1
|
* - Update to 2.11.1Carlo Strub2013-03-261-5/+2
| | | | | | | | - Bump PORTREVISION PR: ports/175821 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: maintainer
* 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)
* - Update to 2.10.5Carlo Strub2012-07-171-1/+1
| | | | - Bump PORTREVISION
* - Update to 2.10.3Carlo Strub2012-06-051-7/+11
| | | | - Convert to OptionsNG
* Update to 2.10Carlo Strub2012-01-101-1/+1
| | | | Approved by: glarkin@ (mentor)
* Update to 2.9Carlo Strub2011-10-111-1/+1
| | | | Approved by: glarkin@ (mentor)
* - 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
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | Approved by: wen@ (mentor)
* - Updated to 2.8.1Greg Larkin2011-03-211-4/+3
| | | | | | | | 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>
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
|
* - Updated to 2.8Greg Larkin2011-02-181-1/+1
| | | | | | | Changes: http://www.tildeslash.com/libzdb/dist/CHANGES.txt PR: ports/154797 Submitted by: C-S <c-s@c-s.li> (maintainer)
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* - Update to 2.7Wen Heping2010-11-031-3/+7
| | | | | | | | - Pass maintainership to submitter - Add LICENSE PR: ports/151526 Submitted by: C-S <c-s@c-s.li>
* -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
* - Update to 2.6Martin Wilke2009-07-091-1/+1
| | | | | PR: 136472 Submitted by: Ports Fury
* - Update to 2.5Martin Wilke2009-05-091-1/+1
| | | | | PR: 134279 Submitted by: Ports Fury
* - Update to 2.4Martin Wilke2009-03-141-18/+9
| | | | | PR: 132468 Submitted by: Ports Fury
* - Update to 2.3Martin Wilke2009-01-151-2/+1
| | | | | PR: 130432 Submitted by: Ports Fury
* - Update to 2.2.3Martin Wilke2008-08-021-1/+1
| | | | | PR: 126168 Submitted by: Ports Fury
* - Update to version 2.2.2Li-Wen Hsu2008-06-151-2/+1
| | | | | PR: ports/124582 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
* 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)
* - Update to 2.2.1Martin Wilke2008-05-221-1/+1
| | | | | PR: 123867 Submitted by: Ports Fury
* - Update to version 2.2Li-Wen Hsu2008-04-271-9/+13
| | | | | PR: ports/123081 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
* - Update to 2.1Thomas Abthorpe2008-02-161-1/+1
| | | | | PR: ports/120641 Submitted by: valerio.daelli gmail.com (maintainer)