summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Don't assume that "tar xzf ..." can extract ".tar.bz2" archive. It workstron1-2/+3
only with NetBSD 1.6's modified "gzcat"
2004-03-29Use binary stdio because "you're supposed to do that."tv4-3/+100
Needed for Cygwin et al.
2004-03-29Use the binary distro, not the source distro, so that all taskdefs aretv5-31/+889
supplied automatically. (Apache themselves do not recommend building Ant from source as it will miss a lot of important stuff in most cases.) This fixes pkg/22034.
2004-03-29Note the info file for the new info file handling framework.jlam1-1/+2
2004-03-29Bump PKGREVISION for pkgconfig file addition.wiz1-2/+2
2004-03-29Note removal of ucd-snmp and corollary update of gkrellm1-snmp.cube1-5/+3
Remove some remanents of a cvs conflict (hi manu!).
2004-03-29Remove ucd-snmp.cube1-2/+1
2004-03-29Remove ucd-snmp package, which is outdated, insecure, and now unused incube16-1561/+0
pkgsrc since gkrellm1-snmp conversion to net-snmp.
2004-03-29Use net-snmp instead of ucd-snmp.cube3-8/+54
2004-03-29bl3ify, and remove sed workaround for Solaris now that it uses nbsed.jlam2-24/+30
2004-03-29Updated octave-current to 2.1.57adam1-1/+2
2004-03-29Changes 2.1.57:adam5-27/+27
* bug fix release
2004-03-29Install lib/pkgconfig/libpng12.pc, otherwise "pkg-config --list-all" willben4-3/+27
fail with an error if imlib2 is installed.
2004-03-29Use X11_TYPE check instead of USE_PKGSRC_XFREE86. It's safe to use thejlam1-8/+8
value of X11_TYPE here since it's defined in bsd.buildlink3.mk which is included before this check. This fixes breakage for packages that set USE_X11 due to USE_PKGSRC_XFREE86 not being defined before it's used.
2004-03-29Update milter-greylist to 1.0.2manu3-6/+13
Fix the mising units in ps output for -a and -w Accept any e-mail address as specified in RFC 2821 from config and dump Fix typos
2004-03-29Patch configure.ac and regenerate the patch for configure instead ofminskim3-9/+11
patching configure directly, because this package already has a patch for configure.ac.
2004-03-29When PTHREAD_TYPE is 'native' set USE_BUILTIN.pthread to YES andseb1-4/+4
add 'pthread' to BUILDLINK_PACKAGES so that BUILDLINK_{{LD,C}FLAGS,LDADD}.pthread actually have an effect. This should fix the build of at least tcl/tk related packages now that tcl and tk packages are thread-aware. Remove comments about linking native pthread libraries and headers into ${BUILDLINK_DIR} as this does not happen.
2004-03-29Include "sys/types.h" in configure test program checking for "sun_len"tron2-4/+5
in "struct sockaddr_in" to fix compile failure which causes incorrect auto configuration and later build failures under NetBSD 1.6.2_STABLE.
2004-03-29Note update of aspell-german to 0.50.2nb2.recht1-1/+2
2004-03-29Alos install ngerman.alias.recht2-3/+7
Bump PKGREVISION.
2004-03-29fix our idea of which platforms have bison.grant1-2/+2
2004-03-29Fix build on NetBSD sparc64 with perl 5.8.seb2-1/+24
usage of perl's int() causes trouble with perl 5.8.3 (5.8*?) on at least NetBSD sparc64/1.6.2. The perl script openssl-0.9.6m/crypto/bn/bn_prime.pl uses the perl function int() to truncate the return of sqrt() function. On the above mentioned platform this leads to execution error: ... /usr/pkg/bin/perl bn_prime.pl >bn_prime.h Illegal modulus zero at bn_prime.pl line 16. Tracing the problem I've found that this int() usage may be the key of the problem. Please note the following: $ uname -srm; perl -v | grep 'This is perl'; perl -e 'print int(sqrt(3)),"\n"' NetBSD 1.6.2 sparc64 This is perl, v5.8.3 built for sparc64-netbsd 2 And... $ uname -srm; perl -v | grep 'This is perl'; perl -e 'print int(sqrt(3)),"\n"' NetBSD 1.6.2 sparc64 This is perl, v5.6.1 built for sparc64-netbsd 1 Also note that perlfunc(3) warns about int() used for rounding and recommends to use sprintf, printf, POSIX::floor or POSIX::ceil when applicable. My workaround is to use POSIX::floor() instead of int().
2004-03-29Initial import of sqsh-motif-2.1 into the NetBSD packages collection.grant1-1/+2
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality. This package enables motif support.
2004-03-29+sqsh-motifgrant1-1/+2
2004-03-29add CONFLICT on sqsh-motif.grant2-2/+4
2004-03-29Initial import of sqsh-motif-2.1 into the NetBSD packages collection.grant1-0/+17
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality. This package enables motif support.
2004-03-29Note silc-client-icb update to 0.14nb8.wiz1-1/+2
2004-03-29Add same patches as to irssi-icb (requested by salo):wiz4-3/+115
Better support /who and /whereis. Divert server messages to the server window instead of the channel window. Bump PKGREVISION to 8. Compile-tested only.
2004-03-29Add and document MKTTINTERP.recht1-1/+9
2004-03-29|fmt 70 75grant1-12/+10
2004-03-29Initial import of vlc-0.7.1 into the NetBSD packages collection.grant1-1/+2
VideoLAN is a project of French students from the Ecole Centrale Paris and developers from all over the world. Its main goals is MPEG streaming on a network, but it also features a standalone multimedia player. The VideoLAN Server can stream video read from a hard disk, a DVD player, a satellite card or an MPEG 2 compression card, and unicast or multicast it on a network. The VideoLAN Client can read the stream from the network and display it. It can also be used to display video read locally on the computer : DVDs, VCDs, MPEG and DivX files and from a satellite card. It is multi-plaform : Linux, Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The VideoLAN Client and Server now have a full IPv6 support.
2004-03-29+vlcgrant1-1/+2
2004-03-29Initial import of vlc-0.7.1 into the NetBSD packages collection.grant7-0/+634
VideoLAN is a project of French students from the Ecole Centrale Paris and developers from all over the world. Its main goals is MPEG streaming on a network, but it also features a standalone multimedia player. The VideoLAN Server can stream video read from a hard disk, a DVD player, a satellite card or an MPEG 2 compression card, and unicast or multicast it on a network. The VideoLAN Client can read the stream from the network and display it. It can also be used to display video read locally on the computer : DVDs, VCDs, MPEG and DivX files and from a satellite card. It is multi-plaform : Linux, Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The VideoLAN Client and Server now have a full IPv6 support.
2004-03-29Add MKTTINTERP knob to enable the bytecode interpreter for TrueType fonts.recht1-1/+7
This closes PR 24935 by Martin Husemann.
2004-03-29+sqsh-x11,p5-sybperlgrant1-1/+3
2004-03-29Initial import of p5-sybperl-2.16 into the NetBSD packages collection.grant6-1/+71
sybperl includes four modules: Sybase::DBlib, Sybase::CTlib, Sybase::BCP and Sybase::Sybperl. The first two implement a thin wrapper around the Sybase DB-Library and Client Library APIs, respectively. Sybase::BCP is a specialty module aimed at doing Bulk-Copy operations, and Sybase::Sybperl is a compatibility module with sybperl 1.xx (i.e. with the perl 4.x version). The sybperl modules are thin wrappers around the Sybase APIs. This is both good and bad. It's good because you have greater control, and because the API is (obviously) close to the way the server and the protocol work. It's bad in that it's a proprietary API, and that it is somewhat verbose.
2004-03-29allow linking against the native Sybase Open Client by defininggrant1-4/+21
USE_SYBASE_OPENCLIENT and setting SYBASE to the root of the Sybase Open Client installation.
2004-03-29Initial import of sqsh-x11-2.1 into the NetBSD packages collection.grant1-1/+2
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality. This package enables X11 support.
2004-03-29-coreutils-5.2.1recht1-2/+1
2004-03-29Initial import of sqsh-x11-2.1 into the NetBSD packages collection.grant1-0/+16
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality. This package enables X11 support.
2004-03-29mention update of Gauche package to 0.7.4.2.kei1-1/+2
2004-03-29improve COMMENT and use ?= so other packages can override it.grant1-2/+2
2004-03-29Note update of qt3-libs to 3.2.3nb1.recht1-1/+2
2004-03-29Updated Gauche package to latest release, 0.7.4.2.kei12-141/+282
Many changes were made from previous packaged version, 0.6.3; Lots of improvements and bug fixes, including security ones. Please take a look at its WWW page for more detailes. http://www.shiro.dreamhost.com/scheme/gauche/ pkgsrc changes: - support buildlink2. buildlink3.mk is also added but not tested since I have not moved to buildlink3 environment yet. - this package now uses libgcudevel/boehm-gc instead of self contained, slightly modified one. It seems that this package runs under m68k.
2004-03-29Add missing Xrandr and xcursor buildlink2.mks.recht2-3/+8
Patch PKGREVISION to 1.
2004-03-29Note update of coreutils to 5.2.1.recht1-1/+2
2004-03-29update to 5.2.1recht3-10/+10
** Bug fixes mv could mistakenly fail to preserve hard links when moving two or more arguments between partitions. `cp --sparse=always F /dev/hdx' no longer tries to use lseek to create holes in the destination. nohup now sets the close-on-exec flag for its copy of the stderr file descriptor. This avoids some nohup-induced hangs. For example, before this change, if you ran `ssh localhost', then `nohup sleep 600 </dev/null &', and then exited that remote shell, the ssh session would hang until the 10-minute sleep terminated. With the fixed nohup, the ssh session terminates immediately. `expr' now conforms to POSIX better: Integers like -0 and 00 are now treated as zero. The `|' operator now returns 0, not its first argument, if both arguments are null or zero. E.g., `expr "" \| ""' now returns 0, not the empty string. The `|' and `&' operators now use short-circuit evaluation, e.g., `expr 1 \| 1 / 0' no longer reports a division by zero. ** New features `chown user.group file' now has its traditional meaning even when conforming to POSIX 1003.1-2001, so long as no user has a name containing `.' that happens to equal `user.group'.
2004-03-29apache2 has been updated to 2.0.49.snj1-2/+1
2004-03-29Updated getmail to 3.2.2.snj2-3/+3
2004-03-29Update to getmail-3.2.2.snj2-6/+5
From the changelog: * Add an error handler for the case where a POP3 server returns a message that isn't even close to valid 822 format, particularly one where the first line in the message header is a continuation line (starts with whitespace).