"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.
input and okay landry@ and ajacoutot@, also okay espie@
that ossp-uuid (devel/uuid) has been changed to use the alternative name
libossp-uuid as used on various other OS. When third party software
wants a uuid library, is is nearly always the one from e2fsprogs,
so let's avoid patching for the common case.
e2fsprogs has its own libcom_err (slightly different API to heimdal);
previously we installed this under an alternative name; in this update
I have changed to statically linking this instead as it is not used
externally. The et/com_err.h header is no longer installed to avoid
ports picking it up in preference to the proper heimdal header for
this library in kerberosV/com_err.h.
Fallout will be handled in the next couple of commits.
ok ajacoutot@
NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux,
Android, Mac OS X, FreeBSD, NetBSD, OpenBSD, OpenSolaris, QNX, Haiku,
and other operating systems. It provides safe handling of the
Windows XP, Windows Server 2003, Windows 2000, Windows Vista,
Windows Server 2008 and Windows 7 NTFS file systems.
This still needs a few patches in libfuse that will be committed soon
and of course a kernel with FUSE enabled.
Until these issues are fixed the port won't be linked to the build.
Tested on amd64 on a 32G NTFS partition. Reads and writes seem to work
like a charm.
Okay landry@, ajacoutot@
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
there is one thing to be aware of, which is that ruby 1.9 uses a stricter
yaml parser, so be sure your hier yaml files are OK before attempting to
update or your agents will fail.
ok robert@ (MAINTAINER)
version, but OS interaction with PE has been broken for a long time now.
Besides, the next PE version will be based on Puppet 3.
ok robert@ (MAINTAINER) ajacoutot@
* Add an ISC license. Sebastian Stark agreed to this in private email to me.
* Add ENVIRONMENT, EXIT STATUS, and AUTHORS sections, and another example.
* Clarify wording at several places, sort options, and other formatting nits.
* No need to USE_GROFF.
* Bump.
OK naddy@ benoit@
SSHFS allows you to mount a remote directory over a normal ssh connection.
Not linked to the build yet, as are the kernel-side bits & userland lib.
Just putting it here so people can play with it.
Tweaks, tidying & fixes to the port by myself