summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-03-11Update KDE to 3.1.markd12-136/+251
Many bugfixes and functionality enhancements including: kdesdk KBugBuster Adapted KBugBuster to the new Bugzilla based KDE bug tracking system. Implemented Bookmarking support for Bug reports. Changing view settings no longer requires a reload. Added toolbar KBabel Automatic update of Project-Id-Version Possibility to specify localized translator name Validation & highlighting of XML Save special (the settings can be changed for the particular save) KDE specifics added to rough translation (e.g. only add a new translator in TRANSLATORS) Load/Save markings in Catalog Manager Navigation bar in Catalog Manager Mail PO-file Tag structure tool Rough translation in catalog manager Automatic update of PO header comment Show source code Spellchecking in multiple files Cervisia: made hardcoded colors configurable.
2003-03-11cvsync-0.14.4 is out.gehenna2-5/+5
From ChangeLog: 2003-03-10 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.14.4 is out * common/hash.h, mk/hash.mk, mk/pthread.mk make compile on Red Hat Linux 7.2 with/without OpenSSL. * Fix typos and missing headers. 2003-03-09 MAEKAWA Masahide <maekawa@daemon-systems.org> * doc/FAQ Add one item. Q. Are these tools stable? A. If you think so, they are stable. * mk/pthread.mk (FreeBSD/NetBSD/OpenBSD specific) Use -pthread (LDFLAGS) instead of -lpthread or -lc_r (LIBS). (noticed by naddy AT OpenBSD DOT org and slightly modified) * common/filetypes.h Some file types are reserved. B : block special C : character special L : hard link S : symbolic link
2003-03-10Update to gdb version 5.3.seb9-37/+1069
Extract of changes below. *** Changes in GDB 5.3: * GNU/Linux shared library multi-threaded performance improved. * ``gdbserver'' now supports multi-threaded applications on some targets * GDB now supports C/C++ preprocessor macros. * Multi-arched targets. DEC Alpha (partial) alpha*-*-* DEC VAX (partial) vax-*-* NEC V850 v850-*-* National Semiconductor NS32000 (partial) ns32k-*-* Motorola 68000 (partial) m68k-*-* Motorola MCORE mcore-*-* * New targets. Fujitsu FRV architecture added by Red Hat frv*-*-* * New native configurations Alpha NetBSD alpha*-*-netbsd* SH NetBSD sh*-*-netbsdelf* MIPS NetBSD mips*-*-netbsd* UltraSPARC NetBSD sparc64-*-netbsd* * OBSOLETE configurations and files Mitsubishi D30V d30v-*-* OS/9000 i[34]86-*-os9k IBM AIX PS/2 i[3456]86-*-aix Fujitsu FR30 fr30-*-elf* Motorola Delta 88000 running Sys V m88k-motorola-sysv or delta88 Argonaut Risc Chip (ARC) arc-*-* i386 running Mach 3.0 i[3456]86-*-mach3* i386 running Mach i[3456]86-*-mach* i386 running OSF/1 i[3456]86-*osf1mk* HP/Apollo 68k Family m68*-apollo*-sysv*, m68*-apollo*-bsd*, m68*-hp-bsd*, m68*-hp-hpux* I960 with MON960 i960-*-coff * OBSOLETE languages CHILL, a Pascal like language used by telecommunications companies. * REMOVED configurations and files AMD 29k family via UDI a29k-amd-udi, udi29k A29K VxWorks a29k-*-vxworks AMD 29000 embedded, using EBMON a29k-none-none AMD 29000 embedded with COFF a29k-none-coff AMD 29000 embedded with a.out a29k-none-aout testsuite/gdb.hp/gdb.threads-hp/ directory * New command "set max-user-call-depth <nnn>" * Changes in FreeBSD/i386 native debugging. Support for the "generate-core-file" has been added. * New commands "dump", "append", and "restore". * Improved "next/step" support on multi-processor Alpha Tru64.
2003-03-10Instead of a base -R in the link line use _OPSYS_RPATH_NAME insteadjmc3-5/+6
2003-03-10Mark curses on IRIX as incompatible just to be sure.jschauma1-1/+6
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-3/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-08Remove this...Due to unclear Packages.txt even though BUILD_DEPENDS is injmc1-22/+0
buildlink2 evidently we're not supposed to use it that way..
2003-03-08Add a buildlink2 script for bisonjmc1-0/+22
2003-03-08Update gtkdiff to 1.8.0.rh2-8/+7
New in 1.8.0: * diff3(1) support. No directory diff3 support yet. * -o option to specify a merge output file. * Improved keyboard navigation (PageUp and PageDown). * Bug fixes. * ~/.gnome/gtkdiff file has been changed. The previous version might crash with a new file. This version works with a previous file. New in 1.7.0: * Highlight selected region. * Search feature in directory view. * Directory view's functions are improved. * Merge UI is improved a little. Click to select, one more click to insert. * diff(1) -s option support. * check sum support. (using cksum(1) or sum(1)) * Bug fixes.
2003-03-080.14.3 is outgehenna2-5/+5
* mux_flush_out @ common/mux.c fix a bug to call pthread_cond_wait() before locking the mutex.
2003-03-08cvsync-0.14.2 is out.gehenna2-5/+5
2003-03-07Use BUILDLINK_LIBICONV_LDADD instead of hard-coding "-liconv". This shouldjlam1-2/+2
fix the problem where gettext-lib on certain OSes that already have iconv functions in libc don't need to link against libiconv.
2003-03-07bz2 -> gzgrant1-3/+3
2003-03-07don't use .bz2 distfile, as it doesn't appear to exist on variousgrant1-2/+1
mirrors.
2003-03-06Port this to powerpc. Already did it once based on lang/clisp including thisjmc10-3/+372
code so base the port off of those patches. Passes all tests via make check
2003-03-06Update Makefile.in patch to include -Wl directives if using libgc from $PREFIXjmc2-7/+9
2003-03-06Remove PKGREVISION (should be reset on updates), fix comment,wiz1-4/+2
and remove superfluous WRKSRC setting to its default.
2003-03-06cvsync-0.14.1 is out.gehenna5-47/+8
All chages in pkgsrc are merged.
2003-03-06use a variable.grant1-2/+2
2003-03-06allow this to build on -current systems where the kernel versiongrant2-2/+18
has pthread support but userland does not. also install some example config files. bump PKGREVISION.
2003-03-06Enable cvsync.martin1-1/+2
2003-03-06Import of cvsync 0.14, a portable cvs repository syncer (client and server),martin7-0/+69
similar, but not compatible with, to CVSup(tm).
2003-03-06Clean up configure patch to just relevant sections. Also redo patch-ac injmc3-2747/+17
a correct way. Just declare a va_list in the function but don't init it and pass it along to gnome_canvas_item_construct. It'll never get referenced since the property name is NULL so it's safe.
2003-03-06Oops, my mistake. the libgnome ref was not neededjmc1-2/+1
2003-03-06Various patches to make this buildjmc5-3/+2922
1. Needs libgnomeprint* (initially at 2.0). We've only ever used 2.2 and looking through the ftp archive at gnome only shows a 2.1 and 2.2 release. Building with 2.2 works fine so the API appears to work ok. Updated configure to look for 2.2 instead of 2.0 via pkg-config 2. Needed to properly build a va_list via casting NULL for arches where va_list isn't a simple type (ala void *) like it is on most x86 OS's. 3. Bumped PKGREVISION to note changes. Builds on x86 and macppc now via tests.
2003-03-05Make this build again, without evolution support. Bump PKGREVISION.wiz2-11/+5
2003-03-05Oops, restore NOT_FOR_PLATFORM (commented for my local testing).salo1-2/+2
2003-03-05Added fix for CAN-2003-0107 -salo6-5/+120
Buffer overflow in the gzprintf function in zlib 1.1.4, when zlib is compiled without vsnprintf or when long inputs are truncated using vsnprintf, allows attackers to cause a denial of service or possibly execute arbitrary code. From OpenBSD. Restore configure target and add check for [v]snprintf. Bump PKGREVISION.
2003-03-05Update to 2.2.0.1:jmmv3-6/+16
* Bugs fixed + invisible event box replacement (Dave Camp) + async / gtk+ state sync loop (Radek Doulik) + UI image related segv (Michael, Ettore) + build fixes (Alex Duggan) * Featurelets + very major docs improvements (Gustavo Carneiro) * Translations + updated (mn, ro, id, kn, fa): (Christian Rose, Marius Andreiana, Roozbeh Purnader)
2003-03-05install info docs as `GNU Autoconf' not `Individual utilities'.grant4-1/+47
2003-03-04Update libslang to 1.4.8. Closes PR/20575.mjl2-5/+5
Changes are lots of bug fixes and enhancements (four pages worth).
2003-03-04Make the last fix conditional, fix typo, delint. Bump PKGREVISION.salo2-20/+24
2003-03-04Pre-set the value of the configure test glib_cv_rtldglobal_broken tonathanw1-1/+5
avoid running the test. The test, which calls dlopen("libpthread.so"), fails on NetBSD for reasons unrelated to what it is trying to detect, glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work. This method of fooling configure suggested by Ron Roskens on tech-pkg. Addresses PR pkg/20050 ("galeon fails to load at run-time").
2003-03-04Update to 2.22.wiz3-6/+10
* A small problem with fingerprints has been fixed. * A tutorial has been contributed. * You can now have international characters in comments. * A C++ cookbook has been added. * A test failure on Cygwin has been fixed. * The [read] and [read_lines] builtin functions have been added. See the Reference Manual for more information.
2003-03-04Add & enable p5-Proc-Daemon.seb1-1/+2
2003-03-04Initial import of p5-Proc-Daemon version 0.02 into the NetBSD Packagesseb4-0/+25
Collection. Provided in PR pkg/20502 by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>. Proc::Daemon provides the capability for a Perl program to run as a Unix daemon process.
2003-03-04Add & enable p5-Config-Generalseb1-1/+2
2003-03-04Initial import of p5-Config-General version 2.15 in to the NetBSD Packagesseb4-0/+31
Collection. Provided in PR pkg/20501 by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>. Config::General opens a config file and parses it's contents for you. After parsing the module returns a hash structure which contains the representation of the config file. The format of config files supported by Config::General is inspired by the well known apache config format, in fact, this module is 100% read-compatible to apache configs, but you can also just use simple name/value pairs in your config files.
2003-03-03Update p5-Memoize to 1.01mjl2-5/+5
Minor documentation and test changes.
2003-03-02Enable p5-OLE-Storage_Litemjl1-1/+2
2003-03-02Initial import of p5-OLE-Storage_Lite 0.11mjl4-0/+24
Simple Perl class for OLE document interface
2003-03-02Don't install man pages for Fortran 90 interface.jtb3-7/+38
2003-03-02Update to 3.5.0.jtb10-125/+135
Some relevant changes: Fixed miswriting of netCDF header when exiting define mode. Because the header was always written correctly later, this was only a problem if there was another reader of the netCDF file. Fixed explicit synchronizing between netCDF writer and readers via the nc_sync(), nf_sync(), and ncsync() functions. Fixed a number of bugs related to attempts to support shrinking the header in netCDF files when attributes are rewritten or deleted. Also fixed the problem that nc__endef() did not work as intended in reserving extra space in the file header, since the extra space would be compacted again on calling nc_close(). Fixed the "redef bug" that occurred when nc_enddef() or nf_enddef() is called after nc_redef() or nf_redef(), the file is growing such that the new beginning of a record variable is in the next "chunk", and the size of at least one record variable exceeds the chunk size (see netcdf.3 man page for a description of this tuning parameter and how to set it). This bug resulted in corruption of some values in other variables than the one being added. The "__" tuning functions for the Fortran interface, nf__create, nf__open, and nf__enddef, are now documented in the Fortran interface man pages. Changed the extension of C++ files from ".cc" to ".cpp". Renamed the C++ interface header file "netcdfcpp.h" instead of "netcdf.hh", changing "netcdf.hh" to include "netcdfcpp.h" for backward compatibility. Fixed bug in ncdump using same CDL header name when called with multiple files. Added new NULL data type NC_NAT (Not A Type) to facilitate checking whether a variable object has had its type defined yet, for example when working with packed values. Fixed use of compile-time macro NO_NETCDF_2 so it really doesn't include old netCDF-2 interfaces, as intended. Fixed C++ friend declarations to conform to C++ standard.
2003-03-02update to roundup 0.5.6. changes:lukem2-5/+5
- fixed templating filter function arguments (sf bug 678911) - fixed multiselect in searching (sf bug 676874) - fixed parsing of content-disposition filenames (sf bug 675116) - added 'h' to roundup-server optarg list (sf bug 674070) - fixed doc for db.history in anydbm and rdbms_common (sf bug 679221) - fixed roundup-reminder (sf bug 681042) - fixed int assumptions about Number values (sf bug 677762) - clarified licensing - another attempt to fix cookie misbehaviour - customise cookie name using tracker name - fixed error in indexargs_url (thanks Patrick Ohly) - fixed getnode (sf bug 684531) - fixed args to some date templating methods (sf bug 689670) - fixed database corruption in rdbms property mutation
2003-03-01Add and enable gconfmm.jmmv1-1/+2
2003-03-01Initial import of gconfmm, version 2.0.1:jmmv5-0/+99
gconfmm provides a C++ interface for the GConf (version 2) configuration database system. GConf functionally is similar to the Windows registry, but lots better.
2003-03-01Add and enable libsigc++10.jmmv1-1/+2
2003-03-01Update to 1.2.3. This version is almost a rewrite of the previous 1.0.xjmmv6-122/+69
branch (incompatible with it).
2003-03-01Reimport of the libsigc++ 1.0 package as libsigc++10. The new 1.2 versionjmmv7-0/+163
is incompatible with this old one, so we must keep both in pkgsrc. Description of libsigc++: libsigc++ implements a full callback system for use in widget libraries, abstract interfaces, and general programming. Originally part of the Gtk-- widget set, libsigc++ is now a seperate library to provide for more general use. It is the most complete library of its kind with the ablity to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries. Libsigc++ is licensed under the GNU Library General Public License, LGPL.
2003-02-28mark Linux zlib as incompatible to avoid using base zlib which cangrant1-1/+4
cause problems with pkgsrc libtool, eg. libtool: link: AGE `4' is greater than the current interface number `1' libtool: link: `1:1:4' is not valid version information libtool: install: `libz.la' is not a valid libtool archive