Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
|
|
Not bumping revision since this uses libbonoboui, which includes gnome2-dirs
too (and we still have recursive dependancies).
|
|
|
|
|
|
|
|
Changes since 1.11.12:
**********************
GENERAL USER ISSUES
* Several memory leaks have been plugged.
* Thanks to Ville Skyttä the man page has a few less spelling errors and is
slightly more accurate.
* An unlikely potential segfault when using the :fork: connection method has
been fixed.
* Misc cosmetic, readability, and commenting fixes.
* The CVS server has had the protocol check for unused data from the client
partially restored.
* A fix has been included that should avoid a very rare race condition that
could cause a CVS server to exit with a "broken pipe" message.
* A minor problem with the nmake build file that was preventing the source from
compiling under Windows has been fixed.
* Tests have been added to the test suite.
Changes from 1.11.11 to 1.11.12:
********************************
GENERAL USER ISSUES
* Infinite alias loops in the modules file are now checked for and avoided.
* Clients on case insensitive systems now preserve the case of directories in
CVS/Entries, in addition to files, for use in communications with the CVS
server.
* Some previously untested behavior is now being tested.
* Server support for case insensitive clients has been removed in favor of the
server relying on the client to preserve the case of checked out files, as
per the CVS client/server protocol spec. This is not as drastic as it may
sound, as all of the current tests still pass without modification when run
from a case insensitive client to a case sensitive server. This change
disables little previous functionality, enables access to more of the
possible namespace to users on systems with case insensitive file systems,
fixes a few bugs, and in the end this should provide a major stability
improvement.
* Thanks to Ville Skyttä the man page is a bit more accurate.
* Thanks to Ville Skyttä some unused variables were removed from the log_accum
Perl script in contrib.
* Thanks to Alexey Mahotkin, a bug that prevented CVS from being compiled with
Kerberos 4 authentication enabled has been fixed.
* A minor bug that caused CVS to fail to report an inifinte alias loop in the
modules file when portions of the alias definition contained trailing slashes
has been fixed.
* A bug in the gzip code that could cause heap corruption and segfaults in CVS
servers talking to clients less than 1.8 and some modern third-party CVS
clients has been fixed.
* mktemp.sh is now included with the source distribution so that the rcs2log
and cvsbug executables may be run on systems which do not contain an
implementation of mktemp.
* Misc documentation fixes.
|
|
|
|
Changes since 0.4.7:
- Traceback text is now cached.
- Tracebacks can be propagated across sockets as text.
- Added makeLogRecord() to allow a LogRecord to be created from a dictionary.
- Closing a handler now removes it from the internal list used by shutdown().
- Made close() call flush() for handlers where this makes
sense (thanks to Jim Jewett).
- The exc_info keyword parameter can be used to pass an exception tuple as
well as a flag indicating that the current exception should be logged.
- A shutdown hook is registered to call shutdown() on
application (Python) exit (thanks to Jim Jewett).
- Removed redundant error check in setLoggerClass().
- Added RESET_ERROR to logging.config.
- SocketHandler now uses an exponential backoff strategy.
- Minor documentation corrections.
- Made _listener global in stopListening().
- Made listen() correctly pass the specified port.
- Removed some redundant imports in __init__.py.
- Added the record being processed as a parameter to handleError.
- Handler.handle returns the result of applying the filter to the record.
- Added a seek(0, 2) in RotatingFileHandler before the
tell() call. This is because under Windows, tell()
returns 0 until the first actual write.
- Altered findCaller to not use inspect.
- Renamed warn and WARN to warning and WARNING. This may break
existing code, but the standard Python module will use
warning/WARNING rather than warn/WARN. The fatal and FATAL synonyms
for critical and CRITICAL have also been removed.
- Added defaultEncoding and some support for encoding Unicode messages.
- Added process ID to the list of LogRecord attributes.
- Modified Logger.removeHandler so that it does not
close the handler on removal.
- Modified SMTPHandler to treat a single "to address" correctly.
- Modified SMTPHandler to add a date header to the SMTP message.
- Modified HTTPHandler to factor out the mapping of
a LogRecord to a dictionary.
|
|
|
|
|
|
provided by Andrey Petrov in PR 24658
Libelf - ELF object file access library.
|
|
* Interface changes
* New features and improvements: library, programs
* Major bug fixes
(See ANNOUNCE for details)
|
|
Added .align directive
|
|
script is called with a hard-coded target that is not in
the pkgsrc/mk/gnu-config/ files.
|
|
* Added support for x86_64 (AMD64) Linux
* Added support for PowerPC MacOS X
PkgSrc:
* use buildlink3.mk
* create shared libraries
|
|
PR pkg/24403.
|
|
Changes since 5.5.3:
* AutoFSM was enhanced with the notion of a "noop" transition handling
* fmemopen() is now used (when possible) for anonymous output (diversions)
* The Guile function (chdir "...") is now wrapped so AutoGen can adapt
* the definitions parser now uses a FSM parser instead of YACC
* AutoOpt-ed programs can now have internationalized usage text
* Templates have been added for using getopt(3) or getopt_long(3GNU)
to parse options (in lieu of libopts).
* better docs on partitioned ini (rc) files
|
|
|
|
The 0.6.7 release fixes some bugs:
- be more backward-compatible when asking for EMAIL_CHARSET
- made error on create consistent with edit when user enters invalid data
for Multilink and Link form fields (sf bug 904072)
- made errors from bad input in the quick "Show issue:" form more
user-friendly (sf bug 904064)
- don't add a query to a user's list if it's already there
- nicer invalid property error in HTML templating
- use EMAIL_CHARSET for message body too (still sf bug 900046)
|
|
|
|
A model is a simplified representation of the real world. Engineers
use models to gain confidence in the adequacy and validity of a proposed
design.
Models are described using state machines, known as Labelled Transition
Systems (LTS). These are described textually as Finite State Processes
(FSP) and displayed and analysed by the LTSA analysis tool.
This package provides the LTSA utility exposed above. It is specially
useful to be used together with the 'Concurrency: State Models & Java
Programs' book, whose page is at http://www-dse.doc.ic.ac.uk/concurrency/.
|
|
|
|
revision 1.29
date: 2004/02/18 19:13:30; author: jlam; state: Exp; lines: +23 -23
Configure and build shlibtool after configuring and building libtool,
resepectively. This makes the build output look more logically grouped
into phases.
to make this build again on 1.5.x systems.
Addresses PR 24588.
|
|
add NOT_FOR_PLATFORM accordingly
|
|
From neil at daikokuya dot co dot uk in PR 24585.
Bump PKGREVISION to 1.
|
|
This release contains a number of significant performance and feature
enhancements and reflects the contributions of an active community of
volunteer developers, reviewers, enlightening critics, kibitzers, and
testers.
Of particular interest to many will be the new support (relative to
1.1) for "archive signing and integrity checking" -- a facility by
which the integrity of a publicly accessible archive can be verified.
|
|
Release 2.1.2 is a maintenance release to fix serious defects present in
release 2.1.0 and 2.1.1. These changes only affect some plug-ins and features.
Modified plug-ins have version id "2.1.2"; plug-ins unchanged since the 2.1
release still have version id "2.1.0"; plug-ins unchanged since the 2.1.1
release still have version id "2.1.1". Note, however, that all features now
have version id "2.1.2" (even if none of their plug-ins changed).
Changes:
License is in one line
BIDI: ToolTiptext do not have Right to left Reading order
BIDI: Lack of leading and trailig styles for alignment of...
BIDI: drop-down list of rtl-oriented CCombo is displayed ...
BIDI: keyboard's left and right arrows change value of rt...
BIDI: keyborad's left and right arrows move focus between...
BIDI: problem with keyboard's left and right arrows, when...
BIDI: rtl-oriented Tracker has wrong behavior.
BIDI: StyledText to support RIGHT_TO_LEFT orientation
GPs on exit
Stack overflow in code assist
BIDI: Some custom widgets can't be created with explicitl...
BIDI: When UpDown control of rtl-oriented TabFolder is us...
BIDI: PopupList can't be created with explicitly assigned...
BIDI: LTR-oriented MessageBox can't be created, if it's p...
Search indexes generated for similar locales
BIDI:GC.drawImage(0, ... draws at 1, ... when using RIGHT...
BIDI:Caret cheese when resizing RIGHT_TO_LEFT StyledText
BIDI: Drop-down list of CCombo doesn't inherit it's orien...
BIDI: text in the rtl-oriented Text control can't be alig...
BIDI: rtl-oriented TableCursor set next column instead of...
[Bidi] StyledText - support dynamic changing of orientation
Searching for wildcard character * causes server memory e...
Java memory arguments not being passed to operational VM
Bidi: StyledText - exception in autoscroll in bidi
Numerous single type imports can slow compiler down signi...
Extensible debug events
JavaBreakpoint.recreate() should call getAdapter(IJavaDeb...
setSuperclass(String superclassName) API of org.eclipse....
setSuperInterfaces(String[] interfaceNames) API of org.e...
BIDI: MIRRORED bit can't be switched on in the style's bi...
BIDI: rtl-oriented StyledText has overlapping segments pr...
BIDI: StyledText has problem with drawing of selection in...
Performance issues with builder
Abstract class fails to invoke interface-defined method i...
JDT compiler fails to compile legitimate Java code.
Installing patch via New Updates search doesn't respect m...
Eclipse Infocenter framework strings not getting translat...
Printing disabled in Solaris
IndexOutOfBoundsException during indexing help
jck1.4a failures
StyledText - selection rendered incorrectly on bidi platf...
Chkpii errors for the 2.1.2 build
BIDI: CHECK style doesn't work with RTL Tree or Table
Bidi: DCR setOrientation API for Text and Combo widget
Stepping through session bean is very slow in WSAD v5.1
3.0M3 fails startup
Java files generated from PDE templates contain IBM copyr...
Plugin editor incorrectly reformats packages prefixes
bookmark's title(DBCS) breaks.
BIDI: Mirrored text appears on every editor
Using a workspace created with 2.1.1 fails with 2.1.2 RC2
The complete list of changes is available from
http://bugs.eclipse.org/bugs/buglist.cgi?product=JDT&product=PDE&product=Platform&target_milestone=2.1.2&resolution=FIXED&order=bugs.bug_id
|
|
config.status.overridden since the change in rev. 1.1413 of bsd.pkg.mk.
|
|
|
|
gcc < 3.x, as shown in last kristerw@'s bulk build.
|
|
kristerw@'s bulk build under NetBSD 1.6, which has a too old X version.
|
|
|
|
|
|
|
|
Closes PR pkg/24119.
|
|
in CHANGES and remove from TODO.
|
|
* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
(Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
* bugfixes (bad g_free, and a null string issue that caused SEGV on
Solaris when running sample programs).
|
|
|
|
passed to count_trailing_zeros()
|
|
anjuta now uses GTK+2/GNOME2 environment. There has been a lot of active
development since the 1.0 branch, listing it would be way too long (parsing
it, too). Refer to ChangeLog in the WRKSRC directory.
|