Commit graph

5977 commits

Author SHA1 Message Date
minskim
fa6f2eb115 Remove reference to non-existent buildlink2.mk. 2004-06-11 18:12:11 +00:00
minskim
1ad4df4481 Temporarily disable pkgviews installation, because currently it
breaks other packages when enabled.
2004-06-11 18:12:10 +00:00
salo
1e88075dc3 Add patches from silc cvs repository.
Should fix build on Darwin/Mac OS X.
2004-06-11 10:05:06 +00:00
markd
5dba36f66e update to kdevelop 3.0.4 (part of kde 3.2.3) 2004-06-10 12:48:37 +00:00
markd
abdb25401a update to kdevelop 3.0.4 (part of kde 3.2.3)
changes:
unknown
2004-06-10 12:47:03 +00:00
markd
62938168f1 update to kde 3.2.3
changes:
* kuiviewer: Fixed loading of menu layout definition
* cervisia: Fixed several bugs in resolve dialog
* cervisia: Don't ignore the CVS_RSH setting during checkout
* cervisia: Handle spaces in the working folder name correctly
* cervisia: Honor option "Hide Non-CVS Files" when opening a branch in the
  file tree
2004-06-10 12:44:21 +00:00
grant
30980e582d Updated cvs to 1.11.17.
changes since 1.11.16:

SERVER SECURITY FIXES

* Thanks to Stefan Esser & Sebastian Krahmer, several potential security
  problems have been fixed.  The ones which were considered dangerous enough
  to catalogue were assigned issue numbers CAN-2004-0416, CAN-2004-0417, &
  CAN-2004-0418 by the Common Vulnerabilities and Exposures Project.  Please
  see <http://www.cve.mitre.org> for more information.

* A potential buffer overflow vulnerability in the server has been fixed.
  This addresses the Common Vulnerabilities and Exposures Project's issue
  #CAN-2004-0414.  Please see <http://www.cve.mitre.org> for more information.
2004-06-10 10:06:43 +00:00
xtraeme
d54e87ef55 Sort. 2004-06-10 07:11:01 +00:00
cube
45368fbaf6 Remove an obvious left over from a test. Fixes PR 25880. 2004-06-09 20:51:10 +00:00
jmmv
7c4e663c06 Fix build in systems where sigaction is not available, as in NetBSD 1.6.2.
Noted by last kristerw@'s bulk build.
2004-06-08 22:10:04 +00:00
jschauma
b542d33732 Make this compile under Linux. 2004-06-08 19:51:36 +00:00
tv
12af904b6f sigh, nb1 already?... Fix the interaction of devel/boost and
devel/boost-thread by choosing user.hpp vs. thread_user.hpp based on
_REENTRANT or _PTHREADS being defined.  (This set of conditionals will
probably need to be expanded as SunPro and MIPSpro are tested.)
2004-06-07 04:45:11 +00:00
tv
d5e0330b5b Fix permissions of include files too. 2004-06-07 01:36:19 +00:00
tv
90f360830b Fix error in previous (copy and paste from boost-thread that should not
have been here).
2004-06-07 01:34:25 +00:00
xtraeme
ec7f6dd06d Remove a patch forgotten in previous commit. 2004-06-07 00:19:02 +00:00
xtraeme
4f62e10d50 Update devel/sdcc to 2.4.0.
Too many changes to list here, please review the Changelog file.
Mostly they were bugfixes.

The patch to update to this version was sent via private email
by Sergio Jimenez <tripledes at eslack dot org>.
2004-06-07 00:16:58 +00:00
tv
f36f9df139 It was PYTHON_VERSIONS_ACCEPTED, not PYTHON_VERSION_ACCEPTED. Regardless,
use the _INCOMPATIBLE negative variant instead.
2004-06-07 00:01:02 +00:00
tv
7db9aba4f1 Update devel/boost to 1.31.0. The most notable change here is a more robust
build system, which is actually being used now to build the backing binary
libraries necessary to make date_time, regex, and a few other libraries
work.

While here, the thread and python libraries have been split out to their
own subpackages, devel/boost-thread and devel/boost-python, so that the
main boost package need not rely on the presence of either to provide
basic functionality.
2004-06-06 23:51:36 +00:00
abs
531cd31b67 Update cpuflags to 0.70
Correctly 'downgrade' -march=pentium3 -mno-sse to -march=pentiumpro
    for older compilers. Should address PR pkg/25759
2004-06-06 22:59:29 +00:00
recht
8c3a0e000d update to 0.7.3
0.7.3 is a SECURITY FIX release of Roundup. All users are encouraged
to upgrade immediately.

2004-05-28 0.7.3
Fixed:
- add "checked" to truth values for Boolean input
- fixed import in metakit backend
- fix SearchAction use of Class.filter(), and clarify API docs for same
- ensure static files may only be served out of the tracker's "static
  files" directory
2004-06-06 21:52:53 +00:00
salo
3d8073d430 Add silc-toolkit. 2004-06-06 21:44:51 +00:00
salo
21069efaa0 Initial import of silc-toolkit-0.9.12: Secure Internet Live Conferencing
(SILC) protocol Toolkit.

SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services in the Internet over insecure channel.

