pkgsrc changes:
o provide GKRELLM_DEBUG to easily build a debug version (should help with
the spinning gkrellm issue)
o don't strip binaries in debug mode
o small gkrellm Makefiles fixes
GKrellM changes (from Changelog):
o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug
I introduced into the last release where parsing of the mail reader
command could fail.
by me.
libol is a library written by the author of syslog-ng, Balazs
Scheidler, which is used in syslog-ng. A built copy of libol needs to
be present on a system when syslog-ng is built.
- PR pkg/23017
- PR pkg/23495
- PR pkg/23496
- PR pkg/24578
The patches for 23017 and 24578 were provided by reed@. Although rh@
suspended PR 23017 saying that pkgsrc does not support installation to
/usr, this still needs to be fixed because the same problem occurs
even when LOCALBASE != /usr.
Changes since 2.6.10:
Changed NOGROUP usage in src/Cred.c++ to -1 as NOGROUP is not defined
in IRIX.
(mraymond@sgi.com)
removed const modifier from Scheduler.h to fix GCC 3.x build.
(wardle@sgi.com)
created new GNU autotools files:
- test whether we have IMon rather than testing OS.
- test whether we have sockaddr length members rather than testing OS.
- install daemon in sbin rather than bin.
- install manual pages in typical GNU/Linux sections.
- rename daemon to famd.
- rename fam source directory to src.
- rename libfam source directory to lib.
- remove editconf and util subdirectory.
- remove rpm target and build subdirectory.
- remove support target and subdirectory.
[wardle@sgi.com] (wardle@sgi.com)
fixed warnings about typenames in BTree.h.
(wardle@sgi.com)
regardless of the result of sys/statvfs.h availability test. It
results in two definitions of HAVE_STATVFS in confdefs.h. Check the
availability of sys/statvfs.h only on IRIX platforms to ensure that
HAVE_STATVFS is defined at most once.
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
(or pkgsrc) from the 00DIST file:
4.71 March 11, 2004
...
Added process_kqueue() function prototypes for FreeBSD,
NetBSD and OpenBSD.
...
Added support for the optional reporting of socket
options, socket states and TCP flags for most currently
supported dialects. John Smith <lbalbalba@hotmail.com>
and Tristan Nefzger <tn@bhtrader.com> requested the
information. The dialects and their versions for which
this feature has become available include:
AIX 4.3.2 and 5.[12]
Apple Darwin 7.2
BSDI BSD/OS 4.3.1
Digital UNIX and Tru64 UNIX 4.0
FreeBSD 4.9 and 5.2
HP-UX 11 and 11.11 (aka 11i)
NetBSD 1.6ZH
OpenBSD 3.4
OPENSTEP 4.2
OpenUNIX 8
Solaris 2.6, 8, 9 and 10
UnixWare 7.1.[134]
This Perl module tries to determine the full host name in a portable way
on multiple operating systems (mac, windows, unix*).
A patch is included which should make this module work on most *nix
platforms, not just on Linux. Submitted to the author via rt.cpan.org.