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.
|
|
|
|
2.0rc1
- resolve -r symbols during global symbol resolution
- using two -r arguments implicitly sets -b with branch
from second -r (if you can speak cvsps arguments, you'll
understand this)
- fix using cvsps against sourceforge where the actual
server repository path has many instances of the project
name in it and the 'strstr' was finding the wrong one.
instead use the equiv. of 'strrstr'
2.0b10
- fix bug where filenames with 'bad' characters (such as ' ')
were being sent unescaped to a shell
- add --no-cvs-direct and -Z 0 to disable cvs-direct and compression
- extend the 'fuzz-factor' concept by keeping a min/max date
encountered for each patchset and fuzz on this interval,
rather than fuzzing on the date of the first encountered
member only, helps for handling REALLY slow commits where a
HUGE number of individual files were modified at a slow trickle.
- it turns out that old versions of cvs have two problems
1) they don't support 'rlog' (handled)
2) they don't support 'version', which caused the workaround
for 1) to fail.
Now cvsps detects cvs versions too old to support version and/or
rlog. Additionally, if server is too old, cvs-direct is
simply disabled.
- parse the rc file first so that the command line will override
- add -q to shut-up the warnings
2.0b9
- remove Mbinary from valid-response list - can't handle it
- much more (pedantic?) clean-up/close path in cvs_direct
to fix all of the lost data and hanging problems at close
- added rlog capability to cvs_direct, switched main code
to use it.
- added version capability to cvs_direct, now cvsps is
completely independant of cvs binary for all operations!
- added --root and repository command-line arguments,
now cvsps is completely indepentant of having working
directory!
2.0b8
- fix the cvs_rupdate calls to use the real repository
instead of the mangled use_rep_path. This broke
cvs_direct generation of add/remove diffs
- fix the sed expression to account for the difference
between +++ and --- in the first and second lines.
This broke remove diffs for direct and external.
- attempt to fix a hang-at-flush bug in cvs-direct
compression handling
2.0b7
- implement compression in cvs_direct
- add command line -Z to specify compression level.
applies to cvs-direct and external cvs
- implement 'cvs_diff' in cvs-direct
- use cvs_diff instead of cvs_rdiff because it allows
us to specify all of the lovely diff options
- change system to my_system so ctrl-c will get
through. indirectly, this is necessary because
cvs has loused up the exit codes with the 'cvs diff'
command, making it impossible to determine whether
the program exited abnormally
- add parsing of ~/.cvsps/cvspsrc file at startup
where command line arguments can be listed, one
per line (parameters to arguments on the same line
as the argument). --norc prevents this
2.0b6
- fix bug where if -r was specified along with other
filter options, the other filter options were
applied first, and the start/end tags were
never found.
- change -f from strstr to regex
- change regex to EXTENDED regex
- add the --cvs-direct option
2.0b5
- add a cvs_check_cap for capability checking.
- use cvs_check_cap to check whether rlog is
supported. it's not supported in 1.11 and
before. warn if non-supported version is
detected
- add --no-rcmds to manually disable rlog and rdiff
- add a fix for some bizarre inconsistencies found
in some random repositories, such as tagged
revisions that don't exist.
- remove the adaptive crap filter and bk_log_border
logic now that Larry has cleaned up the exported
BK->CVS trees.
2.0b4
- add the bk_log_border parsing logic to handle the
case where 'cvs log' text was committed into the log
- add 'adaptive crap filter' logic to handle all
of the different corruptions of the cvs log file
- switch to rdiff instead of diff to not require working
files to be checked out. Note: when --diff-opts are
specified, diff must be used (not rdiff) because
rdiff doesn't support options(?!!)
2.0b3
- add the --diff-opts for explicitly setting the diff
options. important for setting increased context for
example.
- use 'cvs rlog' instead of 'cvs log'. important if
there are empty directory pruned with cvs update -P
for getting consistent patchset numbering
- clean up patch_set_affects_branch for handling INVALID
tags and the -r especially around a branch point
- add the bkcvs proof-of-concept hack
2.0b2
- change the way INVALID tags are reported - show the exact
patchsets and revisions that conflict, and don't print
anything for 'funky' tags/revisions
- add psid to the patchset structure and pass through tree
once just to assign the numbers. this allows reporting
psid when problems are found (above)
- more code restructuring - move stats to own module
- commenting cleanups
- include the very rudimentary merge_utils.sh functions
I use to assist merging stuff
- change the way diffs are generated, handle individual
members that are before/after the -r tag restrictions
- change the semantics of the -s argument. it now only
restricts the patch sets the same as the other filtration
arguments. new argument -g turns on diff generation
- add manpage section discussing tag handling semantics
2.0b1
- major restructuring of source code. single cvsps.c split into
a few modules
- major rework of the data structures in order to support the most
frequently requested, and most desired feature: -r. cvsps
can now associated symbolic tags with specific patchsets,
branches are now associated with the patchset instead of
the individual revision. you can view patchsets committed
after a given symbolic tag, or between two tags.
- changed the handling of same author, same log message commits
on different branches. this now creates multiple patchsets
- changed the handling of 'file xyz initially added on branch xyz'
log messages, they now create hidden patchsets.
- these last two items have made the patchset numbering scheme
incompatible with the old scheme. patchsets are going
to change numbers.
1.99.1 (not released)
- redid the data structures a bit to 'normalize' the references to
a file revision. this allows the program to detect the case
when a file is added on a branch, and generate the right output
for 'cvsps -s' in this case (frequent bug report)
- added the '-l' option to restrict patchsets based on log descr
content. (patch from Geoff Soutter). added man page for it.
- added the --summary-first option suggested by Andi Kleen to
have the PatchSet summary information for all patchsets at
the head of the output, when multiple patchsets are given
to the -s option.
- added the all: target to Makefile. (patch from Ben Elliston)
- use a single centralized cvsps.cache file per root/repository
this obviates the need to 'cvsps -u' in multiple checked out
trees of the same repository (patch adopted from Baruch Even)
- change the magic name TRUNK (for -b option) to HEAD to be
consistent with cvs. (patch from Henrik Nordstrom)
- when parsing 'cvs log' output, look for the exact strings
that separate the log entries and the files, instead of
just the first 8 characters. this allows a wider variety
of stuff to be in the log format (including actual patchsets).
Inspired by Andy Isaacson.
- added the -p option allowing patchset output to go into
individual files in a named directory. Based on a patch
by Henrik Nordstrom. This is a great idea. Thanks Henrik.
|
|
|
|
|
|
This will fix build problems of inputmethods/sj3-*. Noted by Ishihara
on tech-pkg-ja@jp.NetBSD.org.
|
|
working yacc(1).
|