Commit graph

2777 commits

Author SHA1 Message Date
tron
36dd4c1f2a Use native POSIX threads if operating system provides them. This fixes
PR pkg/17177 by Julio Merino and PR pkg/17259 by Lubomir Sedlacik.
2002-06-24 20:25:25 +00:00
skrll
3f88fa7ac6 Patch the config.guess files with the latest version. This fixes builds on
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-24 12:09:43 +00:00
jlam
fa324e7a26 Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround. 2002-06-23 03:44:49 +00:00
jlam
2630c88ba0 Remove unneeded do-configure target. 2002-06-23 03:41:47 +00:00
jlam
1513d0cdaa There is no USE_CONFIGURE ... it's HAS_CONFIGURE. 2002-06-23 03:41:28 +00:00
lukem
516cbc6600 + In assert_writeable(), don't depend upon dirname(3) not modifying the
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-21 12:26:31 +00:00
abs
2225a8f027 Updated cpuflags to 0.23
Initial version of SunOS (Solaris)
2002-06-21 11:35:16 +00:00
jlam
3d1cbda760 Update devel/rvm to version 1.6. Changes from version 1.3 include:
* 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-20 19:28:14 +00:00
jlam
09255dc0f9 Update devel/rpc2 to version 1.13. Changes from version 1.10 include:
* 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-20 19:28:01 +00:00
jlam
797676b2b9 Update devel/lwp to version 1.9. Changes from version 1.6 include:
* OpenBSD patches.
* Fixed <sys/time.h> vs. <time.h> mixup.
2002-06-20 19:27:54 +00:00
agc
5bed3d550e Add and enable gscope 2002-06-19 13:01:31 +00:00
agc
6262fe32d9 Initial import of gscope-0.4.1 into the NetBSD Packages Collection.
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-19 13:00:41 +00:00
skrll
176711aca7 Fix the PLIST - from Andrew Brown. 2002-06-19 07:36:27 +00:00
agc
00552070c6 Use REPLACE_PERL to substitute for the correct version of perl in
doc/translator.pl, which has the side effect of allowing the docygen
package to be installed properly if you don't have '.' in your path.

Bump PKGREVISION.
2002-06-17 16:40:26 +00:00
wiz
4aa068ea11 Remove BUILDLINK_DEPENDS.pth line, since it's the same as in pth's
buildlink.mk.
2002-06-15 21:33:50 +00:00
sjg
d80f399050 Make this build with python-2.2.1 2002-06-15 06:54:00 +00:00
tron
738e0b8c21 Nick Hudson maintains this package at the moment. 2002-06-14 13:57:37 +00:00
wiz
2064f191d5 Fix typo in patch that made configure hang unter some Solaris versions.
Patch from pkg/17242 by Lubomir Sedlacik.
2002-06-12 23:26:25 +00:00
seb
e865689d2d Regen some patches so Solaris' /usr/bin/gpatch is happier with them. 2002-06-12 13:16:50 +00:00
wiz
bb877a5d47 Use ${GREP}, and update message. 2002-06-12 00:48:20 +00:00
shell
1f1cea9a6f Updated to p5-Storable-2.04
Changes :
- New major updated
- Many of bugs fixed
- New regression test

(Please see ChangeLog for more about)
2002-06-10 02:40:06 +00:00
shell
700adfd217 Updated to Attribute-Handlers-0.77
- Updated master_sites

Changes :
- Attribute::Handlers now is core.
- Brought up to date with perl 5.8RC1 version
  will be 5.8 if no more changes come in
