here, so the user has another shot at seeing them. The resurrection
of this file in the cups-base port (to catch users not installing by
this metaport) is pending maintainer approval.
Submitted by: Grumbling on IRC
Actually OOo1.1.1p1 is not a bugfix for FreeBSD,
but very very minor fix for Windows. I'm lucky.
Sorry for everyone.
Pointy hat to: me
Submitted: Jon Noack <noackjr@alumni.rice.edu>
PR: 65377
- will only use DB 4.2, no configuration possible
As we don't use the Berkeley DB environment stuff (for
concurrent or transactional libdb use - __db.NNN and log.NNNNNNNNNN files),
DB 4.2 will deal with DB 4.0-created data base files just
fine. This is a migration aid for future bogofilter versions that
depend on DB 4.1 or newer.
- INSTALL_MAN -> INSTALL_DATA
- ECHO -> ECHO_MSG
PR: ports/65382
Submitted by: maintainer
The 0.92 IDE corrupts tabstrips in forms when you save them! If you have a
tabstrip with three tabs, for example, then each tab will have the same
children controls as the first one! This is the reason why some people wrote
that the compiler said an unexpected '"Frame1" already defined' or something
similar.
Approved by: pav (mentor)
Obtained from: the author.
This library do not make any direct or indirect pthreads use. Moreother
it's danger to have library forcibly linked to pthreads and don't have
this dependency declared in .pc file.
<http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details
- Correct OpenSSL support and, while at it, clean up CFLAGS and
LDFLAGS handling (thanks to dinoex for lots of helpful advice!).
- better be safe than sorry and pass PTHREAD_CFLAGS through in
case we are compiling with threads
- try to remove the errorpages directory silently since user
defined directories might legitimately be present
- clean up shell scripting:
+ do not use too many variables
+ use /bin/sh's features instead of external commands
PR: ports/65356
Submitted by: maintainer
. Use PLIST_FILES and get rid of pkg-plist.
. Switch MASTER_SITES to MASTER_SITE_SOURCEFORGE_EXTENDED
. Cleaned up the Makefile.
PR: 65298
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
a) discard REINPLACE_CMD, since ifort now supports
-U option (*)
b) replace lseek64, open64, freopen64, creat64,
ftrancate64 and mkstemp64
which are undefined functions for FreeBSD
c) Use PATCH_DEPENDS, and intel-patch: (*)
d) sort pkg-plist
e) change URL of errata page
f) some cleanups (*)
Submitted by: Masakazu HIGAKI <higamasa@dream.com>
inspired by: netchild (*)