Also fix build problem with MySQL support. [2]
Correct use PTHREAD_[CFLAGS|LIBS].
Bump PORTREVISION.
[1] Notify from: kris via bento
[2] Submitted by: Sergey Mokryshev <mokr@mokr.net>
*) Respect to ${CXX}
*) Use ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} instead
of hardcoded -pthread flag
*) Remove rwlock.c support, because libc_r already
support pthread_rwlock family calls
*) Bump ${PORTREVISION}
PR: 56943
a number of build problems.
b) Obey BATCH.
c) Locate DB4 correctly.
d) Explicitly specify dependency on gawk.
PR: ports/46006 ports/44071 ports/45989 ports/40593
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Approved by: portmgr (knu)
threadsafe (can use more than one CPU), and faster (uses large files rather
than many files).
PR: 21318
Submitted by: Sergey Oskin <oZZ@FreeBSD.org.ru>