SILC superficially resembles IRC, although they are very different
internally. SILC is much more than just about `encrypting the traffic'.
That is easy enough to do with IRC and SSL hybrids, but even then the
entire network cannot be secured, only part of it.

SILC provides security services, such as sending private messages entirely
secure; noone can see the message except you and the real receiver of the
message. SILC also provides same functionality for channels; noone except
those clients joined to the channel may see the messages destined to the
channel. Communication between client and server is also secured with
session keys and all commands, authentication data (such as passwords etc.)
and other traffic is entirely secured. The entire network, and all parts of
it, is secured.

SILC has secure key exchange protocol that is used to create the session keys
for each connection. SILC also provides strong authentication based on either
passwords or public key authentication. All authentication data is always
encrypted in the SILC network. Each connection has their own session keys,
all channels have channel specific keys, and all private messages can be
secured with private message specific keys.
2004-06-06 12:23:17 +00:00
grant
450eaed550 libusb is only for Darwin, FreeBSD, Linux, NetBSD and OpenBSD. 2004-06-06 02:22:15 +00:00
jschauma
d905604a86 Update jGRASP to version 1.7.0. Changes/bug fixes since 1.6.4:
- Some compatibility issues when running under Sun Java 1.5 beta are
  resolved. There probably are other problems.
- Some characters with valid font mappings, such as curly double quotes on
  Windows, may show up as hex codes in the CSD and Run I/O windows.
- After doing a "find" in the Run I/O window, the cursor may move into the
  output region, which will allow editing of previous output, and may lead
  to other problems.
- If a "clear" or "File / Open" is done from a CSD window, settings for
  the previous file will not be saved, and the file will not be added to
  the "Recent Files" menu.
- If text above the screen which contains all bookmarks or breakpoints is
  cut, the on-screen text will not be shifted, and the display may be
  temporarily corrupted.
- In the jar and documentation generating tools, some of the files are not
  stored as relative, and will become absolute when jGRASP is restarted.
- This means that if a project is move, the jar target file and
  documentation target directory will not move with it, and will have to
  be reset.
- Command paths for compile, run, etc. are not quoted on Windows. This can
  cause "C:\Program Files\etc\etc\something.exe" to fail if the file"
  C:\Program" exists, for example.
- Selecting both files and the project in the project tab and using "Open"
  from the popup menu will cause a harmless crash, and some or all of the
  files may not open.

- Switched default debug attacher from shared memory to socket on Windows
  NT/2000/XP, since the shared memory attacher tends to lock up under Sun
  Java 1.5 beta.

- In a CSD window, undoing edits on a saved file then doing an equal
  number of edits will mark the file as unmodified, even though it is
  modified. This may cause unexpected behavior, and lost edits.
- In the debugger and workbench, doubles and floats with NaN values will
  always be shown in red text (indicating change) even when the values
  were previously NaN.
- In 1.6.6, timeouts were added to kill the debugger if it did not respond
  for 10 seconds. This proved to be a problem because of modal dialogs. If
  jGRASP locks up while using the debugger or workbench, you should kill
  the target process externally using Task Manager on Windows, "kill" on
  UNIX/Linux, etc.

- Multiple projects can be open simultaneously.
- Workspaces can be saved and loaded.
- Project level run and debug commands are available on the UML window.
- Methods can be invoked while debugging from within the workbench.
- Numerous other small features were added, menus reorganized, etc.

- The default project has been eliminated, and users can now use jGRASP
  "projectless".
- Expression evaluation in the Java debugger now supports varargs and
  autoboxing/unboxing.
- Values in the Java debugger can now be dragged to anywhere and released
  to pop up a "view by name" viewer.
- Shortcut operators -- && || ?: -- can now be used in eval expressions,
  method arguments, etc. in the integrated Java debugger.

- Long lines in PostScript printouts may contain added spaces.
- UML print preview fails (display is incorrect) when the size of the
  previewed pages is smaller than a certain size.
- Text can be dragged and dropped into compile messages window and jGRASP
  messages window, which can result in mangled output.
- Debug "eval" gives incorrect results for == and != when applied to
  Objects.

-  Printing may crash when part of the text is folded.
- Closing the UML window while compiling from the UML window causes a crash

-  Paste of plain text was broken in Beta 3 (rtf still worked though).
- For the Java debugger, watch markers on inaccessible fields are the same
  color as the field marker instead of black, which can make them hard to
  see

- CLASSPATH is passed to appletviewer commands
- Detailed messages are now given when a compiler or program fails to run
  on UNIX/Linux

- A bug that was causing an occasional crash at start-up was fixed
2004-06-05 22:51:25 +00:00
minskim
25d93d9c98 Enable pkgviews installation. 2004-06-05 16:32:02 +00:00
dillo
a4c6706b7f USB joystick: number axes in usual order (X, Y, ...), not in order
returned by device.  Makes joysticks that return Z before X usable.
2004-06-05 14:04:21 +00:00
xtraeme
3be38dae2b Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
jschauma
92e10d3764 this seems to work under Linux/i386, too. 2004-06-04 20:56:10 +00:00
jschauma
2d07470394 Allow/enable build under Linux, which works just fine now that we have
ez3m linuxable.
2004-06-04 18:19:50 +00:00
jmmv
a5dea872c7 Update to 2.4.2:
* Win32 bug fixes
 - make printf accept ll format modifier [Tor Lillqvist]
 - only believe HOME if it is an absolute path an exists [Tor]
* Other bug fixes (Steve Lhomme, Tor, Hans Breuer, Manish Singh,
  Owen Taylor, Matthias Clasen, Nikolai Weibull, Benoît Carpentier,
  Morten Welinder)
* New and updated translations (de,it,ja,ko,no,pt_BR,sq,wa,zh_CN)
2004-06-04 17:52:35 +00:00
tv
b14e20abeb Rather than pulling in sgi-stl: The only package using this is in wip,
and already requires gcc 3.3, so simply make this require gcc >=3.0 (if
PKGSRC_COMPILER uses gcc; else let the system compiler STL suffice).
2004-06-04 15:07:17 +00:00
shannonjr
815d1479c7 Re: PR 25546 Synopsis: The current release of ddd is 3.3.8. I have an
updated pkg available for pkgsrc.
Updating to revision 3.3.8 per assignment by Martti Kuparinen. This closes
the referenced PR.
2004-06-04 11:19:32 +00:00
adam
a43108aca4 Changes 1.10:
* Major bugfixes
* Made to work with gcc-3.4
2004-06-04 08:16:53 +00:00
jschauma
07161a5d24 Tell libtool's configure to use 'nm -B' under IRIX.
This closes PR pkg/25712.
2004-06-03 23:31:53 +00:00
xtraeme
3e9b739839 Update devel/allegro to 4.1.14.
Changes:

# Fixed a couple of problems in dat2c.
# Polished the MacOS X package builder script.
# Added a Jack sound driver to the Unix port.
# Added support for debugging with DMalloc under Unix.
# Fixed detection of the ALSA 1.0 MIDI driver.
# Fixed compilation with --enable-color8=no under Unix.
# Now it is possible to link against the Allegro framework with the
  allegro-config script under MacOS X.
# Fixed a bug in fixbundle with 32bpp icons and alpha channel under MacOS X.
# Restored the compensation code for end-of-frame in the FLI player.
2004-06-03 23:29:52 +00:00
shannonjr
8999e32fec Removed ability to build with gcc-3.4 as this package has been removed. 2004-06-03 22:07:50 +00:00
shannonjr
1ae247c694 Removed entry for florist. It was necessary to remove florist because it
depended on removed package gccAda-3.4
2004-06-03 21:44:30 +00:00
shannonjr
5e85843acb Removing package because it depends on package gccAda-3.4 (just removed) 2004-06-03 21:42:37 +00:00
abs
d68a235c89 Add jdk14 (and in some cases jdk13) 2004-06-03 20:13:03 +00:00
shannonjr
4b167fa72a Implemented request of "Jeremy C. Reed" <reed@reedmedia.net> revising
installation directory for libs and includes to be: ${PREFIX}/lib/gdb6
and ${PREFIX}/include/gdb6.
2004-06-03 20:02:02 +00:00
shannonjr
d083910bc1 Revised Makefile so that the GNU libraries: libbfd.a, libbfd.la, libiberty.a
libmmalloc.a, libopcodes.a, and libopcodes.la along with associated header
files are installed relative to ${PREFIX}/gdb6 rather than ${PREFIX} to avoid
conflicts with other packages. PLIST adjusted accordingly.
2004-06-03 18:48:48 +00:00
minskim
3b814f1a59 Update libstroke to 0.5.1 and switch to Tcl 8.4. This closes PR pkg/25574.
Changes since 0.3:
  The big NEWS is that LibStroke now can draw the strokes! Yeeepeeee!
  But it does not do so by default, you need to pass --with-mouse-footprints
  to ./configure. After compiling everything try tests/stroke_test to
  see how this works.

  There's even more: libgstroke, a stroke implementation for GNOME has
  been contributed by Dan Nicolaescu. It is fully functional (it
  also supports mouse footprints by default!) and has a very easy to
  use API. Try tests/gnome_stroke_test to see how it works (source
  code in tests/gnome_stroke_test.c).

  We are proposing a set of strokes to be standard strokes. A pretty
  picture with them their string representation can be found in
  doc/standard_strokes.jpg
  A text listing is in doc/standard_strokes.txt (we will find some
  better names than the current ones).
  We'll also add some "sloppy strokes" for the standard strokes.

  We created autoconf macros for libstroke and libgstroke, they are in
  the macros subdir.

  Java port included and some misc bug fixes with the install process.
2004-06-03 16:21:14 +00:00
uebayasi
e819a024ef Update to exctags to 5.5.4.
Changes since 5.5.0:

* Added support for Perl labels.
* Added support for Perl "use constant" [Perl, Patch #853704, Feature Request
  #710017].
* Added support for package qualification of tags, removing useless "package"
  tag kind [Perl, Feature Request #448887].
* Added support for "and" keyword [SML, Bug #816636].
* Added support for variables [PHP].
* Added tags for local variables for C-based languages [C/C++/C#/Java/Vera,
  Feature Request #449503].
* Added support for tags for labels [PL/SQL].
* Added support for tags for constant definitions [PHP].

And many bug fixes.
2004-06-03 15:20:59 +00:00
shannonjr
26e641c2d8 Added entry for gdbada, a debugger for the Ada 95 language. 2004-06-03 11:18:20 +00:00
shannonjr
c1c618df96 gdbada-5.3 GNAT GDB : An Ada 95 Debugger
This is a version of GNU GDB 5.3 modified by Ada Core Technologies to
support the Ada language. They consider this debugger developmental and
distribute it via CVS. It remains the only solution to debugging Ada code
at the source code level if gcc was used as a compiler. This package
is based on a snapshot from ACT's CVS tree (which changes very slowly).
This package conflicts with no other package.
2004-06-03 11:16:42 +00:00
shannonjr
6f6917ed8b Added entry for new package florist, the FSU implementation of POSIX.5
(Ada binding). This package conflicts with no other packages.
2004-06-03 10:09:52 +00:00
shannonjr
9b4bc40e9c florist-3.15p FSU implementation of POSIX.5 (Ada binding)
Florist is the FSU open-source implementaton
of IEEE Standard 1003.5b-1996, the POSIX Ada
binding, including real-time extensions. This
software provides access to the UNIX operating
system services for application programs
written in the Ada programming language.
2004-06-03 10:07:27 +00:00
adam
9cc330c857 Changes 0.7.6:
This release is mainly a bugfix release for 0.7.5.
   * Improved .gmodel support
   * Corrections to previous repair feature.
   * Important bugfixes for Menu editing.
   * Important bugfixes for class inspector.
2004-06-02 15:12:07 +00:00
shannonjr
f3e12a259b Added libiberty, the GNU library of "missing" functions. 2004-06-02 11:30:59 +00:00
shannonjr
22170ddd63 libiberty-1.0 This package provides the GNU liberty library of "missing"
functions. The functions in liberty are normally included, as needed, by
GNU packages to make up for functions not found in the operating
system. This copy of liberty has been extracted from the gcc-3.4.0
release distribution.
2004-06-02 11:28:38 +00:00
kristerw
7e363ebe74 Remove obsolete packages, per discussion on tech-pkg. 2004-06-01 21:39:19 +00:00
shannonjr
a481d62356 Added new package: gdb6 The GNU Project Debugger revision 6.1 2004-06-01 19:35:22 +00:00
shannonjr
d26caa3fef gdb6 The GNU Project Debugger revision 6.1
This is a new package.
2004-06-01 19:29:30 +00:00
shannonjr
8ea4f2f10b Re: PR 25706 Syntax error prevents compilation with gcc 3.4.0
Applied patch provided by Christian Biere <christianbiere@gmx.de>
The patch ensures that G_GNUC_FUNCTION and G_GNUC_PRETTY_FUNCTION always
expand to string literals - necessary since they will be concatenated
(the source of the compilation error). This closes the PR.
2004-06-01 08:03:10 +00:00
epg
a0a07a719f Make BUILDLINK_RECOMMENDED.subversion-base require 1.0.0, not
${SVNVER}.
2004-06-01 00:16:37 +00:00
epg
90667676d4 Set BUILDLINK_DEPENDS.subversion-base so that all package built from
the subversion source distribution require subversion-base from the
same version, not any version matching the default dependency.
2004-06-01 00:16:08 +00:00
salo
ca7732028f Obey CXXFLAGS, pass more buildlink variables. 2004-05-31 19:09:46 +00:00
minskim
593196974a Add buildlink3.mk, required by tosha. 2004-05-31 17:13:26 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
recht
7c401f0c03 update to 1.6.5
Overview of Changes in GAIL 1.6.5
=================================
* Ensure than antecendent menu is unposted when menu item is activated.
(bug #134532)

* Set state ATK_STATE_SENSITIVE for cells in a GtkTreeView.  (bug #142776)

* Emit children-changed signal when tab added to or removed from GtkNotebook.
(bug #128970)

* Updated translations: Simplified Chinese [Funda Wang]

Overview of Changes in GAIL 1.6.4
=================================
* Prevent warning message because of referring to non-existent child.
(bug #141494)

* Report labels correctly for GnomeFontPicker (bug #140616)

* Ensure that focus object for widget is not defunct before reporting
focus on it. (bug #141907)

* Set button press as default action for button consisting of a down arrow.
(bug #137401)

Overview of Changes in GAIL 1.6.3
=================================
* Fix warning messages when compiling. (bug #140475 [Stanislav Brabec]

* Rework fix for evolution crasher bug. (bug #140559)

* Do not report focus state change on widget when non-widget child of
widget is reported as having focus. (bug #134003)

Overview of Changes in GAIL 1.6.2
=================================
* Ensure that accessible name is reported for file in Nautilus List View.
(bug #139391)

* Report children of scrolled window correctly when only vertical scrollbar
is visible. (bug #138734)

* Fix crasher bug in evolution when going to a specific date. (bug #140475)

* Add translations: Add M\304\201ori [John Barstow]
2004-05-31 15:30:29 +00:00
grant
10f01589be oops; move _READLINE_H and _READLINE_READLINE_H definitions outside
the conditional as they are needed later on.
2004-05-31 10:00:42 +00:00
grant
16383194b1 also test for the readline.h header file when determining whether we
have builtin readline.

fixes a problem under Slackware 9.1 where the aaa_elflibs package (which
must be installed) provides shared libraries for base system programs
linked against them, but does not provide the .so symlink nor the header
files needed for development, so can't be used for pkgsrc.
2004-05-31 09:55:36 +00:00
epg
d48530444f Be honest about versions: require at least 1.0.0 but recommend the
current version.
2004-05-31 02:04:00 +00:00
epg
b0f7918fb1 Update to Version 0.6.0 (released May 24 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.6.0

Pkgsrc changes:  Require subversion 1.0.0 and wxGTK 2.4.2.  Remove
patch-aa (issue #180 below).

User-visible changes:
* 180   Configure script failed on Solaris because of "find -maxdepth"
* 183 	Save preferences "Flat view" and "Refresh with Update"
* 149 	RapidSVN supported for AMD64
* 184 	New icon for out-of-date files
* 186 	Implemented Diff command for the Log dialog.
* 157 	Fixed: diff could not open file on Linux
* 145 	Fixed: sort-order for status in file-list
* 158 	Fixed: crash when adding a bookmark
* 160 	Fixed: double click on file in repos doesn't work
* 166 	Fixed: trailing spaces on repository URL not trimmed
* 177 	Fixed: status for 'out-of-date' files not being displayed
* 185 	Fixed: Text/Property status display for 'out-of-date' files
* 148 	Fixed: date display in log dlg


Developer-visible changes:
* 164 	Fixed: ls return path wrong for current dir
* 169 	Fixed: Context inits apr after using apr function
* 162 	Conform with Subversion 1.0.0
* 168 	add changed path support to log
2004-05-31 00:58:48 +00:00
recht
4bdb3a62c3 Backout pkgviews installation. As pointed out by minskim@ on tech-pkg@:
aclocal searches the depot only, and fails to find .m4 files.
2004-05-31 00:25:14 +00:00
minskim
46e4201c6b Install into PREFIX, not LOCALBASE. Required to enable pkgviews
installation.  Pointed out by Joachim Kuebart on tech-pkg@.
2004-05-30 18:05:54 +00:00
recht
03b0fedad1 Enable pkgviews installation.
patch provided by Cesar Catrian C. in PR pkg/25740
2004-05-29 23:45:13 +00:00
kristerw
f00487a0f9 unused. 2004-05-29 16:28:09 +00:00
markd
293465ec11 Update to 1.2.10
* Fixed the "Using host libthread_db" error message.
* Fixed inappropriate icon sizes.
2004-05-29 13:01:42 +00:00
wiz
c3b62629ed Sort. 2004-05-28 00:48:49 +00:00
wiz
d6e295dc77 Update to 0.4.6. Bump depends in bl3 file because of shlib major bump.
* Version 0.4.6 (released 2004-05-24)

** The header file idn-free.h is actually installed by 'make install'.

** API and ABI is backwards compatible with the previous version.

* Version 0.4.5 (released 2004-05-21)

** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.

** Several memory leaks fixed by Ulrich Drepper.

** Added more SASLPrep and NFKC test vectors.

** Automake 1.8.4 is used.

** API and ABI is backwards compatible with the previous version.
idn_free: ADD.  Wrapper around system `free'.
idn-free.h: ADD.  Prototype for `idn_free'.
                See idn-free.h for discussion.  The interface is
                currently not documented.  Comments and feedback is
                appreciated.

* Version 0.4.4 (released 2004-04-29)

** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
The first bug was an omission of prohibiting the characters in C.1.1,
C.1.2 and C.7 (space characters and characters that are inappropriate
for canonical representation).  The second was a bug in the definition
of the table, causing the entire table to be skipped, of the special
prohibited output character table defined in RFC 3722 (see section 6,
the characters in the table are various ASCII characters and U+3002).

** A few test vectors for iSCSI were added.

** The self tests are linked with libtool -no-install to avoid wrapper script.

** Separated self test utilities into a separate library, shared by all tests.

** More translations.
Added Romanian (by Laurentiu Buzdugan).

** API and ABI is backwards compatible with the previous version.

* Version 0.4.3 (released 2004-04-22)

** Fixed a bug in table processing code to prohibit control characters.
The problem was that the code used a code point of 0 to indicate end
of table, but if (as for table C.2.1) a range starts with 0, this
logic would fail.  The end-of-table test is now that both the start
and end code points of the range is 0.  Table C.2.1 is responsible for
prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
Before, libidn silently accepted such strings without complaining.

** A few test vectors for SASLprep were added.

** The pkg-config script no longer include a -R parameter.

** More translations.
Added Dutch (by Elros Cyriatan), and German (by Roland Illig).

** API and ABI is backwards compatible with the previous version.

* Version 0.4.2 (released 2004-03-20)

** A Punycode implementation in Java was added, by Oliver Hitz.
Eventually hopefully a StringPrep, Nameprep and IDNA implementation
will be added as well.  Currently you need to specify --enable-java to
enable the Java interface.  The Java sources (below java/) are
compiled into byte-code (not native code) into a JAR library.

** More translations.
Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).

** Norwegian TLD table added, by Thomas Jacob.

** API and ABI is backwards compatible with the previous version.

* Version 0.4.1 (released 2004-03-08)

** The user messages from the command line utility are now translated.
Currently English and Swedish is supported.

** Logic of stringprep_locale_charset modified.
Future versions will use, in order, $CHARSET iff defined, nl_langinfo
(CODESET) iff working, or fall back to returning "ASCII".  Earlier it
attempted to guess the system locale, in contrast with the current
application's locale, via some setlocale save/set/reset magic.  This
change may require you to invoke setlocale() in your application,
which is (should be) required for non-ASCII to work anyway.  Based on
discussion with Ulrich Drepper.

** The command-line utility now invoke setlocale (LC_ALL, "") at startup.

** Fixed SASLprep tables to prohibit non-ASCII space in output.
Non-ASCII space has always been mapped to ASCII space, so it is not
clear this really have any effect, but the specification require it.

** Building Libidn as part of GLIBC has been updated.
Refer to libc/README for more information.  Incidentally, GLIBC in CVS
now include a copy of Libidn.

** API and ABI is backwards compatible with the previous version.
IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.

* Version 0.4.0 (released 2004-02-28)

** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
Many TLDs restrict the set of characters that can be used, from the
full Unicode 3.2 range that is normally available.  This contribution
make it possible for you to test strings for TLD conformance locally.
The code can be disabled by --disable-tld.  If enabled (the default),
the new API "tld.h" is installed which can be used to check a string
for conformance to TLD specific rules.  This add a new self test, and
a new chapter in the manual.  People responsible for maintaining TLD
tables are hereby encouraged to contribute them (under reasonable
licensing terms) for inclusion in future versions of Libidn.  Be
warned that the API for TLD checking may change throughout the 0.4.x
series as we get feedback on it.

** Kerberos 5 stringprep profile macro is no longer documented.
The macro itself will probably be removed in the future, if the
specification is dropped from the Kerberos WG agenda.

** API and ABI is backwards compatible with the previous version.
stringprep_kerberos5: DEPRECATED.
Tld_table_element:
Tld_table:
Tld_rc: ADD.  New data types.
tld_get_4:
tld_get_4z:
tld_get_z: ADD.  New functions to extract TLD from string.
tld_get_table:
tld_default_table: ADD.  New functions to get TLD table from TLD name.
tld_check_4t:
tld_check_4tz: ADD.  New function to provide core TLD operations.
tld_check_4:
tld_check_4z:
tld_check_8z:
tld_check_lz: ADD.  New functions that combine all TLD operations in one call.

* Version 0.3.7 (released 2004-01-22)

** The command line parameter '--' idiom is documented.

** The iSCSI stringprep profile now recognized as "iSCSI".
The earlier name "ISCSIprep" is still recognized, for backwards
compatibility.

** DocBook manuals no longer included (the tools are too unstable).

** API and ABI is backwards compatible with the previous version.

* Version 0.3.6 (released 2004-01-06)

** The manual now contain a troubleshooting section for the command line tool.

** The PHP interface pass the string directly on the command line.

** The macro that create 'idn-int.h' has been updated to latest version.

** API and ABI is backwards compatible with the previous version.

* Version 0.3.5 (released 2003-12-15)

** The program 'idn' accepts input strings directly on the command line.

** The program 'idn' defaults to --idna-to-ascii if no parameter is given.

** The program 'idn' now print user instructions before waiting for input.

** DocBook HTML output not included any longer.
The reason is that the filenames generated by docbook2html appear to
be rather random, so it is difficult to maintain the Makefile.am rules
for them.

** Autoconf 2.59, automake 1.8 and libtool from CVS is used.

** API and ABI is backwards compatible with the previous version.
IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
   		are not an error, but non-LDH characters are, when
   		IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
   		mnemonic name of this error constant was reversed.

* Version 0.3.4 (released 2003-11-09)

** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
2004-05-26 14:55:21 +00:00
tron
cf1b31001f Use "nb[0-9]*" instead of "nb[0-9]" to accept revisions beyond 9. 2004-05-26 13:51:07 +00:00
tron
28b88cc657 Fix broken dependence patterns introduced in revision 1.36. 2004-05-26 13:49:29 +00:00
jschauma
de456e1307 Use CFLAGS when creating the archive. This fixes building under IRIX64
using gcc, as we need the ABI specific flags.
2004-05-26 03:20:38 +00:00
skrll
fa3ac22e78 Remove myself as maintainer of libtool. 2004-05-25 18:59:06 +00:00
grant
efda0207ab bump PKGREVISION for OpenBSD shlib name fix. 2004-05-25 15:17:26 +00:00
grant
1de0489d6f fix shared library names on OpenBSD after upgrade to libtool 1.5.x.
fixes PR pkg/25527 from Adrian Portelli.
2004-05-25 15:17:07 +00:00
adam
4943ce6425 Changes 2.0.11:
* added pieRGBA/pieColor primitive (non filled pie)
* added QNX6 build patch
* use $(includedir)/SDL to automake setup
* updated README
* added 2x2 box & pie tests
* added dynamic font setup routine
* added sample font files to the Fonts directory
* added font test program
* string routines changed to use const char
* fixed TestRotozoom clear color bug
2004-05-25 15:10:27 +00:00
epg
d0940ab8fb Update to Version 1.0.4.
(21 May 2004, from /branches/1.0.4)
http://svn.collab.net/repos/svn/tags/1.0.4

 User-visible-changes:
 * fixed: 'svn up' can delete unversioned data on win32 fs (issue #1854)
 * fixed: pool leaks in 'svnlook diff/changed/dirs-changed'
 * fixed: insecure script example in pre-commit-hook template
 * fixed: inability to do a checkout to '/'
 * officially recommend neon 0.24.6 in all docs.

 Developer-visible changes:
 * fixed: RPM build for Fedora & WBEL3/RHEL3
 * fixed: SWIG-java building problem
 * fixed: javahl bug which can crash JVM
 * fixed: change formatting codes in svn_swig_pl_callback_thunk
 * fixed: properly wrap svn_txdelta_parse_svndiff for perl
2004-05-25 14:55:12 +00:00
drochner
1786b8331c update to 1.9.1
changes:
* Support DOCTYPE in the simplified xml generator
- fixes and cleanup
2004-05-24 18:07:13 +00:00
kristerw
5472c2da1b Make this package compile when using gcc 3.3. 2004-05-24 09:36:48 +00:00
kristerw
30de7f1fb4 Make this package compile when using gcc 3.3. 2004-05-24 00:24:30 +00:00
kristerw
bf546881b8 Add a missing INSTALL_DATA_DIR. 2004-05-24 00:12:21 +00:00
heinz
c94cbe0476 Updated to version 1.14, based on the patch provided by Adrian Portelli.
Patch-aa is not necessary anymore.
This closes PR pkg/25163.

Revision History:

1.14  2003-03-16
	- kludge not to cause segmentation fault on Perl 5.8.0
          w/PerlIO and FileHandle (ex. CPAN.pm)
	- clean up Makefile.PL (use strict, fix for HPUX and FreeBSD,
          fix typo, etc.)

1.13  2002-07-27
	- readline-4.2 support
	    new variables
		rl_completion_suppress_append
		rl_completion_mark_symlink_dirs
	    new functions
		rl_replace_line()
		rl_completion_mode()
	- tgetstr() calls tput() to apply padding information.  No
	  more "$<2>" on prompt.
	- shadow_redisplay() with ornament works on xterm.
2004-05-23 16:43:47 +00:00
recht
ca2c66f3ea update to 0.72
changes:
- anydbm sorting with None values (sf bug 952853)
- roundup-server -g option not recognised (sf bug 952310)
- HTML templating isset() inverted (sf bug 951779)
- otks manager missing (sf bug 952931)
- mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932)
- fix DateHTMLProperty so local() can override user timezone (sf bug
  953678)
- fix anydbm sort/group direction handling, and make RDBMS sort/group use
  Link'ed "order" properties (sf bug 953148)
- fix Interval editing (sf bug 954891)
2004-05-23 11:10:09 +00:00
wiz
eaaeb741bb Update to 1.11.16:
Changes since 1.11.15:
**********************

SERVER SECURITY FIXES

* A potential buffer overflow vulnerability in the server has been fixed.
  Prior to this patch, a malicious client could potentially use carefully
  crafted server requests to run arbitrary programs on the CVS server machine.
  This addresses the Common Vulnerabilities and Exposures Project's issue
  #CAN-2004-0396.  Please see <http://www.cve.mitre.org> for more information.

BUG FIXES

* The Microsoft Visual C++ workspace and project files have been repaired and
  regenerated with MSVC++ 6.0.

* The cvs.1 man page is now generated automatically from a section of the CVS
  Manual.

* Thanks to a report from Mark Andrews at the Internet Systems Consortium, the
  :ext: connection method no longer relies on a transparent transport that uses
  an argument processor that can handle arbitrary ordering of options and other
  arguments when using a username other than the caller's.

* Thanks to Ken Raeburn at MIT, directory deletion, whether via `cvs release'
  or empty directory pruning, now works on network shares under Windows XP.
