notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/libzdb/Makefile
SVNWeb

Number of commits found: 61

Fri, 30 Dec 2022
[ 09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:db4e0fdff0cf67b55affaf048f79ee6f00af3985  commit hash:db4e0fdff0cf67b55affaf048f79ee6f00af3985  commit hash:db4e0fdff0cf67b55affaf048f79ee6f00af3985  db4e0fd 
databases/libzdb: Update to 3.2.3

Changes:	https://www.tildeslash.com/libzdb/#release_notes
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 10:26 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  b86221f  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
cleanup: remove trailing whitepaces
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Jun 2021
[ 09:00 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:6095787e26235f1602e8187dfc7a2debdee9c445  commit hash:6095787e26235f1602e8187dfc7a2debdee9c445  commit hash:6095787e26235f1602e8187dfc7a2debdee9c445  6095787 
databases/libzdb: also fails on powerpc
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 2 Apr 2020
[ 12:00 sunpoet search for other commits by this committer ] Original commit   Revision:530282
Update to 3.2.2

Changes:	https://www.tildeslash.com/libzdb/#release_notes
Tue, 31 Mar 2020
[ 15:01 sunpoet search for other commits by this committer ] Original commit   Revision:529978
Add comment to avoid future breakage

PR:		237200
[ 13:58 pkubaj search for other commits by this committer ] Original commit   Revision:529975
databases/libzdb: fix build on GCC architectures

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
Sat, 28 Mar 2020
[ 12:45 sunpoet search for other commits by this committer ] Original commit   Revision:529335
Update to 3.2.1

Changes:	https://www.tildeslash.com/libzdb/#release_notes
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Tue, 9 Jul 2019
[ 09:10 antoine search for other commits by this committer ] Original commit   Revision:506270
Mark BROKEN on i386

../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
Sat, 20 Apr 2019
[ 23:08 sunpoet search for other commits by this committer ] Original commit   Revision:499489
Fix build on powerpc

PR:		237200
Submitted by:	pkubaj
Sun, 7 Apr 2019
[ 20:05 sunpoet search for other commits by this committer ] Original commit   Revision:498309
Add LICENSE_FILE
Sat, 6 Apr 2019
[ 14:42 sunpoet search for other commits by this committer ] Original commit   Revision:498101
Update databases/libzdb to 3.2

- 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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Mon, 8 Aug 2016
[ 17:40 pi search for other commits by this committer ] Original commit   Revision:419869
databases/libzdb: Change USE_MYSQL -> USES=mysql and USE_OPENSSL -> USES=ssl
Thu, 9 Jun 2016
[ 13:18 arved search for other commits by this committer ] Original commit   Revision:416599
Regroup options to ensure that at least one database is selected
Mon, 29 Feb 2016
[ 00:30 rakuco search for other commits by this committer ] Original commit   Revision:409792
Fix the port's configure script to properly detect SQLite3.

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
Fri, 18 Sep 2015
[ 06:27 vanilla search for other commits by this committer ] Original commit   Revision:397227
Upgrade to 3.1.
Sat, 22 Nov 2014
[ 20:40 crees search for other commits by this committer ] Original commit   Revision:373100 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Finally retire USE_PGSQL
Sat, 5 Jul 2014
[ 12:19 tijl search for other commits by this committer ] Original commit   Revision:360738 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Bump more ports that depend on libsqlite3.so:
- 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)
Mon, 19 May 2014
[ 07:47 miwi search for other commits by this committer ] Original commit   Revision:354505
- Update to 3.0
- Stage support
- Options helper

PR:		187760
Submitted by:	Ports Fury
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
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).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 21 Apr 2014
[ 23:49 bapt search for other commits by this committer ] Original commit   Revision:351735
Support stage
Thu, 13 Mar 2014
[ 23:09 cs search for other commits by this committer ] Original commit   Revision:348140
Back to pool
Wed, 15 Jan 2014
[ 23:38 bapt search for other commits by this committer ] Original commit   Revision:339863
Reduce bsd.port.mk inclusions by using options helpers
replace USE_GMAKE -> USES=gmake
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 19 Jul 2013
[ 20:57 cs search for other commits by this committer ] Original commit   Revision:323328
Update to 2.11.3
Tue, 26 Mar 2013
[ 21:22 cs search for other commits by this committer ] Original commit   Revision:315332
- Update to 2.11.1
- Bump PORTREVISION

