summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-12-04Added uml-1.0.3: A UML Modelling toolwulf4-0/+148
2001-12-04Allow this package to be compiled and installed on any platform:seb2-6/+18
- prefix program and manpage by `g' if platform is NetBSD - "manual" patch for BSD systems (setmode() conflict)
2001-12-04Update to the kdoc that comes with KDE 2.2.2. I don't think anything willskrll2-13/+10
have changed.
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam14-34/+22
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-04* Strongly buildlink'ify.jlam6-144/+100
* Reduce the number of patches needed by passing flags down to the make(1) process instead of patching the Makefiles and sources in unnecessary ways. * Remove unnecessary endian.sh script as the computation is down directly in the package Makefile. * Preliminary support for platforms other than NetBSD. * Generalize the package Makefile enough to make it usable if/when xmess compiles again on UNIX platforms * Use the general INSTALL scripts to manage the spool directory during installation/deinstallation. Approved by kristerw@netbsd.org.
2001-12-04Update to 1.54mjl4-39/+5
Added mod_uniqueid and mod_usertrack generators. Fixed validate function in Flex. Move to Digest::MD5 instead of MD5.
2001-12-04Update to 1.0.14mjl2-5/+5
This is the LAST maintenance release of the Storable module. Indeed, Storable is now part of perl 5.8, and will be maintained as part of Perl. The CPAN module will remain available there for people running pre-5.8 perls. Avoid requiring Fcntl upfront, useful to embedded runtimes. Use an eval {} for testing, instead of making Storable.pm simply fail its compilation in the BEGIN block. store_fd() will now correctly autoflush file if needed.
2001-12-03Update cpuflags to 0.13 - try to handle cross compiling gracefully.abs2-6/+11
if $MACHINE is set, and it does not match sysctl hw.machine, return blank
2001-12-03Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-12-03Make PKGNAME dewey-conformant.wiz1-1/+2
2001-12-03Handle PKGREVISION more properly, by allowing it being set, but empty.wiz2-4/+5
Bump to 3.16.
2001-12-03Dewey'ize (ouch ;) version number.wiz1-2/+2
2001-12-03Two DISTNAMES is bad. Just take the newer one.wiz1-2/+1
2001-12-03Fix dependency on cd-discid to match actual version number.wiz1-2/+2
2001-12-03Update a sentence which used to talk about mk.conf.example to explain theagc1-3/+5
use of bsd.pkg.defaults.mk. Pointed out by jhawk.
2001-12-03Miscellaneous man page fixes.wiz29-510/+407
2001-12-03Update pkglint to 3.15abs2-118/+124
- lintpkgsrc: Set BSD_PKG_MK, and ensure .CURDIR is correct when running with -D. Also remove an articulated lorry load of single quotes. Many thanks to wiz who added PKGREVISION before I lamely managed to get around to it :)
2001-12-03Wildcard dependency on glimpse.wiz1-2/+2
2001-12-03Adapt to new dewey-conform version number of mpg123.wiz2-4/+4
2001-12-03Make PKGNAME dewey-conform.wiz1-2/+3
2001-12-03Adapt to dewey-conform version of cdparanoia.wiz1-2/+2
2001-12-03Make PKGNAME dewey-conform.wiz1-2/+2
2001-12-03Wildcard DEPENDS on glimpse.wiz1-2/+2
2001-12-03Make lintpkgsrc support PKGREVISION, in response to pkg/14767.wiz2-3/+8
Bump to 3.14 (next version 3.141? ;)
2001-12-03Move comment to separate line to unconfuse lintpkgsrc.wiz1-2/+3
2001-12-03EXTRACT_SUFX needs to be explicityly set to ".tar.bz2" now that we don'tjlam1-1/+2
include kde2/Makefile.kde2.
2001-12-03Update to KDE 2.2.2skrll102-2353/+3862
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate
2001-12-03Update to 0.103: pkgvi now support +cmd as first argument, it is passed downseb2-5/+9
as first argument to the editor.
2001-12-03Fix hardcoded /etc/cyrus.conf (should be ${PKG_SYSCONFDIR}/cyrus.conf)martti1-3/+3
2001-12-03Fix some more "db3" version number problems.tron4-16/+16
2001-12-03Update wu-ftpd to 2.6.2.abs2-19/+5
Changes since 2.6.1 (several of which where in the 2.6.1nb1 version) o Added checks for missing "]" and "}" in filename globs, this completes the file globbing heap corruption vulnerability fix. o Added checks to the globbing code for overflow of restbuf, and additional globerr setting and checking to speed up return on error. o Changed the globbing code to use qsort, much faster when sorting a large number of strings. o Handle ftpglob() returning a vector containing just a NULL string, fixes problems caused by CWD ~{ o Somehow the fix for pasv-allow didn't actually make it into 2.6.1 o Provide a compile-time option to revert NLST to showing directories. o Fix missing format strings in debugging code.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam33-77/+69
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03* Updated to 3.0.2.1martti5-69/+74
* Disabled scard-install (patch/patch-ah -- Do we need/want it?) Changes since 2.9.9.2: - Don't allow authorized_keys specified environment variables when UseLogin in active - Fix IPv4 default in ssh-keyscan - Fix early (and double) free of remote user when using Kerberos - fix krb5 authorization check - enable authorized_keys2 again - ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ - make ~& (backgrounding) work again for proto v1; add support ~& for v2, too - pad using the padding field from the ssh2 packet instead of sending extra ignore messages - missing free and sync dss/rsa code - crank c->path to 256 so they can hold a full hostname - cleanup libwrap support - Fix fd leak in loginrec.c - avoid possible FD_ISSET overflow for channels established during channnel_after_select() - chdir $HOME after krb_afslog() - stat subsystem command before calling do_exec - close all channels if the connection to the remote host has been closed, should fix sshd's hanging with WCHAN==wait - add NoHostAuthenticationForLocalhost; note that the hostkey is now check for localhost, too - loginrec.c: fix type conversion problems exposed when using 64-bit off_t - Update spec files for new x11-askpass
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam2-7/+5
differs from the distfile version number. G/C some the unused variables in pdflib/Makefile.common related to the old way of handling version numbers. Invent PDFLIB_BASE_VERS, which is ${PDFLIB_DIST_VERS} that's been munged so that's understandable by the pkg_* tools' wildcard version numbering logic.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam3-9/+6
differs from the distfile version number. G/C some the unused variables in unixodbc/Makefile.common related to the old way of handling version numbers.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam11-35/+21
differs from the distfile version number. G/C some the unused variables in postgresql/Makefile.common related to the old way of handling version numbers.
2001-12-03Finally get "db3" version numbering correct.tron3-6/+6
2001-12-03Use PKGREVISION to manage package-specific versions numbers that differjlam3-17/+6
from the distfile version number. G/C the version number stuff from perl5/Makefile.common, preserving only PERL5_DIST_VERS as it's still used by libperl.
2001-12-03Correct "db3" version number in dependence.tron1-2/+2
2001-12-03Make this package work with version 2.11 of the "db3" package.tron3-7/+9
2001-12-03Added POSTFIX_USE_INET6martti1-1/+6
2001-12-03Remove definitions of POSTFIX_USE_PCRE and POSTFIX_USE_SASL_AUTH, whichkent1-3/+1
I forgot to remove them before the previous committing ;-)
2001-12-03Add POSTFIX_USE_SASL_AUTH.kent1-2/+7
Rename POSTFIX_PCRE to POSTFIX_USE_PCRE.
2001-12-03Add optional SMTP authentication support with cyrus-sasl.kent2-5/+34
It is enabled by POSTFIX_USE_SASL_AUTH.
2001-12-03Make sure to actually GC the shm descriptor.mycroft2-5/+13
2001-12-03Trim the patch so it doesn't include an $Id$ tag. This is an awful hack.mycroft2-5/+4
2001-12-03Regen.mycroft1-2/+2
2001-12-03++PKGREVISIONmycroft1-2/+2
2001-12-03Use 44100, 22050, 11025 and 5512Hz, not rounded variants.mycroft2-8/+44
2001-12-02Add support for distfile-specific master sites, as requested in pkg/7471.wiz4-59/+63
Syntax: MASTER_SITES_completefilename= http://specific.master/site and similarly for PATCH_SITES. Convert print/ghostscript-nox11 and x11/kterm to take advantage of this.