2004-05-22 10:38:06 +00:00
xtraeme
52686f13c8 Added libstatgrab-0.10. 2004-05-20 20:51:12 +00:00
xtraeme
061f832353 Initial import of libstatgrab-0.10 from pkgsrc-wip, packaged by the
author Tim Bishop.

The libstatgrab library provides an easy to use interface for
accessing system statistics and information. Available statistics
include CPU, Load, Memory, Swap, Disk I/O, and Network I/O.

Also part of the package are two tools; saidar provides a curses-based
interface to viewing live system statistics, and statgrab is a
sysctl-like interface to the statistics.
2004-05-20 20:48:57 +00:00
epg
2cb9eec496 Update to Version 1.0.3.
(19 May 2004, from /branches/1.0.3)
http://svn.collab.net/repos/svn/tags/1.0.3

 User-visible-changes:
 * fixed: security bug in date parsing. (CAN-2004-0397)
2004-05-19 16:32:25 +00:00
jschauma
5419c918f3 Follow Grant's advice: use _OPSYS_GPATCH_REQD to influence _NEED_PATCH
and let tools.mk take care of the rest.
2004-05-19 03:26:09 +00:00
jschauma
7384d31eb1 We have a variable _OPSYS_GPATCH_REQD, but it doesn't do anything.
Change that:  if it's set to YES, require devel/patch.  If building
devel/patch, set _OPSYS_GPATCH_REQD to NO, as otherwise we have a
circular dependency.
2004-05-19 01:27:03 +00:00
recht
acf63b6eee Enable pkgviews installation. 2004-05-18 11:58:04 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
grant
f915623758 call $(BSD_INSTALL) to install files, not "install". 2004-05-16 09:48:13 +00:00
grant
aecd33d89d libebml really wants the GNU C++ compiler. 2004-05-16 09:30:18 +00:00
xtraeme
bd4dec0618 Added libjit-0.0.2. 2004-05-16 01:13:42 +00:00
xtraeme
d3c85a060e Initial import of libjit-0.0.2.
The libjit library implements Just-In-Time compilation functionality. Unlike
other JIT's, this one is designed to be independent of any particular virtual
machine bytecode format or language. The hope is that Free Software projects
can get a leg-up on proprietry VM vendors by using this library rather than
spending large amounts of time writing their own JIT from scratch.

