notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/openldap24-server/Makefile

Number of commits found: 221 (showing only 100 on this page)

«  1 | 2 | 3  »  

Wednesday, 17 Sep 2014
07:38 tijl search for other commits by this committer
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)
Original commitRevision:368356 
Thursday, 11 Sep 2014
06:00 antoine search for other commits by this committer
Fix packaging
Original commitRevision:367905 
Wednesday, 10 Sep 2014
21:17 ohauer search for other commits by this committer
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
Original commitRevision:367895 
Friday, 22 Aug 2014
06:56 mandree search for other commits by this committer
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...

PR:		192690
Original commitRevision:365611 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
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)
Original commitRevision:365599 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
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

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)
Original commitRevision:362835 
Wednesday, 16 Jul 2014
08:26 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362050 
Monday, 14 Jul 2014
18:56 bapt search for other commits by this committer
Modernize LIB_DEPENDS
Original commitRevision:361817 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Thursday, 29 May 2014
18:52 delphij search for other commits by this committer
 - Add support to GSSAPI (implies SASL).

PR:		ports/189470
Submitted by:	zi
Original commitRevision:355724 
Monday, 5 May 2014
16:24 bapt search for other commits by this committer
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
Original commitRevision:353029 
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Friday, 11 Apr 2014
01:29 delphij search for other commits by this committer
Require BDB >= 4.4.

Submitted by:	des
Original commitRevision:350873 
Wednesday, 26 Mar 2014
13:56 mat search for other commits by this committer
For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.

With hat:	portmgr
Original commitRevision:349255 
Thursday, 20 Mar 2014
23:22 delphij search for other commits by this committer
Remove DEBUG option for now as it have broke syslog capability.

Reported by:	many
Original commitRevision:348724 
Wednesday, 19 Mar 2014
22:44 delphij search for other commits by this committer
Update OpenLDAP to 2.4.39.

While I'm there, make OpenLDAP daemon start earlier than SERVERS, right
after ldconfig.
Original commitRevision:348655 
22:11 delphij search for other commits by this committer
Spring cleanup of OpenLDAP 2.4 port:

 - Fix various issues introduced with staging support.
 - Build MDB backend by default, this will become new preferred backend
   and BerkeleyDB backend is now deprecated.
Original commitRevision:348654 
Monday, 3 Feb 2014
14:13 miwi search for other commits by this committer
- Unbreak sasl support

PR:		186376
Original commitRevision:342447 
Sunday, 2 Feb 2014
09:51 miwi search for other commits by this committer
- Stage support

Reviewed by:	mat (via a crappy vnc session and it looked nice :-p)
Original commitRevision:342258 
Tuesday, 14 Jan 2014
01:02 delphij search for other commits by this committer
Support building against Berkeley DB 6.x.

PR:		ports/185630
Submitted by:	Yasuhiro KIMURA <yasu utahime org>
Original commitRevision:339653 
Friday, 13 Dec 2013
00:50 delphij search for other commits by this committer
Add a patch from OpenLDAP ITS 7249 [1] which addresses crash issue
with OpenLDAP 'memberof' overlay.

Pointed out by:	oshogbo

[1] http://www.openldap.org/lists/openldap-bugs/201205/msg00002.html
Original commitRevision:336300 
Wednesday, 20 Nov 2013
20:11 delphij search for other commits by this committer
Update to 2.4.38.
Original commitRevision:334449 
Saturday, 2 Nov 2013
00:51 delphij search for other commits by this committer
Update to 2.4.37
Original commitRevision:332436 
Wednesday, 2 Oct 2013
19:51 delphij search for other commits by this committer
Don't overwrite existing schema when they already do.

PR:		ports/177016
Submitted by:	pclin
Original commitRevision:329102 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Monday, 16 Sep 2013
06:30 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327365 
Sunday, 8 Sep 2013
08:59 delphij search for other commits by this committer
Don't assume that the user have gcc and do not override default CFLAGS.

PR:		ports/181929
Reported by:	O. Hartmann <ohartman zedat fu-berlin de>
Original commitRevision:326714 
Tuesday, 20 Aug 2013
18:25 delphij search for other commits by this committer
Update to 2.4.36.
Original commitRevision:325068 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Monday, 24 Jun 2013
05:29 delphij search for other commits by this committer
Add http mirrors as last resort option.

PR:		ports/179153
Submitted by:	brd
Original commitRevision:321662 
Wednesday, 29 May 2013
23:42 delphij search for other commits by this committer
Add an option to build SHA2 modules.

