summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-09-13Make this work with xpkgwedge:jlam9-26/+115
* Move installation of config files to ${PREFIX}/lib/X11/xview (consistent with how lesstif installs into ${PREFIX}/lib/X11/lesstif) * Provide a xmkmf-type script called "xvmkmf" which does the right thing for programs needing to generate Makefiles from Imakefiles using XView. * Bump version number to 3.2.1nb1.
2000-09-13_Really_ make disable pgp by default, if IRRD_USE_PGP is not set; allowfredb1-8/+8
ipv6 to be disabled by setting USE_INET6 to something other than "YES".
2000-09-13Check for @PREFIX@/etc/httpd/mod_ssl.conf, not @PREFIX@/etc/mod_ssl.conf,jlam1-2/+2
if we're sourcing the former.
2000-09-13Nas-1.4 doesn't even try to build the voxware server on non-i386 ports,fredb3-8/+16
so split the PLIST in order to reflect that. (Clients work fine!)
2000-09-13Kaffe now builds even if gmp>=3.0.0 is installed; it now depends on gmp.wennmach3-1/+21
Fixes PR 11003 by ... who the hell was that nerd ... ahh: Lex Wennmacher.
2000-09-13Remove tkcron (per pkg/11005), and tk80.wiz1-3/+1
2000-09-13Regen.jlam1-6/+6
2000-09-13Use unified diffsjlam5-298/+177
2000-09-13Cosmetic changesjlam3-32/+32
2000-09-13Fix some configure goofiness:fredb3-17/+49
- - Don't pull in /sys/sys/include just for ipv6 support! - - Package wants "bison"; give it bison. - - Don't pull in "libpthreads" just becuase it exists on the build system. - - Likewise for "pgp", unless IRRD_USE_PGP is specified. Also, - - Rearrange package Makefile, so that only that which is "prefs" goes after ".include ../../mk/bsd.prefs.mk". TODO: - - Make the package use pgp5 or pgp2 by default?
2000-09-13Don't try to run check-shlibs over linux binaries.fredb1-1/+2
2000-09-13Fix installation problems. Patches worked out by alistair Crooks.tron5-12/+13
2000-09-13Update master site URLs.tron2-4/+4
2000-09-13Change license to 'kermit-license', as this pkg has a specifichubertf1-2/+2
license that's not covered by a general 'limited-redistribution' license. And even if you agree to honour the 'limited-redistribution' for some other pkg (by putting ACCEPTABLE_LICENSES=... into /etc/mk.conf), that doesn't mean you also agree to not redistribute kermit. Modeled after the www/jsdk20 license.
2000-09-13Fix #ifdef's to make the program compile even if rsaref's des.h is installed.wiz2-1/+15
Fixes pkg/9835 by Michael Wolfson.
2000-09-12On a.out, remove "-Bforcearchive" from linker flags to prevent multiplejlam2-0/+16
definitions of symbols. Fixes PR#10971.
2000-09-12Don't pass --disable-suexec. The configure script doens't acceptthorpej1-3/+1
it, and the default is "off" anyhow.
2000-09-12Overhaul of the jitterbug package.wennmach8-62/+59
No longer modify /etc/aliases and httpd.conf (fixes PR 10126). Also, jitterbug does not depend on apache any longer.
2000-09-12update kakasi to version 2.3.2.kei5-38/+6
The patch was supplied by Bernhard Riedel <bernhard@sdg.de> and posted to tech-pkg-ja@jp.netbsd.org mailing list. Thanks Bernhard! Changes from 2.3.1 to 2.3.2: * `wo' dissapear in output bug fixed. * library initialization bug fixed. * other bugs fixed. * Endoding of all Japanese documents is now set to EUC-JP. Also fixed typo. * included `kakasi.spec'. (No English version included, so this is translated from Japanese one by me) This version includes (part of) NetBSD patche and fix the problem, so it's removed.
2000-09-12Note conflict with versions of teTeX-bin older than 1.0.7nb1.jlam1-1/+3
2000-09-12Make this work on NetBSD without installing a config file.fredb2-1/+30
2000-09-12Update teTeX-bin to 1.0.7nb1. This update removes texi2html from thejlam4-6/+22
installation, and depends on textproc/texi2html. Closes PR#10987.
2000-09-12upgrade to 9/13b. it fixes fatal bug in phase 1 negotiation.itojun2-4/+4
2000-09-12Spelling.jlam1-2/+2
2000-09-12Add etc/httpd/mod_ssl.conf to PLIST.jlam1-1/+2
2000-09-12Provide mechanism for ap-ssl to force start of apache with "startssl".jlam2-1/+7
2000-09-12Provide mechanism to allow ap-ssl to force start of apache with "startssl".jlam1-6/+29
2000-09-12Update build to work with mod_ssl-2.6.6-1.3.12 to keep in sync with ap-ssl.jlam14-211/+227
EAPI didn't change so no need to change Apache's version number. Also standardize package builds to have Apache listen on ports 80/443 regardless of UID of user that builds the package, and make MAINTAINER point to me.
2000-09-12Alphabetize PLIST.jlam1-2/+2
2000-09-12Update ap-ssl to 2.6.6. Important fixes for memory leaks and segfaults.jlam8-21/+532
Also make me the maintainer. Relevant changes from version 2.6.3: -) Install ${sbindir}/mkcert.sh to ease generation of SSL certificates. *) Fixed server restarts: Under non-DSO run-time situation, the OpenSSL library was shutdown (and never re-initialized) and this way caused segfaults on server restarts. This affected only installations where mod_ssl+OpenSSL were built as a static module instead of a DSO. This nasty bug was unfortunately introduced in 2.6.5 as a side-effect of an (otherwise correct) memory leak bugfix. *) Various typo fixes in user manual. *) Removed more memory leaks by freeing even more stuff from the OpenSSL toolkit on module shutdown. *) Added missing TLSv1, EXP40 and EXP56 keywords to ssl_reference's documentation of SSLCipherSuite. *) Added hints about MSIE workarounds (-SSLv3, !EXP56, etc.) to the FAQ entry about MSIE errors. *) Added !EXP56 to pre-configured SSLCipherSuite in order to avoid MSIE5.x problems in advance. *) Allow spaces in ServerRoot and SSLPassPhraseDialog arguments which is especially important for the Win32 environment. *) Fixed syntax errors in ssl_howto.wml: "Deny all" -> "Deny from all" *) Removed a left-over ssl_scache_expire() call in ssl_scache_init() which made the life of vendors complicated. *) Allow more fine-tuned overriding of ap_server_root_relative calls by providing the context of the call. *) Added Equifax Secure CA certificates to ca-bundle.crt. *) Let the pass phrase dialog force the prompt to occur only once (no verification step), because mod_ssl uses the dialog only for pass phrases which are required for reading private keys. This as a side-effect should fix a problem under Win32 where a second prompt occured for unknown reasons. *) Added more compatibility to Stronghold v2's SSL_SessionCache. *) Added two more EAPI hools under SSL_VENDOR: one for overriding ap_server_root_relative calls and one for hooking into the server configuration step. *) Fixed SSL display for mod_status in `short report' situation. *) Fixed memory leak caused by not-freed SSL_CTX in the HTTPS proxy support (ssl_engine_ext.c/mod_proxy) under _NOT_ SSL_EXPERIMENTAL.
2000-09-12upgrade racoon to 2000/9/12.itojun5-52/+15
certificate improvements. bug fix in policy matching. make pfs/policy matching strictness configurable. other logs can be found at http://www.kame.net/dev/cvsweb.cgi/kame/CHANGELOG.
2000-09-12Need CHECK_SHLIBS=no.jlam1-1/+2
2000-09-11Install a script to maintain the apropos and glimpse databases, andfredb4-2/+44
instructions for using it.
2000-09-11Excise "screensaver" capplet from control-center, in order to resolvefredb9-148/+29
conflict with xscreensaver-gnome, as discussed (briefly) on tech-pkg. Also, reorder some dependencies: gnome-core (rather than gnome) depends on xscreensaver-gnome, which depends on control-center; bump teeny version of xscreensaver-gnome so control-center won't try to go with old binary packages of xscreensaver-gnome, which would lead to circular dependencies.
2000-09-11Sync.tron1-4/+4
2000-09-11Build with patch to fix layer 3 engine on 64Bit systems.tron2-4/+7
Fixes PR pkg/10677 by R. C. Dowdeswell.
2000-09-11Use the .zip distribution of swing, rather than the .tar.Z, as it isjwise2-7/+7
significantly smaller. Pointed out by Bernd Ernesti.
2000-09-11Use updated IP address for official Napster servers.tron2-1/+15
2000-09-11Update md5. (hi jim!)wiz1-2/+2
2000-09-11Enable jsdk20 and the three packages which depend on it, now that thejwise1-5/+5
jsdk20 package can fetch it's distfile.
2000-09-11Add a pre-fetch: target to install the urlget package, and a do-fetch:jwise1-8/+24
target to actually go out and fetch the jsdk distribution by using urlget to navigate Sun's web forms. Make this behavior depend on the value sun-jsdk20-license being in ACCEPTABLE_LICENSES.
2000-09-11Use .tar.Z distfile, and don't re-fetch if we have the distfile. (Why doesjwise1-6/+8
the do-fetch: target get called if the distfile is present?)
2000-09-11Try to fix build failure on <1.4Y (noted in recent sparc bulk build).wiz1-2/+7
2000-09-11Enable swing, now that it can download it self.jwise1-2/+2
2000-09-11Add a pre-fetch: target which installs the `urlget' package, and then use thatjwise1-9/+25
package in a new do-fetch: target which uses urlget to navigate Sun's web forms and downloads swing. Make this behavior depend on the value `sun-swing-license' being in ACCEPTABLE_LICENSES.
2000-09-11upgrade to screen 3.9.8. it includes official security fix againstitojun7-89/+17
Msg() hole. ok'ed by packages@netbsd.org. --- ------------------------------ What's new in screen-3.9.8 ? ------------------------------ * new command 'resize' to resize regions (aka split windows), try: bind = resize = bind + resize +1 bind - resize -1 bind _ resize max * new argument for 'focus': up, down, top, bottom * X11 mouse tracking support * Support for the "new color model", aka "background color erase": the bce/defbce commands change the color model of the current window/new windows. * experimental rxvt OSC sequence support (used to set a background picture or to change the default colors), disabled by default.
2000-09-11Fix PLIST, in accordance with previous commit. Together, this createsfredb1-3/+3
a conflict with the control-center package. I'll fix that by modifying the control-center package.
2000-09-11lintpkgsrc: Clean up makefile variable parsing and use to extract PKGSRCDIRabs2-66/+82
from /etc/mk.conf - now will understand .include and other make'isms in mk.conf Update to 2.21
2000-09-11Use "ftp.infonoc.ne.jp" and "ftp.rsu.ru" as new master sites after thetron1-2/+3
Coda 4.x sources were removed from "ftp.coda.cs.cmu.edu".
2000-09-11Remove redundant DEPENDS on xpm. To recap, USE_XPM generates the DEPENDSfredb2-4/+2
automatically on systems that need it, in order to accomodate XFree86-4.x out-of-the-box installs, which include xpm.