This JIT is also designed to be portable to multiple archictures. If you run
libjit on a machine for which a native code generator is not yet available,
then libjit will fall back to interpreting the code. This way, you don't need
to write your own interpreter for your bytecode format if you don't want to.
2004-05-16 01:12:14 +00:00
jmmv
f8c28fbf40 Update to 1.4.2:
* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-05-15 12:20:00 +00:00
jmmv
f95496a7c5 Update to 2.6.1:
2004-05-14  Michael Meeks  <michael@ximian.com>

	* Version 2.6.1

2004-05-14  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>

	* bonobo/bonobo-ui-util.c
	(bonobo_ui_util_translate_ui): use direct
	gettext call to cover all domains.

	* bonobo/bonobo-ui-main.c (do_low_level_init)
	(bonobo_ui_init_full): initialize i18n bits /
	gettext package / code-set.

	* bonobo/Makefile.am: define
	BONOBO_EXPLICIT_TRANSLATION_DOMAIN.

2004-05-12  Michael Meeks  <michael@ximian.com>

	* bonobo/bonobo-ui-util.c
	(bonobo_ui_util_set_ui): don't add a broken
	file to the cache.

	* bonobo/bonobo-ui-node.c
	(bonobo_ui_node_to_string): add pre-condition.

2004-04-27  Michael Meeks  <michael@ximian.com>

	* bonobo/bonobo-dock-band.c (check_guint_arg):
	add pre-condition.

