For a full list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a25
- Fix previous commit which made the cdrtools-devel port to not print the
available knob in the pre-everything target when said knob is turned on to
not offer it when compiling mkisofs-devel. Note that the former behaviour
will be removed again in case the cdrtools-devel port grows more knobs,
it's just to much mess in the makefile then.
- Introduce a small hack in the makefile of the cdrtools-devel port so the
cdrtools version has to be only specified once for PORTVERSION and DISTNAME.
- Reword the desciption of rscsi in the pre-everything message and the PLIST
to make clear that rscsi is the remote SCSI daemon and clients are built
into cdda2wav, cdrecord, etc. unconditionally.
- Bump the PORTREVISION of the mkisofs-devel port as underlying libraries
have changed.
Submitted by: maintainer
traffic from a third party in a switched environment at the
expense of a slight increase in latency to that third party
host. Utilizing ARP cache poisoning, packet capture, and packet
reconstruction techniques, it works with nearly all TCP, ICMP,
and UDP IPv4 traffic flows.
GLFW is a free, open source, portable framework for OpenGL
application development. In short, it is a library that
constitutes a powerful API for handling operating system
specific tasks, such as opening an OpenGL window, reading
keyboard and mouse input, creating threads, and much more.
PR: ports/61861
Submitted by: Igor Pokrovsky <tiamat@comset.net>
For a full list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a25
- Fix previous commit which made the cdrtools-devel port to not print the
available knob in the pre-everything target when said knob is turned on to
not offer it when compiling mkisofs-devel. Note that the former behaviour
will be removed again in case the cdrtools-devel port grows more knobs,
it's just to much mess in the makefile then.
- Introduce a small hack in the makefile of the cdrtools-devel port so the
cdrtools version has to be only specified once for PORTVERSION and DISTNAME.
- Reword the desciption of rscsi in the pre-everything message and the PLIST
to make clear that rscsi is the remote SCSI daemon and clients are built
into cdda2wav, cdrecord, etc. unconditionally.
- Bump the PORTREVISION of the mkisofs-devel port as underlying libraries
have changed.
Submitted by: maintainer
Improve Kerberos support in ssh2:
- Change the WITH_KERBEROS knob into a WITHOUT_KERBEROS knob so kerberized
ssh2 automatically is built when MIT Kerberos is installed, unless the
WITHOUT_KERBEROS knob is defined.
- Check for a library unique to MIT Kerberos to make sure it's not Heimdal
that KRB5_HOME accidentally points to.
- Add dependency on security/krb5 when built with Kerberos support.
- When compiled with Kerberos support also turn it on by default in client
and server config files and set "PermitRootLogin" to "nopwd" to only allow
those with root tickets declared in ~root/.k5login" to login as root. [1]
Ssh2 now should work out of the box in an environment using MIT Kerberos.
Submitted by: Peter Losher <Peter_Losher@isc.org> [1] (kerberos-patch-*)
Tested by: Peter Losher <Peter_Losher@isc.org>
---snip---
Submitted by: maintainer
Strange commit log formatting to prevent
ambiguous "Submitted by" lines by: committer
GNOME Clipboard Daemon is a program that keeps the content of your X
clipboard in memory, so the clipboard won't get lost even after you close the
application you copied from. It's a daemon - it has no GUI. You start it and
it'll run inthe background and Just Work(tm).
Example:
1. Start AbiWord.
2. Type in 'hello world'. Select everything and click Copy.
3. Close AbiWord.
4. Start gedit.
5. Click Paste. Normally nothing will happen. But if GNOME Clipboard
Daemon is running, pasting will work.
PR: 61869
Submitted by: Jeremy Messenger <mezz7@cox.net>