non port: net/openldap24-server/Makefile |
SVNWeb
|
Number of commits found: 210 (showing only 100 on this page) |
Thu, 7 Apr 2022
|
[ 00:39 Jan Beich (jbeich) ] 268cee3 (Only the first 10 of 179 ports in this commit are shown above. )
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
|
Sun, 3 Apr 2022
|
[ 02:25 Yasuhiro Kimura (yasu) ] d2cae5b
net/openldap24-server: Replace INVALID_BDB_VER with argument of 'USES=bdb'
PR: 263010
Approved by: maintainer
|
Mon, 7 Feb 2022
|
[ 00:38 Xin LI (delphij) Author: Tom Warnke ] f677d84
net/openldap2[456]-server: Fix paths for argsfile and pidfile.
The Makefile patches the slapd.conf file with a changed path for
the argsfile and pidfile, but the slapd.ldif file remains unchanged.
Fix this by patching the paths in the slapd.ldif file as well.
PR: ports/261734
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Thu, 28 Oct 2021
|
[ 16:37 Jan Beich (jbeich) ] f34ece3 (Only the first 10 of 157 ports in this commit are shown above. )
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
|
Mon, 25 Oct 2021
|
[ 06:45 Xin LI (delphij) ] 0188031
net/openldap24-client: Install libldap as symlinks to libldap_r.
As of FreeBSD 12.0, OpenSSL is depending on the threading library
and it is no longer possible to build a true non-threaded version
of libldap.
The libldap_r is ABI compatible with libldap and is shipped as the
libldap on Solaris and many Linux distributions, so follow the same
approach.
|
Sun, 24 Oct 2021
|
[ 07:53 Xin LI (delphij) ] 7988695
net/openldap2[45]-server: Fix build on systems WITHOUT_KERBEROS when FETCH is
on.
PR: ports/259345
Reported by: mi
|
Wed, 8 Sep 2021
|
[ 06:54 Xin LI (delphij) ] 494b728
net/openldap2[45]-server: Fix SMBPWD module
|
Mon, 6 Sep 2021
|
[ 21:27 Xin LI (delphij) ] ea52543
net/openldap24-server: Make DEBUG default.
In 616f384d5cce7f52a9f5a2164d405f4185bbcab9 the port was converted
to use the option framework's handling of options. Previously,
when "DEBUG" is unchecked, the port will not pass --disable-debug
and because debug was enabled by default in upstream, the option
is effectively saying build with debug anyways. After the conversion,
we are now correctly building a non-debug build which will also remove
syslog support.
Restore the historical behavior and build with debug option by default
as it's what expected by upstream and the option never worked on FreeBSD
until the recent conversion actually fixed the option to do what it was
intended to do.
PR: ports/257884
|
[ 19:15 Xin LI (delphij) ] c9693f7
net/openldap2[45]-server: Make CONFLICT_INSTALL more preciese.
|
[ 19:09 Xin LI (delphij) ] 9196671
net/openldap2[45]-server: Fix PKGBASE collision.
|
Mon, 2 Aug 2021
|
[ 15:26 Xin LI (delphij) Author: Robert Backhaus ] 068a856
net/openldap24-server: Fix build with port OpenSSL
PR: ports/257559
Reported by: many
|
[ 07:59 Xin LI (delphij) ] ea9ee39
net/openldap24-server: Upon shutdown, backup database in LDIF form.
The upcoming OpenLDAP 2.5 update requires a format change to mdb
databases. It is mandatory for existing slapd-mdb(5) databases to
be exported via an OpenLDAP 2.4 slapcat prior to upgrade, then
reloaded via an OpenLDAP 2.5 slapadd after upgrade.
To make sure that the user always have a backup somewhere, introduce
a backup mechanism (enabled by default, and may be disabled by setting
rc.conf variable slapd_autobackup_enable to "NO") in the slapd rc.d
script upon shutdown.
By default, the backups will be stored at /var/backups/openldap and
a total of 8 backups will be kept, with the oldest backup overwritten
as needed. Backups are compressed using zstd, or, when zstd is not
available, using gzip. The compression can be disabled by setting
slapd_autobackup_compress to "NO", if desirable (e.g. if /var/backups
is located on a file system that is capable of doing compression,
like ZFS).
|
[ 04:49 Xin LI (delphij) ] 616f384
net/openldap24-server: Cleanup and make better use of options framework.
While there also add the following contrib/ overlaies:
- addpartial
- allop
- autogroup
- cloak
- denyop
- lastmod
- nops
- trace
|
Sun, 1 Aug 2021
|
[ 19:10 Xin LI (delphij) ] 80df02c
net/openldap24-server: Fix GSSAPI dependency
<OPTION>_RUN_DEPENDS has to appear before bsd.options.mk.
PR: 257529
|
[ 08:32 Xin LI (delphij) ] 974e13b (Only the first 10 of 34 ports in this commit are shown above. )
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
|
Mon, 7 Jun 2021
|
[ 06:26 Xin LI (delphij) Author: Charlie Li ] 77073df
net/openldap24-server: fix build with LibreSSL
Modify the OpenSSL 1.1.1 preprocessor guards to also account for
LibreSSL missing certain functions, particularly
SSL_CTX_set_ciphersuites(3) and SSL_set_ciphersuites(3). While here,
un-IGNORE for ${SSL_DEFAULT:Mlibressl*}.
PORTREVISION intentionally not bumped as this is a build fix.
PR: 256433
|
Sun, 6 Jun 2021
|
[ 22:17 Xin LI (delphij) ] 960d487
net/openldap24-server: Mark IGNORE when libressl is chosen for now.
The current release of libressl does not yet provide OpenSSL style
TLSv1.3 API which is required by OpenLDAP cd3567d75 (ITS#9521).
PR: 256433
|
Sat, 5 Jun 2021
|
[ 23:17 Xin LI (delphij) ] 42cf9fa
net/openldap24-server: upgrade to 2.4.59.
|
Tue, 11 May 2021
|
[ 16:43 Xin LI (delphij) ] d4a6b63
net/openldap24-server: Use local libraries paths for libltdl is used.
Reported by: O. Hartmann
PR: 255795
|
[ 06:10 Xin LI (delphij) ] 131fd94
Update MASTER_SITES with official mirrors.
Submitted by: jharris widomaker com (earlier version)
PR: ports/240001
|
[ 05:52 Xin LI (delphij) Author: Balazs Toth ] 96ce7b1
Modularize OpenLDAP server.
For default installation, build and install most of backends and
overlays as modules.
PR: 213435
|
Thu, 8 Apr 2021
|
[ 23:33 Jan Beich (jbeich) ] 69d24a7 (Only the first 10 of 145 ports in this commit are shown above. )
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 20 Mar 2021
|
[ 22:30 delphij ]
net/openldap24-server: update to 2.4.58.
|
Wed, 20 Jan 2021
|
[ 17:04 delphij ]
net/openldap24-server: update to 2.4.57.
MFH: 2021Q1
|
Sat, 14 Nov 2020
|
[ 17:33 delphij ]
net/openldap24-server: update to 2.4.55.
MFH: 2020Q4
|
Tue, 3 Nov 2020
|
[ 00:56 jbeich ] (Only the first 10 of 186 ports in this commit are shown above. )
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
|
Fri, 14 Aug 2020
|
[ 00:39 delphij ]
net/openldap4-server: update to 2.4.51.
|
Wed, 29 Apr 2020
|
[ 01:31 delphij ]
net/openldap24-server: update to 2.4.50.
PR: 246010
MFH: 2020Q2
Security: CVE-2020-12243
|
Thu, 23 Apr 2020
|
[ 20:14 jbeich ] (Only the first 10 of 130 ports in this commit are shown above. )
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
|
Fri, 13 Mar 2020
|
[ 09:47 jbeich ] (Only the first 10 of 126 ports in this commit are shown above. )
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Sun, 9 Feb 2020
|
[ 04:02 delphij ]
net/openldap24-server: skip database existence check.
PR: 243591
Submitted by: Goran Mekic <meka tilda center>
|
Mon, 3 Feb 2020
|
[ 07:17 delphij ]
Update to 2.4.49.
|
Sat, 7 Dec 2019
|
[ 23:31 delphij ]
net/openldap24-server: back_mdb: use robust mutexes.
PR: 197514
|
[ 19:19 delphij ]
Perform sanity check of configuration at start.
Submitted by: Michael Butler <imb protected-networks net>
|
Sun, 1 Dec 2019
|
[ 03:32 delphij ]
Unbreak KQUEUE
Reported by: tobik
|
Sat, 30 Nov 2019
|
[ 06:19 delphij ]
net/openldap24-server: add support for pbkdf2 password hash
PR: 241471
Submitted by: Joris Dedieu <joris dedieu gmail com>
|
Thu, 3 Oct 2019
|
[ 20:35 jbeich ] (Only the first 10 of 135 ports in this commit are shown above. )
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Tue, 6 Aug 2019
|
[ 14:23 delphij ]
Update to 2.4.48.
MFH: 2019Q3
|
Wed, 27 Mar 2019
|
[ 21:11 jbeich ] (Only the first 10 of 127 ports in this commit are shown above. )
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
|
Fri, 21 Dec 2018
|
[ 06:40 delphij ]
Update to 2.4.47.
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Tue, 23 Oct 2018
|
[ 11:35 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Fri, 10 Aug 2018
|
[ 02:57 cy ]
Ensure that slapd starts before kdc, as the kdc may be configured to
require LDAP services. If it is configured to require LDAP and the
slapd server is not yet started, the kdc will fail to start.
PR: 229939
Approved by: delphij@ (maintainer)
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16602
|
Fri, 29 Jun 2018
|
[ 14:22 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
|
Wed, 11 Apr 2018
|
[ 09:29 delphij ]
Require netif be run before starting slapd.
PR: 213671
Submitted by: arkadiusz.majewski at iptrace.pl
|
Fri, 6 Apr 2018
|
[ 15:53 jbeich ] (Only the first 10 of 117 ports in this commit are shown above. )
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
|
Fri, 30 Mar 2018
|
[ 04:06 delphij ]
Update to 2.4.46.
|
Thu, 15 Feb 2018
|
[ 09:50 brnrd ]
net/openldap-server: Not broken with OpenSSL 1.1
Fixed with version 2.4.45 as per changelog
PR: 225878
|
Sun, 14 Jan 2018
|
[ 21:37 tijl ]
Replace USE_AUTOTOOLS=autoconf with a BUILD_DEPENDS on autoconf and run
autoconf from pre-configure. USES=autoreconf cannot be used because of
upstream modifications (e.g. custom ltmain.sh).
|
Thu, 9 Nov 2017
|
[ 02:31 jbeich ] (Only the first 10 of 109 ports in this commit are shown above. )
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
|
Mon, 30 Oct 2017
|
[ 05:53 delphij ]
Workaround an issue with kqueue support.
OpenLDAP does slapd_daemon_init() which will initialize kqueue(), but then
calls lutil_detach() which will fork(), and the fork() would invalidate the
kqueue descriptor in the child process.
Completely solving this would require some intrusive changes so workaround
this for now by calling rfork() without RFFDG and reorder file descriptor
closure order.
While I'm there also refrain from stopping slapd when deinstalling.
|
Sat, 7 Oct 2017
|
[ 04:52 delphij ]
Add experimental kqueue support [1]:
===
Added support for using kqueue in slapd (for systems that support kqueue(2).
Patch obtained from:
http://public.me.com/bryan.duncan/bryan-duncan.kqueue.090922.patch
# This patch file is derived from OpenLDAP Software. All of the
# modifications to OpenLDAP Software represented in the following
# patch(es) were developed by Apple. I, Bryan Duncan, am authorized by
# Apple, my employer, to release this work under the following terms.
#
# Copyright 2009 Apple Inc. All rights reserved.
# (Only the first 15 lines of the commit message are shown above )
|
Wed, 27 Sep 2017
|
[ 06:57 delphij ]
Reorder several variable definitions in Makefile.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org>
|
[ 06:40 delphij ]
Remove unnecessary '@exec mkdir -p %D/libexec/openldap' line from pkg-plist.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org>
|
[ 06:31 delphij ]
Unmute all commands at install stage.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org>
|
[ 06:15 delphij ]
There is no MODULES options, remove it.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org>
|
[ 06:01 delphij ]
Replace 'EXTRACT_SUFX=.tgz' with 'USES=tar.tgz'.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org>
|
[ 05:56 delphij ]
Remove ftp.dti.ad.jp from MASTER_SITES. It is unavailable for a log time.
PR: ports/222405
Submitted by: Yasuhiro KIMURA
|
[ 05:40 delphij ]
Add LASTBIND option.
PR: ports/222623
Submitted by: Trix Farrar <trix basement.net>
|
Sun, 4 Jun 2017
|
[ 08:10 delphij ]
Update to 2.4.45.
|
Tue, 29 Nov 2016
|
[ 18:46 mat ] (Only the first 10 of 55 ports in this commit are shown above. )
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
|
Mon, 14 Nov 2016
|
[ 11:26 danfe ] (Only the first 10 of 12 ports in this commit are shown above. )
Do not terminate BROKEN messages with period, it is added by the framework.
|
Mon, 8 Aug 2016
|
[ 13:46 mat ] (Only the first 10 of 80 ports in this commit are shown above. )
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
|
Thu, 16 Jun 2016
|
[ 13:23 mat ] (Only the first 10 of 35 ports in this commit are shown above. )
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 7 Feb 2016
|
[ 09:04 delphij ]
Update OpenLDAP to 2.4.44.
MFH: 2016Q1
|
Sun, 10 Jan 2016
|
[ 20:46 ohauer ]
- mark broken if build with FETCH=on agains OpenSSL from ports
PR: 201372
Submitted by: Michelle Sullivan
Reviewed by: delphij@
|
Wed, 2 Dec 2015
|
[ 05:35 delphij ]
Update OpenLDAP to 2.4.43.
While there, revert previous NDEBUG behavior for non-debug builds.
MFH: 2015Q4
|
Wed, 14 Oct 2015
|
[ 01:07 delphij ]
Use pipe sign (|) instead of comma (,) when doing sed. This fixes a
problem when the variable portion of sed command contains comma, for
instance, when USE_GCC=4.9.
PR: 192297
Submitted by: marino
|
Sun, 13 Sep 2015
|
[ 07:55 delphij ]
Define NDEBUG and disable debugging when DEBUG is disabled, and do so for
both client and server.
|
Sat, 12 Sep 2015
|
[ 04:59 delphij ]
Apply upstream fix for CVE-2015-6908.
Obtained from: OpenLDAP git 6fe51a9ab04fd28bbc171da3cf12f1c1040d6629
Security: CVE-2015-6908
MFH: 2015Q3
|
Tue, 8 Sep 2015
|
[ 05:38 delphij ]
Update to 2.4.42.
MFH: 2015Q3
|
Wed, 2 Sep 2015
|
[ 01:46 delphij ]
Use sa_len instead of sizeof(struct sockaddr_storage) to work around a
FreeBSD kernel check, which would return EINVAL when the passed length
is larger than desired.
PR: ports/202819
Submitted by: brd
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Wed, 1 Jul 2015
|
[ 20:53 delphij ]
Update to 2.4.41.
|
Mon, 27 Apr 2015
|
[ 19:23 delphij ]
Don't hardcode STRIP unconditionally [1]. Instead, respect the build
environment's settings.
Add a DEBUG option.
Based on patch from: tobik [1]
Requested by: Leander Schafer <info netocean de>
|
Wed, 1 Apr 2015
|
[ 01:02 delphij ]
Add a patch to improve Outlook interoperability at expense of possible
RFC violation. This patch is optional and not enabled by default.
For detailed discussion please follow:
http://www.openldap.org/lists/openldap-technical/201211/msg00175.html
Requested by: Tim Gustafson <tjg ucsc edu>
|
Thu, 12 Mar 2015
|
[ 17:35 delphij ]
Fix build when ODBC is enabled.
Submitted by: madpilot
|
Mon, 9 Feb 2015
|
[ 06:44 delphij ]
Add CPE information.
Submitted by: shun
PR: ports/197468
|
Fri, 6 Feb 2015
|
[ 22:18 delphij ]
Apply two upstream patches to address two remote DoS issues:
- ITS8027: crash when a search includes the Deref control with an
empty attribute list.
- ITS8046: double free and crash by certain search queries using
the Matched Values control.
MFH: 2015Q1
|
Wed, 12 Nov 2014
|
[ 17:59 delphij ]
- Fix Perl dependency by converting the port from using
bsd.port.{pre,post}.mk to options.mk. [1]
- Fix build with LibreSSL. [2] [3]
- Make LM Password optional and disable by default. [3]
Reported by: Lorenzo Perone <lorenzo.perone@bytesatwork.com> [1],
brd [1]
Submitted by: spil.oss@gmail.com [2]
PR: 194841 [3]
|
Sun, 2 Nov 2014
|
[ 19:41 delphij ]
- Make the example slapd.conf use mdb as examples.
- Remove BDB dependency from default build.
|
Tue, 7 Oct 2014
|
[ 17:46 delphij ]
Blacklist BDB 6.
Reported by: Gerard E. Seibert <gerard seibercom net>
|
Sun, 5 Oct 2014
|
[ 18:25 tijl ]
Allow installing contrib modules in a different prefix than /usr/local
PR: 194160
Submitted by: jhujhiti@adjectivism.org
|
Tue, 30 Sep 2014
|
[ 00:52 delphij ]
Update to 2.4.40.
|
Fri, 19 Sep 2014
|
[ 15:26 tijl ]
Install smbk5pwd and pw-sha2 modules using make install such that the
libtool libraries are installed correctly.
|
Wed, 17 Sep 2014
|
[ 07:38 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
|
Thu, 11 Sep 2014
|
[ 06:00 antoine ]
Fix packaging
|
Wed, 10 Sep 2014
|
[ 21:17 ohauer ]
cleanup openldap24-server / client
- pre-su-instal no longer required with staging (replaced with pre-install)
- pkg-install was removed in r295334, so remove the part in Makefile
- handle schema.sample files during install and use the @sample keyword
- use %%ETCDIR%% in pkg-plist
- bump PORTREVISION
PR: 193439
Submitted by: ohauer
Approved by: delphij
|
Fri, 22 Aug 2014
|
[ 06:56 mandree ]
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690
|
Thu, 21 Aug 2014
|
[ 22:50 mandree ] (Only the first 10 of 119 ports in this commit are shown above. )
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
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 )
|
Wed, 16 Jul 2014
|
[ 08:26 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Mon, 14 Jul 2014
|
[ 18:56 bapt ]
Modernize LIB_DEPENDS
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Thu, 29 May 2014
|
[ 18:52 delphij ]
- Add support to GSSAPI (implies SASL).
PR: ports/189470
Submitted by: zi
|
Mon, 5 May 2014
|
[ 16:24 bapt ] (Only the first 10 of 45 ports in this commit are shown above. )
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr
|
Number of commits found: 210 (showing only 100 on this page) |