summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-07-24Relax the CONFLICT with pth-syscall now that Al has changed pth-syscall.skrll1-2/+2
2002-07-24Add buildlink.mk (pkg/17697 by Julio Merino)martti1-0/+34
2002-07-23Add and enable guile-wwwagc1-1/+2
2002-07-23Initial import of guile-www-1.0.1 into the NetBSD Packages Collection.agc4-0/+32
Provided by "Eric Gillespie, Jr." <epg@pretzelnet.org> in PR 14648 This is version 1.0.1 of the Guile WWW library, a set of Guile Scheme modules to facilitate HTTP, URL and CGI programming.
2002-07-23Add and enable guile-fcgiagc1-1/+2
2002-07-23Initial import of guile-fcgi-0.1 into the NetBSD Packages Collection.agc4-0/+33
Provided in PR 14635 by Eric Gillespie, Jr. <epg@pretzelnet.org> Guile interface to FastCGI. guile-fcgi incorporates both FCGI and FCGX interfaces into Guile. For more information about FastCGI, see the ap-fastcgi and fcgi-devkit packages.
2002-07-22Add a buildlink.mk file for libmpeg3. From Julio Merino (jmmv@hispabsd.org)agc1-0/+56
in PR 17671
2002-07-22Make libmpeg3 use pthread.buildlink.mk, fixes PR 17670 by Julio Merinoagc1-3/+5
<jmmv@hispabsd.org>
2002-07-22Depend on the 1.4.1nb1 version of this package so that the directoryskrll1-2/+2
move doesn't cause problems. This closes pkg/17669 from Julio Merino <jmmv@hispabsd.org>
2002-07-22Update to dlcompat-20020606. Changes:schmonz4-22/+11
* dlfcn.c: I broke finks xemacs, now fixed. * dlfcn.c: I really should read specs instead of making assumptions. dlopen(NULL,x) opens the _global_ context, not the application context. Fixed. Made dlsym_prepend_underscore work with stupidly long symbol names. * dlfcn.c: When opening a bundle for the second time, reuse the dlstatus struct from the previously closed version. Removed some debugging routines. * README: Minor update * dlfcn.c: Fixed my last "fix". Thanks to Darin Ohashi again. * dlfcn.c: Fixed bug reported by Darin Ohashi. dlopen a bundle close it, and dlopen same bundle again fails. Changes to the package itself: * USE_GMAKE is free on Darwin, so don't bother patching to avoid it.
2002-07-22Update my email address.schmonz3-6/+6
2002-07-21Darwin doesn't provide _tolower(), an XSI extension that works likeschmonz2-16/+8
tolower() but requires uppercase input. It's always safe to use tolower() instead, at the possible expense of a little execution time. Thanks to simonb for the explanation. From Jeffrey Putsch <jdputsch@attbi.com> on tech-pkg@.