2004-04-16  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-03-31  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "af" to ALL_LINGUAS.

2004-03-30  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.
2004-05-15 11:25:52 +00:00
jmmv
26c09d7aed Print a comment for lib/bonobo-2.0/samples instead of trying to remove it,
during print-PLIST of packages using this one.
2004-05-15 11:24:20 +00:00
kristerw
9c9b40556e Revert part of the previous change (we cannot define USE_BUILDLINK3,
until all JVMs are converted.  Noted by snj.)
2004-05-15 00:47:20 +00:00
kristerw
6e74e203e1 bl3ify 2004-05-15 00:37:08 +00:00
kristerw
78cd271624 Correct use of freetype headers. 2004-05-14 10:26:37 +00:00
xtraeme
224db0e21d Update devel/treecc to 0.3.0.
Changes:

0.3.0 (13 March 2004)

        * Allow for parallel "make -jN" building (kloczek@pld.org.pl).
        * Fix the info directory (kloczek@pld.org.pl, qboosh@pld-linux.org).
        * Update the treecc.spec file (Russell Stuart).

0.2.8 (3 January 2004)

        * Add the "base_type" option (Gopal V).
        * Don't put trailing commas on enums because strict ANSI C
          does not allow trailing commas (Miroslaw Dobrzanski-Neumann).

0.2.6 (17 July 2003)

        * Add the "gc_allocator" option, so that node allocation can be
          done using "libgc" if the programmer chooses to do so.
        * Fix some non-ANSI variable declarations.

0.2.4 (29 March 2003)

        * Fixes to treecc.spec.in for RPM generation (Stephen Compall).
        * Add support for namespaces in C++ (Jeyasankar Kottalam).
        * Change "new.h" to "new" to comply with C++ standards
          (Jeyasankar Kottalam).
        * Fix the return type of YYNODESTATE::dealloc (Jeyasankar Kottalam).
2004-05-14 06:57:43 +00:00
kristerw
55a9a16b31 .include "../../mk/pthread.buildlink3.mk" 2004-05-13 18:00:51 +00:00
wiz
fcfa0b2011 Set PATCHDIR to match DISTINFO_FILE. 2004-05-13 13:10:19 +00:00
cjs
4978b83642 GLOBAL-4.7
* Gtags.vim, plugin script integrates GLOBAL with vim editor added.

GLOBAL-4.6.
[INCOMPATIBLE CHANGES]
* The default value of the config variable 'definition_header' was changed
to 'no', because the definition header is unsightly according to the place,
especially in class definition.
[OTHER CHANGES]
* Added support for PHP language.
(Known problems in htags)
- The variable in string cannot be recognized.(global can recognize that.)
- In HTML, the character string of the same spelling as the reserved
word of PHP is recognized as a reserved word of PHP.
I will rewrite htags in C language in the future to solve above problems.
* Added support for SCM_DEFINE macro which is part of guile-snarf.
* Added 'right' as a value of config variable 'definition_header'.
* Added some tool tips.
- Alphabet in alphabetical index shows the count of definitions.
- File name in file index show the full path name.
- Anchor to duplicate index show the number of duplicated objects.
* Added .cvsrc,.cvsignore,.cvspass,.cvswrappers,autom4te.cache/
to the default skip list.

GLOBAL 4.5.3.
[INCOMPATIBLE CHANGES]
* htags: Htags does not generate the code of javascript at all.
In the former version, we used javascript to display information about
links. But a browser these days had come to support the tool tip using
'title' attribute. So, we replaced the function using tool tip instead
of javascript facility.
* The --no-javascript option was removed because it was already unnecessary.
* global: The pattern of the argument came always to be interpreted
as a extended regular expression. In the former version, there was both
the case for the pattern to be interpreted as a basic regular expression
and the interpretation as the extended regular expression. This depended
on the environment of the build. (If you have grep(1) and xargs(1),
basic regular expression will be used.)
In the new version, if you want the pattern to be interpreted as a basic
regular expression, please specify the -G option.
[OTHER CHANGES]
New features:
htags:
* CVS REPOSITORY link (the --cvsweb and --cvsweb-cvsroot option).
You can link CVS repository from the hypertext of source code.
* Tooltip inserted in links.
* The --no-map-file option added.
Htags generate 'MAP' file by default. You can suppress it by this.
* The --statistics option added.
With this option, htags print statistics information to the standard error.
global:
* The -e(--regexp) option added like grep(1).
* The -G(--basic-regexp) option added like egrep(1).
Performance tuning:
htags:
* Remove tag name and line image from cache record. This made cache
file smaller.
* The use of the temporary file was suppressed to the minimum by tring to
read the source code.
Other modifications
* A security hole was shut.
* conf.h: add '{arch}' and '.notfunction' to default skip list.
* gctags: support __attribute__((...)).

GLOBAL 4.5.2.
[INCOMPATIBLE CHANGES]
* htags: move title's '<H1>...</H1>' into configuration variables
'title_begin' and 'title_end'. This makes configuration more flexible.
If you are still using older version of gtags.conf, please replace it
with one in this version.
[OTHER CHANGES]
* htags: add INCLUDED FROM index of htags by Hideki IWAMOTO.
This indexes the places where the header file is included.
* htags: add support of multi-line string.
* htags, gtags: pass option '-w' from htags to gtags.
* htags: allow reference to nonexistent definition without warning.
* htags: add missing reserved words.
- add C99 reserved words _Bool,_Complex,_Imaginary,inline,restrict.
- add missing C++ reserved words asm,bool,const_cast,dynamic_cast,
explicit,export,false,mutable,namespace,reinterpret_cast,static_cast,
true,typeid,typename,using,wchar_t.
* htags: insert HTML tag in the line which was warned.
(see configuration variable 'colorize_warned_line', 'warned_line_begin'
and 'warned_line_end'.)
* gctags: pick up reference to macro in conditional directive.
* gctags: remove wchar_t from the reservation word list of C.
* gctags: remove overload from the reserved word list of C++.
* gctags: remove wchar_t from the reservation word list of C.
* gtags: environment variable GTAGSCACHE added.
* and many bug fi

GLOBAL-4.5.1.
New features:
o gtags,htags: --gtagslabel option added.
o htags: -D(--dynamic) option added.
o Some bugs fixed.
2004-05-13 02:07:47 +00:00
grant
0872fa7055 s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
seb
60c90dd2cc Update to revision 947.
Package changes:
- actually use bl3
- let py-bsddb3 package enforce the accepted python versions via
  its buildlink3.mk
- fix test target
- no need to include subversion/buildlink3.mk (it had no effect
  anyway because USE_BUILDLINK3 was not defined to YES) just
  set a run dependency on subversion-base.

Changes since last packaged version:
------------------------------------------------------------------------
r947 | fitz | 2004-05-11 22:42:02 +0200 (Tue, 11 May 2004) | 7 lines

Fix OBOE and start_pass check.

* cvs2svn.py: (main) Set default value of end_pass to len(_passes),
  *not* len(_passes) - 1.  Also, check bottom bounds of start_pass.

------------------------------------------------------------------------
r946 | cmpilato | 2004-05-11 21:58:37 +0200 (Tue, 11 May 2004) | 4 lines

* cvs2svn.py
  (usage): Fix the usage message to reflect new START:END syntax for
    -p argument.

------------------------------------------------------------------------
r945 | cmpilato | 2004-05-11 21:50:21 +0200 (Tue, 11 May 2004) | 5 lines

* cvs2svn.py
  (main): Fix the map(x) bug introduced by the last commit, and rework
    the validation logic for -p values to be a little more concise and
    informative.  Also, use START:END instead of START-END syntax.

------------------------------------------------------------------------
r944 | cmpilato | 2004-05-11 21:36:35 +0200 (Tue, 11 May 2004) | 5 lines

* cvs2svn.py
  (Database.__init__): Route around a pybsddb3 / BerkeleyDB 4.2
    compatibility bug by manually enacting the semantic difference
    between the 'n' and 'c' modes.

