non port: databases/ldb/Makefile |
SVNWeb
|
Number of commits found: 41 |
Tue, 14 Jan 2020
|
[ 08:57 antoine ]
Deprecate old versions of some samba libraries
With hat: portmgr
|
Wed, 19 Jun 2019
|
[ 22:37 timur ]
Fix conflicts and dependencies for legacy ports
|
Tue, 31 Jul 2018
|
[ 04:09 timur ]
Update Samba supplimentary libs to the newer versions.
Sponsored by: iXsystems Inc.
|
Thu, 17 May 2018
|
[ 02:24 timur ] (Only the first 10 of 11 ports in this commit are shown above. )
Update Samba supplimentary libraries, fixed (new) portlint errors, changed
Python3 version knob.
|
Tue, 20 Feb 2018
|
[ 23:17 timur ] (Only the first 10 of 31 ports in this commit are shown above. )
Update supplimentary Samba libs to the latest versions.
Sponsored by: iXsystems Inc.
|
Tue, 21 Nov 2017
|
[ 17:00 timur ]
Make sure that you can compile all supplimentary ports without Python bindings
|
Mon, 20 Nov 2017
|
[ 13:39 timur ]
Fix too broad Python specification, cut down to 2.7 explicitly.
|
[ 06:40 timur ] (Only the first 10 of 36 ports in this commit are shown above. )
Update Samba supplimentary libraries to the most recent versions.
|
Tue, 10 Jan 2017
|
[ 12:08 antoine ]
Remove WANT_OPENLDAP_SASL from a few ports as it prevents users from easily
installing a desktop environment and samba.
WANT_OPENLDAP_SASL must not be used in invidual ports Makefiles.
Note: there is a wip to rewrite the handling of openldap in ports
With hat: portmgr
Reviewed by: mat
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9083
|
Mon, 2 Jan 2017
|
[ 22:53 timur ] (Only the first 10 of 29 ports in this commit are shown above. )
Update Samba4* supplimentary libraries to the newer versions.
Made databases/ldb to depend on openldap-sasl-client, so it won't conflict with
the corresponding requirement of net/samba4* ports.
|
Tue, 12 Apr 2016
|
[ 22:40 timur ]
This is routine update for the Samba supplimentary libraries, bumping them to
the versions that commonly acceptable by recent Samba ports, in particular,
samba44.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 16 Dec 2015
|
[ 22:28 timur ]
Update ldb to the latest version, needed by Samba 4.3.3
|
Mon, 30 Nov 2015
|
[ 00:17 timur ] (Only the first 10 of 11 ports in this commit are shown above. )
Update Samba supplimentary libs
|
Sat, 19 Sep 2015
|
[ 13:36 timur ]
Fix to the coredump in the library code of the Samba libs. Provided by Andrey
Kramarenko.
https://bugzilla.samba.org/show_bug.cgi?id=11455
|
Sun, 9 Aug 2015
|
[ 22:52 timur ] (Only the first 10 of 14 ports in this commit are shown above. )
Upgrade relevant ports to the latest releases.
PR: 202041
|
Mon, 8 Jun 2015
|
[ 03:49 timur ]
Update of ldb port, necessary for net/samba42
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Wed, 8 Apr 2015
|
[ 15:05 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe
|
Fri, 23 Jan 2015
|
[ 20:14 tijl ]
Take PORTEPOCH into account in the databases/tdb dependency
|
Fri, 16 Jan 2015
|
[ 17:21 timur ]
Return back incorrectly resetted PORTEPOCH for databases/tdb. Raised minimal
requirements for dependencies for database/ldb to reflect actual ones.
|
[ 03:49 timur ]
Upgrade supplimentary net/samba ports to the minimal common required versions.
|
Sat, 20 Dec 2014
|
[ 17:40 bapt ] (Only the first 10 of 17 ports in this commit are shown above. )
Cleanup plist
|
Sun, 14 Dec 2014
|
[ 12:25 timur ]
Fix spelling
|
Sun, 19 Oct 2014
|
[ 08:50 mva ] (Only the first 10 of 110 ports in this commit are shown above. )
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
|
Sat, 9 Aug 2014
|
[ 15:44 mva ] (Only the first 10 of 31 ports in this commit are shown above. )
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above )
|
Sun, 3 Aug 2014
|
[ 19:30 adamw ]
A couple ports added support for OPTIONS but forgot to add them to
OPTIONS_DEFINE.
|
[ 00:37 timur ]
Upgrade to 1.1.7 version
|
Thu, 24 Jul 2014
|
[ 18:34 tijl ] (Only the first 10 of 208 ports in this commit are shown above. )
net/openldap24-*:
- 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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 13 Mar 2014
|
[ 02:12 timur ]
Usage of .pre.mk requires corresponding .post.mk
|
Wed, 15 Jan 2014
|
[ 23:34 bapt ]
Reduce over inclusion of bsd.port.mk
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Sun, 8 Dec 2013
|
[ 18:34 timur ]
Modify do-configure target not to depend from GNU_CONFIGURE
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
[ 10:54 ak ] (Only the first 10 of 13 ports in this commit are shown above. )
- Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by: portmgr (bapt)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 1 Jul 2013
|
[ 02:36 timur ]
Update relevant ports to the latest release and fix disappeared --prefix
from the bsd.ports.mk.
PR: 180102, 180103, 180136
|
Tue, 23 Apr 2013
|
[ 07:08 bapt ]
Convert databases to USES=pkgconfig
|
Wed, 6 Feb 2013
|
[ 21:06 timur ] (Only the first 10 of 14 ports in this commit are shown above. )
Update of the port to 1.1.15 release.
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
|
Tue, 4 Oct 2011
|
[ 17:34 zi ]
- Include missing tdb.so and libreplace.so
- Remove unneeded patch
|
[ 16:04 zi ]
New port: databases/ldb
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>
|
Number of commits found: 41 |