summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-08-08These packages install libraries that differ from previous versions if theyjlam3-6/+6
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-08Update to 2.53nb1: Do not install lisp files even if emacs or xemacswiz1-1/+3
are found. Patch from Jarkko Torppa in pkg/17879. Also closed pkg/17733.
2002-08-07Add a catch-all for SunOS to force using the pkgsrc versions of thejlam2-3/+14
software instead of any base system version. This match is probably too broad, but better to err on the safe side. We can narrow down the match when we have better information. Closes pkg/17775 by Julien T. Letessier <julien.letessier at sun dot com>.
2002-08-07Update to 5.2.1; remove ONLY_FOR_PLATFORM: even though gdb is in the NetBSDjschauma4-20/+45
base system, people may want to install it from pkgsrc, particularly on Darwin (?), Linux, SunOS and since there is no problem in having one gdb in pkgsrc and one in the base-system, no harm is done. Changes since the last version (4.18) are numerous; highlights include: * New command "set trust-readonly-sections on[off]". * New command "generate-core-file" (or "gcore"). * New command line option --pid or -p followed by a process id * The new `--args' feature can be used to specify command-line arguments for the inferior from gdb's command line. * a new `operate-and-get-next' function bound to `C-o'.
2002-08-07Enable building this package on <1.4, and add INCOMPAT_ZLIB settings forwiz2-3/+10
NetBSD releases that need it. Closes pkg/14782.
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam4-84/+105
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-08-06Update to 1.6.2 as suggested by tgagne at ameritech dot net in PRjschauma6-77/+69
pkg/17797. Changes since version 1.0 are numerous. Highlights include: - Fixed bug where isectd ignored client's header's 'reply' value. - isectd no longer waits to receive worker badges after starting them. - Much improved Smalltalk code, including a new worker that allows clients to submit smalltalk to be executed. - isd/connectto.c - strtol() for service now checks if endptr != service to see that *something* was translated. - isdexecd now accepts the 'stop' command. - now includes some prototype code for interfacing IBM's Net.Data to isect's IO library. - fixed a segmentation fault when the 'pause' command was received without any arguments. - more documentation - DELETE command enabled
2002-08-05Jaromir's patch only fixes the compile-time problem, not the run-timewennmach1-2/+2
problem. Better leave the restriction on older NetBSD versions in.
2002-08-05Updated cpuflags to 0.31:abs2-4/+5
Use ?= instead of += to set COPTS, and include DEFCOPTS to not drop DEFCOPTS (usually -O2) from kernel compiles.
2002-08-05Update project home page and info on where to send questions/comments.cjs2-3/+5
2002-08-04Add patch to make this compilable with 1.6 (tested with i386),.jdolecek3-3/+22
enable for NetBSD-* This fixes pkg/16450 by Jan Schaumann.
2002-08-03Drop MAINTAINERship of devel/isect.jlam1-2/+2
2002-08-03Rename apr-devel-0.20020725223645 to apr-0.20020725223645hubertf2-4/+4
2002-08-03use /dev/urandom, from apache2 pkghubertf1-2/+5
2002-08-03add & enable subversionhubertf1-1/+2
2002-08-03Add subversion-0.2667: Version control system, meant to replace CVShubertf8-0/+231
The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apache/BSD-style open source license. Submitted by Joel Wilsson <joelw@unix.se> in PR 17813.
2002-08-03add & enable apr-develhubertf1-1/+2
2002-08-03Add apr-devel-0.20020725223645: Apache Portable Run-time, a system ↵hubertf4-0/+66
portability layer The Apache Portable Run-time mission is to provide a library of routines that allows programmers to write a program once and be able to compile it anywhere. Submitted by Joel Wilsson <joelw@unix.se> in PR 17811.
2002-08-02Update to 1.3.2. Changes:schmonz3-34/+15
1.3.2 (small feature release) - added the 'multi-patchset' feature to the -s option, provided in its entirety by Daiki Ueno <ueno@unixuser.org> 1.3.1 (bugfix release mostly) - fix bug with updating cache (-u) having to do with matching new and old revisions - fix timestamp_fuzz_factor bug where the fuzz was applied to loading from cache by mistake. - add a spec file (from Jan IVEN <Jan.Iven@cern.ch>) - improve the parameterization of Makefile, and make things relocatable (from many people, esp. Amitai Schlair <schmonz@schmonz.com>) - fix strip_path_len calculation (again - I had munged the prior fix) Jeffrey Ebert <ebert@sonicsinc.com>
2002-08-01Apply a fix to the initialization routine so that make test works withskrll3-6/+86
--enable-syscall-hard. Allow -O2 optimisation of i386 - the reason this was removed is somewhat bogus. Bump PKGREVISION.
2002-08-01Fix build on Solaris. pkg/17784 by Julien T. Letessier.wiz1-1/+8
2002-08-01Convert to use pthread.buildlink.mk.jlam2-7/+8
2002-08-01Really bump the PKGREVISION this time.jlam1-1/+2
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam8-27/+33
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01Remove devel/pth-syscall as it has been merged into devel/pth.jlam12-1774/+1
2002-08-01Merge changes to enable hard sycalls from devel/pth-syscall into devel/pth.jlam2-1/+6
Bump the PKGREVISION to 1.
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma4-8/+8
after consulting with Todd. Any volunteers for any of these packages?
2002-08-01Crank libmm dependency versions and dependent pkg revisions.mycroft1-2/+2
2002-08-01Crank dependency revision.mycroft1-2/+2
2002-08-01Update to mm 1.2.1. Only functional change is to fix a /tmp race conditionmycroft3-12/+12
that created a local root hole.
2002-07-31Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with theschmonz1-2/+2
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
2002-07-31On Solaris, add BUILD_DEPENDS for bison and flex, based on the patchwiz1-1/+8
submitted by Lubomir Sedlacik in connection with pkg/17785.
2002-07-31Solaris fix (needs databases/db) from Julien T. Letessier in pkg/17783.wiz1-1/+8
2002-07-31Fix build on pmax/1.4.x. Closes pkg/15201.wiz2-1/+26
2002-07-31Use PKGLOCALEDIR instead of 'share'. From Julien T. Letessier in pkg/17779.wiz1-30/+30
2002-07-30Update cpuflags to 0.30:abs2-5/+5
Add 'DEC 3000 - M300' (21064-1) entry from Paul Mather
2002-07-30Homepage and master site have moved to ossp.org.jlam1-3/+3
2002-07-30add and enable p5-IO-Stringdmcmahill1-1/+2
2002-07-30initial import of p5-IO-String-1.01dmcmahill4-0/+28
This module is needed to make www/bins work correctly hence the import during the freeze. IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
2002-07-30update for p5-Term-ReadKey 2.21.grant1-3/+3
2002-07-30update p5-Term-ReadKey to 2.21.grant1-2/+2
* various bug fixes * removal of interactive test stage * support for compilers which don't support function prototypes (as support for non-ANSI compilers is gone in Perl 5.8) * improved win32 support
2002-07-29Remove a couple of empty patches that accidentially got created duringrh2-2/+1
pkgconfig cleanup.
2002-07-28Use canonical pkgsrc config.guess and config.sub to build on Darwin.schmonz2-2/+6
2002-07-27Add and enable automake-devel.wiz1-1/+2
2002-07-27Initial import of automake-1.6.2 as autoconf-devel.wiz5-0/+167
Based on ordinary automake package and pkg/16646 by Greg A. Woods, with some cleanup and updating to the latest version by me.
2002-07-27Use canonical pkgsrc config.guess and config.sub.schmonz1-1/+3
2002-07-26Fix typo.enami1-1/+1
2002-07-25Restrict chkpt to older versions of NetBSD.wennmach1-1/+3
2002-07-24Update arch to version 1.0pre16. This fixes several problems:jonb5-84/+21
1) Don't bother with GNU patch, now that our patch can handle our diff output for files that don't have newlines at the end. 2) There was a bug in the older versions of arch that could corrupt the archive libraries (think CVS repository corruption) 3) lots of other fixes that are scattered in Changelog files all over the place and mixed in with administrivial details. (Otherwise I would have listed them here...) Now off to find a PR or two to close since we are in a freeze.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam4-11/+8
makes these packages build correctly on Darwin where perl>=5.8.0 is required.