------------------------------------------------------------------------
r943 | fitz | 2004-05-11 21:05:43 +0200 (Tue, 11 May 2004) | 12 lines

Change the -p switch to accept a range of passes, or to just run a
single pass.

* cvs2svn.py:
  (convert): Remove start_pass default arg value, add end_pass arg,
  and perform only passes from START_PASS to END_PASS, inclusive.

  (usage): Update doc.

  (main): Add a suitable default for end_pass, processing for '-p
  START-END' switch, and error checking for end_pass.

------------------------------------------------------------------------
r939 | maxb | 2004-05-02 14:55:18 +0200 (Sun, 02 May 2004) | 3 lines

* cvs2svn.py (MimeMapper.print_missing_mappings): Tweak to hopefully work with
    older Python versions.

------------------------------------------------------------------------
r933 | fitz | 2004-04-28 17:59:29 +0200 (Wed, 28 Apr 2004) | 5 lines

Fix URL to Issue Tracker and a few examples that are incorrect.  Based
on a patch from Jon Bendtsen <jbendtsen@laerdal.dk>.

* README: Corrections.

------------------------------------------------------------------------
r929 | cmpilato | 2004-04-22 18:43:23 +0200 (Thu, 22 Apr 2004) | 3 lines

* dist.sh
  Use the cvs2svn-rXXXX.tar.gz format instead of cvs2svn-0.XXXX.tar.gz.

------------------------------------------------------------------------
r928 | cmpilato | 2004-04-22 18:40:01 +0200 (Thu, 22 Apr 2004) | 2 lines

* dist.sh
  Use 'svn export' now instead of all that complicated mumbo jumbo. :-)
2004-05-12 19:24:18 +00:00
wiz
54694e24a5 Unused. 2004-05-12 18:51:41 +00:00
snj
8fc104afde No longer used. 2004-05-12 03:34:01 +00:00
wiz
e1c0bff613 Unused. 2004-05-11 21:01:05 +00:00
sjg
c598d8d518 Update bmake to 20040511 which syncs with -current (and 2.0).
We now use bmake/boot-strap for simpler building.
New location for distfile.

Changes to bmake include:
o allow quoted strings on lhs of conditionals
o issue warning when extra .else is seen
o print line numer when errors encountered during parsing from
  string.
o posix fixes
  - remove '-e' from compat mode
  - add support for '+' command-line prefix.
o fix for handling '--' on command-line.
2004-05-11 18:28:32 +00:00
danw
55e379a3ce add patches from GNOME CVS to make this build on darwin 2004-05-11 12:28:10 +00:00
abs
648db862d9 Update cpuflags to 0.68
Exclude -fomit-frame-pointer for {firefox,thunderbird}{,-gtk2}
2004-05-10 17:39:39 +00:00
recht
320a901991 update to roundup-0.7.1
This release fixes some bugs in the previous release:

- several temp files made it into the source distribution (sf bug 949243)
- typo in roundup/instance.py
- missing CRLF var in rfc822.py (sf patch 949471)
- fix user creation page
- have roundup server pass though the cause of a "403 Forbidden" response
- fix schema mutation in sqlite backends (thanks Tamer Fahmy)
- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg)
- fix RDBMS import (thanks Tamer Fahmy)
2004-05-10 09:32:23 +00:00
wiz
7deec283de Unused. 2004-05-10 09:31:03 +00:00
recht
6df1f23c6d update to Doxygen Release 1.3.7 - ok'd by groo@
Changes

* The \param command now has an optional input and/or output attribute. The
  syntax for an input & output parameter is for example: \param[in,out] name
  Description.

New features

* Added new option CREATE_SUBDIRS which when enabled makes doxygen
  distribute the generated output evenly over 100 subdirectories.
* Added support for Qt's properties (i.e. Q_PROPERTY) which can be documented
  by putting a documentation block in front of the macro or by using a comment
  block with the new \property command.
* Added new commands \manonly and \endmanonly to enter man page specific
  text and commands in the generated man pages (thanks to Carsten Stiborg).
* Included new python based translation report script, which now replaces
  the old perl based version (thanks to Petr Prikryl).
* Improved parser to also support parsing of Objective-C implementation files.
* Added new config option EXTRACT_LOCAL_METHODS which can be used for
  Objective-C code to extract methods definition in the implementation section
  that are not present in the interface.
* Added new config option STRIP_FROM_INC_PATH which allows to specify a list
  of paths that, if matched, will be striped from the #include statement in
  the generated documentation of a class.
* Added new command \includelineno with works as \include except it will add
  line numbers to the code (thanks to Giancarlo Niccolai for the patch).
* Added BeOS support, thanks to a patch by Mark Hellegers.
* Included update for the French translation, thanks to Jacques Bouchard.

And many bug fixes. For a complete list see:
http://www.stack.nl/~dimitri/doxygen/changelog.html
2004-05-10 00:15:49 +00:00
danw
dfdeab4b0e Pass -b to pkg_admin lsbest to make this work correctly on systems where the pkgdbdir passes through a symlink 2004-05-09 20:31:07 +00:00
snj
280b1b2fbe Convert to buildlink3. 2004-05-09 20:19:44 +00:00
recht
86465772d4 update roundup to 0.70
changes (among many others):

- added postgresql backend
- trackers using postgresql or mysql backends may have many users
- new "actor" automatic property (user who caused the last "activity")
- RDBMS backends have data typed columns and indexes on several columns
- registration may be concluded by replying to the confirmation email
- HTML templating permission checks are greatly simplified
- database exports now include full journals

For a complete list see:
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
2004-05-09 17:56:45 +00:00
recht
1d12d44e0a update to 3.4.2 and bl3ify
changes:
(for a complete list see the included HISTORY file)

Version 3.4.2
- some bug fixes
- changed unittest logic to search for testcases in the given module,
  if no module function named 'suite' could be found
- adoption to subversion 1.0
- include a message marker in the subject line for bug emails
- a few usability enhancements

Version 3.4.1
- fixed a serious bug in VariablesViewer

3.4:

- It comes with it's own source documentation generator.
- Support for Quixote PTL files.
- Capability to generate various UML-like diagrams from the source code.
- Interface to the cyclops cycles finder (a copy of cyclops is included).
- Import/Export of keyboard shortcuts.
- A QRegExp and a Python regexp wizard.

Version 3.3.1:
- fixed a compatibility problem with PyQt/sip 3.9

3.3:
This version includes an interface to omniORB, scripting capabilities, a
refactoring browser (the well known Bicycle Repair Man), remapable
keyboard actions and a Russian translation. The editor supports split
views, keyboard macros, bookmarks and additional breakpoint types. In
addition to these new features there are a bunch of changes under the
hood, that should increase eric3's usability. For details see the
history file in the distribution.
2004-05-09 17:06:56 +00:00
grant
b315137fde no longer used. 2004-05-09 14:24:16 +00:00
grant
fde1bf0c13 link ottest against glib2 libs, fixes build on Solaris. 2004-05-09 13:16:02 +00:00
grant
f278604d87 use buildlink3. 2004-05-09 12:54:00 +00:00
wiz
aa3e858c8e Unused. 2004-05-09 11:23:51 +00:00
minskim
7535771efc Add and enable p5-Data-TemporaryBag. 2004-05-09 05:40:40 +00:00
minskim
c1d2af950b Import p5-Data-TemporaryBag from pkgsrc-wip. Packaged by xtraeme@.
Data::TemporaryBag module provides a bag object class handling long
size data.  The short size data are kept on memory.  When the data
size becomes over $Threshold size, they are saved into a temporary
file internally.
2004-05-09 05:39:00 +00:00
kristerw
92bade06f7 Correct path for BUILDLINK_PKGSRCDIR.darts. 2004-05-08 21:34:43 +00:00
reed
91e9b985e1 Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"yes"). So any packages that have old GNU configure script that
does not support --infodir option (while using INFO_FILES) can set
CONFIGURE_HAS_INFODIR=NO.

