summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-11add missing patch (forgot to cvs add). Thanks Thomas!dmcmahill1-0/+46
2002-08-11Remove "EXTRACT_ELEMENTS" because we cannot share patches with "fetchmail"tron1-2/+1
otherwise.
2002-08-11Add "ftp.fi.netbsd.org" to "MASTER_SITE_LOCAL" so that e.g. buildingtron1-2/+3
the "openssl" package works while "ftp.netbsd.org" is down.
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-11Fix Japanese message support, and enable multibyte character sets.kim4-8/+47
Note: users of the meta key may want to "set nokanji" from now on. Based on patches from Jun Yamashiro <yamajun@ofug.net> in PR 15274.
2002-08-11lower optimization level on a particular trouble file. Fixes compilationdmcmahill1-1/+2
on netbsd-1.5.3/alpha using gcc-2.95.3 package.
2002-08-11fix malformed patch.dmcmahill2-4/+3
problem noted in recent alpha bulk build.
2002-08-11decrease optimization level on a handful of files to make this compiledmcmahill5-14/+209
using netbsd-1.5.3/alpha and the gcc-2.95.3 package. while here fix the test for endian-ness instead of relying on a small set of hard coded processor types.
2002-08-11add missing filedmcmahill1-1/+2
2002-08-11pkg_tarup relies on a RCS ID to be present in a PLIST to find out what'shubertf2-1/+4
part of the pkg's PLIST and what was added by pkg_create (and can be ignored). Add an empty PLIST with an RCS ID to _all_ suse_* pkgs. Addresses PR pkg/17895 by David Maxwell <david@netbsd.org>
2002-08-11Delete "No newline at end of file" garbage left by "mkpatches".fredb2-8/+3
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-10Make this compile again after security/openssl was upgraded to 0.9.6gkim1-2/+2
2002-08-10Really respect ${PKG_SYSCONFDIR}, and account for the fact that it mayfredb4-32/+82
have moved since the last installation. Make myself the maintainer of this package.
2002-08-10Update to 0.1.9.1 using patches supplied by MAINTAINER Lubomir Sedlacikjschauma3-34/+38
(salo at Xtrmntr dot org) in PR pkg/17903. changes 0.1.8.1 -> 0.1.9.1: - new words in dictionary - affix cleanups - OSI chars - native Makefile
2002-08-10Make a shared libcgi as rrdtool wants to link it into a DSO.skrll9-53/+112
Rearrange several bits of the rrdtool build mechanism so that we're not cheating quite as much. The end result is that rrdtool now compiles on both ELF and a.out. Closes pkg/14606 from Tim Preston <tim at flibble dot org>
2002-08-10Fix PR pkg/17672 a little more portably, with patch suggested by Andrewfredb2-10/+96
M. Bishop (wwwoffle's author/maintainer). With this, if IPv6-mapped IPv6 addresses are enabled, attempting to bind the wildcard address for both protocols is not a fatal error.
2002-08-10Create NLS catalogue directories only if they do not already exist.kim1-1/+5
This should avoid unnecessary warnings from pkgsrc installs, while allowing tcsh-standalone to work.
2002-08-10It just occurred to me that the ${PATCHDIR} patches developed against thefredb1-4/+4
NetBSD-patched codebase won't apply cleanly (or at all) without the NetBSD patch. Therefore, remove the `.if ${OS}' condition for applying the patch, so Solaris and Darwin start with the same codebase. Fix as needed.
2002-08-10require 0.9.6f, at leastitojun1-5/+19
2002-08-10Update to 0.9.6g. The most significant change is this proof againstfredb6-32/+59
a stunning DoS vulnerability, fixed in 0.9.6f: *) Use proper error handling instead of 'assertions' in buffer overflow checks added in 0.9.6e. This prevents DoS (the assertions could call abort()). [Arne Ansper <arne@ats.cyber.ee>, Bodo Moeller] Regenerate the netbsd patch. This is now a clean diff against the vendor tag, with version-number-only changes elided. Partially revert "crypto/dist/openssl/crypto/rand/randfile.c", version 1.4 (via additional pkgsrc patch), to give this a shot to compile on NetBSD-1.4.2 and earlier, which had no strlcpy() or strlcat(). Assemble the shared library without "-Bsymbolic", mainly to give this a shot at linking on NetBSD-a.out (untested).
2002-08-10use BUILDLINK_DIR instead of BUILDLINK_X11_DIR for the xpm location.dmcmahill2-5/+5
Fixes build on non-XF4 machines. Thanks to jlam for the suggestion.
2002-08-09don't use filename as format string, should fix PR pkg/17750 bydrochner2-5/+14
Christian Biere
2002-08-09Correctly set the value of SSLCERTS depending on the environment and thejlam1-1/+7
platform.
2002-08-09* Change the perl paths in the various build scripts to ${PERL5} and notjlam2-16/+13
${LOCALBASE}/bin/perl. * Refer to the make program used to drive the build and installation as "${MAKE_PROGRAM}". * Instead of explicitly setting PKG_SYSCONFBASE=/etc, use the pkg-specific override PKG_SYSCONFDIR.openssl, and optionally set it so that the user still has the option of overriding its value. * Use bsd.pkg.install.mk to install the default config file (openssl.cnf) and to create and remove the extra config directories. This lets us reemove the extra lines in PLIST that do the same thing.
2002-08-09Refer to the openssl config directory as ${PKG_SYSCONFDIR} as it differsjlam1-3/+3
between platforms.
2002-08-09Update to 20020809. Closes pkg/17866 again.wiz3-34/+5
2002-08-09extract step is also interactive, mark it as such.wiz1-2/+2
Noted by Urban Boquist in pkg/17893.
2002-08-09Fix binary package, from Urban Boquist in pkg/17892.wiz2-6/+7
While here, update MASTER_SITES, all the previous ones were not carrying the file anymore.
2002-08-09Unlimit data and memory size so that this package will build on my ss2agc1-1/+3
with a whole 36 MB of memory.
2002-08-09Add missing file "guppi-gnumeric-format-guru.glade".tron1-1/+2
2002-08-09Regen.jschauma1-3/+3
2002-08-09on systems with ecgs, use the gcc package to avoid a c++ compiler bug.dmcmahill1-1/+7
fixes recently noted compile problems on 1.5.3/alpha
2002-08-09add missing header file. fixes recently noted compilation problems ondmcmahill2-1/+14
1.5.3/alpha.
2002-08-09use correct header for bswap functions. Also fix the test for byte ordering.dmcmahill3-6/+15
fixes complition problem noted in latest alpha bulk build.
2002-08-08Update to 4.3.1nb3: add patch sent in from Mishka in private mail,wiz3-3/+43
closing pkg/17833. Fixes Strcasestr, and improves diagnostic message.
2002-08-08These packages install libraries that differ from previous versions if theyjlam14-20/+27
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-08Depend on the hard-syscall version of pth if we using it as a pthreadjlam1-1/+5
replacement via pthread.buildlink.mk.
2002-08-08Bump PKGREVISION as a result of removing the _POSIX_THREAD_SYSCALL_SOFTjlam3-3/+6
definition. The resulting packages are different than before.
2002-08-08The xmms plugins should have the same thread semantics as xmms. Sincejlam3-6/+3
xmms does use _POSIX_THREAD_SYSCALL_SOFT, the plugins shouldn't either.
2002-08-08"_JAVA_HOME" is private to bsd.pkg.mk implementation ... use "JAVA_HOME"jlam1-2/+2
instead.
2002-08-08XMMS requires a pthread library to build.jlam2-2/+8
2002-08-08Re-add.wiz1-0/+16
2002-08-08Temp-remove.wiz1-16/+0
2002-08-08Restore RCS Id.wiz1-1/+1
2002-08-08SUBDIR, not SUBDUR.wiz1-2/+2
2002-08-08Share not only distinfo, but also patches dir with fetchmail.wiz1-1/+2
XXX: Why do we have so many patches for fetchmail?
2002-08-08Add a comment for this package.agc1-1/+3
2002-08-08Update HOMEPAGE.wiz1-2/+2
2002-08-08Bump to 1.9nb1: Do not install resid header files. Closes pkg/17880.wiz5-13/+101
Also add xplus4 to PLIST.