summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-24- add -DCTIMEISTIMET to all the NetBSD arch definition files. This justdmcmahill14-41/+44
says to use type time_t for ctime(3). - Fix some format strings for 64 bit systems. - use '?=' instead of '='when setting the command used for rsh/ssh so the user can set it in mk.conf (PVM_SSH).
2001-05-24Improve logic around USE_LIBTOOL and USE_LTDL.skrll1-2/+3
2001-05-24Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensuresdmcmahill2-1/+24
you can do something like: make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g" and still have pvm compile correctly. Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
2001-05-24Update pkgdiff to 0.100abs2-4/+12
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the failure message as a patch. Change to abort if pkgdiff has a non zero exit (with the pkgdiff output). Also add a '-v' flag to indicate which .orig file is being associated with which patchfile as processed.
2001-05-24If pkgdiff reports 'Cannot strip away RCS IDs, please handle manually!'abs42-44/+150
mkpatches faithfully files that away as a patch, which somewhat broke my previous update. Fixing.
2001-05-24Use buildlink.mk files for cups and pam.jlam1-8/+4
2001-05-24Add buildlink.mk file to link libraries and headers into ${WRKDIR}, to bejlam2-0/+116
used by other packages.
2001-05-24Obey rc.conf if present (modelled on apache rc.d file), plus allow entriesabs1-22/+60
to be prepended to CLASSPATH by setting optional tomcat_classpath
2001-05-24Pass --no-split option to makeinfo. Reported to packages@netbsd.orgjtb2-1/+15
by Masao Uebayashi.
2001-05-24Add and enable "koncd" package.tron1-1/+2
2001-05-24Import new "koncd" package:tron4-0/+78
Frontend to the fabulous cdrecord and mkisofs programs This package was created by Berndt Josef Wulf and made ready for use by me.
2001-05-24To check patches using the checkpatch target, a special version ofagc1-16/+1
patch(1) is needed, which supports -C (which checks that the patches would apply cleanly). As we use message digests to verify our patches, and as we don't have a modified patch on NetBSD, Solaris and Linux, remove the checkpatch target, and all references to the PATCH_CHECK_ONLY definition.
2001-05-24When displaying a list of "dependencies" in the run-depends-listagc1-3/+2
target, don't display what we're doing if PKG_DEBUG_LEVEL is non-zero - the output of run-depends-list is fed to pkg_create(1) and encoded in the binary package as a list of @pkgdep lines, and expanding the output is not the right thing to do.
2001-05-24upgrade magicpoint to 0.18a.itojun4-11/+11
- The "charset" directive: you can use iso-8859-[1-4] - MNG support: animation without "mark" and "again" - Enhancing "mgp2ps" * Supporting "cont", "mark", "again" * Resizing image - bug fixes
2001-05-24Add a link-getopt-libs target to link libgetopt* into ${BUILDLINK_LIBDIR},jlam1-2/+22
and add link-getopt-libs to BUILDLINK_TARGETS.
2001-05-24Make instructions for use more explicit, and correct a typo in thejlam2-9/+12
comments (WRKSRC should be WRKDIR).
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam20-144/+150
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-24disabled shlibs checking (this is a Linux package)manu1-2/+3
2001-05-24Update abiword to 0.7.14. There were a large number of changes from versionjlam14-308/+328
0.7.10, both in bugfixes and in feature additions. No list of changes is provided, but from gleaning the CVS logs, this is update is a large step forward for this application.
2001-05-24Update cups to 1.1.8. Relevant changes from version 1.1.7 include:jlam2-6/+6
- The scheduler might restart a stopped printer after stopping a print job. - The IPP backend did not handle the client-error-not-found error when checking the status of the job that was sent. This caused remote queues to stop on client machines when the server had job history disabled. - Added httpConnectEncrypt() function to avoid performance penalty for setting up encrypted connections initially. - Jobs weren't queued to remote classes (fix from Richard Begg.) - Fixed the pstops fix for GNOME output - no longer use the page numbers in the %%Page: comment since GNOME puts a filename instead (!?@!#?!). - The imagetops filter produced PAGE: messages when generating PostScript for a non-PostScript printer (only affects page-label and Classification options.) - The updated pdftops filter was looking for an options file called xpdf.conf instead of pdftops.conf. - The scheduler would not force the default job sheets for printers to the current classification setting. - Added a new ippFindNextAttribute() function to the CUPS API. - ppdEmitJCL() now strips any leading path info from the title string. This is only an issue for non-CUPS clients that don't do this already... - Other pstops fixed from Helge Blischke for printing non-conforming documents. - The MaxJobs parameter was not reset when loading the cupsd.conf file.
2001-05-24Update ap-dtcl to mod_dtcl-0.10.0. There is no list of changes from versionjlam6-44/+122
0.8.12, but mod_dtcl now uses <? ?> tags instead of <+ +>. For now, mod_dtcl contains compatibility code so that your old scripts will still run.
2001-05-24Bump dependency on tcl to the latest version...it's needed to actuallyjlam1-2/+2
build the software, but a lower dependency may be used when running the software.
2001-05-24Fix the installed tkConfig.sh so it's possible to use its values to generatejlam6-28/+206
a shared library that depends on libtk83.so. Patch the configure script to set TK_LIB_SPEC to include -Wl,-rpath,... or -R... depending on whether we are ELF or a.out. Bump version number to 8.3.2nb1.
2001-05-24Fix the installed tclConfig.sh so it's possible to use its values to generatejlam5-28/+180
a shared library that depends on libtcl83.so. The TCL_SHLIB_LD command was set to the incorrect value for ELF platforms, relying on "ld" which doesn't understand the -Wl,... options it receives via ${TCL_LIB_SPEC}. Patch the configure script to set TCL_SHLIB_LD to the proper value on NetBSD systems depending on whether they are ELF or a.out, and also modify TCL_LIB_SPEC to include -Wl,-rpath,... or -R... accordingly. Bump version number to 8.3.2nb2.
2001-05-24Stop the config script from thinking every mips machine is a pmax:hubertf2-1/+17
Before: raqim# echo $version tcsh 6.09.00 (Astron) 1999-08-16 (mipsel-dec-NetBSD) options 8b,nls,dl,al,rh,color ^^^ After: raqim# echo $version tcsh 6.10.00 (Astron) 2000-11-19 (mipsel-mips-NetBSD) options 8b,nls,dl,al,rh,color ^^^^ Patch contributed by rafal@mediaone.net in PR 12993.
2001-05-23Update PLIST for gsl-0.8.jtb1-18/+18
2001-05-23make it compile with USE_CANNA == YES.kei1-2/+2
2001-05-23Update xmame to 0.37b14.2.kristerw3-28/+5
This contains everything from MAME 0.37b14 except for 'steadykey' support. The Unix-specific changes that affect NetBSD are: - The sound device is now released when the emulation is paused. (Shyouzou Sugitani) - Added -hotrod for HotRod and HotRod SE support. Set it to 1 for HotRod, 2 for HotRod SE. - Fixed a bug in logerror() that could cause a crash. (Pete French)
2001-05-23Substitute pre-defined ${PERL} value for location of perl binary.jlam3-8/+9
2001-05-23No longer needed.jtb5-181/+0
2001-05-23Update to gsl-0.8.jtb2-16/+11
* What is new in gsl-0.8: ** The build process now uses the latest libtool and automake ** The library should now compile with Microsoft Visual C++ ** Portable versions of the isinf, isnan and finite functions are available as gsl_isinf(x), gsl_isnan(x) and gsl_finite(x). ** The definitions of GSL_POSINF, GSL_NEGINF and GSL_NAN no longer cause divisions by zero during compilation. ** The gsl_interp_obj has been renamed to gsl_interp ** The poly_eval and pow_int functions have been moved from the specfunc directory to the poly and sys directories. ** The Chebyshev functions are now available as an independent module in their own directory. ** The error handling conventions have been unified across the library. This simplifies the use of the special functions. ** A full CBLAS implementation is now included for systems where ATLAS has not been installed. The CBLAS library can also be used independently of GSL. The organisation of the BLAS directories has been simplified. ** IEEE support for HPUX-11, NetBSD, Apple Darwin and OS/2 are now included. ** The library now includes implementations of log1p, expm1, hypot, acosh, asinh, atanh for platforms which do not provide them. ** The convention for alloc and set functions has changed so that they are orthogonal. After allocating an object it is now necessary to initialize it. ** There is a new module for estimating numerical derivatives of functions ** There is a new module for handling data with ntuples ** The histogram lookup functions are now optimized for the case of uniform bins, and include an inline binary search for speed. ** The Chebyschev coefficients for the QAWO algorithm are now precomputed in a table for efficiency, rather than being computed on the fly. ** There are several new sorting functions for selecting the k-th smallest or largest elements of a dataset. ** Iterator functions are now available for permutations, gsl_permutation_next and gsl_permutation_prev. ** The function gsl_complex_xy has been renamed gsl_complex_rect ** The API for simulated annealing has been changed to support search spaces in which the points cannot be represented as contiguous-memory data structures. gsl_siman_solve() now takes three extra arguments: a copy constructor, a copy function and a destructor, allowing gsl_siman_solve() to do its work with linked data structures. If all three of these function pointers are NULL, then the traditioanl approach of using malloc(), memcpy(), and free() with the element size is used.
2001-05-23Add and enable xmms-crossfaderh1-1/+2
2001-05-23Initial import of xmms-crossfade-0.2.7, a cross-fading plugin for xmms.rh9-0/+179
2001-05-23Bumped version number after a changemanu1-2/+2
2001-05-23Prevent shlib cheks (this runs NetBSD's ldd on Linux shared libs)manu1-1/+2
2001-05-23Add and enable helpdecoagc1-1/+2
2001-05-23Initial import of helpdeco-21 into the packages collection.agc14-0/+1300
Provided by Ben Collver (collver@linuxfreemail.com) in PR 12927 helpdeco is a windows .hlp to RTF converter.
2001-05-23Fix compilation on macppc. (relocation error because of missing -fPIC)wiz3-1/+29
2001-05-23Update to 2.41dillo4-46/+85
most important changes: (for full summary see ChangeLog in the distfile) ======================================================================== - Beginning with 2.40, the reference version of Frotz (the DOS version) is distributed under the GNU Public License rather than the old "no commercial profit" license. And so is the Unix version. - V6 games supported by drawing the outlines of pictures. True display of the graphics are on hold until the X11 with GTK version is complete. - Classical Infocom sound effects supported through the OSS drivers. I'm only aware of "Lurking Horror" and "Sherlock: The Riddle of the Crown Jewels" as having such sound effects. See the INSTALL file for information on where the sound files should go. - Quetzal save format is now the default. Old Zip 2.0 format is still supported by command line option or config file setting. - History searchs has been added. Type the beginning of a past command and hit the up or down arrow key.
2001-05-23fix bug: Rereading active file doesn't reread active.mail (MH boxdillo4-2/+44
pseudo newsgroups), bumping version to 1.4.5nb1. Patches sent to maintainers.
2001-05-23We should at least try to build on Linuxabs1-2/+2
2001-05-23Use full pathname for xargs, since it isn't a builtin.agc1-5/+6
2001-05-23ODBC-specific PostgreSQL homepagejlam1-1/+2
2001-05-22Standardize patch name.wiz2-3/+3
2001-05-22Don't ignore checksums for three ps files, and add checksums and sizeswiz2-12/+13
to distinfo.
2001-05-22Add size.wiz1-1/+2
2001-05-22Add fix for platforms that don't define SHM_{R_W} in <sys/shm.h>. Wejlam2-1/+23
define them to IPC_{R,W} as they're the right values. Problem discovered by browsing current-users and port-alpha (why were there no PRs?!).
2001-05-22Use devel/readline/Makefile.readline for GNU readline support and note whyjlam4-23/+68
GNU readline is required. Clean up how to pass location of OpenSSL headers to the configure script.
2001-05-22Update imp to 2.2.5. Changes from version 2.2.4:jlam3-9/+9
[bjn] SECURITY: Use is_uploaded_file() function to validate all attachment uploads (prevent spoofing). [bjn] SECURITY: Fix attachment upload to use tempnam(). (Jarno Huuskonen <Jarno.Huuskonen@uku.fi>) [cjh] SECURITY: Fix attachment viewers to use tempnam(). [cjh] Fix mysql warning with php 4.0.7. [max] Move all JavaScript URLs to the onclick event handler to prevent breaking IE SSL in certain circumstances. [cjh] Add addslashes() to mysql db library. [bjn] Bug 577: umask fixes to prevent world-writable /tmp files. (<andreas@conectiva.com.br>) [bjn] Bug 517: Fixes for LDAP searching--bogus LDAP filters when some drop-downs were switched away from default values. (Robert Marchand <robert.marchand@UMontreal.CA>) [cjh] Allow '+' to terminate URLs.
2001-05-22Update horde to 1.2.5. Changes from version 1.2.4:jlam3-6/+30
[max] Move all JavaScript URLs to the onclick event handler to prevent breaking IE SSL in certain circumstances. [cjh] Browser detection recognizes ie6. [cjh] Added locale/se (Daniel Andersson <daniel@addelei.nu>). [bjn] Ignore errors from PHPLIB session.inc posix_getpid (which isn't supported by Windows 95/98/ME). [cjh] Run $language through basename() before returning it in select_lang() to avoid possible exploits, though a seperate bug in php needs to be present to really exploit this. [cjh] Reject From: addresses containing spaces, ';', or '&', and don't put quotes around addresses (since sendmail doesn't strip them). If this is too strict, we'll reconsider later.