summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-19Standard sez hton*() is in <arpa/inet.h>, and that happens to be wheretv3-5/+19
Interix has it. #include that too.
2005-01-19Compile fix for Interix. Don't bother using uintptr_t when it's nottv2-1/+16
actually necessary to do so. (Pointers are already comparable with >=.)
2005-01-19Add patch for libnessus/share_fd.c to compile with gcc shipped withfrueauf2-1/+19
NetBSD 1.5.4_ALPHA (missing __func__ definition).
2005-01-19Since some platforms (notably IRIX) don't like the autoconf cache, don'ttv2-9/+2
try forcing it on; rather, go back to autoconf's default of no cache file.
2005-01-19fix URL for primary master site.frueauf1-2/+2
2005-01-19Mark as not for Interix. (getmntent(3) is nonpublic/undocumented there;tv1-1/+3
it may work, but will need portability checking.)
2005-01-19fix URL for primary master site.frueauf1-2/+2
2005-01-19Fix build on Interix (mostly SVR4ish in its pty/utmp implementation).tv5-13/+117
2005-01-19Under IRIX, configure creates a corrupted cache file, so re-parsing thatjschauma1-1/+6
file fails in the subdir. Hence, set --cache-file=/dev/null for IRIX.
2005-01-19+ powermanga-0.79xtraeme1-1/+2
2005-01-19This needs mysqld in REQUIRE as well.xtraeme1-2/+2
2005-01-19Add another changeable option via rc.conf "gld_waitmysql_seconds",xtraeme1-1/+12
with a default value of "5" seconds to wait for mysql. This is necessary because the gld process needs mysqld available when it's loaded, and sometimes when booting mysqld, it needs more than 2 seconds to be available.
2005-01-19Updated msmtp to 1.2.4adam2-6/+4
2005-01-19Changes 1.2.4:adam2-15/+12
- Changed return code in case of authentication error from EX_DATAERR to EX_NOPERM - Changed return code in case of missing/invalid configuration file or nonexistent account from EX_NOINPUT/EX_DATAERR to EX_CONFIG - Test return value of localtime(3) in msmtp_log() - Windows specific code in net.c: moved translation of error code from WSAStartup() from net_lib_init() to wsa_strerror() - OpenSSL specific code in tls.c: minor cleanup in openssl_io_error() - Always keep control of the format string in calls to merror(). (There were four cases where the result of strerror() was passed as the format string in smtp.c.) - Clarified usage instructions of merror() in merror.h - Check at initialization time whether support for a manually requested authentication mechanism is compiled, *before* establishing a network connection. This required a change from smtp_auth_caps() to the (equally trivial) smtp_authmech_is_supported() function. Made the output of both "not compiled in" messages (TLS and auth mech) consistent. The return code for these error conditions is EX_UNAVAILABLE now. - Make the output of -h/--help and -v/--version consistent with the GNU utilities by including copyright and no-warranty notice (version) and a short description and the bug report address (--help). - Add missing declarations of optarg and optind to msmtp.c, needed for getopt() handling. No compiler complained so far, though. - Fixed stupid error in smtp.c that prevented the detection of output errors when sending the RCPT TO command (highly unlikely to occur). - Cosmetic change in -v/--version output that avoids lines longer than 80 characters - Fixed some man page typos - Fixed typos in conffile.c error message - Fixed typo in tls.c error message (OpenSSL code only) - Changed error messages: "bla [blub]" -> "bla: blub" - Improved some TLS error messages - Corrected short description in man page, README and code comments - Updated README.dos
2005-01-19Updated dxpc to 3.8.2adam2-3/+3
2005-01-19Changes 3.8.2:adam4-68/+12
* Enable build on system with gcc-3.x (which deprecate the old-style iostrams.h)
2005-01-19Note update of www/squid package to 2.5.7nb7.taca1-1/+2
2005-01-19Apply three official patch including a minor security problem.taca2-4/+13
o 2005-01-17 04:29 (Minor Secuity issue) Sanity check usernames in squid_ldap_auth o 2005-01-17 02:52 (Minor) FQDN names truncated on compressed DNS responses o 2005-01-17 02:52 (Minor) Internal DNS memory leak on malformed responses Bump package revision; squid-2.5.7nb7.
2005-01-19Updated artist to 1.2.6adam2-3/+3
2005-01-19Changes 1.2.6:adam2-7/+6
* Coerced with the artist.el that's in Emacs-21.3 (minor editorial changes) Changes 1.2.5: * Added tool selection via the mouse-wheel.
2005-01-19Note PKGREVISION bump of awstats.minskim1-1/+2
2005-01-19Dont try and dirrm the PKGLOCALEDIR's.markd3-9/+3
2005-01-19Add no_NY locale used by kdbg and kbiff. Also hsb and nds locales usedmarkd13-13/+169
by kde.
2005-01-19+ centericq-4.14.0, crimsonfields-0.4.6, gtk-send-pr-0.4.2,wiz1-7/+8
liferea-0.9.0b, postgresql-8.0, tcpick-0.2.1, zsnes-1.41. - nsd-2.1.5 (thanks, itojun)
2005-01-19radmind updated to 1.4.0.wiz1-1/+2
2005-01-19Update to 1.4.0, provided by Hauke Fath in PR 29010.wiz4-5/+51
Changes since 1.3.2: 1.4.0 * Added support for command file in a command file * Added support for alternative certificate names. Thanks Maarten Thibaut * Added -D option to lmerge and lcksum that specifies the radmind working directory. Thanks Dave Alden * fsdiff -A always lists associated transcript * lcksum -A verifies AppleSingle headers * lcksum -a continues checking on error. Requires -n option * lcksum -i forces line buffering * mkdirs works with existing directories on read-only filesystems * fsdiff clips trailing '/' on path * fixed double line listing bug in lmerge * lapply correctly handles sockets * Reduced number of open calls in checksum code * Fixed double free in server * Corrected error message in daemon * Sharing server TLS code * Added defaults to ra.sh * Improvements to ra.sh on solaris
2005-01-19Correct PLIST and file permission. Noted by salo@.minskim2-5/+38
Bump PKGREVISION.
2005-01-19People (including me) often cannot tell what command should be used tokei2-1/+16
typeset, preview, etc. (Japanese-aware commands are renamed from original.) So add the message to show a brief usage.
2005-01-19Don't install a file that kdelibs now installs. Bump PKGREVISION.markd4-4/+18
2005-01-19Updated ntop to 3.1nb2adam1-1/+2
2005-01-19Fix localstatedir; depend on gdome2 (needed for xmldump plug-in); revision bumpadam1-2/+4
2005-01-19apply the last xpdf security patch to the embedded pdftops filterdrochner3-2/+18
which is based on xpdf, bump PKGREVISUIN
2005-01-19xpdf-3.00pl3drochner1-1/+2
2005-01-19the daily security patch: update to 3.00pl3, fixes:drochner2-3/+6
http://www.idefense.com/application/poi/display?id=186&type=vulnerabilities
2005-01-19Added gdome2-0.8.1adam2-2/+4
2005-01-19Gnome DOM (Document Object Model) engineadam5-0/+114
2005-01-19Updated gdchart to 0.11.5adam1-1/+2
2005-01-19Changes 0.11.5:adam5-79/+61
* Use compressed GIF support from libgd
2005-01-19Remove nb1 from version as pointed out by Bernd Ernesti.frueauf1-3/+3
2005-01-19net/nsditojun1-1/+2
2005-01-19update to 2.2.0.itojun4-10/+31
- nsd-xfer is now in package - bug fixes - pidfile can be specified by -P
2005-01-19Record SQUID_USER and SQUID_GROUP in BUILD_DEFS.kim1-1/+2
2005-01-18Correct spelling of NetBSD.org.heinz1-2/+2
Beware of the long reach of the HTML police!
2005-01-18Enable on Interix.tv1-2/+2
2005-01-18Force manpages to be man-only (no catpages) when using BSD .mk files intv1-1/+5
a package build. This may change once groff is fixed, but for now, there's no guarantee of a nroff available on the host system.
2005-01-18Don't build catpages inside the package. Not every system has a nrofftv2-7/+4
shipped standard.
2005-01-18GNU_CONFIGURE, not HAS_CONFIGURE. Need that for the config.guess override.tv1-2/+2
2005-01-18nb1: Mainly Interix fix, but to add portability: Kill explicit PATHtv3-5/+34
override, and allow overriding awk implementation with $AWK. Default it to the value of ${AWK} in platform-specific pkgsrc config.
2005-01-18It is not necessary to use gsharutils to extract this; a simple sedtv1-4/+2
expression is good enough to strip out the non-shell header text.
2005-01-18Add libiberty to make this build on Interix.tv2-11/+12
Don't build catpages inside the package. Not every system has a nroff shipped standard.