This was suggested by agc@ as a clearer definition.
2004-05-08 16:14:55 +00:00
uebayasi
b532c22999 Use emacs.mk. 2004-05-08 15:10:58 +00:00
uebayasi
97dbaacc12 Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
wiz
bc95b9bb5e Unused. 2004-05-08 08:53:54 +00:00
snj
9b413b14cd Convert to buildlink3. 2004-05-08 06:41:33 +00:00
grant
e993257ed5 fix DEPENDS path to p5-Test-Simple. 2004-05-08 04:09:05 +00:00
grant
2a228a124e include p5-Test-Harness/depends.mk instead of explicit DEPENDS on
p5-Test-Harness.
2004-05-08 04:08:40 +00:00
grant
b2e0fa4a11 move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs,
so any package requiring it can DTRT.
2004-05-08 04:05:58 +00:00
reed
b55d6be4b0 Use INFO_DIR in the info documentation search path. This is needed
if using a custom INFO_DIR so info command can find docs.
2004-05-08 02:50:03 +00:00
reed
64ec3da5be Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
2004-05-08 02:08:38 +00:00
reed
66353798d9 Make sure this m4.info file is really installed to INFO_DIR. 2004-05-08 01:59:07 +00:00
tv
76b10c76ff nb1: install shlib as executable. 2004-05-08 01:06:26 +00:00
wiz
a6b8fdc1b8 Add and enable p5-FileHandle-Unget. 2004-05-07 13:33:36 +00:00
wiz
66977df5b2 Initial import of p5-FileHandle-Unget-0.14:
FileHandle::Unget is a drop-in replacement for FileHandle which
allows more than one byte to be placed back on the input. It supports
an ungetc(ORD) which can be called more than once in a row, and an
ungets(SCALAR) which places a string of bytes back on the input.
2004-05-07 13:32:59 +00:00
cjep
c3f6e4f661 Add RCS tags 2004-05-07 12:06:47 +00:00
grant
c950a3844c allow perl{,-thread}>=5.8.3 to satisfy the p5-Test-Harness dependency.
Test::Harness is included in perl>=5.8.3, and for that reason,
p5-Test-Harness has a CONFLICT on perl>=5.8.3 which was blocking many
packages from being installed.
2004-05-07 11:30:39 +00:00
jmmv
f9e54d9fd1 Bump PKGREVISION due to update of vte to 0.11.11. 2004-05-07 11:14:05 +00:00
danw
035554d3ca s/malloc.h/stdlib.h for darwin/freebsd 2004-05-07 02:01:19 +00:00
danw
9fb17369e1 s/malloc.h/stdlib.h/ for darwin/freebsd 2004-05-07 01:59:02 +00:00
danw
362d72ce7b s/malloc.h/stdlib.h/ for darwin/freebsd
also make it build without -Werror since newer versions of gcc
complain about some of the code
2004-05-07 01:54:16 +00:00
danw
1236283f84 patch out malloc.h includes for darwin/freebsd 2004-05-07 01:50:15 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
grant
b382db3b61 this version of libgnomeui demands gtk2+>=2.4.1. make it so. 2004-05-06 22:03:36 +00:00
taca
ab5f9190e3 Add and enable darts. 2004-05-06 13:23:37 +00:00
taca
4ad2a9e408 Importing darts-0.2.
Darts: Double-ARray Trie System

This is a C++ template library that implements Double-Array [Aoe
1989].  Currently only Japanese documentation is provided.

* [Aoe1989] Aoe, J. An Efficient Digital Search Algorithm by Using a
  Double-Array Structure. IEEE Transactions on Software
  Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077.

* [Datrie] Theppitak Karoonboonyanan An Implementation of Double-Array
  Triehttp://www.links.nectec.or.th/~thep/datrie/
2004-05-06 13:22:43 +00:00
salo
2b365c8080 Update to version 0.7.0.
Needed for mkvtoolnix update.

Changes:
- LGPL license changes.
2004-05-05 15:56:45 +00:00
jmmv
4a1118aa94 Update to 1.9.0:
Dom:
	* Fix bzip output to flush if last deflate fills buffer

Jody Goldberg:
	* If the file is not an OLE2 file do not change the filepos.
	* Handle broken ole files that specify codepage as signed short
	* Fix reading ole files > 13.6 Meg on sparc/alpha (from Xavier Roche)
	* Tune validation test for LPSTR properties to handle char width > 1
	* Make the impl headers for the base interfaces public as requested
	* Add some directory tree wrappers
	* Work around a -fstrict-alias warning for SuSE
	* Move to automake-1.7
	* Fix gnome-vfs backend to open files with random access
	* Support merging content from nested nodes for sax parsing
	* Fix gtk-doc

Joseph Frazee:
	* patch the spec file.

Morten Welinder:
	* Properly chain finalizer.
	* Fix gzip output to flush if last deflate fills buffer

Tor Lillqvist:
	* packaging tools for win32.
2004-05-05 14:06:35 +00:00
wiz
f701226752 Add patch from Kailash Sethuraman in PR 25471 that removes an obsolete
sort(1) flag. PKGREVISION=2.
2004-05-05 13:25:27 +00:00
wiz
caf13780db Unused. 2004-05-05 08:27:56 +00:00
snj
961db477a7 Convert to buildlink3. 2004-05-05 03:36:22 +00:00
snj
b70890f6c3 No longer used. 2004-05-05 00:13:14 +00:00
grant
3d0129ec64 indentation fix, drop unneeded parens. 2004-05-04 21:58:43 +00:00
grant
a0a08bd7a1 add the Cocoa framework directories to BUILDLINK_PASSTHRU_DIRS on
Darwin.

fixes build problem reported and confirmed fixed by Randy Beaudreault.
2004-05-04 21:58:07 +00:00
jmmv
8215f83c4a Update to 2.6.1:
Fixes

 - Fix icon-reading crash when using enlightenment (Neil Muller)
 - AIX portability fixes (Kjartan Maraas)
 - Don't attempt to center the workspace on the mouse click (Kim Woelders)

 Translators

 - Iñaki Larrañaga Murgoitio (eu)
 - Guntupalli Karunakar (gu)
 - Mohammad DAMT (id)
 - Samúel Jón Gunnarsson (is)
 - Baris Cicek (tr)
2004-05-04 21:33:49 +00:00
jmmv
c5616fbcc8 Update to 2.6.1.1:
Improvements:
- File system loading notification support (Federico Mena Quintero)