- [#13686] This changes the behaviour of lexical attributes.
  Prior to this lexical attributes were done at a compile time,
  and they would loose their attribute on the next run over them.
  Now perl 5.8 calls the attribute handler runtime whenever it
  hits my.
- [#14448] Fixes cases with too high refcounts on lexical attributes
- [#15945] Do not warn about too late CHECK and INIT block if
  A::H is pulled in using a require.
2002-06-10 02:35:49 +00:00
shell
8f2e9fb11d Updated to py-Optik-1.3
- Updated my email address

Changes since Optik-1.2 :

  * Fixed a couple of lurking bugs found by PyChecker.
  * You can now get away with not supplying an option's type,
    no matter the action: Optik now assumes a default type of "string".
  * You can now get away with not supplying an option's destination:
    Optik now derives a default destination from the first long option,
    or the first short option if no long options were given.  Eg. an
    option string "--foo-bar" has the default destination 'foo_bar'.
  * Refactored both Option's and OptionParser's constructors to
    make life easier for people extending Optik.
  * Added the "examples/" subdirectory -- this is a repository of
    examples of extending and using Optik; the goal is to provide
    canonical implementations of various features that I don't want to
    add to Optik proper, but that are occasionally requested.  (Also,
    this gives me a good place to test how Optik's extensibility.)
  * Added support for long and complex option types, mainly for
    completeness (patch by Matthew Mueller).
  * Added make_option() as an alias for the Option constructor, because
    someday there might be many Option classes (in which case
    make_option() will become a factory function).
  * Added the examples/ directory to the source distribution -- this
    demonstrates various ways to extend Optik.
2002-06-10 02:29:35 +00:00
shell
21b8344511 Updated py-Checker to 0.8.10 .
Changes for 0.8.9 to 0.8.10 :
  * Add --unpack option to warn when unpacking a non-sequence
  * Add --unpacklen option to warn when unpacking sequence of wrong size
  * Add --changetypes option to warn when setting a variable to different types
  * Add --stringiter option to warn when iterating over a string
  * Add --input option to warn when using input()
  * Fix crash with checking properties or deriving from objects (2.2 only)
  * Fix crash with nested scopes and lambdas
  * Fix spurious warnings for constant conditionals when using ('%s' % value)
  * Fix spurious warnings for unused identifiers caused by from XXX import *
  * Add more information when module cannot be imported
  * Fix spurious warnings for implicit returns when using while 1:
  * Fix spurious warnings for implicit returns when using try/finally:
  * Fix spurious warning with globals that start w/__
  * Fix spurious warnings for modifying default arguments
        when calling {}.get(), {}.has_key(), [].index(), [].count(), etc.
  * Fix spurious warnings in Python 1.5.2 when using from/import

(Please see CHANGELOG for more)
2002-06-10 02:25:03 +00:00
taca
369f5605f0 Delete ruby14-readline package. It is time to retire now. 2002-06-09 11:20:56 +00:00
cjep
ac849df988 Make this package explicitly depend on emacs v20. Also mark it as conflicting
with emacs21. Noted by Greg Woods on tech-pkg@.

XXX This package should probably be removed when emacs21 becomes emacs.
2002-06-08 19:32:15 +00:00
cjep
815808b10a Add and enable pcl-cvs. 2002-06-08 17:34:09 +00:00
cjep
7bcb7738cf Initial import of pcl-cvs-2.9.9 into the NetBSD packages collection.
PCL-CVS is a front-end to CVS.  It integrates the most frequently used
CVS commands into emacs.

From Hiroyuki Bessho in PR#14295. Thanks!
2002-06-08 17:33:18 +00:00
cjep
fe47f55dd6 This package seems to build okay on NetBSD/arm as well, so include this
in the ONLY_FOR_PLATFORM list. Update HOMEPAGE.
2002-06-06 23:07:06 +00:00
thorpej
becb854ec4 Recognize mipseb as a valid architecture. 2002-06-06 02:14:02 +00:00
seb
7c0f5af4cf The use of ${INSTALL_INFO} makes this package not relocatable, see PR pkg/17175.
Patch proposed in this PR by Joachim Koenig-Baltes <joachim@handshake.de>
applied with a small ordering tuning.
2002-06-05 10:34:52 +00:00
yyamano
6f70b2d4d2 Updated doc++ to 3.4.9 to fix pkg/16587. Changes from 3.3.13 are too many,
see doc/ChangeLog in the source distribution.
2002-06-04 16:24:54 +00:00
yyamano
aa9dbad58d Use in-source cpp instead of gcc to fix pkg/16511. 2002-06-04 15:20:39 +00:00
shell
ff8a867a99 Updated p5-Test-Harness, from 2.21 to 2.24
Changes since p5-Test-Harness-2.21 :

2.24  Wed May 29 19:02:18 EDT 2002
    * Nikola Knezevic found a bug when tests are completely skipped
      but no reason is given it was considered a failure.
    * Made Test::Harness::Straps->analyze_file & Test::Harness a bit
      more graceful when the test doesn't exist.

2.23  Wed May 22 12:59:47 EDT 2002
    - reason for all skip wasn't being displayed.  Broken in 2.20.
    - Changed the wait status tests to conform with POSIX standards.
    - Quieted some SYSTEM$ABORT noise leaking out from dying test tests
      on VMS.

2.22  Fri May 17 19:01:35 EDT 2002
    - Fixed parsing of #!/usr/bin/perl-current to not see a -t.
      (RT #574)
    - Fixed exit codes on MPE/iX
2002-06-03 13:08:56 +00:00
sakamoto
0fda36a152 Add and enable nbitools. 2002-06-03 09:55:57 +00:00
sakamoto
1fed83442a Import nbitools-6.3
The itools-R6.3 distribution contains imake, X11 configuration files,
makedepend, xmkmf, mkdirhier, imboot, msub, and imdent.
http://www.kitebird.com/imake-book/
nbitools-R6.3 is rearchived with NetBSD-current/xsrc.

Approved by agc, for inputmethod/{canna-*,sj3-*}
2002-06-03 09:53:46 +00:00
schmonz
a4801ddaae The default value of JAVA_HOME should be ${JAVA_HOME}, not ${PREFIX}/java. 2002-06-03 05:07:46 +00:00
wiz
8b4f731de1 Be more lintpkgsrc friendly. 2002-06-02 18:09:35 +00:00
uebayasi
ccd1f22ebe Updated to 1.12. Submitted by Kevin Lo <kevlo@kevlo.org> in pkg/16986.
Changes from 1.11 are
	- add '-static' flag to 'LDDFLAGS' on Cygwin 1.3.
	- shadow redisplay does not pester you with warning on a poor
	  terminal, or a terminal with wrong TERM environment variable
	  setting.
	- update documents
	- improve coding style of Gnu.xs. (indentation stype, more
	  typemap, etc.)
2002-05-31 09:52:05 +00:00
grant
53af147624 1.4.0 incremented major (Makefile v1.34), bump buildlink depends to 1.4.0.
reported by Kevin P. Neal in pkg/16820.
2002-05-31 06:24:53 +00:00
yyamano
65c4e505e0 eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-29 14:45:56 +00:00
skrll
5a363e14de Add and enable pth-syscall. 2002-05-29 08:21:41 +00:00
skrll
19f99199a4 Add a new variation on the pth package that has --enable-syscall-hard
as part of the configure options. A pth with this option enabled provides
some semblance of pre-emptive threads - enough for things like xmms and
knode to actually work.

Add the necessary glue to pthread.buildlink.mk and appropriate CONFLICT
into pth.

It is hoped that the pkgs that currently use

	-D_POSIX_THREAD_SYSCALL_SOFT=1

will be tested against pth-syscall and changed to use it. The goal is to
be able to add --enable-syscall-hard to devel/pth and retire pth-syscall.
Baby steps...
2002-05-29 08:19:55 +00:00
rh
4caed9e8ab Properly include gdk-pixbuf using buildlink. Fix provided by Julio Merino
<jmmv@hispabsd.org> in PR pkg/16815.
2002-05-25 11:31:29 +00:00
schmonz
2bf9c38465 Depend on the proper PKGREVISION of libtool-base and libtool-info.
Fix from fredb, approved by skrll.
2002-05-23 20:07:00 +00:00
agc
c050843fc2 Get rid of all traces of the buildlink config wrapper 2002-05-22 16:36:12 +00:00
agc
f5830c2178 Correct two typos. 2002-05-22 16:24:59 +00:00
agc
165cf123ae Add and enable GConf2 2002-05-22 16:09:54 +00:00
agc
20d76ccd12 Initial import of GConf-1.1.10 as GConf2-1.1.10, the configuration database
system used by GNOME 2, into the NetBSD Packages Collection.

GConf is a configuration database system, functionally similar to the
Windows registry but lots better.  It was written for the GNOME
desktop but does not require GNOME; configure should notice if GNOME
is not installed and compile the basic GConf library anyway.

Provided in PR 16909 by juli@darkstar.local (Julio Merino)

[The buildlink.mk file was put together by me]
2002-05-22 16:08:42 +00:00
agc
d687fec3bd Use the correct basename for this package in the EVAL_PREFIX statement 2002-05-22 16:02:25 +00:00