summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-05-03Convert to bl3 and add conflict with guile>1.4, since both includewiz1-4/+5
the same info files.
2004-05-03Changes 1.0.8:adam4-16/+17
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-03No longer used.snj1-20/+0
2004-05-03Convert to buildlink3.snj2-10/+10
2004-05-02Convert to buildlink3.snj5-44/+38
2004-05-02Fix multiple perl problem (like on Darwin/MacOSX)adam4-2/+30
2004-05-02Update to 2.4.1:jmmv4-135/+144
* 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-02Default shell should be @RCD_SCRIPTS_SHELL@ not /bin/sh.xtraeme1-2/+2
2004-05-02Update devel/distcc to 2.14.xtraeme6-35/+31
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-02Add missing manual pages. Sort.kim1-11/+28
2004-05-02Convert to buildlink3.snj2-6/+6
2004-05-02Convert to buildlink3.snj2-9/+9
2004-05-02Update to version 2.12.heinz2-5/+5
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-01Undo previous (this installs in site_perl).kim1-3/+1
2004-05-01Add a conflict with perl 5.8.3 and later.kim1-1/+3
2004-05-01Add to conflicts, seems safer.kim1-2/+2
2004-05-01Add a conflict with perl 5.8.3 and later.kim1-1/+3
2004-05-01Forgot to add p5-glib2, thanks to kristerw@ for the reminder.xtraeme1-1/+2
2004-04-30libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.tv1-1/+2
2004-04-29Change an argument passed to cpp so that it will not confuse buildlink3.minskim4-8/+18
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-04-29Install .tcl files into lib/ instead of share/, as other Tcl packagesminskim3-119/+112
do. It also reduces patches. Skip PKGREVISION bump since this package was updated minites ago.
2004-04-29Update tkcvs to 7.2.1.minskim4-22/+18
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-29Fix my email address.sketch2-4/+4
2004-04-29Update to 1.8.4:wiz2-5/+5
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-29Unused.wiz1-21/+0
2004-04-28Revert Interix <poll.h> patch as we're no longer using poll(2) on thattv2-19/+1
platform at all.
2004-04-28Revert <poll.h> patch for Interix, as we're no longer using poll(2) theretv2-17/+1
at all.
2004-04-28Enable pkgviews installation.uebayasi1-1/+5
2004-04-28Make build and wotrk on Interix. (Bugzilla bugs open for these changes;tv3-12/+47
noted in each patchfile.)
2004-04-27add bl3 file. this pkg installs a librarydmcmahill1-0/+20
2004-04-27Make work on Interix.tv2-1/+17
2004-04-27The eXdbm package has been removed. Remove it from the Makefile too...kristerw1-2/+1
2004-04-27Follow new FreeType build rulesadam1-0/+12
2004-04-27Changes 2.0.6:adam3-11/+10
* bug fixes * added iconv support
2004-04-27Convert to buildlink3.snj15-64/+54
2004-04-27Convert to buildlink3.snj9-76/+67
2004-04-27Convert to buildlink3.snj6-35/+50
2004-04-27Convert to buildlink3.snj22-78/+72
2004-04-27Unused.wiz2-44/+0
2004-04-27Unused.wiz2-53/+0
2004-04-26Convert to buildlink3.snj3-12/+32
2004-04-26Remove the eXdbm package, as it's no longer maintained. It was there for thebouyer7-115/+0
purpose of gpsim, but gpsim now include its own version which includes bug-fixes.
2004-04-26Use PREFIX insead of LOCALBASE when specifying where the package isminskim1-2/+2
installed.
2004-04-26Make build on Interix. (Older shells don't allow '((' for a double-subshell;tv2-1/+15
use '( (' instead.)
2004-04-26Unused.wiz6-178/+0
2004-04-26Suppress the "inferring the mode of operation is deprecated" warning byjlam2-11/+11
specifying the mode of operation when invoking libtool.
2004-04-26Convert to buildlink3.snj1-3/+3
2004-04-26Convert to buildlink3.snj1-3/+3
2004-04-26No longer used.snj1-59/+0
2004-04-26Use buildlink3.snj1-3/+3