pkgsrc changes: change two-step replacement to one-step (getting
rid of some patches).
Remove fgetstr patch that isn't needed any longer.
Upstream changes:
All:
- make file system restructured: all Schily include files are now located
in ..../include/schily/
- Now using new definitions from Steven M. Schweda in
include/schily/xmconfig.h
VMS users: in future, you need to specify cc -DUSE_STATIC_CONF
in order to get the old static configuration.
- new file schily/errno.h
Libfind:
- Next development step makes libfind usable by star again
Cdrecord:
- New option driveropts=layerbreak switches DVD-R/DL into layer jump mode
- New option driveropts=layerbreak=value sets manual layer break
- cdrecord -prcap now also printf the MMC4 profile list and the feature list
- SCSI MMC4 print feature codes enhanced
- SCSI MMC4 print feature now knows more cecent feature numbers
- "gconf" ebug code removed - no longer needed
- print formated capacity values with cdrecord -atip
Mkisofs (By Jörg Schilling and James Pearson):
- Fixed a bug that could cause mkisofs to core-dump in multi session
mode. Thanks to Fukuhara Kazuhiko
for reporting the bug.
won't build due to some missing data files in tarball.
Uses gmake and perl.
Set the --localstatedir.
Set some BUILDLINK_API_DEPENDS to required versions for a few
dependencies.
Include MesaLib also.
Add actual PLIST (was empty before).
Remove patch-aa -- this should be in upstream already.
Sorry real changelog not added here -- this is a work in progress.
2.0
- Released 10/04/06
- Moved man page to section 8
- Significantly re-factored code
- Fix long-protocol-names-break-formatting bug
(reported by Bill Hudacek <hudaceks@verizon.net>)
- Move all flag bools into a new flags_t struct
- Move format-decisions to end
- Move all counters into a new counters_t struct
- Make the stable vector dynamic instead of a huge pre-allocation
- Move many variables to #defines
- Fix bug in "totals" line (numbers didn't always add up)
- Add display of skipped entries on "totals" line
- Move various char*'s to strings.
- Move most snprintf()s to stringstreams.
- Rewrite and significantly improve dynamic sizing of columns
- Add a new interactive help window
- Add srcpt and dstpt filtering
- Add long options
- Make interactive help scroll-able
- Make main window scroll-able
- Make having the main window be scrollable configurable and if not scrollable
then use stdscr instead of a pad. Make this togglable interactively.
- Redo command-line options so they match interactive options
- Add ability to change all filters and the refresh rate interactively
- Handle window resizes (SIGWINCH) properly
- If we can't read ip_conntrack, error and exit rather than fail
silently
- Cleanup nicely if we get killed (SIGINT or SIGTERM)
- Add color-coding of protocols
ChangeLog has:
2006-04-30 Matthieu Herrb <matthieu.herrb@laas.fr>
* src/Makefile.am
Define BITMAPDIR for the case where ${prefix} != /usr
2006-03-20 Adam Jackson <ajax@freedesktop.org>
* src/Makefile.am:
Bug #6276: Fix build on Cygwin. (Yaakov Selkowitz)
(I am not sure if this works with XFree86 or not.)
ChangeLog contains:
2006-05-12 Adam Jackson <ajax@freedesktop.org>
* src/Makefile.am:
Fix the soversion to 3.1.0.
2006-04-02 Adam Jackson <ajax@freedesktop.org>
* src/Xfixes.c:
Coverity #576: Plug a leak on the error path.
2006-3-13 Deron Johnson <deron.johnson@sun.com>
* configure.ac
* include/X11/extensions/Xfixes.h
* src/Cursor.c
Composite Version 0.3: CompositeGetOverlayWindow, CompositeReleaseOverla
yWindow
Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor
generator. You document your code in a natural syntax that reads like plain
English. Natural Docs then scans your code and builds high-quality HTML
documentation from it.
Full Language Support (Full code documentation, Inheritance diagrams,
Auto-scoping):
C#, Perl, ActionScript 2
Basic Language Support (Explicit documentation only, No inheritance diagrams,
Topic scoping):
C/C++, Java, PHP, Python, PL/SQL, Visual Basic, Pascal/Delphi, Ada,
JavaScript, Ruby, Tcl, ColdFusion, Assembly, Fortran (free-format only),
R, Makefiles, Plain Text, Custom Languages
directory synchronization tool. It makes use of the GTK libraries and
is released under the GPL license, so it is opensource. It is in beta
stage and doesn't support all of rsync features, but can be effectively
used to synchronize local directories. For example some people use grsync
to synchronize their music collection with removable devices or to backup
personal files to a networked drive.
. SYSCONFBASE instead of hard-coded /etc
. VARBASE instead of /var
. use of CONF_FILES & PKG_CONFIG=no
. files/mailer.conf instead of configure.sh's one
* Support for newer Twisted versions.
* Improved ad-hoc command support.
* Improved daemonized mode support.
* Improved roster import support.
* Support for vcard filtering (JEP-0164).
* Improved unicode handling.
* Fixes for handling of AIM permissions.
* More thorough avatar support.
* Added support for MySQL database encrypted passwords.
* Lots of misc other improvements.
the background until a PIN request is sent by the bthcid(8) daemon,
when it puts up a dialog for the user to enter a PIN.
(import this to the right directory :)
Changes:
2006-08-24 Mikio Hirabayashi
- Makefile was modified to assure portability.
- Silent flag was added to the C++ API, the Java API, and the Ruby API.
- Release: 1.8.71
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only a few
dependencies from other packages. Another goal was to be as independent
as possible from a special Desktop Environment like KDE or GNOME.
So it is using only the GTK2 toolkit and therefore you need only the
GTK2 runtime libraries to run Geany.
P.S. I would really recommend to try this great tool ;)
Added PY_PATCHPLIST=yes and CONFIGURE_ENV+= PYTHON=${PYTHONBIN} so that
correct python version is used.
Updated PLIST to use PYSITELIB (as generated by make print-PLIST).
Removed patch-a{b,c} because they are now integrated in official
distribution.
Comment out a CONFIGURE_ENV and CPPFLAGS setting. Still testing this.
Added CFLAGS+=-D_POSIX_THREAD_SAFE_FUNCTIONS
which is needed on NetBSD -current (at least).
Changes to source:
Bug #7349: Missed one of the setuid fixes.
Update to final Compose cache directory location.
Fix alignment of trees and wide chars in the cache.
First (dummy) entry of compose caches was not initialized and thus contained
varying garbage.
Check setuid() return value.
Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
based on locale that doesn't match those used in the Xcms.txt
Bug #3104: Compose table cache for faster X11 application starts.
and more ...