summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-08-23Merge devel/gettext-lib from buildlink2 back into the main trunk. Thisjlam2-2/+80
package is used to build shells/bash2, which is needed to use buildlink2 on Darwin.
2002-08-22Conflict with acunia-jam (hi Nick!).schmonz1-1/+3
2002-08-22Add and enable acunia-jam.skrll1-1/+2
2002-08-22Initial import of an acunia-jam 1.0 package.skrll4-0/+53
Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes (although by default it uses a single process). This is a slightly modified version of jam from the guys at Acunia.
2002-08-22Do not go looking for libiconv -- otherwise it may be found but nowiz1-2/+3
dependency recorded.
2002-08-22Undo last.wiz1-2/+4
Conflicts with PKGNAME-[0-9]* are automatic and don't have to be added. The CONFLICTS in this file was for a conflict with older version of this package, which had autoconf-devel as PKGNAME. Add a comment explaining this, since a lot of people don't realize it.
2002-08-22This conflicts with autoconf, not autoconf-devel (itself!)grant1-2/+2
2002-08-21Sync with PEACE repositrykent6-15/+106
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/ * Update w32api to 1.5 - Add comcat.h, mapi.h, ntsecpkg.h, schannel.h, schnlsp.h, security.h, sspi.h, wsnetbs.h, - Many bug fixes * Add crt files for PEACE
2002-08-21Make PKGNAME's version number part numeric.wiz1-1/+2
2002-08-21check that USE_INET6 is defined.grant1-3/+3
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-21Update g-wrap to 1.2.1. Changes are built-time tweaks only and amjl5-49/+8
version number bump. 1.2.x is required for gnucash.
2002-08-20update to 1.17 (old distfile no longer available)dillo3-19/+13
changes since last pkgsrc version (1.15): 1.17 - Added support for the BYTE1 (same as LOW) function. Thanks to Timothy Lee for supplying this patch. - Fixed path delimiter problem in include path. I used DOS style '\' causing problems on *NIX. Thanks to Timothy Lee for reporting this. 1.16 - Fixed problem with long macro names. Thanks to Richard Gerrits for reporting this. - Increased maximum identifier length to 64 (and no, this was not the fix to the problem above :). - Added support for using DOS (\13\10) files on *NIX systems. - Change URL to www.tavrasm.org in help/README/...
2002-08-19BUILD_DEPENDS on autoconf instead of DEPENDS, use USE_LIBTOOL insteadwiz1-3/+4
of DEPENDS on libtool. Closes pkg/17988 by Julio Merino.
2002-08-19Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solarisseb7-23/+51
fix build and PLIST: - obey PKGLOCALEDIR - fix libtool's install mode invocation.
2002-08-19Update to 0.1.6a. There is no documentation included on the changes, but amycroft5-124/+13
cursory inspection suggests that they are mostly build related, and some minor bug fixes to the platform-dependent code.
2002-08-19Now by default the support of micro- and nano-second timestamp values providedseb1-1/+10
by stat(2) is disabled: it causes grief even for package building. This is adjustable by the GMAKE_NSEC_TIMESTAMPS variable. Bump PKGREVISION.
2002-08-19cvsup and cvsup-gui work on 1.6, too, and probably -current, as theyjdarrow4-8/+7
are statically linked. Update Makefile and MESSAGE to match.
2002-08-18fix installation on systems where '.' is not in root's path.dmcmahill2-1/+14
2002-08-17Sort.wiz1-33/+33
2002-08-16also unset MAKEOBJDIRPREFIX for installjdolecek1-1/+4
2002-08-16explicitly unset MAKEOBJDIRPREFIX for build; the build makes some assumtionsjdolecek1-1/+5
about location of .OBJDIR, and wouldn't build if MAKEOBJDIRPREFIX is set
2002-08-16Fix PLIST on XF4, this time for real.wiz1-2/+4
bsd.prefs.mk is needed if you want to have X11BASE set. Bump PKGREVISION. Should fix GConf2 bulk build failure.
2002-08-15Remove version number from DESCR.wiz1-2/+2
2002-08-13Since the libsend components were added to this package's PLIST, we mightagc1-1/+2
as well add evolution as a pre-requisite, since that is what triggers the libsend components being built and installed.
2002-08-12Add necessary depends to fix compilation (noted in bulk build).wiz1-5/+4
2002-08-12Set M4 so that GNU's is used. Fixes bulk build problem.wiz1-1/+2
2002-08-12generate the ldscripts portion of the PLIST dynamically for NetBSD. Thisdmcmahill2-13/+8
is because that part varies for different platforms. For example, on i386 you get elf.... and alpha gives elf64.... fixes packaging/PLIST problems noted on recent alpha bulk builds.
2002-08-11Don't try to install the lint lib - fails on a read-only null-mountedagc2-8/+9
/usr (and rightly so).
2002-08-10Make sure proper prototypes are used for xmalloc() and the like so therh4-3/+73
package actually works on PPC and other architectures where this matters. Bump PKGREVISION. This closes PR pkg/17377 by Andrew Cagney <cagney@mac.com>
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