Bug fixes:
- Authentication manager fixes (Alexander Larsson)
- File system fixes (Federico, Alexander)
- Various bugfixes (Padraig O'Brian, Anders Carlsson)

Translations:
- Added Punjabi translation (Amanpreet Singh Alam)
- Added Gujarati translation (Gujurati Team)
- Added Maori translation (John C Barstow)
- Added Basque translation (Iñaki Larrañaga)
- Added Afrikaans translation (Zuza Software Foundation)
- Various updated translations (ca, et, eu, he, hu, id, is, nn, wa)
2004-05-04 21:11:16 +00:00
jmmv
0ed46913f5 Update to 2.6.1.1:
Bug fixes:
- Various fixes (Kjartan Maraas, Colin Walters)

Translations:
- Added Punjabi translation (Amanpreet Singh Alam)
- Added Gujarati translation (Gujarati Team)
- Various updated translations (az, ar, be, ca, cs, cy, da, de,
				en_CA, en_GB, el, es, et, eu, fi,
				he, hr, id, it, ja, ko, lt, nn, nl,
				no, pl, pt, pt_BR, ro, ru, sk, sr@ije,
				sq, sr, sr@Latn, sv, ta, th, tr, uk,
				zh_CN, wa)
2004-05-04 21:10:13 +00:00
mrg
ebfb7e73a1 statfs->statvfs. 2004-05-04 13:50:57 +00:00
tron
de813baa96 Remove extra semicolon in variable declaration which breaks build with
at least GCC 2.95.3.
2004-05-04 11:46:26 +00:00
wiz
860e4850d1 Unused. 2004-05-04 08:18:26 +00:00
wiz
c64c02f949 Unused. 2004-05-04 06:31:32 +00:00
snj
f8c1b0bf77 No longer used. 2004-05-03 21:19:03 +00:00
jmmv
6cf9e19980 Readd note about where this patch is beeing tracked. 2004-05-03 21:01:56 +00:00
jmmv
14b455e737 Update GConf2 and GConf2-ui to 2.6.1:
Fixes:

 - add a --enable-gtk=yes/no/auto configure arg (Julio Merino, Mark)
 - fix basic example app to not crash (Elijah Newren)
 - don't try and create a dir if it already exists (Ryan Lovett, Mark)
 - only ever create the $(HOME)/.gconfd/ dir in the daemon (Colin Walters)
 - add quotes around AM_GCONF_SOURCE_2 (Frédéric L. W. Meunier)
 - handle <entry> with only <schema_name> correctly in --load (Mark)
 - fix the order in which local-defaults.path gets included (Mark)
 - fix minor inefficiency when not printing debugging messages (Mark)

 Translators:

 - Adam Weinberger (en_CA)
 - Robert Sedak (hr)
 - Samúel Jón Gunnarsson (is)
 - Alessio Frusciante (it)
 - Takeshi AIHANA (ja)
 - Amanpreet Singh Alam (pa)
 - Gurkan Aslan (tr)
2004-05-03 20:55:36 +00:00
snj
b253bd6794 Convert to buildlink3. 2004-05-03 20:49:33 +00:00
jmmv
197fee93e0 Move documentation files from share/html to share/doc/ffcall. I'm doing
this as a "standalone" change because share/html is certainly not the
location for documentation.  Bump PKGREVISION to 1.
2004-05-03 16:33:45 +00:00
wiz
6afb688fec Unused. 2004-05-03 16:10:07 +00:00
wiz
f66acac209 Convert to buildlink3. 2004-05-03 15:58:55 +00:00
wiz
1fdbde663d Convert to bl3 and add conflict with guile>1.4, since both include
the same info files.
2004-05-03 15:57:44 +00:00
adam
87d9d5e8fa Changes 1.0.8:
New Features:
* Synchronous Interrupt read support.
* Added new usb_get_descriptor_by_endpoint() function. Properly prototyped
  existing usb_get_descriptor() function.
* (Linux) Check for usbdevfs in /sys/bus/usb (2.6 kernel).
* (Linux) Added usb_get_driver_np() function to get driver bound to interface.
* (Linux) Added usb_detach_kernel_driver_np() function to detach kernel driver
  from interface.

Bug Fixes:
* Many return values are starting to become normalized (consistent across ports)
* Various bug fixes in Darwin port.
* Fix usb_string() to fetch language index correctly.
* More documentation updates and fixes.
2004-05-03 08:45:44 +00:00
snj
296e4edef9 No longer used. 2004-05-03 05:54:05 +00:00
snj
46fedaa9a5 Convert to buildlink3. 2004-05-03 03:55:43 +00:00
snj
a50c60886c Convert to buildlink3. 2004-05-02 23:02:06 +00:00
adam
cb6cbae750 Fix multiple perl problem (like on Darwin/MacOSX) 2004-05-02 20:34:38 +00:00
jmmv
33211ac22b Update to 2.4.1:
* Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
* Miscellaneous bug and portability fixes [Owen Taylor,
  Matthias Clasen, Jonas Jonsson, Christian Krause,
  Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
  Piotr Klaban]
* Documentation updates [Matthias]
* New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
  fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
2004-05-02 20:05:53 +00:00
xtraeme
7b05ae6c7e Default shell should be @RCD_SCRIPTS_SHELL@ not /bin/sh. 2004-05-02 19:31:48 +00:00
xtraeme
fd2009c442 Update devel/distcc to 2.14.
Changes:

distcc-2.14  "Lake Albina"  2004-05-02

  FEATURES:

    * The host file is looked up in $DISTCC_DIR/hosts, not hardcoded
      to ~/.distcc/hosts.  The default for $DISTCC_DIR is still
      ~/.distcc.  Suggested by Sebastien Perochon.
    * Source file name is included in success/failure messages, e.g.
         distcc[6655] ERROR: compile ./cases/bad.c on cardhu failed
    * distcc can now be built with a build directory separate from the
      source directory.  Patch from Dennis Henriksen.

  DOCUMENTATION:

    * Add documentation of DISTCC_DIR, and other fixes.  Patch from
      Thomas Schwinge.
    * Slightly improved distcc --help.

  BUG FIXES:

    * Decompression buffer can dynamically resize to allow for very
      gassy files.  From a patch by Joe Buehler.

  PORTABILITY:

    * Add sample scripts for Red Hat / Fedora, by Colin Walters.
    * mmap is always disabled on HP-UX, because the inconsistent page
      case is a bit dangerous for the way distcc uses mmap.  Suggested
      by Joe Buehler.

distcc-2.13  "Carnal Bunt"  2004-03-02

  SECURITY:

    * Enforce IPv4 access control lists when the daemon is listening
      on an IPv6 port.  This only applies when the server was compiled
      using --enable-rfc2553 and run with --allow.

  FEATURES:

    * Hash comments are allowed in host list files.

  INTERNAL:

    * Use TCP_DEFER_ACCEPT on Linux to avoid some wasted context
      switching when a new connection comes in to the server.

  BUG FIXES:

    * Some fixes for connections over SSH when built using
      --enable-rfc2553.  Reported by Jeff Rizzo.
    * Handle arguments like "-xcpp" and "-Wa,-xarch=v8".  Suggested by
      Ben Scarlet.
    * Fix resource exhaustion when DISTCC_SAVE_TEMPS is set.  Reported
      by Mark DeGeorge.
    * Fix problems in running IPv6-enabled builds on kernels without
      IPv6 support.  Reported by Lisa Seelye.

  DOCUMENTATION:

    * More instructions for distributors/packagers.

  PORTABILITY:

    * Many portability patches from Albert Chin.  These patches were
      tested on: AIX 4.3.2, 5.1; HP-UX 10.20, 11.00, 11i; IRIX 6.5;
      Redhat Linux 7.1, 9; Solaris 2.5.1, 2.6, 7, 8, 9; Tru64 UNIX
      4.0D, 5.1.
    * Possibly fix mmap problem on HP-UX with compressed transfers.
      Reported by Joe Buehler.

  TESTING:

    * Add test for compilation with compression.
    * Testsuite portability patch from Albert Chin.  The tests pass
      on: HP-UX 10.20, 11.00, 11i; IRIX 6.5; Redhat Linux7.1, 9;
      Solaris 7, 8, 9; Tru64 UNIX 4.0d, 5.1.

pkgsrc changes:

	o Add a rc.d script to start distccd, by default this runs
	  as user "nobody".
	o Use subst.mk instead of patching multiple files.
2004-05-02 19:11:38 +00:00
kim
bb12688313 Add missing manual pages. Sort. 2004-05-02 06:09:43 +00:00
snj
023d96db45 Convert to buildlink3. 2004-05-02 03:55:05 +00:00
snj
8047f892c4 Convert to buildlink3. 2004-05-02 00:26:32 +00:00
heinz
1c890c11b8 Update to version 2.12.
Changes since 2.09:
===================

    Version 2.12
        1. Add regression tests for the auto-require of STORABLE_thaw
        2. Add auto-require of modules to restore overloading (and tests)
        3. Change to no context (should give speedup with ithreads)

    Version 2.11
        1. Storing restricted hashes in canonical order would SEGV. Fixed.
        2. It was impossible to retrieve references to PL_sv_no and and
           PL_sv_undef from STORABLE_thaw hooks.
        3. restrict.t was failing on 5.8.0, due to 5.8.0's unique
           implementation of restricted hashes using PL_sv_undef
        4. These changes allow a space optimisation for restricted hashes.

    Version 2.10
        1. Thread safety: Storable::CLONE/init_perlinterp() now create
           a new Perl context for each new ithread.
           (From Stas Bekman and Jan Dubois.)
        2. Fix a tag count mismatch with $Storable::Deparse that caused
           all back-references after a stored sub to be off-by-N (where
           N was the number of code references in between).
           (From Sam Vilain.)
        3. Prevent CODE references from turning into SCALAR references.
           (From Slaven Rezic.)
2004-05-02 00:22:06 +00:00
kim
fbec29cc42 Undo previous (this installs in site_perl). 2004-05-01 16:29:37 +00:00
kim
756eaaa134 Add a conflict with perl 5.8.3 and later. 2004-05-01 16:05:18 +00:00
kim
e05dd1c05f Add to conflicts, seems safer. 2004-05-01 16:04:37 +00:00
kim
dd46fd5498 Add a conflict with perl 5.8.3 and later. 2004-05-01 16:02:49 +00:00
xtraeme
4dd6be4753 Forgot to add p5-glib2, thanks to kristerw@ for the reminder. 2004-05-01 10:20:47 +00:00
tv
02cfaf79b9 libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build. 2004-04-30 17:26:23 +00:00
minskim
8a155b4b9e Change an argument passed to cpp so that it will not confuse buildlink3.
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-04-29 18:59:25 +00:00
minskim
2252fb7b70 Install .tcl files into lib/ instead of share/, as other Tcl packages
do.  It also reduces patches.

Skip PKGREVISION bump since this package was updated minites ago.
2004-04-29 15:46:00 +00:00
minskim
a6e061d208 Update tkcvs to 7.2.1.
Changes:
- Vendor Merge is back, rehabilitated by Eugene Lee, its author.
- Bug fixes:
  892051 apply the tag ignores user input
  892050 merge changes to current doesn't do that
  (No report) Clear entry containing tag instead of appending, so tag
     doesn't grow if dialog is re-opened.
  Fixed a few problems with defaults in tkcvs_def.tcl.
- The installer no longer hardcodes the library path in tkcvs.  The program
  now figures out where it is at runtime.
- You can now configure how many lines to keep in the trace window with
  $cvscfg(trace_savelines)
- Import dialog has better defaults.  Version default is the same as
  you get if you don't supply the -b option on the command line.
- Don't show stderr in CVS Commit dialog, since if there are many directories
  they may make too much output and make you miss what you were interested in.
2004-04-29 15:17:02 +00:00
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
wiz
0a6c45c89c Update to 1.8.4:
Known issue not fixed in 1.8.4:

  Historically Automake has always tried to generate V7 format
  tarballs during `make dist'.  This format is quite antiquated, but
  is portable.  It supports filenames with up to 99 characters.  When
  given longer filenames some tar implementations will diagnose the
  problem while other will generate broken or non-V7 tarballs.  For
  instance GNU tar 1.13.25 will produce an archive with GNU
  extensions, while the latest GNU tar beta (1.13.93) will silently
  truncate filenames.

  Automake 1.9 will have options to select newer tar formats, and
  diagnose long filenames.  In the meantime we recommand that people
  who cannot avoid long filenames in their packages stick to GNU tar
  1.13.25.

Bugs fixed in 1.8.4:

* Long standing bugs:

  - Fix AM_PATH_PYTHON to correctly display $PYTHON when it has been
    overridden by the user.

  - Honor PATH_SEPARATOR in various places of the Automake package, for
    the sake of OS/2.

  - Adjust dependency tracking mode detection to ICC 8.0's new output.
    (PR/416)

  - Fix install-sh so it can install the `mv' binary... using `mv'.

  - Fix tru64 dependency tracking for libtool objects.

  - Work around Exuberant Ctags when creating a TAGS files in a directory
    without files to scan but with subdirectories to include.

* Bugs introduced by 1.8:

  - Fix an "internal error" when @LIBOBJS@ is used in a variable that is
    not defined in the same conditions as the _LDADD that uses it.

  - Do not warn when JAVAROOT is overridden, this is legitimate.
2004-04-29 13:15:03 +00:00