| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=290490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
| |
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
Notes:
svn path=/head/; revision=251570
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
| |
used in building 'em.
PR: ports/135622
Submitted by: Christian Ullrich <chris+freebsd chrullrich net>
Notes:
svn path=/head/; revision=242333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
| |
Notes:
svn path=/head/; revision=217071
|
|
|
|
|
|
|
| |
Requested by: delphij (maintainer)
Notes:
svn path=/head/; revision=214641
|
|
|
|
| |
Notes:
svn path=/head/; revision=207608
|
|
|
|
| |
Notes:
svn path=/head/; revision=205727
|
|
|
|
| |
Notes:
svn path=/head/; revision=204550
|
|
|
|
|
|
|
|
| |
PR: ports/117229
Reported by: Tetsuya Uemura <t_uemura at macome.co.jp>
Notes:
svn path=/head/; revision=203012
|
|
|
|
| |
Notes:
svn path=/head/; revision=202110
|
|
|
|
|
|
|
|
| |
Submitted by: mm
PR: ports/115712
Notes:
svn path=/head/; revision=198155
|
|
|
|
|
|
|
| |
- Adjust DATABASEDIR's permission to 700 upon slapd start.
Notes:
svn path=/head/; revision=198041
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
| |
Notes:
svn path=/head/; revision=195935
|
|
|
|
| |
Notes:
svn path=/head/; revision=193759
|
|
|
|
|
|
|
| |
a very annoying conflict when installing the client from package.
Notes:
svn path=/head/; revision=193040
|
|
|
|
|
|
|
|
| |
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
PR: ports/111617
Notes:
svn path=/head/; revision=192164
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=189672
|
|
|
|
|
|
|
|
|
|
|
| |
in order to make backend shared objects to be recognized
correctly.
Requested by: edwin
PR: ports/110424
Notes:
svn path=/head/; revision=187792
|
|
|
|
|
|
|
|
|
| |
functional.
Noticed by: Xin ZHAO <quakelee at cn.freebsd.org>
Notes:
svn path=/head/; revision=185958
|
|
|
|
| |
Notes:
svn path=/head/; revision=185570
|
|
|
|
|
|
|
| |
Approved by: delphij (maintainer)
Notes:
svn path=/head/; revision=183835
|
|
|
|
| |
Notes:
svn path=/head/; revision=182815
|
|
|
|
| |
Notes:
svn path=/head/; revision=181457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Fixed slapd connections_shutdown assert
Fixed slapd glue parent/sub db overlay nesting (ITS#4615)
Fixed slapd-bdb/hdb/ldbm slap_add_opattrs error checking
Fixed slapd-bdb/hdb setting up tool threads when no indices specified
Fixed slapd-perl interpreter context (ITS#4751)
Fixed slapo-syncprov to complain if defined outside of a database
Fixed test021 modify ops to be syntactically correct
Fixed contrib smbk5pwd, check kadm5 init result
Documentation
Fixed typo in slapo-retcode(5) man page (ITS#4753)
Fixed syncrepl searchbase note (ITS#4540)
Added syncrepl starttls in the admin guide (ITS#4510)
Fixed reference to deprecated function in ldap_parse_result(3)
Notes:
svn path=/head/; revision=180142
|
|
|
|
|
|
|
|
|
| |
o Use Berkeley DB 4.4, as suggested by OpenLDAP developers.
Submitted by: nork [1]
Notes:
svn path=/head/; revision=178310
|
|
|
|
| |
Notes:
svn path=/head/; revision=177298
|
|
|
|
| |
Notes:
svn path=/head/; revision=176992
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=175125
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Xavier Beaudouin <kiwi oav net> [1]
Joerg Pulz <Joerg Pulz frm2 tum de>
PR: ports/102235 [1]
ports/102294
Notes:
svn path=/head/; revision=171001
|
|
|
|
|
|
|
|
| |
Submitted by: Joerg Pulz <Joerg Pulz frm2 tum de>
PR: ports/102204
Notes:
svn path=/head/; revision=170922
|
|
|
|
|
|
|
| |
bugfixes.
Notes:
svn path=/head/; revision=169379
|
|
|
|
|
|
|
|
|
| |
installation initialized by a unprivileged user.
Reported by: Michal Bartkowiak <michal bartkowiak biz>
Notes:
svn path=/head/; revision=168052
|
|
|
|
|
|
|
| |
for now.
Notes:
svn path=/head/; revision=164182
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=163990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=163490
|
|
|
|
|
|
|
|
| |
Approved by: sem (mentor, implicit)
Pointy hat to: delphij
Notes:
svn path=/head/; revision=163064
|
|
|
|
|
|
|
|
|
| |
only for -server port, so move them to appropriate place.
Approved by: sem (mentor, implicit)
Notes:
svn path=/head/; revision=162884
|
|
|
|
|
|
|
|
|
|
|
| |
accordingly to depend on the correct flavior of OpenLDAP
client library.
Reported by: pointyhat via kris
Approved by: sem (mentor, implicitly)
Notes:
svn path=/head/; revision=162859
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=162712
|
|
|
|
| |
Notes:
svn path=/head/; revision=162141
|
|
|
|
|
|
|
| |
Submitted by: delphij (maintainer)
Notes:
svn path=/head/; revision=159853
|