summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2003-02-28s/LIBTOOL_VERSION/LIBTOOL_REQD/ to register correct dependency.grant1-2/+2
2003-02-26Lately, sh-utils might be installing a gid executable again, so addwiz1-1/+3
a CONFLICTS line for it here. (hi grant!)
2003-02-25Update autogen to 5.5.2.kristerw3-17/+10
New in 5.5.2 - February, 2003 * Fixes for FreeBSD weirdisms with sed, dlopen(), and the Guile library * stash offsets in uintptr_t types so this thing works when sizeof(void*) != sizeof(off_t) * still more configury fixes. It will never, ever end. New in 5.5 - December 15, 2002 * The FOR macro will now accept a list of values, as in: [= FOR v IN one, "two , part" three =] * snprintfv-0.99f was fully incorporated, saving 300K of distribution space and a lot of configure time. * The 'dne' function will accept "-d" as the first argument in order to suppress the date from the output. New in 5.4.8 - December 10, 2002 * Freed AutoOpts from libguile. It was never really dependent. * new snprintfv library incorporated
2003-02-24Update to 1.3.4 using patches provided by roskens at elfin dot net injschauma6-46/+84
PR pkg/20270 with minor nitpicks by myself. Some of the changes since 1.2.1: * configure.in: fix minor problem where we used the guile-gtk config program even when it wasn't found. * acconfig.h: deleted since deprecated -- replaced by three arg AC_DEFINEs in configure.in. * doc/.cvsignore: add texinfo.tex. * configure.in (AM_INIT_AUTOMAKE): bump version for release. * bunch of subversion cleanups. * change license to LGPL. * g-wrap/gw-glib-spec.scm: coerce to (gpointer) in gw:glist-of and gw:gslist-of code where needed. * g-wrap/enumeration.scm (gw:wrap-enumeration): make val->int and int->val functions static so they don't cause conflicts. * configure.in (GW_GUILE_GTK_CFLAGS): delete any occurences of -I /usr/include or similar. Newer gcc's don't like that at all. * bin/g-wrap-config.in (c-compile-args): don't output -I if it's /usr/include. The new gcc doesn't like -I /usr/include at all. * test/Makefile.am (gw-test-enumeration.scm gw-test-enumeration.h gw-test-enumeration.c gw-test-enumeration.html gw-test-enumeration-autogen.h): use LD_LIBRARY_PATH. (gw-test-parent.scm gw-test-parent.h gw-test-parent.c gw-test-parent.html gw-test-parent-autogen.h): use LD_LIBRARY_PATH. * doc/g-wrap.texi: minor re-editing -- still needs much more. * configure.in (GW_GUILE_GTK_CFLAGS): add and AC_SUBST. (GW_GUILE_GTK_LIBFLAGS): add and AC_SUBST. * g-wrap/simple-type.scm: new file -- support for simple types. * g-wrap/runtime.scm: new file -- scm support for runtime wrapset database. * g-wrap/gw-wct-spec.scm: new file -- wrapped C pointer types. * g-wrap/gw-standard-spec.scm: new file -- standard wrapped types. * g-wrap/gw-gtk-spec.scm: new file -- wrappers for gtk. * g-wrap/gw-glib-spec.scm: new file -- wrappers for glib. * g-wrap/gtkobj.scm: support for wrapping new C ptr types as gtkobjects. * g-wrap/Makefile.am: major changes -- support gw-glib, gw-wct, gw-gtk, etc. * g-wrap/g-wrap-wct.h: support header for gw-wct. Part of libgwrap-wct. * g-wrap/g-wrap-wct.c: support code for gw-wct. Part of libgwrap-wct. * g-wrap/g-wrap-glib.h: support header for gw-glib. Part of libgwrap-glib. * g-wrap/g-wrap-glib.c: support code for gw-glib. Part of libgwrap-glib. * g-wrap/output-file.scm (flatten-display): make public. * g-wrap/g-wrap-compatibility.h: start guile version compatibility library. * g-wrap/enumeration.scm: break out enumeration support. * g-wrap/dummy-main.c: new file - for link testing. * bin/g-wrap-config.in (c-link-args): add support for glib, wct, etc. * g-wrap.scm: major overhaul -- modules -> wrapsets, ccodegens -> init/decl/lists, etc. * configure.in: remove rscheme (and other dead bits). Add support for glib and gnome-guile. Handle libruntime reorg/removal. * acconfig.h: accomodate reorg/removal of libruntime. * g-wrapped/gw-runtime-spec.scm: switch to use of SCM_FALSEP and SCM_NFALSEP rather than direct SCM_BOOL_* * libruntime-guile/g-wrap-runtime-guile.c: switch to use of SCM_FALSEP and SCM_NFALSEP rather than direct SCM_BOOL_* comparisons. * g-wrap.scm: switch to use of SCM_FALSEP and SCM_NFALSEP rather than direct SCM_BOOL_* comparisons.
2003-02-24share/gconf is shared with GConf (v1).jmmv1-2/+2