summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-07-03Fix one place in rvm library where code implicitly assumed malloc()jdolecek3-2/+17
returns zeroed data. Discovered by using MALLOC_OPTIONS=J. coda-server's vice-setup-rvm runs to completition for me with this patch finally! bump pkg revision to nb1
2002-07-03since XFree86 4.* includes libXft and XFree86 3.* does not we end up withdmcmahill3-21/+31
a different PLIST. Add a check for XFree86 4.* (like the one from suse_x11) and fix up the PLIST. Packages properly again on non-XFree86 4.* systems.
2002-07-02Update to 1.15, old distfile vanished.wiz2-5/+5
Changes: * Add COPYRIGHT AND LICENSE to Resource.pm. * A space between the 2>/dev/null and the command is nice. * I suck. Vivek Khera reported NINE MONTHS ago that I was missing sub isrss(). My memory was jogged by a message from Jeff Boes ONE MONTH ago. My apologies.
2002-07-02Add RCS Id.wiz3-2/+3
2002-06-30update to glib2-2.0.4. This is just a bug fix releasedmcmahill3-10/+13
Overview of Changes in GLib 2.0.4 ================================= * Fix some 64-bit problems. (George Lebl, David L. Cooper II) * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul) * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor) * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru) Overview of Changes in GLib 2.0.3 ================================= * Handle sorting 0-length arrays (Ron Arts) * Threading fixes (Sebastian Wilhelmi) * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, Sebastian, Qingjiang Yuan) * Various fixes for glib-2.0.m4. (Jim Gettys, others.) * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer) * Win32 fixes (Tor Lillqvist) * Try to fix g_get_charset() related segfaults. (Owen) * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber, Andrew P. Lentvorski, Jr.) * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann) * g_markup fixes. (Matthias Clasen.) * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder, Wayne Schuller)
2002-06-30Update to 1.0.2 using patches provided by Julio Merinojschauma4-9/+9
(jmmv at hispabsd dot org) in pkg/17417, closing that PR. Muchas gracias, Julio.
2002-06-30Update to version 1.0.3. Update contains the usual bug-fixes and feature-jschauma4-12/+30
enhancements. Too many to list here - please see ChangeLog and/or http://www.pango.org. Patches to update the package were supplied by Julio Merino (jmmv at hispabsd dot org) in pkg/17419 - muchas gracias! (This closes pkg/17419.)
2002-06-27Updated cpuflags to 0.24abs2-8/+19
If BSD_PKG_MK is not defined, only touch COPTS, not CFLAGS etc.
2002-06-27Include the whole pathname for the gunshar command when extracting theagc1-2/+2
package's source files from the archive.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb8-27/+27
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26Add check.cjs1-1/+2
2002-06-26Unit test package for the C language.cjs4-0/+52
2002-06-25Back out last change on request by Thomas Klausner and Nick Hudson:tron2-8/+4
Setting "USE_PTHREADS" in a buildlink file will cause problems if the package which includes it wants to use different POSIX threads libraries.
2002-06-24Use native POSIX threads if operating system provides them. This fixestron2-4/+8
PR pkg/17177 by Julio Merino and PR pkg/17259 by Lubomir Sedlacik.
2002-06-24Patch the config.guess files with the latest version. This fixes builds onskrll3-1/+2789
new ARM based machines (tested on CATS) and others. Roll on CONFIG_GUESS_OVERRIDE. This fixes part of pkg/16389 from Richard Earnshaw <rearnsha@arm.com>
2002-06-23Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.jlam2-7/+7
2002-06-23Remove unneeded do-configure target.jlam1-4/+1
2002-06-23There is no USE_CONFIGURE ... it's HAS_CONFIGURE.jlam1-5/+4
2002-06-21+ In assert_writeable(), don't depend upon dirname(3) not modifying thelukem3-9/+31
argument; POSIX allows this, even though the replacement lib/dirname.c (from glibc?) returns a strndup-ed strings *except* for the "." case. [mmm, possible memory leaks]. Instead, just implement most of guts of lib/dirname.c directly in assert_writeable(), always copy string, and always free it. This fixes ``mkid -f /some/path/to/id'' + Crank PKGREVISION.
2002-06-21Updated cpuflags to 0.23abs2-3/+46
Initial version of SunOS (Solaris)
2002-06-20Update devel/rvm to version 1.6. Changes from version 1.3 include:jlam4-24/+134
* Fixed stray fsync calls when using partitions on BSD platforms. * Fixed <sys/time.h> vs. <time.h> confusion. * Fixed off by one bug in the RVM error table.
2002-06-20Update devel/rpc2 to version 1.13. Changes from version 1.10 include:jlam4-23/+23
* Fixed crash when an expired connection receives a NAK. * Increased lower bound on retransmission time to 300ms. * Removed Linux specific optimization in processing time calculation which made RPC2 clients assume a server can respond faster than it actually does. * Fixed the very infrequent SFTP_SendResponse crash again, hopefully for real this time. * A non-masqueraded rpc2 client wouldn't send out it's SFTP packets through the rpc2 socket when talkin to a masqueraded rpc2-server. This broke backfetches through a firewall. * Added delayed acks, when an RPC2 operation on the server is taking more than 200ms, an unsolicited RPC2_BUSY is sent back to the client to avoid unnecessary retransmissions of the request. * Stricter prototyping for callback functions. * Fixed the very infrequent SFTP_SendResponse crash. * Keeping track of current fd offset in sftp to allow non-multirpc transfers from/to a non-seekable fd (eg. stdout).
2002-06-20Update devel/lwp to version 1.9. Changes from version 1.6 include:jlam3-8/+8
* OpenBSD patches. * Fixed <sys/time.h> vs. <time.h> mixup.
2002-06-19Add and enable gscopeagc1-1/+2
2002-06-19Initial import of gscope-0.4.1 into the NetBSD Packages Collection.agc6-0/+125
As seen at Usenix 2002. gscope is a software oscilloscope library build using the GTK and GNOME toolkits. Gscope can be used to monitor, display and debug various types of "real-time" data. Additionally, the scope can be used for graphing file data that is in a tuple format.
2002-06-19Fix the PLIST - from Andrew Brown.skrll1-2/+2
2002-06-17Use REPLACE_PERL to substitute for the correct version of perl inagc1-2/+3
doc/translator.pl, which has the side effect of allowing the docygen package to be installed properly if you don't have '.' in your path. Bump PKGREVISION.
2002-06-15Remove BUILDLINK_DEPENDS.pth line, since it's the same as in pth'swiz1-2/+1
buildlink.mk.
2002-06-15Make this build with python-2.2.1sjg2-1/+64
2002-06-14Nick Hudson maintains this package at the moment.tron1-2/+2
2002-06-12Fix typo in patch that made configure hang unter some Solaris versions.wiz2-4/+4
Patch from pkg/17242 by Lubomir Sedlacik.
2002-06-12Regen some patches so Solaris' /usr/bin/gpatch is happier with them.seb3-26/+12
2002-06-12Use ${GREP}, and update message.wiz1-3/+3
2002-06-10Updated to p5-Storable-2.04shell3-14/+15
Changes : - New major updated - Many of bugs fixed - New regression test (Please see ChangeLog for more about)
2002-06-10Updated to Attribute-Handlers-0.77shell3-11/+11
- Updated master_sites Changes : - Attribute::Handlers now is core. - Brought up to date with perl 5.8RC1 version will be 5.8 if no more changes come in - [#13686] This changes the behaviour of lexical attributes. Prior to this lexical attributes were done at a compile time, and they would loose their attribute on the next run over them. Now perl 5.8 calls the attribute handler runtime whenever it hits my. - [#14448] Fixes cases with too high refcounts on lexical attributes - [#15945] Do not warn about too late CHECK and INIT block if A::H is pulled in using a require.
2002-06-10Updated to py-Optik-1.3shell2-6/+6
- Updated my email address Changes since Optik-1.2 : * Fixed a couple of lurking bugs found by PyChecker. * You can now get away with not supplying an option's type, no matter the action: Optik now assumes a default type of "string". * You can now get away with not supplying an option's destination: Optik now derives a default destination from the first long option, or the first short option if no long options were given. Eg. an option string "--foo-bar" has the default destination 'foo_bar'. * Refactored both Option's and OptionParser's constructors to make life easier for people extending Optik. * Added the "examples/" subdirectory -- this is a repository of examples of extending and using Optik; the goal is to provide canonical implementations of various features that I don't want to add to Optik proper, but that are occasionally requested. (Also, this gives me a good place to test how Optik's extensibility.) * Added support for long and complex option types, mainly for completeness (patch by Matthew Mueller). * Added make_option() as an alias for the Option constructor, because someday there might be many Option classes (in which case make_option() will become a factory function). * Added the examples/ directory to the source distribution -- this demonstrates various ways to extend Optik.
2002-06-10Updated py-Checker to 0.8.10 .shell4-37/+20
Changes for 0.8.9 to 0.8.10 : * Add --unpack option to warn when unpacking a non-sequence * Add --unpacklen option to warn when unpacking sequence of wrong size * Add --changetypes option to warn when setting a variable to different types * Add --stringiter option to warn when iterating over a string * Add --input option to warn when using input() * Fix crash with checking properties or deriving from objects (2.2 only) * Fix crash with nested scopes and lambdas * Fix spurious warnings for constant conditionals when using ('%s' % value) * Fix spurious warnings for unused identifiers caused by from XXX import * * Add more information when module cannot be imported * Fix spurious warnings for implicit returns when using while 1: * Fix spurious warnings for implicit returns when using try/finally: * Fix spurious warning with globals that start w/__ * Fix spurious warnings for modifying default arguments when calling {}.get(), {}.has_key(), [].index(), [].count(), etc. * Fix spurious warnings in Python 1.5.2 when using from/import (Please see CHANGELOG for more)
2002-06-09Delete ruby14-readline package. It is time to retire now.taca7-109/+1
2002-06-08Make this package explicitly depend on emacs v20. Also mark it as conflictingcjep1-2/+5
with emacs21. Noted by Greg Woods on tech-pkg@. XXX This package should probably be removed when emacs21 becomes emacs.
2002-06-08Add and enable pcl-cvs.cjep1-1/+2
2002-06-08Initial import of pcl-cvs-2.9.9 into the NetBSD packages collection.cjep6-0/+104
PCL-CVS is a front-end to CVS. It integrates the most frequently used CVS commands into emacs. From Hiroyuki Bessho in PR#14295. Thanks!
2002-06-06This package seems to build okay on NetBSD/arm as well, so include thiscjep1-5/+6
in the ONLY_FOR_PLATFORM list. Update HOMEPAGE.
2002-06-06Recognize mipseb as a valid architecture.thorpej2-1/+23
2002-06-05The use of ${INSTALL_INFO} makes this package not relocatable, see PR pkg/17175.seb1-7/+7
Patch proposed in this PR by Joachim Koenig-Baltes <joachim@handshake.de> applied with a small ordering tuning.
2002-06-04Updated doc++ to 3.4.9 to fix pkg/16587. Changes from 3.3.13 are too many,yyamano3-11/+19
see doc/ChangeLog in the source distribution.
2002-06-04Use in-source cpp instead of gcc to fix pkg/16511.yyamano1-1/+2
2002-06-03Updated p5-Test-Harness, from 2.21 to 2.24shell2-5/+5
Changes since p5-Test-Harness-2.21 : 2.24 Wed May 29 19:02:18 EDT 2002 * Nikola Knezevic found a bug when tests are completely skipped but no reason is given it was considered a failure. * Made Test::Harness::Straps->analyze_file & Test::Harness a bit more graceful when the test doesn't exist. 2.23 Wed May 22 12:59:47 EDT 2002 - reason for all skip wasn't being displayed. Broken in 2.20. - Changed the wait status tests to conform with POSIX standards. - Quieted some SYSTEM$ABORT noise leaking out from dying test tests on VMS. 2.22 Fri May 17 19:01:35 EDT 2002 - Fixed parsing of #!/usr/bin/perl-current to not see a -t. (RT #574) - Fixed exit codes on MPE/iX
2002-06-03Add and enable nbitools.sakamoto1-1/+2
2002-06-03Import nbitools-6.3sakamoto11-0/+286
The itools-R6.3 distribution contains imake, X11 configuration files, makedepend, xmkmf, mkdirhier, imboot, msub, and imdent. http://www.kitebird.com/imake-book/ nbitools-R6.3 is rearchived with NetBSD-current/xsrc. Approved by agc, for inputmethod/{canna-*,sj3-*}
2002-06-03The default value of JAVA_HOME should be ${JAVA_HOME}, not ${PREFIX}/java.schmonz1-1/+1