note: no runtime code affected).
PR: ports/62520
Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer), who still,
inexplicably, has no ports commit bit.
- provide a dummy exclusion pattern if the exclude file exists but
doesn't contain any patterns (Yen-Ming Lee <leeym@FreeBSD.org>)
- progress status display for interactive phase, too
- minor code cleanups, improved comments/docs
PR: ports/62539
Submitted by: Stefan Walter <sw@gegenunendlich.de> (author)
do with esound being installed, but not being used (e.g. when not running
under the GNOME Desktop). What happens now is sound support is disabled by
default. If you wish to enable Type Ahead Find sound support, edit your
prefs.js file, and add:
user_pref("accessibility.typeaheadfind.enablesound", true);
* Make portlint happy by not including anything after bsd.port.post.mk
* Clean up the pkg-message a bit to reflect reality with respect to Perl
Thanks to casaveli on BSDForums for finding it was esound causing the lock up
as well as testing the patch mentioned above.
worth of changes, some of which are extensive; see ChangeLog
for details. Note that the patchfiles are now incorporated into
the upstream version.
PR: ports/62352
Submitted by: Andrew Kenneth Milton <akm@theinternet.com.au>
- Put USE_OPENSSL before <bsd.port.pre.mk>
- make configure happy
- make pre-configure target non-fatal. This makes interrupting and resuming
the configure stage possible.
PR: ports/62476
Submitted by: Ulrich Spoerlein <q@uni.de>
- Vendor-supplied critical bugfix on using TrueType fonts
with Identity-H CMap.
- Handle embedded PS files using "epsbox.sty".
Contents changed so bump PORTREVISION. Also take MAINTAINERship.
Reviewed by: kuriyama
Due to the change in src/sys/kern/uipc_syscalls.c between rev. 1.153 and 1.154,
connectiton attempt fails with EALREADY after connect (2) is interrupted.
The patch fixes this problem.
Obtained from: http://www.init-main.com/d/resource/process.c.diff
Patch author: takawata