| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=76346
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: 43829
Submitted by: Valentin Zahariev <curly@e-card.bg>
Notes:
svn path=/head/; revision=69043
|
|
|
|
|
|
|
|
|
|
| |
2. example fix
PR: 42660 (1), 42662 (2)
Submitted by: Attila Nagy <bra@fsn.hu>
Notes:
svn path=/head/; revision=66760
|
|
|
|
|
|
|
|
| |
PR: 42152
Submitted by: hetzels@westbend.net
Notes:
svn path=/head/; revision=65430
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=64836
|
|
|
|
|
|
|
|
|
| |
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
Notes:
svn path=/head/; revision=63671
|
|
|
|
| |
Notes:
svn path=/head/; revision=63210
|
|
|
|
| |
Notes:
svn path=/head/; revision=63202
|
|
|
|
|
|
|
| |
Approved by: ru
Notes:
svn path=/head/; revision=54652
|
|
|
|
|
|
|
|
| |
PR: 34631
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
Notes:
svn path=/head/; revision=54251
|
|
|
|
| |
Notes:
svn path=/head/; revision=53564
|
|
|
|
|
|
|
|
|
| |
This includes a security related fix. See OpenLDAP ITS#1530
<URL:http://www.openldap.org/its/index.cgi/Software%20Bugs?id=1530>
for details.
Notes:
svn path=/head/; revision=53110
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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/
Notes:
svn path=/head/; revision=52646
|
|
|
|
| |
Notes:
svn path=/head/; revision=52114
|
|
|
|
| |
Notes:
svn path=/head/; revision=49694
|
|
|
|
|
|
|
|
| |
PR: 31584
Submitted by: Maxim O. Konovalov <maxim@macomnet.ru>
Notes:
svn path=/head/; revision=49651
|
|
|
|
|
|
|
|
| |
PR: 31332
Submitted by: maxim@macomnet.ru
Notes:
svn path=/head/; revision=48922
|
|
|
|
|
|
|
|
| |
PR: 30846
Submitted by: leo@florida.sarang.net
Notes:
svn path=/head/; revision=48234
|
|
|
|
|
|
|
| |
millionth-second-since-epoch timestamp bug in slurpd.
Notes:
svn path=/head/; revision=47650
|
|
|
|
| |
Notes:
svn path=/head/; revision=47564
|
|
|
|
| |
Notes:
svn path=/head/; revision=47561
|
|
|
|
| |
Notes:
svn path=/head/; revision=46873
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=45700
|
|
|
|
| |
Notes:
svn path=/head/; revision=45472
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 28129
Reviewed by: Gyori Sandor <gyori@szit.bme.hu>
Notes:
svn path=/head/; revision=43969
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=43501
|
|
|
|
| |
Notes:
svn path=/head/; revision=43043
|
|
|
|
| |
Notes:
svn path=/head/; revision=42904
|
|
|
|
| |
Notes:
svn path=/head/; revision=42718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
Notes:
svn path=/head/; revision=42554
|
|
|
|
| |
Notes:
svn path=/head/; revision=42541
|
|
|
|
|
|
|
|
|
|
| |
-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.
Notes:
svn path=/head/; revision=40539
|
|
|
|
|
|
|
| |
Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
Notes:
svn path=/head/; revision=39108
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=38648
|
|
|
|
| |
Notes:
svn path=/head/; revision=38647
|
|
|
|
| |
Notes:
svn path=/head/; revision=37394
|
|
|
|
|
|
|
| |
*.schema.default to *.schema. Sorry.
Notes:
svn path=/head/; revision=35892
|
|
|
|
|
|
|
|
|
| |
support for SASL.
Submitted by: nectar
Notes:
svn path=/head/; revision=34903
|
|
|
|
|
|
|
|
|
| |
enable LDAPI and fix krb5-kdc schema.
Submitted by: nectar
Notes:
svn path=/head/; revision=34579
|
|
|
|
|
|
|
|
|
| |
This patch was somehow dropped during OpenLDAP 1.x -> 2.x update.
Submitted by: nectar
Notes:
svn path=/head/; revision=34578
|
|
|
|
|
|
|
| |
Submitted by: nectar
Notes:
svn path=/head/; revision=34497
|
|
|
|
|
|
|
| |
(OpenLDAP 1.2.x).
Notes:
svn path=/head/; revision=34489
|
|
|
|
| |
Notes:
svn path=/head/; revision=34461
|
|
|
|
|
|
|
| |
Use `.for' loop to strip binary executables.
Notes:
svn path=/head/; revision=34460
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=34459
|
|
|
|
|
|
|
| |
Approved by: Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
Notes:
svn path=/head/; revision=33082
|
|
|
|
| |
Notes:
svn path=/head/; revision=31811
|