summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-22use 'env -i' rather than 'env -', as this is deprecated according togrant1-2/+2
env(1), and it does not work with the new getopt(3). provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361.
2002-06-22Small fix to the texi file which allows the info file to be built on 1.6.cjep2-6/+12
2002-06-22Workaround a gcc codegen bug on sparc64 (surprise, surprise) by using nojlam3-24/+81
optimization on sparc64. Fix from pkg/15477 by Lloyd Parkes <lloyd@must-have-coffee.gen.nz>.
2002-06-22Change PKG_CREATE_USERGROUP and PKG_CONFIG so that their values are merelyjlam3-14/+25
defaults for the INSTALL/DEINSTALL scripts. The environment variables of the same name take precedence during installation of a binary package.
2002-06-21correct wrong use of MASTER_SITES (should be PATCH_SITES).itojun1-2/+2
From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
2002-06-21Move the definition of OBJECT_FMT for NetBSD-1.3.x back _below_ thejlam1-3/+3
inclusion of bsd.own.mk. This is to allow OBJECT_FMT to be set explicitly in ${MAKECONF} (/etc/mk.conf) to override the setting in bsd.own.mk on the older NetBSD systems.
2002-06-21Move the definition of OBJECT_FMT for NetBSD-1.3.x systems ahead of thejlam1-12/+12
inclusion of defs.*.mk so that they can conditionalize on OBJECT_FMT.
2002-06-21Linux updates: match MTREE value in pkg_install, pass correct arg to patch ↵abs1-5/+5
to create .orig files, and update ZOULARISBASE to /usr/pkg
2002-06-21comment out configure flag "--enable-debug"jschauma1-2/+2
2002-06-21Update to version 0.9.2 using patch supplied by MAINTAINER in PR pkg/17331,jschauma2-7/+7
closing that PR. Thanks to Lubomir Sedlacik. Changes between 0.9.1 and 0.9.2 =============================== * Fixed a bug in client to close the connection properly when disconnecting from server and fixed some error checkings from the SFTP library which caused misbehaviour. * Added SILC_MESSAGE_FLAG_UTF8 to the protocol specs and the core library, and implemented it. All textual messages SHOULD use this flag and the message MUST be UTF-8 encoded. All text messages sent by Irssi SILC client are now UTF-8 encoded (regardless whether the terminal supports UTF-8 or not). * Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used to silence a user on a channel. * Added new "debug" and "debug_string" settings to Irssi SILC client which can be used to print runtime debugging on the Irssi's screen. Available when compiled with --enable-debug * Made the private key generation after expiration optional. If not created after expiration the old key will re-expire at a later time (and thus key pair is not necessary to change). * Display the user mode on the status bar. * Display notification about data messages that cannot be displayed. (e.g. image/jpeg)
2002-06-21Add patch that escaped the last commit. Part of the update to 0.9.2jschauma1-15/+30
2002-06-21Update to version 0.9.2 using patch provided by MAINTAINER in PR pkg/17304,jschauma2-7/+7
closing this PR. Thank to Lubomir Sedlacik. Changes from 0.9.1 to 0.9.2 =========================== * Support for multiple interfaces so now it's possible e.g. to listen on IPv4 and IPv6 within one daemon incarnation. WARNING: you will need to update your silcd.conf to reflect changes! * Added lots of new statistics updating that was missing from the server and router code. Sending SIGUSR1 signal to server now dumps the current server statistics into /tmp directory. * Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used to silence a user on a channel. * Fixed various fatal bugs,in handling of malformed command payload, double free when announcing channel users to router, missing parameter in a function call that caused server crash when a non-allowed connection arrived. * Fixed some backup data sending around the code to work better if the router is standalone router and fixed the router connectin when connecting to multiple routers. * Fixed detach timeout handling to use Client ID and not the actual client entry which may be freed in the callback.
2002-06-21Fix kcalc so that it does actually launch from kicker. Problem noted byskrll3-21/+23
Sung N. Cho <sucho2@vt.edu> on netbsd-help.
2002-06-21Add and enable wmsmixeragc1-1/+2
2002-06-21Initial import of wmsmixer-0.5 into the NetBSD Packages Collection.agc4-0/+38
Provided by Sergey Svishchev (svs@ropnet.ru) in PR 17277 WMsmixer is a hack to wmmixer which makes some changes to the display and adds a few new features, most notably scrollwheel support. It also includes a numeric volume indicator.
2002-06-21Make this work under Linux, and fix manpage install on SunOSabs2-5/+12
2002-06-21Add and enable iceprefagc1-1/+2
2002-06-21Initial import of icepref-1.1, yet another configuration tool for icewm,agc6-0/+90
into the NetBSD Packages Collection. Provided in PR 17351 by ptiJo@noos.fr IcePref is a graphical configuration utility for IceWM. It is written in python and uses the Gtk toolkit via the PyGTK bindings. It is capable of configuring all of the settings contained in the 'preferences' file. More features are forthcoming.
2002-06-21Set MASTER_SITES to MASTER_SITE_LOCAL, as the distfile is now hostedcjones1-2/+2
on ftp.netbsd.org.
2002-06-21Fix on Linux (at least RedHat)abs2-2/+6
2002-06-21+ In assert_writeable(), don't depend upon dirname(3) not modifying thelukem3-9/+31
argument; POSIX allows this, even though the replacement lib/dirname.c (from glibc?) returns a strndup-ed strings *except* for the "." case. [mmm, possible memory leaks]. Instead, just implement most of guts of lib/dirname.c directly in assert_writeable(), always copy string, and always free it. This fixes ``mkid -f /some/path/to/id'' + Crank PKGREVISION.
2002-06-21Updated cpuflags to 0.23abs2-3/+46
Initial version of SunOS (Solaris)
2002-06-20Add x11.buildlink.mk so that this links correctly on xpkgwedged systems.wiz1-1/+2
2002-06-20don't chown share/httpd blindly. sync w/ www/apacheitojun1-2/+1
2002-06-20In order to solve the following problems:jlam6-201/+370
(1) Admins want to create users/groups on their own (pkg/17183). (2) Admins don't want packages to setup an initial configuration. The bsd.pkg.install.mk-generated INSTALL/DEINSTALL scripts have been modified to check certain PKG_* environment variables to tune their behaviour. This works whether installing from "make install" or from a binary package. PKG_CREATE_USERGROUP indicates whether the INSTALL script should automatically add any needed users/groups to the system using useradd/groupadd. It is either YES or NO, and defaults to YES. PKG_CONFIG indicates whether the INSTALL/DEINSTALL scripts should do automatic config file and directory handling, or if it should merely inform the admin of the list of required files and directories needed to use the package. It is either YES or NO, and defaults to YES. The make(1) variable INSTALL_RCD_SCRIPTS is removed. The package rc.d script is now handled like other config files for the package, and is copied into place if PKG_CONFIG=YES. The default values above reflect the current behaviour. Setting PKG_CREATE_USERGROUP=NO solves problem (1), and setting PKG_CONFIG=NO solves problem (2). To simply matters for users installing directly from pkgsrc, these variables may also be defined in /etc/mk.conf, but behaviour at deinstall time may be surprising. It is *HIGHLY* recommended that these values be set in the shell environment instead.
2002-06-20Initial import of koffice3, the version of koffice which compilesjschauma3-0/+1720
and installs against KDE3. Uses pkgsrc/misc/koffice/Makefile.common and /pkgsrc/misc/koffice/patches/*
2002-06-20Update net/coda5_server to version 5.3.19. Changes from version 5.3.13jlam12-159/+237
include: * Installing the relevant manpages with the server programs. * Miscellaneous bug fixes. * Coda servers were doing strncmp instead of memcmp on ip-addresses. This fixes 'identity-crisis' problems for replicated servers, where servers didn't know which volumes they were hosting etc. (Ivan Popov) * Made ValidateAttrs on the server more resilient to bad input. * Handle reintegration conflicts when doing a partial reintegration, instead of endlessly looping. * Searching the colon separated CODACONFPATH environment variable for venus.conf and server.conf configuration files. * Added some more paranoia checks while parsing the /vice/db/servers file. * No longer ordering VRDB entries entries by ip-address. This allows us to resize a VSG without affecting version-vectors. * Added rds_print_stats to the server's printstats output to aid in finding whether an RVM allocation failure is due to running out of RVM space, or due to a large defragmentation that cannot be logged in the RVM log. * Added getvolinfo program to be useful when debugging volume mounting problems. * Avoid servers getting stuck in file-creation when there are pre-existing files in /vicepa. * Always pre-allocate fids with the maximum possible stride, will become useful when we allowing modifications to a volume's replication group. However, any replicated volume over a mix of old and new servers has a slightly higher probability on getting unwanted fid-collissions. * Reduced server memory usage during reintegration. * Not returning ENOENT when testing inconsistent files with access(F_OK). * Allow server-server repair with only one existing replica, needed for repairing conflicts after running out of diskspace. * Added "skip volumes" argument to norton-reinit -load. * The 'change id' function of pdbtool would silently corrupt the pdb databases, group owner id's were not updated, users were missing as members from groups. Group could become a member of a user. Hueristics to fix these corruptions are added to the 'pdbtool cm' functionality.
2002-06-20Update net/coda5_client to version 5.3.19. Changes from version 5.3.13jlam8-173/+53
include: * Installing the relevant manpages with the client programs. * Miscellaneous bug fixes. * Venus now gracefully handles the situation where getvolinfo returns different replicas compared to the cached replication information. Now we only need add server support for VSG changes and a trigger that forces venus to make a getvolinfo call and we can start moving volumes around in the system. * Avoid killing clients when receiving truncated directory data. * Block when accessing an uncached object during resolution instead of failing. This is especially useful during weak-reintegration. * Added -local flag to cfs lv to avoid client-server rpc2 traffic. * Fetch data as well as status in write-disconnected mode, the dirty status-only object would prevent subsequent data-fetches until successful reintegration completed. * Added venus.conf option 'validateattrs' to limit piggybacked fids during validate attrs to help reducing IP layer fragmentation. * Another new venus.conf option 'serverprobe' to increase server probe intervals (keeps firewalls from dropping masqueraded connections). * venus.conf.ex file now defaults to turning on both masquerading and using private mmap's for RVM. * Disallow unlinking special names with 'cfs rmm' * Optimized local-global fid replacement. * Moved /usr/bin/replay to /usr/bin/coda_replay to avoid name conflicts. * Reintroduced VSGs in venus. * Re-randomizing during hoardwalks to add fair reclaiming behaviour in the low end of the priority queue.
2002-06-20Update devel/rvm to version 1.6. Changes from version 1.3 include:jlam4-24/+134
* Fixed stray fsync calls when using partitions on BSD platforms. * Fixed <sys/time.h> vs. <time.h> confusion. * Fixed off by one bug in the RVM error table.
2002-06-20Update devel/rpc2 to version 1.13. Changes from version 1.10 include:jlam4-23/+23
* Fixed crash when an expired connection receives a NAK. * Increased lower bound on retransmission time to 300ms. * Removed Linux specific optimization in processing time calculation which made RPC2 clients assume a server can respond faster than it actually does. * Fixed the very infrequent SFTP_SendResponse crash again, hopefully for real this time. * A non-masqueraded rpc2 client wouldn't send out it's SFTP packets through the rpc2 socket when talkin to a masqueraded rpc2-server. This broke backfetches through a firewall. * Added delayed acks, when an RPC2 operation on the server is taking more than 200ms, an unsolicited RPC2_BUSY is sent back to the client to avoid unnecessary retransmissions of the request. * Stricter prototyping for callback functions. * Fixed the very infrequent SFTP_SendResponse crash. * Keeping track of current fd offset in sftp to allow non-multirpc transfers from/to a non-seekable fd (eg. stdout).
2002-06-20Update devel/lwp to version 1.9. Changes from version 1.6 include:jlam3-8/+8
* OpenBSD patches. * Fixed <sys/time.h> vs. <time.h> mixup.
2002-06-20Add and enable koffice3jschauma1-1/+2
2002-06-20Split Makefile into Makefile and Makefile.common, so we can buildjschauma2-35/+40
koffice3 using most of the defined variables. (*This* koffice does not build under KDE3!) Point MAINTAINER -> me upon Hubert weaseling out ;-)
2002-06-20- Add share/httpd/htdocs/index.html.lb.utf8 to PLIST.taca5-12/+71
- Prevent chown whole files under ${PREFIX}/share/httpd.
2002-06-20Add and enable arirangagc1-1/+2
2002-06-20Initial import of arirang-1.6beta into the NetBSD Packages Collection.agc5-0/+72
Provided in PR 17326 by ISIHARA,Takanori (ishit@pluto.dti.ne.jp), slightly modified by myself. Arirang is a powerful webserver security scanner. The following features are supported: - Operating System Detect(used by NetCraft) - webserver type scan - CVE compatible(only NT, some Unix) - flexible scan rule databases - multiple hosts scan and multiple hosts webserver type scan. - http port - wide network(ip range) scan - wide network webserver type scan - patch information.(completed patch info-NT) - http request injection. - virtual host scan - fast scan(used a Processes) - recv flags
2002-06-20Remove camlp4 -- the directory doesn't exist any longer.wiz1-2/+1
2002-06-20Disable camlp4 (obsoleted since inclusion in ocaml 3.04)jschauma1-2/+2
2002-06-20Package obsoleted since inclusion in ocaml 3.04.jschauma7-211/+0
2002-06-20Add and enable links-guijschauma1-1/+2
2002-06-20Update dependency of ocaml to 3.04 -> remove dependency on now obsoletejschauma3-350/+97
package lang/camlp4 (included in ocaml 3.04) Update to version 4.06. Changes way too many to list here, please see http://cristal.inria.fr/~ddr/GeneWeb/en/version/4.06.html for details.
2002-06-20Update to version 2.0:jschauma4-17/+32
changes in links 0.9.7 -> 2.0 - JavaScript support - remade bookmarks - support for gamma corrections Split into pkgsrc/www/links and pkgsrc/www/links-gui: - rewritten to support graphics - support for various graphics drivers including: o X Window System o SVGAlib o Atheos GUI o PMShell - support for various graphics formats including: o PNG o JPEG o TIFF o GIF Update and split et al provided by Lubomir Sedlacik (salo at xtrmntr dot org) in PR##17218 - this commit closes this PR.
2002-06-20Initial import of links-gui, a graphical version of the popularjschauma3-0/+20
links web browser. Together with the update of pkgsrc/www/links this closes PR##17218. This package and the update for pkgsrc/www/links provided by Lubomir Sedlacik (salo at xtrmntr dot org).
2002-06-20Update virus definitions to version "4208"zuntum2-5/+5
2002-06-20enable mod_so for use with php. From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>itojun1-2/+4
2002-06-20Update pkgchk to 1.30abs2-36/+22
Avoid problems if a file 'x' is in the current directory with obvious use of .PHONY. Implement and use extract_mk_dir_var().
2002-06-20Update to libirman-0.4.1bnb3 - honour PKG_SYSCONFDIRabs1-2/+3
2002-06-20fix jserverrc installation probrem (lib -> server-bin).sakamoto5-8/+48
2002-06-20apache with IPv6 patch, for 1.3.26.itojun4-61/+84
proxy module was disabled as the IPv6 patch for the module is broken.
2002-06-20On NetBSD/arm, turn off optimisation on xmess and xmame as this prevents thecjep2-7/+11
packages from building.