Fusefs-kmod says it requires kernel sources, but it also requires
userland sources:
Warning: Object directory not changed from original /var/ports/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.9-pre1/mount_fusefs
cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/mount -I../include -c mount_fusefs.c
^^^^^^^^^^^^^^^^^^^^^^
mount_fusefs.c:50:21: mntopts.h: No such file or directory
mount_fusefs.c:57: error: elements of array `mopts' have incomplete type
PR: ports/116196
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
- Update to 3.0.3.0
No longer BROKEN with release swt.
UI selection works if SWT is built with brower integration.
i.e. The Vuze interface is default on new installs now.
Added a hack that I have used for a long time, even though I don't
know that it is a proper fix or not.
PR: ports/116850
Submitted by: Robert Noland <rnoland@2hip.net>
. remove stale DOCSDIR;
. list all localized language packages at the port's Makefile.inc header
(they all should be changed simultaneously along with the master port
while updating to a new version).
- Major changes compared to kronolith 2.1.5 are:
- Display attendees list correctly without a mail/compose method.
- Send iCalendar data as UTF-8.
- Fix duration of remote and imported full-day events.
- Fix recurring multiday events crossing a month border.
- Fix duration calculation in edit form for events covering more than
a month.
Approved by: sat (mentor, implicit)
- Major changes compared to turba 2.1.4 are:
- Fix some fatal errors caused by the IMSP driver when deleting
certain contacts and while adding contacts to lists in certain cases.
- Fix adding contacts to a new contact list in a source other than the
source the contacts being added are from.
- Fix paging through search results from another than the default
address book.
- Fix copy/moving contacts to a new contact list.
Approved by: sat (mentor, implicit)
- Changes compared to imp 4.1.4 are:
- Lower memory usage when downloading folders.
- Fix detection of default namespace information when no namespaces
are defined on the server.
- Don't lose message bodies when moving messages to trash when over
quota.
- Remove unused defaults in Fetchmail_imap.
- Fix empty folder name appearing on Cyrus and servers with similar
namespaces.
- Only show reply options in iCalendar viewer if a reply is requested.
- Remove non-responsive www.keyserver.net and wwwkeys.pgp.net from PGP
options.
- Fix moving messages when over quota on Dovecot servers.
- Fix parsing of certain distribution lists.
- Fix rare occurrence where an action perfomed on the mailbox screen
would instead be performed on the INBOX.
- Don't show save attachments prompt in compose screen if configured
to automatically link all attachments.
Approved by: sat (mentor, implicit)
speed under FreeBSD. It is based on QEMU, a partially open, partially
closed source emulator package. However, Win4BSD offers many advantages,
including much greater speed, ease of use, more seamless integration with
the host OS, and "grabless" mouse transition between the host and Windows
guest.
Win4BSD is the latest port of a product that has previously been known as
Win4lin and SCO Merge.
This port downloads, extracts and installs the contents of the Win4BSD
package. It will work with or without a Win4BSD license. If you do not
have a license, Win4BSD will function for a 3 week trial period.
WWW: http://www.win4bsd.com/
PR: ports/116492
Submitted by: Jason W. Bacon <bacon at smithers.neuro.mcw.edu>
- Remove dependence on apache
- Mark BROKEN on ${OSVERSION} >= 700000 only when using mysql
- Use ${COPYTREE_SHARE}, ${INSTALL_DATA} to replace ${CP} -r
- Use explicit pkg-plist
- Tweak pgsql cdr template
- Bump PORTREVISION
Approved by: maintainer
Pointed out by: sat
Suggested by: dougb, pav, rafan, danfe
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks
is not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.
WWW: http://tbb.sourceforge.net/
- Arun Sharma
arun@FreeBSD.org
PR: ports/116771
Submitted by: Arun Sharma <arun at sharma-home.net>
functionality to BSD editline and GNU readline. People familiar with
the readline/editline capabilities for modern shells (such as bash and
tcsh) will find most of the command editing features of JLine to be
familiar.
JLine is distributed under the BSD license, meaning that you are
completely free to redistribute, modify, or sell it with almost no
restrictions.
API documentation can be found in the apidocs directory.
You can use the jline.ConsoleRunner application to set up the system
input stream and continue on the launch another program. For example,
to use JLine as the input handler for the popular BeanShell console
application, you can run: java jline.ConsoleRunner bsh.Interpreter
WWW: http://jline.sourceforge.net/
PR: ports/116661
Submitted by: Martin Kammerhofer <mkamm at gmx.net>
This header file conflicts with FreeBSD's soundcard.h. -CURRENT has
OSS v4 compatible version but -STABLE does not. Since we are not
installing libOSSlib.so at the moment, it is useless any way.
Pointed out by: trasz
Approved by: glewis (mentor)