FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 10:19 PM BST
non port: net/openldap23-server/Makefile
CVSWeb

Number of commits found: 70

Mon, 6 Feb 2012
[ 12:25 miwi ] Original commit 
1.71 databases/freetds-devel/Makefile
1.64 databases/freetds/Makefile
1.71 databases/grass/Makefile
1.48 databases/hk_classes/Makefile
1.89 databases/libgda2/Makefile
1.94 databases/libgda3/Makefile
1.26 databases/libodbc++/Makefile
1.33 databases/mysql-connector-odbc/Makefile
1.13 databases/mysql2odbc/Makefile
1.13 databases/oracle_odbc_driver/Makefile

(Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Chase unixODBC shlib bump
Fri, 23 Sep 2011
[ 22:26 amdmi3 ] Original commit 
1.17 accessibility/accerciser/Makefile
1.11 accessibility/at-poke/Makefile
1.76 accessibility/at-spi/Makefile
1.4 accessibility/at-spi2-atk/Makefile
1.4 accessibility/at-spi2-core/Makefile
1.65 accessibility/atk/Makefile
1.4 accessibility/atkmm/Makefile
1.53 accessibility/dasher/Makefile
1.5 accessibility/eflite/Makefile
1.59 accessibility/gnome-mag/Makefile

(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
Sat, 4 Dec 2010
[ 07:34 ade ] Original commit 
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
1.36 archivers/libcomprex/Makefile
1.16 archivers/libdynamite/Makefile
1.16 archivers/libmspack/Makefile
1.23 archivers/liborange/Makefile

(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
Sat, 27 Mar 2010
[ 06:14 dougb ] Original commit 
1.36 audio/aureal-kmod/Makefile
1.34 java/jboss3/Makefile
1.47 java/jboss4/Makefile
1.24 mail/assp/Makefile
1.32 mail/dk-milter/Makefile
1.30 net/cvsup-mirror/Makefile
1.84 net/freeradius2/Makefile
1.169 net/openldap23-server/Makefile
1.177 net/openldap24-server/Makefile
1.145 security/openssh-portable/Makefile

(Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 1 Oct 2009
[ 00:08 delphij ] Original commit 
1.168 net/openldap23-server/Makefile
1.173 net/openldap24-server/Makefile
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>
Sun, 2 Aug 2009
[ 19:36 mezz ] Original commit 
1.1958 MOVED
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.14 archivers/libdynamite/Makefile
1.13 archivers/libmspack/Makefile
1.21 archivers/liborange/Makefile

(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, 21 Aug 2008
[ 06:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 18 Jul 2008
[ 21:32 delphij ] Original commit 
1.165 net/openldap23-server/Makefile
1.80 net/openldap23-server/distinfo
Update to 2.3.43
Wed, 11 Jun 2008
[ 05:53 rafan ] Original commit 
1.164 net/openldap23-server/Makefile
1.79 net/openldap23-server/distinfo
- Update to 2.3.42

Requested by:   delphij (maintainer)
Tue, 19 Feb 2008
[ 22:07 delphij ] Original commit 
1.163 net/openldap23-server/Makefile
1.78 net/openldap23-server/distinfo
Update to 2.3.41
Wed, 16 Jan 2008
[ 18:43 delphij ] Original commit 
1.162 net/openldap23-server/Makefile
Avoid confusion when SASL is enabled for server.
Wed, 26 Dec 2007
[ 03:57 delphij ] Original commit 
1.161 net/openldap23-server/Makefile
1.77 net/openldap23-server/distinfo
Update to 2.3.40.
Tue, 11 Dec 2007
[ 20:56 delphij ] Original commit 
1.160 net/openldap23-server/Makefile
1.4 net/openldap23-server/files/slapd.sh.in
Correct slapd_owner case matching.

PR:             ports/117229
Reported by:    Tetsuya Uemura <t_uemura at macome.co.jp>
Fri, 26 Oct 2007
[ 21:19 delphij ] Original commit 
1.159 net/openldap23-server/Makefile
1.76 net/openldap23-server/distinfo
1.2 net/openldap23-server/files/patch-43tty
Update to 2.3.39.
Thu, 23 Aug 2007
[ 02:07 delphij ] Original commit 
1.158 net/openldap23-server/Makefile
This release of OpenLDAP does not support Berkeley DB 4.6 yet.

Submitted by:   mm
PR:             ports/115712
Tue, 21 Aug 2007
[ 09:17 delphij ] Original commit 
1.157 net/openldap23-server/Makefile
1.75 net/openldap23-server/distinfo
1.3 net/openldap23-server/files/slapd.sh.in
 - Update to 2.3.38.
 - Adjust DATABASEDIR's permission to 700 upon slapd start.
Sat, 4 Aug 2007
[ 11:41 gabor ] Original commit 
1.13 archivers/9e/Makefile
1.30 archivers/bzip/Makefile
1.23 archivers/dact/Makefile
1.20 archivers/dpkg/Makefile
1.5 archivers/ecm/Makefile
1.7 archivers/gzrecover/Makefile
1.9 archivers/mar/Makefile
1.8 archivers/mscompress/Makefile
1.5 archivers/mtf/Makefile
1.11 archivers/unace/Makefile

(Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Fri, 20 Jul 2007
[ 08:08 delphij ] Original commit 
1.155 net/openldap23-server/Makefile
1.74 net/openldap23-server/distinfo
Update to 2.3.37.
Mon, 18 Jun 2007
[ 07:20 delphij ] Original commit 
1.154 net/openldap23-server/Makefile
1.73 net/openldap23-server/distinfo
1.4 net/openldap23-server/files/patch-servers_slapd_overlays_Makefile.in
Update to 2.3.36
Fri, 8 Jun 2007
[ 10:27 delphij ] Original commit 
1.153 net/openldap23-server/Makefile
1.140 net/openldap24-server/Makefile
Do not build SASL by default for client package, thus avoids
a very annoying conflict when installing the client from package.
Mon, 28 May 2007
[ 06:04 delphij ] Original commit 
1.152 net/openldap23-server/Makefile
1.139 net/openldap24-server/Makefile
1.2 net/openldap23-server/files/slapd.sh.in
1.2 net/openldap24-server/files/slapd.sh.in
Use more concise expressions for splitting the user:group string.

Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
PR:             ports/111617
Tue, 10 Apr 2007
[ 14:23 delphij ] Original commit 
1.151 net/openldap23-server/Makefile
1.72 net/openldap23-server/distinfo
1.1 net/openldap23-server/files/patch-43tty
 - Update to 2.3.35
 - Unbreak for kernels without COMPAT_43TTY [1]

Note: the patch from [1] was accepted by OpenLDAP, but
not yet integrated into there RELENG_2_3 branch.

Submitted by:   Ed Schouten <ed fxq.nl> [1]
PR:             ports/110386 [1]
Tue, 20 Mar 2007
[ 14:10 delphij ] Original commit 
1.150 net/openldap23-server/Makefile
1.138 net/openldap24-server/Makefile
Use USE_LDCONFIG correctly upon successful server installation
in order to make backend shared objects to be recognized
correctly.

Requested by:   edwin
PR:             ports/110424
Tue, 20 Feb 2007
[ 19:33 delphij ] Original commit 
1.149 net/openldap23-server/Makefile
1.71 net/openldap23-server/distinfo
Update to 2.3.34
Thu, 1 Feb 2007
[ 04:14 rafan ] Original commit 
1.148 net/openldap23-server/Makefile
1.136 net/openldap24-server/Makefile
- Use newly added RC_SUBR_SUFFIX

Approved by:    delphij (maintainer)
Fri, 19 Jan 2007
[ 20:41 delphij ] Original commit 
1.147 net/openldap23-server/Makefile
1.70 net/openldap23-server/distinfo
Update to 2.3.33
Fri, 5 Jan 2007
[ 02:15 delphij ] Original commit 
1.146 net/openldap23-server/Makefile
1.69 net/openldap23-server/distinfo
Upate to 2.3.32
Tue, 19 Dec 2006
[ 09:54 delphij ] Original commit 
1.145 net/openldap23-server/Makefile
1.68 net/openldap23-server/distinfo
Update to 2.3.31, a bugfix release.  To quote the release changelog:

        Fixed libldap unchased referral leak (ITS#4545)
        Fixed libldap tls callback (ITS#4723)
        Fixed liblutil ldif file: URL parsing
        Fixed slapd syncrepl logging (ITS#4755)
        Fixed slapd group ACL caching when proxyAuthz'ing (ITS#4760)
        Fixed slapd "group" authz default member parsing (ITS#4761)
        Fixed slapd uninitialized sd_actives array (ITS#4765)
        Fixed slapd DN parsing in bindconf_parse (ITS#4766)
        Fixed slapd conditional in macro argument (ITS#4769)
        Fixed slapd send_search_reference should propagate errors
        Fixed slapd memleak on failed bind (ITS#4771)
        Fixed slapd schema preparation case to match RFCs (ITS#4764)
        Fixed slapd kbind buffer overflow condition (ITS#4775)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 30 Nov 2006
[ 08:39 delphij ] Original commit 
1.144 net/openldap23-server/Makefile
 o Respect PTHREAD_LIBS=ANY (like -lthr). [1]
 o Use Berkeley DB 4.4, as suggested by OpenLDAP developers.

Submitted by:   nork [1]
Wed, 15 Nov 2006
[ 07:10 delphij ] Original commit 
1.143 net/openldap23-server/Makefile
1.67 net/openldap23-server/distinfo
Update to 2.3.30.
Fri, 10 Nov 2006
[ 10:49 delphij ] Original commit 
1.142 net/openldap23-server/Makefile
1.66 net/openldap23-server/distinfo
1.2 net/openldap23-server/files/patch-servers_slapd_back_perl_bind.c
1.2 net/openldap23-server/files/patch-servers_slapd_back_perl_init.c
1.2 net/openldap23-server/files/patch-servers_slapd_back_perl_proto_perl.h
Update to 2.3.29
Mon, 9 Oct 2006
[ 18:51 alepulver ] Original commit 
1.14 databases/libodbc++/Makefile
1.23 databases/mysql-connector-odbc/Makefile
1.20 databases/p5-DBD-ODBC/Makefile
1.10 databases/postgresql-odbc/Makefile
1.21 lang/q/Makefile
1.141 net/openldap23-server/Makefile
- Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).

PR:             ports/103293
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:    girgen (databases/postgresql-odbc), fjoe (databases/libodbc++),
                sergey@network-asp.biz
                (databases/mysql-connector-odbc, timeout),
                delphij@FreeBSD.org (net/openldap23-server),
                mat@FreeBSD.org (databases/p5-DBD-ODBC)
Sun, 20 Aug 2006
[ 06:31 delphij ] Original commit 
1.140 net/openldap23-server/Makefile
1.65 net/openldap23-server/distinfo
1.1 net/openldap23-server/files/patch-servers_slapd_back_perl_bind.c
1.1 net/openldap23-server/files/patch-servers_slapd_back_perl_init.c
1.1 net/openldap23-server/files/patch-servers_slapd_back_perl_proto_perl.h
Update to 2.3.27, plus fix for perl backend [1].

Submitted by:   Xavier Beaudouin <kiwi oav net> [1]
                Joerg Pulz <Joerg Pulz frm2 tum de>
PR:             ports/102235 [1]
                ports/102294
Fri, 18 Aug 2006
[ 03:09 delphij ] Original commit 
1.139 net/openldap23-server/Makefile
1.64 net/openldap23-server/distinfo
Update to 2.3.26.

Submitted by:   Joerg Pulz <Joerg Pulz frm2 tum de>
PR:             ports/102204
Tue, 1 Aug 2006
[ 18:56 delphij ] Original commit 
1.138 net/openldap23-server/Makefile
1.63 net/openldap23-server/distinfo
Update to 2.3.25, a maintaince release which contains a lot of
bugfixes.
Mon, 17 Jul 2006
[ 06:59 delphij ] Original commit 
1.137 net/openldap23-server/Makefile
Switch to root's credential during pre-install stage.  This fixes
installation initialized by a unprivileged user.

Reported by:    Michal Bartkowiak <michal bartkowiak biz>
Fri, 2 Jun 2006
[ 01:36 delphij ] Original commit 
1.123 net/openldap22-server/Makefile
1.136 net/openldap23-server/Makefile
1.132 net/openldap24-server/Makefile
PlanetMirror appears to add a page which fetch(1) do not like, so remove it
for now.
Tue, 30 May 2006
[ 17:52 delphij ] Original commit 
1.135 net/openldap23-server/Makefile
1.62 net/openldap23-server/distinfo
Update to OpenLDAP 2.3.24 Release:
    Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567)
    Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552)
    Re-fixed slapd-ldap improper free bug in exop (ITS#4550)
    Fixed slapd-ldif assert bug (ITS#4568)
    Fixed slapo-syncprov crash under glued database (ITS#4562)
Fri, 26 May 2006
[ 15:11 delphij ] Original commit 
1.134 net/openldap23-server/Makefile
1.37 net/openldap23-server/pkg-plist
According to the openldap configure script, by disabling
threading support the slurpd daemon would not be built.

 - New option: SLURPD to determine whether to build the
   replication daemon.  (enabled by default).  The
   replication functionality is not used by every user
   so it is desirable to give decision to the user.
 - When threading is disabled, reflect the fact that
   slurpd is not being built/installed. [1]  This would
   also override the user chosen SLURPD option.
 - Disable SHELL backend by default.

[1] Reported by: pointyhat via kris
Mon, 22 May 2006
[ 03:55 delphij ] Original commit 
1.133 net/openldap23-server/Makefile
1.6 net/openldap23-server/pkg-message.client
1.1 net/openldap23-server/files/pkg-message.client.in
Fix pkg-message for client.

Approved by:    sem (mentor, implicit)
Pointy hat to:  delphij
Sat, 20 May 2006
[ 17:00 delphij ] Original commit 
1.132 net/openldap23-server/Makefile
The pkg-install, pkg-deinstall and pkg-message files are suitable
only for -server port, so move them to appropriate place.

Approved by:    sem (mentor, implicit)
[ 08:18 delphij ] Original commit 
1.131 net/openldap23-server/Makefile
When the SASL option is selected, define WANT_OPENLDAP_SASL
accordingly to depend on the correct flavior of OpenLDAP
client library.

Reported by:    pointyhat via kris
Approved by:    sem (mentor, implicitly)
Thu, 18 May 2006
[ 15:03 delphij ] Original commit 
1.6 net/openldap23-client/Makefile
1.5 net/openldap23-sasl-client/Makefile
1.130 net/openldap23-server/Makefile
1.61 net/openldap23-server/distinfo
1.4 net/openldap23-server/pkg-deinstall
1.1 net/openldap23-server/files/pkg-deinstall.in
1.11 net/openldap23-server/pkg-install
1.1 net/openldap23-server/files/pkg-install.in
1.15 net/openldap23-server/pkg-message
1.1 net/openldap23-server/files/pkg-message.in

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Updates, cleanups and improvements over the openldap23-* ports:

 - Make sure that PKGNAMESUFFIX and COMMENT are correctly set when
   building slave ports. [1]
 - Remove RCORDER feature which is now deprecated.
 - Move PORTREVISION related stuff to before bsd.port.pre.mk in
   order to get the revisions actually work.
 - Depend on CLIENT_ONLY and WITH_SASL to determine the package
   name suffix.
 - Make use of USE_OPENLDAP instead of rolling our own.
 - Use WITH_RC_SUBR correctly rather than just specifying "yes"
 - Depend on bsd.database.mk to determine the Berkeley DB name,
   which makes it possible to use versions available from the
   ports collection rather than making decision our own. [2]
 - Disable threading as suggested by openldap developers if
   BACK_SHELL is enabled.  Indicate the fact when showing options.
 - Update to 2.3.23

PR:             91902[1], 96752 [2]
Submitted by:   Gyorgy TEUBEL <tgyurci freemail hu> [1]
                Sunpoet Po-Chuan Hsieh <sunpoet sunpoet net> [2]
Approved by:    sem (mentor)

Other changes, blames and all bugs are mine.
Thu, 11 May 2006
[ 22:49 edwin ] Original commit 
1.27 net-im/amsn/Makefile
1.45 net-im/ayttm/Makefile
1.4 net-im/ccmsn/Makefile
1.3 net-im/coccinella/Makefile
1.3 net-im/echat/Makefile
1.9 net-im/eva/Makefile
1.3 net-im/gaim-extprefs/Makefile
1.39 net-im/gaim-guifications/Makefile
1.3 net-im/gaim-slashexec/Makefile
1.29 net-im/gale/Makefile

(Only the first 10 of 270 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with N
Tue, 18 Apr 2006
[ 14:08 sem ] Original commit 
1.128 net/openldap23-server/Makefile
- Forced commit to note the last changes was:

PR:             ports/95916
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:    delphij (maintainer)
[ 08:49 sem ] Original commit 
1.127 net/openldap23-server/Makefile
- OPTIONS revision: resort, add new

Submitted by:   delphij (maintainer)
Sun, 16 Apr 2006
[ 13:06 delphij ] Original commit 
1.126 net/openldap23-server/Makefile
Forced commit to mention that previous commit was:

Approved by:    clive, sem
[ 13:05 delphij ] Original commit 
1.125 net/openldap23-server/Makefile
Correct a bug that makes inversed logic for SHELL backend.

PR:             ports/95689
Submitted by:   Dmitriy Kirhlarov <dkirhlarov oilspace com>
Sat, 15 Apr 2006
[ 21:59 sem ] Original commit 
1.119 net/openldap22-server/Makefile
1.124 net/openldap23-server/Makefile
1.35 net/py-ldap2/Makefile
- A new maintainer

Submitted by:   delphij
[ 20:34 sem ] Original commit 
1.123 net/openldap23-server/Makefile
1.60 net/openldap23-server/distinfo
1.2 net/openldap23-server/files/patch-ITS-4441
- Update to 2.3.21 (a bugfix release)

PR:             ports/95570
Submitted by:   delphij
Fri, 14 Apr 2006
[ 18:14 linimon ] Original commit 
1.2 benchmarks/libmicro/Makefile
1.3 converters/htx/Makefile
1.4 devel/drpython/Makefile
1.3 devel/qca/Makefile
1.7 ftp/cmdftp/Makefile
1.68 games/freeciv/Makefile
1.3 irc/cgiirc/Makefile
1.87 irc/irssi-devel/Makefile
1.8 mail/exilog/Makefile
1.4 mail/exipick/Makefile

(Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:            portmgr
Mon, 10 Apr 2006
[ 07:27 sem ] Original commit 
1.121 net/openldap23-server/Makefile
- One more --with-ldbm -> --enable-ldbm forgotten on the last commit

Reminded by:    Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Wed, 5 Apr 2006
[ 08:15 sem ] Original commit 
1.120 net/openldap23-server/Makefile
1.59 net/openldap23-server/distinfo
1.1 net/openldap23-server/files/patch-ITS-4441
1.10 net/openldap23-server/pkg-descr
- Update to 2.3.20 (including a client library mutex leak fix,
  as described in ITS #4441) [1]
- Use --enable-ldbm-api, instead of --with-ldbm-api for configure script. [2]
- Make a note it's not an alpha anymore. [2]

PR:             ports/94728 [1], ports/93711 [2]
Submitted by:   delphij [1], Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [2]
Approved by:    maintainer timeout
Thu, 23 Feb 2006
[ 10:40 ade ] Original commit 
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile

(Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Wed, 22 Feb 2006
[ 07:24 vsevolod ] Original commit 
1.118 net/openldap23-server/Makefile
1.58 net/openldap23-server/distinfo
1.34 net/openldap23-server/pkg-plist
1.12 net/openldap23-server/pkg-plist.client
- Update to 2.3.19

PR:             91983
Submitted by:   delphij
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Wed, 19 Oct 2005
[ 13:08 vsevolod ] Original commit 
1.116 net/openldap23-server/Makefile
1.56 net/openldap23-server/distinfo
- Update to 2.3.11

Noticed by:     Michael Reifenberger
[ 09:33 vsevolod ] Original commit 
1.115 net/openldap23-server/Makefile
1.55 net/openldap23-server/distinfo
- Update to 2.3.10

Reported by:    edwin
Wed, 12 Oct 2005
[ 12:43 vsevolod ] Original commit 
1.114 net/openldap23-server/Makefile
1.54 net/openldap23-server/distinfo
1.15 net/openldap23-server/files/manpages
Update to 2.3.9
Thu, 29 Sep 2005
[ 15:12 vsevolod ] Original commit 
1.111 net/openldap22-server/Makefile
1.113 net/openldap23-server/Makefile
Remove two dead mirrors of openldap.

Reminded by:    linimon
Thu, 15 Sep 2005
[ 11:47 vsevolod ] Original commit 
1.753 MOVED
1.1532 net/Makefile
1.5 net/openldap23-client/Makefile
1.5 net/openldap23-sasl-server/Makefile
1.112 net/openldap23-server/Makefile
1.53 net/openldap23-server/distinfo
1.14 net/openldap23-server/files/manpages
1.9 net/openldap23-server/files/patch-configure
1.6 net/openldap23-server/files/patch-servers::slapd::Makefile.in
1.3 net/openldap23-server/files/patch-servers_slapd_overlays_Makefile.in

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to 2.3.7 [1]
Add RWM overlay support [2]
Convert to OPTIONS
Remove openldap23-sasl-server as it is no longer required as separated port.

PR:             85709 [1], 84966 [2]
Submitted by:   Dmitry A Grigorovich <odip@bionet.nsc.ru> [1]
                Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2]
Fri, 22 Jul 2005
[ 09:33 vsevolod ] Original commit 
1.2 converters/htx/Makefile
1.2 devel/qca/Makefile
1.6 ftp/cmdftp/Makefile
1.2 irc/cgiirc/Makefile
1.3 mail/exilog/Makefile
1.3 mail/exipick/Makefile
1.3 mail/mutt-ng/Makefile
1.2 math/aamath/Makefile
1.12 misc/chmlib/Makefile
1.2 misc/metromap/Makefile

(Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Update my email address.

Approved by:    perky (mentor)
Thu, 30 Jun 2005
[ 12:20 pav ] Original commit 
1.110 net/openldap23-server/Makefile
- Add knob for Syncprov overlay
- Portlint

PR:             ports/82752
Requested by:   Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
[ 11:03 pav ] Original commit 
1.109 net/openldap23-server/Makefile
- Add knobs for Unique and Password Policy overlays

PR:             ports/82725
Submitted by:   Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
Approved by:    Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
Wed, 15 Jun 2005
[ 06:45 sem ] Original commit 
1.108 net/openldap23-server/Makefile
1.52 net/openldap23-server/distinfo
1.13 net/openldap23-server/files/manpages
1.2 net/openldap23-server/files/patch-servers_slapd_overlays_Makefile.in
1.9 net/openldap23-server/pkg-plist.client
- Update to 2.3.4

PR:             ports/82238
Submitted by:   maintainer
Thu, 19 May 2005
[ 18:28 jylefort ] Original commit 
1.107 net/openldap23-server/Makefile
1.12 net/openldap23-server/files/manpages
Fix the client's packing list.

Reported by:    pointyhat
Sun, 15 May 2005
[ 20:58 jylefort ] Original commit 
1.106 net/openldap23-server/Makefile
1.51 net/openldap23-server/distinfo
1.5 net/openldap23-server/files/patch-servers::slapd::Makefile.in
1.1 net/openldap23-server/files/patch-servers_slapd_overlays_Makefile.in
1.8 net/openldap23-server/pkg-plist.client
- Update to 2.3.3beta [1]
- Quote BROKEN messages

PR:             ports/80982 [1]
Submitted by:   maintainer [1]
Fri, 6 May 2005
[ 04:41 edwin ] Original commit 
1.105 net/openldap23-server/Makefile
1.11 net/openldap23-server/files/manpages
1.31 net/openldap23-server/pkg-plist
1.7 net/openldap23-server/pkg-plist.client
Fix leftover files noticed by the pointyhat run.
Learned something about the MLINKS command.
Thu, 5 May 2005
[ 00:53 edwin ] Original commit 
1.1468 net/Makefile
1.4 net/openldap23-client/Makefile
1.4 net/openldap23-sasl-client/Makefile
1.4 net/openldap23-sasl-server/Makefile
1.104 net/openldap23-server/Makefile
1.50 net/openldap23-server/distinfo
1.4 net/openldap23-server/files/extrapatch-Makefile.in
1.10 net/openldap23-server/files/manpages
1.6 net/openldap23-server/files/patch-build::top.mk
1.8 net/openldap23-server/files/patch-configure

(Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
New ports: net/openldap23[-server, -client, -sasl-server, -sasl-server]

        There is development version of openldap named 2.3.2beta2.
        These ports are based on
http://people.freebsd.org/~eik/ports/openldap23.shar.
        The repocopy has been already made in ports/77170.

PR:             ports/80618
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 27 Mar 2005
[ 03:19 kris ] Original commit 
1.3 net/openldap23-client/Makefile
1.3 net/openldap23-sasl-client/Makefile
1.3 net/openldap23-sasl-server/Makefile
1.103 net/openldap23-server/Makefile
1.49 net/openldap23-server/distinfo
1.3 net/openldap23-server/files/extrapatch-Makefile.in
1.9 net/openldap23-server/files/manpages
1.5 net/openldap23-server/files/patch-build::top.mk
1.7 net/openldap23-server/files/patch-configure
1.2 net/openldap23-server/files/patch-include::ldap_defaults.h

(Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Remove repo-copies requested and performed 5 weeks ago but never
completed by the submitter.  They can be added back later if/when the
submitter is ready to proceed.

Approved by:    portmgr (self)

Number of commits found: 70

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 4.184 seconds.