PR:		ports/178268
Submitted by:	Mike Carlson <mike bayphoto com>
Original commitRevision:319397 
Tuesday, 16 Apr 2013
20:00 delphij search for other commits by this committer
Update to 2.4.35.

Feature safe:	yes
Original commitRevision:315896 
Thursday, 28 Mar 2013
07:50 delphij search for other commits by this committer
Fixup for previous commit to fix installation issues reported by several
users.
Original commitRevision:315446 
Sunday, 24 Mar 2013
06:42 delphij search for other commits by this committer
 - Split server and client manual pages (OpenLDAP ITS #7548) [1]
 - Minor fixup to plist

PR:		ports/176924 [1]
Submitted by:	Andriei Romanienko <melanhit gmail com> [1]
Original commitRevision:315106 
Thursday, 14 Mar 2013
18:00 delphij search for other commits by this committer
 - Fix build when SMBPASSWD is checked [1];
 - Use OPTIONSFILE?= instead of OPTIONSFILE= [2].

PR:		ports/176873 [1]
Submitted by:	"A.J. Kehoe IV (Nanoman)" <nanoman nanoman ca> [2]
Original commitRevision:314173 
Tuesday, 12 Mar 2013
00:41 delphij search for other commits by this committer
Fix version range representation.
Original commitRevision:313948 
Monday, 11 Mar 2013
23:54 delphij search for other commits by this committer
Update OpenLDAP to 2.4.34.
Original commitRevision:313946 
Saturday, 2 Mar 2013
03:55 eadler search for other commits by this committer
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
Original commitRevision:313182 
Monday, 17 Dec 2012
08:16 delphij search for other commits by this committer
The port only installs certain documentation file with the client slave
port, so cover these to CLIENT case.

Noticed by:	remko (via pkgng)
Original commitRevision:309069 
Wednesday, 12 Dec 2012
20:09 delphij search for other commits by this committer
Avoid setting PKGNAMESUFFIX late, which in turn changes UNIQUENAME and
causes OPTIONS menu to be shown up multiple times.

As a side effect we have to make openldap24-client and
openldap24-sasl-client which we do not have a better solution at this
time.

Submitted by:	bapt (mostly)
Original commitRevision:308788 
Monday, 10 Dec 2012
15:10 ume search for other commits by this committer
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Original commitRevision:308609 
Friday, 30 Nov 2012
04:25 delphij search for other commits by this committer
 o Correct typo.

PR:		ports/173663
Submitted by:	Chris Mikkelson <cmikk uerige.oss.uswest.net>
Feature safe:	yes
Original commitRevision:307992 
Saturday, 13 Oct 2012
00:57 delphij search for other commits by this committer
Update to 2.4.33.

Feature safe:	yes
Original commitRevision:305802 
Wednesday, 5 Sep 2012
00:17 delphij search for other commits by this committer
Apply a vendor fix to mdb initialization crash.
Original commitRevision:303681 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Wednesday, 1 Aug 2012
04:19 delphij search for other commits by this committer
DYNAMIC_BACKEND should be in the default.

Submitted by:	sunpoet
Original commit
Tuesday, 31 Jul 2012
22:47 delphij search for other commits by this committer
Don't remove schema if they are modified.

PR:		ports/170300
Submitted by:	ohauer
Original commit
19:51 delphij search for other commits by this committer
Update to 2.4.32, while I'm there, convert to OptionsNG
Original commit
Thursday, 14 Jun 2012
17:42 delphij search for other commits by this committer
Don't override UNIQUENAME.  Without this, -client slave will overwrite
-server configurations.

Reported by:    crees
Original commit
Tuesday, 1 May 2012
02:01 delphij search for other commits by this committer
Wrap USERS and GROUPS within !CLIENT_ONLY, the user credential
is only required for server.
Original commit
Monday, 23 Apr 2012
19:53 delphij search for other commits by this committer
 - Allow building with MDB option;
 - Fixup for plist;
 - Remove sites that no longer carries distfiles;
 - Use USERS/GROUPS to eliminate duplicated code in pkg-install
 - Update to 2.4.31[1]

PR:             ports/167102
Submitted by:   Hirohisa Yamaguchi <umq ueo co jp>, myself [1]
Original commit
Wednesday, 18 Apr 2012
17:39 delphij search for other commits by this committer
Update to 2.4.30.
Original commit
Friday, 30 Mar 2012
09:33 delphij search for other commits by this committer
Don't list LDAP_RUN_DIR as required_dirs since we will create it.

PR:             ports/166492
Noticed by:     "O. Hartmann" <ohartman mail zedat fu-berlin de>
Feature safe:   yes
Original commit
Thursday, 29 Mar 2012
16:56 delphij search for other commits by this committer
Create LDAPRUNDIR before starting.

Requested by:   Oliver Hartmann <ohartman zedat fu-berlin de>
PR:             ports/166492
Feature safe:   yes
Original commit
Tuesday, 13 Mar 2012
04:06 delphij search for other commits by this committer
Allow building with Berkeley DB 5.x based on popular demands.

Feature safe:   yes
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Wednesday, 20 Jul 2011
19:02 delphij search for other commits by this committer
Pet portlint(1).
Original commit
18:58 delphij search for other commits by this committer
Add license.
Original commit
Tuesday, 5 Jul 2011
08:54 delphij search for other commits by this committer
Update to 2.4.26.
Original commit
Monday, 2 May 2011
19:22 delphij search for other commits by this committer
inet_ntoa is not thread-safe as it uses a static store, which may
result in a race condition, where for instance an IP based ACL
might result in a denial decision.

Fix this by changing these inet_ntoa's to inet_ntop with on-stack
store.

Reported by:    Damian Hazen <dhazen lbl.gov>
Original commit
Saturday, 2 Apr 2011
23:00 delphij search for other commits by this committer
Make OpenLDAP libraries link against libfetch when requested and not only
binaries linking against liblutil.  This should fix build issue when FETCH
is enabled.

Prompted by:    kib
Original commit
Monday, 28 Mar 2011
20:45 delphij search for other commits by this committer
Disable FETCH support by default, as it adds a new requirement to fetch(3)
library which is unexpected by most applications.
Original commit
08:34 delphij search for other commits by this committer
Update to 2.4.25.
Original commit
Thursday, 24 Feb 2011
21:50 delphij search for other commits by this committer
Update OpenLDAP to 2.4.24.

Unfortunately this version requires a shared library version bump again.
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 2 Aug 2010
19:26 delphij search for other commits by this committer
Previous patch was:

Submitted by:   Alexander Kriventsov <avk vl ru>
Original commit
19:25 delphij search for other commits by this committer
WITH_SMBPWD should apply only when building servers.

PR:             ports/148936
Original commit
Thursday, 1 Jul 2010
19:04 delphij search for other commits by this committer
Update to 2.4.23.  This is a pure bugfix release that addresses several
reliability issues.

Feature safe:   yes
Original commit
Wednesday, 30 Jun 2010
07:20 delphij search for other commits by this committer
 - SASL is not default since 2007 so remove an unneeded test about WITHOUT_SASL
   which causes confusion that defining WITHOUT_SASL as building
   openldap24-sasl-client would get you openldap24-client.
 - Add an option to build without fetch(3) library, which in turn depends on
   base OpenSSL. [1]
 - Promote SASL and FETCH options to be on both client and library ports.
 - Both SASL and FETCH remains their defaults (no and yes) so no PORTREVISION
   bump.

PR:             ports/145337 [1]
Feature safe:   yes
Original commit
Saturday, 15 May 2010
00:27 delphij search for other commits by this committer
Mark Berkeley DB 5.0 as invalid combination for now.  OpenLDAP does not
officially supports this (yet).

Note that BDB 5.0 do work with OpenLDAP with some trivial tweaks to the
configure scripts.
Original commit
Tuesday, 27 Apr 2010
20:11 delphij search for other commits by this committer
Update to 2.4.22
Original commit
Saturday, 27 Mar 2010
06:14 dougb search for other commits by this committer
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
Original commit
Wednesday, 23 Dec 2009
23:40 delphij search for other commits by this committer
Update to 2.4.21.

Sponsored by:   iXsystems, Inc.
Original commit
Monday, 30 Nov 2009
19:12 delphij search for other commits by this committer
Update to 2.4.20.

Sponsored by:   iXsystems, Inc.
Original commit
Tuesday, 6 Oct 2009
18:19 delphij search for other commits by this committer
Update to 2.4.19.
Original commit
Thursday, 1 Oct 2009
00:08 delphij search for other commits by this committer
Use same logic when creating the name for client package, as what we have
used in building 'em.

PR:             ports/135622
Submitted by:   Christian Ullrich <chris+freebsd chrullrich net>
Original commit
Monday, 7 Sep 2009
22:27 delphij search for other commits by this committer
Add a missing / or otherwise the generated script would point to wrong
directory.

PR:             ports/138618
Reported by:    Alexander Wittig <alexander wittig name>
Original commit
09:46 delphij search for other commits by this committer
 o Update to 2.4.18.
 o Add support to slapd_krb5_ktname, which exports an environment variable
   KRB5_KTNAME so that user can specify alternative Kerberos key table. [1]
 o Add support to run slapd with cn=config style configuration. [2]

Reported by:    Matthew Hambley <matthew at aether demon co uk> [1]
                Ulrich Spoerlein <uspoerlein at gmail com> [2]
Submitted by:   Nikolai Nespor <nikolai nespor at basis-wein at> [2]
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Monday, 20 Jul 2009
08:13 delphij search for other commits by this committer
Update to OpenLDAP 2.4.17.  Unfortunately a shared library bump is needed.

UPDATING to follow.
Original commit
Thursday, 30 Apr 2009
18:48 delphij search for other commits by this committer
Disable the detection of uuid/uuid.h, which brings an unwanted dependency
which is not always being installed.

Reported by:    Panagiotis Christias <p.christias noc.ntua.gr>
Original commit
Monday, 6 Apr 2009
01:59 delphij search for other commits by this committer
Update to 2.4.16
Original commit
Monday, 2 Mar 2009
18:12 delphij search for other commits by this committer
Vendor fix to correct incorrect fix of ITS#5849.
Original commit
Tuesday, 24 Feb 2009
23:47 delphij search for other commits by this committer
Update to 2.4.15
Original commit
Tuesday, 17 Feb 2009
23:02 delphij search for other commits by this committer
 - Expose DYNACL and ACI options as configuration menu.
 - Add knobs to build COLLECT, DEREF[1] overlaies.
 - Remove knob for DENYOP.
 - Add pmi schema.

Reported by:    Piotr Buliński <piotr bulinski pl> [1]
Original commit
02:54 delphij search for other commits by this committer
Update OpenLDAP to 2.4.14.
Original commit
Monday, 5 Jan 2009
05:49 delphij search for other commits by this committer
Update to 2.4.13.  Note that this requires a full rebuild of all
packages that depends on openldap24-client due to a shared library
version bump.
Original commit
Tuesday, 30 Sep 2008
15:38 skv search for other commits by this committer
Fix support of multiple database backend definitions.

PR:             ports/127245
Submitted by:   Alexander Kriventsov <akriventsov xx masterhost.ru>
Approved by:    maintainer timeout
Original commit
Friday, 5 Sep 2008
16:46 skv search for other commits by this committer
Unbreak install for "smbk5pwd".

Blame to:       me
Original commit
Thursday, 4 Sep 2008
17:36 skv search for other commits by this committer
Add option for smbk5pwd overlay.

PR:             ports/126367
Submitted by:   Alexander Kriventsov <akriventsov xx masterhost.ru>
Approved by:    maintainer timeout
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Sunday, 20 Jul 2008
03:34 delphij search for other commits by this committer
 - Overhaul the way we handle with LDAP data directory, populate
   the data directory upon start, not upon install. [1]
 - Update to OpenLDAP 2.4.11.
 - Modify bsd.port.mk to fit with the shared libary version bump [2]
   This has no impact to package building yet as 2.4.x is not the
   default version.

Submitted by:   Mikhail Goriachev <mikhailg webanoide org> [1]
Approved by:    portmgr (marcus) [2]
Original commit
Monday, 7 Jul 2008
20:54 delphij search for other commits by this committer
Detect OpenLDAP data directory from the configuration and use it for
further operation.

Submitted by:   Mikhail Goriachev <mikhailg webanoide org>
Original commit
Wednesday, 18 Jun 2008
18:59 delphij search for other commits by this committer
Allow building of 'sock' backend.

PR:             ports/124560
Submitted by:   Stef Walter <stef memberwebs com>
Original commit
Wednesday, 11 Jun 2008
05:53 rafan search for other commits by this committer
- Update to 2.4.10

Requested by:   delphij (maintainer)
Original commit
Wednesday, 7 May 2008
21:20 delphij search for other commits by this committer
Update to 2.4.9.
Original commit
Tuesday, 25 Mar 2008
18:08 delphij search for other commits by this committer
Sync overlays with configure script, while I'm there, also sync there
default settings to reflect the reality and sort overlay options.
Original commit
Tuesday, 19 Feb 2008
22:18 delphij search for other commits by this committer
Oops, forced commit to say that the previous commit is actually an
upgrade to 2.4.8.
Original commit
22:15 delphij search for other commits by this committer
Update to 2.4.9.  While there, remove the spurious icu dependency,
which is not used at the moment, and will appear if user has
installed icu on their system.
Original commit

Number of commits found: 221 (showing only 100 on this page)

«  1 | 2 | 3  »