aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ldb
Commit message (Collapse)AuthorAgeFilesLines
* net/openldap24-*:tijl2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* Usage of .pre.mk requires corresponding .post.mktimur2014-03-131-16/+34
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-3/+1
|
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Modify do-configure target not to depend from GNU_CONFIGUREtimur2013-12-091-3/+19
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Remove last vestiges of MAKE_JOBS_SAFE knobak2013-09-201-2/+0
| | | | Approved by: portmgr (bapt)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Update relevant ports to the latest release and fix disappeared --prefixtimur2013-07-012-5/+7
| | | | | | from the bsd.ports.mk. PR: 180102, 180103, 180136
* Convert databases to USES=pkgconfigbapt2013-04-231-1/+1
|
* Update of the port to 1.1.15 release.timur2013-02-0713-67/+1131
| | | | | | | | | Change maintaner to myself according to IRC conversation and following e-mail. [21:50] [aweits(~aweits@discipline.rit.edu )] yea, please take ownership PR: 175896 Approved by: maintainer
* - convert to using PYTHON_SITELIBDIR (not functional change)rm2012-02-121-1/+1
|
* - Actually remove unneeded patch this timezi2011-10-051-19/+0
|
* - Include missing tdb.so and libreplace.sozi2011-10-052-1/+3
| | | | - Remove unneeded patch
* New port: databases/ldbzi2011-10-055-0/+100
ldb is a LDAP-like embedded database. ldb provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. WWW: http://ldb.samba.org/ PR: ports/161266 Submitted by: Andrew Elble <aweits@rit.edu>