PR:		ports/175821
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by:	maintainer
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

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)
Tue, 17 Jul 2012
[ 20:00 cs search for other commits by this committer ] Original commit 
- Update to 2.10.5
- Bump PORTREVISION
Tue, 5 Jun 2012
[ 21:32 cs search for other commits by this committer ] Original commit 
- Update to 2.10.3
- Convert to OptionsNG
Tue, 10 Jan 2012
[ 14:28 cs search for other commits by this committer ] Original commit 
Update to 2.10

Approved by:    glarkin@ (mentor)
Tue, 11 Oct 2011
[ 19:56 cs search for other commits by this committer ] Original commit 
Update to 2.9

Approved by:    glarkin@ (mentor)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Thu, 15 Sep 2011
[ 12:33 cs search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Change maintainer address to my FreeBSD address

Approved by:    wen@ (mentor)
Mon, 21 Mar 2011
[ 20:42 glarkin search for other commits by this committer ] Original commit 
- Updated to 2.8.1
  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>
Sat, 19 Mar 2011
[ 13:15 ale search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports linking to default libmysqlclient.
Fri, 18 Feb 2011
[ 01:31 glarkin search for other commits by this committer ] Original commit 
- Updated to 2.8
  Changes: http://www.tildeslash.com/libzdb/dist/CHANGES.txt

PR:             ports/154797
Submitted by:   C-S <c-s@c-s.li> (maintainer)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Wed, 3 Nov 2010
[ 07:24 wen search for other commits by this committer ] Original commit 
- Update to 2.7
- Pass maintainership to submitter
- Add LICENSE

PR:             ports/151526
Submitted by:   C-S <c-s@c-s.li>
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
Thu, 9 Jul 2009
[ 09:05 miwi search for other commits by this committer ] Original commit 
- Update to 2.6

PR:             136472
Submitted by:   Ports Fury
Sat, 9 May 2009
[ 09:18 miwi search for other commits by this committer ] Original commit 
- Update to 2.5

PR:             134279
Submitted by:   Ports Fury
Sat, 14 Mar 2009
[ 14:10 miwi search for other commits by this committer ] Original commit 
- Update to 2.4

PR:             132468
Submitted by:   Ports Fury
Thu, 15 Jan 2009
[ 22:44 miwi search for other commits by this committer ] Original commit 
- Update to 2.3

PR:             130432
Submitted by:   Ports Fury
Sat, 2 Aug 2008
[ 22:34 miwi search for other commits by this committer ] Original commit 
- Update to 2.2.3

PR:             126168
Submitted by:   Ports Fury
Sun, 15 Jun 2008
[ 02:10 lwhsu search for other commits by this committer ] Original commit 
- Update to version 2.2.2

PR:             ports/124582
Submitted by:   KATO Tsuguru <tkato432 AT yahoo.com>
Fri, 6 Jun 2008
[ 13:17 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

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)
Thu, 22 May 2008
[ 00:49 miwi search for other commits by this committer ] Original commit 
- Update to 2.2.1

PR:             123867
Submitted by:   Ports Fury
Sun, 27 Apr 2008
[ 16:30 lwhsu search for other commits by this committer ] Original commit 
- Update to version 2.2

PR:             ports/123081
Submitted by:   KATO Tsuguru <tkato432 AT yahoo.com>
Sat, 16 Feb 2008
[ 21:32 tabthorpe search for other commits by this committer ] Original commit 
- Update to 2.1

PR:             ports/120641
Submitted by:   valerio.daelli gmail.com (maintainer)
Mon, 26 Feb 2007
[ 06:35 vanilla search for other commits by this committer ] Original commit 
Upgrade to 2.0.
Sun, 11 Feb 2007
[ 02:09 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.1.3, and drop MAINTAINER.
Sun, 5 Nov 2006
[ 11:02 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.1.
Wed, 13 Sep 2006
[ 01:08 vanilla search for other commits by this committer ] Original commit 
1: USE_LDCONFIG.
2: bump version for pkg-plist.
Tue, 5 Sep 2006
[ 13:21 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.0.4.
Fri, 9 Jun 2006
[ 02:44 vanilla search for other commits by this committer ] Original commit 
Fix build on 4.x.

Submitted by:   kris@ via email.
Sat, 3 Jun 2006
[ 03:02 vanilla search for other commits by this committer ] Original commit 
Add libzdb, it's a thread-safe connection pool library.

Number of commits found: 61