summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-07-13Add one more missing file.mycroft1-1/+2
2002-07-12Update to gal 0.19.3.mycroft4-29/+28
I've tested all the apps I found that link against gal -- various stuff in gnome, gabber, mrproject, sodipodi, evolution, etc. mrproject and sodipodi had other problems (which I fixed). gtt and gnome-gtkhtml-editor seem to hang without doing much, but this also happens with gal-0.19nb1. This update is necessary to update evolution.
2002-07-12Add missing modules.mycroft1-2/+4
2002-07-12Make this use USE_X11BASE too. Otherwise it only works with xpkgwedge.mycroft1-1/+2
2002-07-12Fix typo (mmmm, distirbution).wiz1-1/+1
2002-07-12Standardize rmdir line.wiz1-2/+2
2002-07-12Other packages now also install in lib/bonobo.wiz1-3/+3
2002-07-12Add and enable libglade2.wiz1-1/+2
2002-07-12Initial import of libglade2, supplied by Julio Merino in pkg/17462.wiz6-0/+121
Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C code that can then be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This way you can change the look of a program without needing to recompile. Currently it supports all the widgets in current releases, together with support for keyboard accelerators and automatic signal connection.
2002-07-12Add and enable libbonobo.wiz1-1/+2
2002-07-12Initial import of libbonobo, from Julio Merino in pkg/17422.wiz7-0/+245
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents. We distinguish between `Bonobo' the name of the component architecture, and `bonobo' which is the C-based easy to use implemenatation of the Bonobo component architecture. libbonobo contains a rich API for dealing Bonobo Objects (activation for example).
2002-07-12Update to 1.0.2. Patch from Julio Merino in pkg/17415.wiz4-9/+13
Changes since 0.9.8: Bugfixes.
2002-07-12Fix pkg/16389: PLT2 has insufficient levels of buildlink for ARM systemsskrll1-2/+3
2002-07-11Patches for better support of Solaris, from Julien T. Letessieragc2-4/+70
2002-07-10PKGREVISION++ suggested by wizskrll1-2/+2
2002-07-10Pull in the pthread/machdep.h header from pthread.h so thatskrll2-2/+20
PTHREAD_COND_INITIALIZER can be used. This fixes pkg/12955 from Jaromir Dolecek <jdolecek@netbsd.org>
2002-07-10Fix a typo and remove some unnecessary text.wiz1-2/+2
2002-07-09Update semi to 1.14.4jun3-12/+13
* SEMI: Version 1.14.4 (Hosorogi) released. * semi-def.el (mime-browse-url-regexp): Allow nntps and ftps. * mime-view.el (mime-display-multipart/related): When "start" parameter specifies part, treat the part as root. * mime-view.el (mime-display-multipart/related): New function; set up for `mime-preview-condition'. * mime-bbdb.el: Load "bbdb-hooks" when the symbol function `bbdb-extract-field-value' is not bound or it is set up as an autoloaded function. [cf. <emacs-mime-ja:799,842,843,844,845,846>] * semi-def.el (mime-browse-url-regexp): Allow https. * mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated optional fields. * mime-view.el: Revert to use `static'.
2002-07-07remove unneeded patch-aawiz1-2/+1
2002-07-07Not needed any longer.wiz1-15/+0
2002-07-07Distfile is now versioned, so we don't need DIST_SUBDIR any longer.wiz2-10/+7
Some minor cleanup.
2002-07-07Update to version 1.28. Our last version was 1.18.1 from around the endjschauma4-370/+2102
of 2000; changes far too many to list here, please see http://www.boost.org for details. Download files from proper mastersite rather than downloading boost_all.tar.gz so as to make it easier to track updates. Update and modifications suggested in PR pkg/16894 by MarkoSchuetz at web dot de -- this closes this PR.
2002-07-05Adapt to new location of "p5-Time-HiRes" package.tron1-2/+2
2002-07-05Move time management related Perl5 packages to category "time".tron9-74/+1
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