Commit graph

5653 commits

Author SHA1 Message Date
wiz
6afb688fec Unused. 2004-05-03 16:10:07 +00:00
wiz
f66acac209 Convert to buildlink3. 2004-05-03 15:58:55 +00:00
wiz
1fdbde663d Convert to bl3 and add conflict with guile>1.4, since both include
the same info files.
2004-05-03 15:57:44 +00:00
adam
87d9d5e8fa Changes 1.0.8:
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-03 08:45:44 +00:00
snj
296e4edef9 No longer used. 2004-05-03 05:54:05 +00:00
snj
46fedaa9a5 Convert to buildlink3. 2004-05-03 03:55:43 +00:00
snj
a50c60886c Convert to buildlink3. 2004-05-02 23:02:06 +00:00
adam
cb6cbae750 Fix multiple perl problem (like on Darwin/MacOSX) 2004-05-02 20:34:38 +00:00
jmmv
33211ac22b Update to 2.4.1:
* 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-02 20:05:53 +00:00
xtraeme
7b05ae6c7e Default shell should be @RCD_SCRIPTS_SHELL@ not /bin/sh. 2004-05-02 19:31:48 +00:00
xtraeme
fd2009c442 Update devel/distcc to 2.14.
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-02 19:11:38 +00:00
kim
bb12688313 Add missing manual pages. Sort. 2004-05-02 06:09:43 +00:00
snj
023d96db45 Convert to buildlink3. 2004-05-02 03:55:05 +00:00
snj
8047f892c4 Convert to buildlink3. 2004-05-02 00:26:32 +00:00
heinz
1c890c11b8 Update to version 2.12.
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-02 00:22:06 +00:00
kim
fbec29cc42 Undo previous (this installs in site_perl). 2004-05-01 16:29:37 +00:00
kim
756eaaa134 Add a conflict with perl 5.8.3 and later. 2004-05-01 16:05:18 +00:00
kim
e05dd1c05f Add to conflicts, seems safer. 2004-05-01 16:04:37 +00:00
kim
dd46fd5498 Add a conflict with perl 5.8.3 and later. 2004-05-01 16:02:49 +00:00
xtraeme
4dd6be4753 Forgot to add p5-glib2, thanks to kristerw@ for the reminder. 2004-05-01 10:20:47 +00:00
tv
02cfaf79b9 libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build. 2004-04-30 17:26:23 +00:00
minskim
8a155b4b9e Change an argument passed to cpp so that it will not confuse buildlink3.
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-04-29 18:59:25 +00:00
minskim
2252fb7b70 Install .tcl files into lib/ instead of share/, as other Tcl packages
do.  It also reduces patches.

Skip PKGREVISION bump since this package was updated minites ago.
2004-04-29 15:46:00 +00:00
minskim
a6e061d208 Update tkcvs to 7.2.1.
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-29 15:17:02 +00:00
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
wiz
0a6c45c89c Update to 1.8.4:
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-29 13:15:03 +00:00
wiz
f30069de9e Unused. 2004-04-29 09:23:55 +00:00
tv
30e11b32d0 Revert Interix <poll.h> patch as we're no longer using poll(2) on that
platform at all.
2004-04-28 14:20:29 +00:00
tv
e02f35b7de Revert <poll.h> patch for Interix, as we're no longer using poll(2) there
at all.
2004-04-28 14:11:15 +00:00
uebayasi
ca46d23394 Enable pkgviews installation. 2004-04-28 10:18:36 +00:00
tv
5eb801b981 Make build and wotrk on Interix. (Bugzilla bugs open for these changes;
noted in each patchfile.)
2004-04-28 03:43:02 +00:00
dmcmahill
12700ebd1f add bl3 file. this pkg installs a library 2004-04-27 21:00:14 +00:00
tv
527e24eaf3 Make work on Interix. 2004-04-27 19:08:34 +00:00
kristerw
d4ffdb80aa The eXdbm package has been removed. Remove it from the Makefile too... 2004-04-27 17:15:20 +00:00
adam
a6ff58fc0a Follow new FreeType build rules 2004-04-27 15:13:56 +00:00
adam
288b3116f6 Changes 2.0.6:
* bug fixes
* added iconv support
2004-04-27 15:13:30 +00:00
snj
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
snj
c5aca300ef Convert to buildlink3. 2004-04-27 04:29:17 +00:00
snj
a52c4d1dc9 Convert to buildlink3. 2004-04-27 03:43:53 +00:00
snj
7bdebf2480 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
wiz
d549be02da Unused. 2004-04-27 01:02:45 +00:00
wiz
fa60c4cab8 Unused. 2004-04-27 00:44:37 +00:00
snj
820e439a9a Convert to buildlink3. 2004-04-26 22:07:06 +00:00
bouyer
fcca0a1b03 Remove the eXdbm package, as it's no longer maintained. It was there for the
purpose of gpsim, but gpsim now include its own version which includes
bug-fixes.
2004-04-26 21:53:39 +00:00
minskim
f0ef3b072f Use PREFIX insead of LOCALBASE when specifying where the package is
installed.
2004-04-26 16:49:17 +00:00
tv
2fa843bcd3 Make build on Interix. (Older shells don't allow '((' for a double-subshell;
use '( (' instead.)
2004-04-26 14:52:39 +00:00
wiz
f7906f6e94 Unused. 2004-04-26 09:21:57 +00:00
jlam
331c3e3ecd Suppress the "inferring the mode of operation is deprecated" warning by
specifying the mode of operation when invoking libtool.
2004-04-26 08:01:20 +00:00
snj
8b3b759c3d Convert to buildlink3. 2004-04-26 06:05:24 +00:00
snj
7c7bc47236 Convert to buildlink3. 2004-04-26 05:36:31 +00:00