summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-03Make odbc-postgresql build stand-alone instead of requiring Makefile.commonjlam6-8/+298
from databases/postgresql. Also honor PKG_SYSCONFDIR.
2002-04-03Substitute ${TRUE} for "true".jlam1-3/+3
2002-04-03Unless on x86 pass --disable-mmx to configure so inline x86 assembly isn't usedjmc1-1/+5
2002-04-03Add patch so this will compile on NetBSD hosts without sched.hjmc2-1/+16
2002-04-03upgrade to 20020403a. stabilization and bugfixes.itojun2-5/+5
2002-04-03upgrade to 20020403a. lots of stabilization, MLDv2 support (disabled), and ↵itojun3-14/+6
more.
2002-04-03upgrade to 1.0alpha2 (package versioned 0.9.2)itojun3-10/+21
- IPv6 transport support added by Jun-ichiro itojun Hagino (Use -DINET6) - Makefile modified for easier compile time configuration - EDNS(0) bug fixed - Default database changed to all lowercase, red-black tree to make nsd DNSSEC ready - REQUIREMENTS are cleaned up and updated - Signal names changed in nsdc.sh.in - Default compile options dont include -DMIMIC_BIND8
2002-04-03fix build on Darwin/MacOS X. on HFS+, "NKF" and "nkf" are treated as theitojun1-1/+2
same entity so linkage will fail if "NKF" is present.
2002-04-03enable IPv6.itojun3-1/+29
2002-04-02Update snort to 1.8.4 (update was provided by Mipam <mipam@ibb.net> in arh5-27/+36
private mail -- thanks!) Changes are: * Fixed stream4 offset initialization * Double Open of snort log file * Lots of new rules * Fatal error on problems other than -> and <> * Fixed stream4 several low memory conditions * Error checking in stream4/frag2 argument parsing * snortdb schema updates to 1.05 * --with-pcap-includes should now look at specified pcap * packet statistics now should be more accurate with regards to lost packets werwerwerwerwer * double PID file write * S4 alignment problems on Sparc fixed * new snmptrap code * documentation updates * Stability fixes in frag2
2002-04-02If it is `respectively' then I guess that `2.0-compatible' andseb1-2/+2
`1.2-compatible' should be inverted.
2002-04-02this works fine with suse_compat-6.3 and suse_x11-6.3, toojdolecek1-3/+3
2002-04-02Integrate patch-aa: LP64 fixes.augustss3-36/+5
2002-04-02* Work around the compilation problem on XFree86 4.2. Suggested by Marcuebayasi3-22/+42
Espie <espie@nerim.net> in tech-pkg@netbsd.org. * Honor USE_IMAKE. * Prepend DESTDIR to /var/dict. (No meaning for now?) Bump PKGREVISION.
2002-04-02* Create /var/run/ndtpd just before invoking the server.uebayasi2-10/+14
* s/ndtpdcheck/ndtpcheck/ in ndtpd.sh. Pointed out by Koji Kondo <koji@iijmio-mail.jp> in private mail. Bump PKGREVISION.
2002-04-02Set minimum required version of the pkg_ tools to 20020218.seb1-2/+2
This is mostly to get the improved/fixed version number handling provided by this version of the tools, but see the log of pkgsrc/pkgtools/pkg_install/Makefile revision 1.47 for a summary of changes.
2002-04-02Re-Introduce Linux packages to the wonders of readlineabs1-4/+9
2002-04-02Update www/ap-ssl to 2.8.8. Changes from version 2.8.7 include:jlam2-7/+7
*) Upgraded to Apache 1.3.24 *) Support leading whitespaces in commands of SSLLog "|..." directives. *) Fixed timeout handling on connection establishment by correctly resetting the timeout on errors. *) Fixed two memory leaks related to CA certificate configuration. *) Fixed memory leak related to temporary DH key handling. *) Fixed memory leak on shutdown if CRLs are used. *) Fixed remaining SIGBUS problems on SPARC inside SHMCB session cache implementation.
2002-04-02Update www/apache to 1.3.24 with EAPI patch from mod_ssl-2.8.8-1.3.24.jlam4-23/+31
Relevant changes from version 1.3.23 include: * Prevent invalid client hostnames from appearing in the log file. * Various mod_proxy improvements, such as the new ProxyIOBufferSize directive. * The new ''IgnoreCase' keyword to the IndexOptions directive. * mod_rewrite's 'rnd' was broken and has been fixed. * The '-S' option of 'apxs' was not able to handle quotes; also 'apxs' is now rebuilt when options are changed. * proxy now correctly handles Cookies and X-Cache headers. * Fixed a problem in TPF when we were using the wrong subpool when opening the error log. * pthread accept() mutexes on Solaris were broken (since we were not linking against pthread)
2002-04-02Minor packaging enhancements:agc1-7/+7
+ use pkgsrc libtool, and override the libtool that's provided + HAS_CONFIGURE + (CONFIGURE_ARGS+= --prefix=${PREFIX}) = GNU_CONFIGURE + PLIST_SUBST already contains MKDIR and RMDIR - don't add them to PLIST_SUBST. + add X11 buildlink functionality
2002-04-02Add & enable ttftot42.uebayasi1-1/+2
2002-04-02Initial import of ttftot42, TrueType font to Type 42 converter. Submitteduebayasi4-0/+35
by Rui-Xiang Guo <rxg@netbsd.org> in pkg/14773. This package stems from FreeBSD's one. From DESCR: TrueType fonts cannot be converted to Type 1 fonts without loss of quality, since conversion introduces rounding errors and loses hinting information. Therefore, newer PostScript interpreters (Adobe PostScript since version 2013, ghostscript since 5.03) include a TrueType rasterizers. To use a TrueType font with them, it has to be embedded in a PostScript font dictionary; this format is called Type 42. This program generates such Type 42 fonts from TrueType fonts. It can also generate Adobe Font Metrics files (AFM files), including kerning information. Not yet supported are TrueType Collections and the creation of CID keyed fonts from large TrueType fonts (East Asian or Unicode fonts).
2002-04-02Protect inclusion of sys/cdefs.h in configure code checking for tcp_wrappers.seb3-12/+25
This helps on Solaris.
2002-04-02Use basename in dodiff() so `pkgdiff /path/to/configure' works as expected.seb2-4/+4
Bump to 0.105
2002-04-02Add a `keygen' "target" for non-rc.subr systems so sshd_precmd() actually works.seb1-1/+4
2002-04-02I can be the maintainer (and contact person towards the ProFTPD project)martti1-2/+2
2002-04-02Make the "replace" and "undo-replace" targets more useful:agc1-5/+11
+ Check for the existence of pkg_tarup, and fail if it can't be found. + Place the binary package of the replaced-package in the ${WRKDIR}, rather than overwriting any instance in ${PKGREPOSITORY}. + Don't make a binary package when undoing the replacement.
2002-04-02Updated postfix to 1.1.7martti2-5/+5
- Violation of the defer_transports setting: the flush server could trigger mail delivery (as if ETRN was sent) while doing some internal housekeeping of per-destination logfiles. - Virtual mapping was broken for addresses with embedded whitespace in the recipient local part. - When the super-user runs "mailq" or "postqueue -p" (list mail queue) while the mail system is down, the postqueue command runs the showq command directly. However, postqueue did not pass on non-default configuration directory settings to the showq command, so that showq would report the default mail queue instead.
2002-04-02Update scmxx to 0.5.16.2; changes since last revision include:kleink2-5/+5
0.5.16.2 (2002-03-29) moved "File transfer..." message to be displayed after reading the file fixed bug in file read-in for file transfer (3rd package and above) print message when input comes from a tty (and how to finish it) on reading for file transfer, only read second block if first is full (needed, so you do not have to close input from a tty twice)
2002-04-02Add db10 and db20 functions to compute decibels. While heredmcmahill12-2/+254
add a bunch of missing headers (string.h, stdlib.h) for alpha. Bump rev to 1.1.0nb1
2002-04-01Update pkgchk to 1.28:abs2-11/+13
Now works on Solaris - fixes pkg/16145 from Darrin B. Jewell
2002-04-01Remove ftp.th-darmstadt.de (outdated) and ftp.usyd.edu.au (refusing passivemagick1-4/+2
ftp) from the list of mirrors. Closes pkg/16148 by Lloyd Parkes.
2002-04-01Add ap-gzip.tv1-1/+2
2002-04-01Add mod_gzip 1.3.19.1a, an on-the-fly "Content-Encoding: gzip" compressiontv5-0/+74
handler (useful for reducing the bandwidth expended in transferring large plaintext or HTML files). From DESCR: ** mod_gzip uses the well established and publicly available IETF Content-Encoding standards in conjunction with publicy available GZIP compression libraries such as ZLIB to deliver dynamically compressed content 'on the fly' to any browser or user-agent that is capable of receiving it. It is a software based solution that runs perfectly in conjunction with any Apache Web Server on both UNIX and Win32 platforms. No additional client side software is required to use this product. mod_gzip does not require ANY software to be installed on the client side. There is no accompanying 'Plug-in' or 'Client Proxy' of any kind. All you need is your current HTTP 1.1 compliant browser. All modern browsers released since early 1999 are already capable of receiving compressed Internet content via standard IETF Content Encoding if they are HTTP 1.1 compliant.
2002-04-01Update to version 2.1.2:fredb3-7/+8
Added ability to balance / pan in mixplay screens (2, 4, desk). Added FEATURES document. Update TODO document with user suggestions.
2002-04-01fix PLIST for alpha and sparc64dmcmahill2-3/+10
2002-04-01Seems to work fine with suse_compat-6.3 and suse_x11-6.3, so adjustjdolecek1-3/+3
DEPENDS appropriately.
2002-04-01add cdpdexplorer1-1/+2
2002-04-01- fix detection of endianness (#ifdef sun4 is not adequate!)dmcmahill3-1/+54
- use the system header files to get int64_t instead of (incorrectly) typedef'ing it. - Fix compilation on big endian systems.
2002-04-01Import cdpd, a program to send Cisco Discovery Protocol packets.explorer4-0/+28
2002-04-01LP64 bug fix.dmcmahill2-1/+15
2002-04-01remove the WRKSRC part of the path to the file to be patched so the patchdmcmahill2-5/+5
applies correctly. Fixes stupid problem caused by me.
2002-04-01Add appropriate restrictions since this can't be redistributed right now.jmc1-1/+6
2002-04-01move MAINTAINER from acroread-font-share/Makefile.common to acroread-*/Makefile.sakamoto6-9/+11
remove unneeded IS_INTERACTIVE=yes.
2002-04-01Update MASTER_SITES & HOMEPAGE.uebayasi1-3/+3
2002-04-01Update to 19.3. Supplied by Alex Newman <dolemite@wuli.nu> in pkg/16078,uebayasi4-28/+28
and reviewed by the maintainer, Eric Gillespie <epg@pretzelnet.org>. Major version changed so that BUILDLINK_DEPENDS.neon bumped. Part of changes from NEWS: Changes in release 0.19.1-0.19.3: * For platforms lacking snprintf or vsnprintf in libc, require trio. * Add NE_FMT_OFF_T to fix Win32 build (Dan Berlin, Branko Èibej). * Fix non-SSL build broken in 0.19.1. * Working SOCKSv5 support (thanks to Torsten Kalix <torsten.kalix@bredex.de>) * Add missing stubs for ne_ssl_* functions for non-SSL build. * Fix some error messages in new SSL code. Changes in release 0.19.0: * Major API change: ne_session_create now takes (scheme, hostname, port) arguments: a session is clarified to be "a group of requests to a certain server". - removal of ne_session_server, ne_set_secure, and ne_set_proxy_decider - ne_session_proxy returns void. - DNS lookups are delayed until request dispatch time. * Significant improvements to TLS/SSL support: - SSL is enabled if scheme passed to ne_session_create is "https" - new interfaces to load CA certs and to load SSL library's bundled CA certs - add server cert verification callback. An SSL connection to a server with an unknown CA will now fail unless a verification callback is used. - enable SSL session caching (performance improvement) - support for wildcard server certs where commonName is "*.example.com". - thanks to Tommi Komulainen for the contribution of code from mutt's IMAP/SSL implementation under the LGPL, from which bits of this were derived. Changes in release 0.18.4-0.18.5: * Removed old neon.dsp, neon.dsw. * Update Win32 build to add OpenSSL and zlib support (Branko Èibej). * Fixes for Content-Type parsing using ne_content_type_handler (Greg Stein) - also now parses the charset parameter from header value. * Removed ne_concat() function, which didn't work and wasn't used.
2002-04-01Fix whitespace (pkglint complaint).cjep1-2/+2
2002-04-01fix for LP64 systems. Mostly just adding missing header files.dmcmahill6-1/+118
2002-03-31Add and enable arcem.cjep1-1/+2
2002-03-31Dave Gilbert's Acorn Archimedes Emulator including files to boot thecjep7-0/+154
emulator with Linux.