| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
2. example fix
PR: 42660 (1), 42662 (2)
Submitted by: Attila Nagy <bra@fsn.hu>
|
|
|
|
|
| |
PR: 42152
Submitted by: hetzels@westbend.net
|
|
|
|
|
| |
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
|
|
|
|
|
|
| |
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
|
| |
|
| |
|
|
|
|
| |
Approved by: ru
|
|
|
|
|
| |
PR: 34631
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
|
| |
|
|
|
|
|
|
| |
This includes a security related fix. See OpenLDAP ITS#1530
<URL:http://www.openldap.org/its/index.cgi/Software%20Bugs?id=1530>
for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
|
| |
|
| |
|
|
|
|
|
| |
PR: 31584
Submitted by: Maxim O. Konovalov <maxim@macomnet.ru>
|
|
|
|
|
| |
PR: 31332
Submitted by: maxim@macomnet.ru
|
|
|
|
|
| |
PR: 30846
Submitted by: leo@florida.sarang.net
|
|
|
|
| |
millionth-second-since-epoch timestamp bug in slurpd.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
|
| |
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 28129
Reviewed by: Gyori Sandor <gyori@szit.bme.hu>
|
|
|
|
|
|
|
|
|
| |
to the really persistent /var/db. Bump PORTREVISION to indicate
behavior/functionality change (make it work across reboots, well
how about that ;)
PR: 27879
Submitted by: David Wimsey <dwimsey@rtci.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rewrite lines like:
@exec [ CONDITION ] && ACTION
as:
@exec [ ! CONDITION ] || ACTION
In the first version, the @executed command returns false if CONDITION
is false and ACTION is not performed: pkg_add would then complain about the
whole command's exit code.
The second version returns either true or the actual ACTION exit code.
* Do not echo some Makefile commands.
|
| |
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
|
|
|
|
| |
Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
|
|
|
|
|
|
|
|
|
|
| |
- Use Sleepycat Berkeley DB 3.2 that OpenLDAP2's README
recommends. It is known to be multithread friendlier than
Berkeley DB 1.85 included in our libc or GDBM.
- Add -D_REENTRANT and -D_THREAD_SAFE to CPPFLAGS
Submitted by: Yarema <yds@dppl.com>
|
| |
|
| |
|
|
|
|
| |
*.schema.default to *.schema. Sorry.
|
|
|
|
|
|
| |
support for SASL.
Submitted by: nectar
|
|
|
|
|
|
| |
enable LDAPI and fix krb5-kdc schema.
Submitted by: nectar
|
|
|
|
|
|
| |
This patch was somehow dropped during OpenLDAP 1.x -> 2.x update.
Submitted by: nectar
|
|
|
|
| |
Submitted by: nectar
|
|
|
|
| |
(OpenLDAP 1.2.x).
|
| |
|
|
|
|
| |
Use `.for' loop to strip binary executables.
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Approved by: Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
|
| |
|
|
|
|
|
| |
PR: 19694
Submitted by: maintainer
|
|
|
|
|
| |
PR: 18841
Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
|
| |
|
| |
|
|
|
|
|
| |
PR: 17136
Submitted by: yds@dppl.com
|
|
|
|
|
| |
PR: 16391
Submitted by: maintainer
|
|
|
|
|
| |
PR: 15599
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 13874
Submitted by: lkoeller@cc.fh-lippe.de
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 9900
Reviewed by: maintainer
|
|
|
|
|
|
|
| |
Add another two MASTER_SITES while I am here.
PR: ports/9311
Submitted by: Ron Rosson <insane@oneinsane.net>
|
|
|
|
|
| |
PR: 9241
Submitted by: maintainer
|
| |
|
|
Open source LDAP client and server software.
PR: 7995
Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
|