summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-03Since we override the normal do-fetch target, where the distfiles' presenceagc1-3/+8
is checked when defined(${BATCH}), replicate same here.
2002-07-03In the do-fetch target, break out the check for distfiles if we're inagc1-14/+26
batch mode, into a separate target. Call that target if we're in batch mode. Modify the check for distfiles code to do a loop for all the distfiles, and only print the message once at the end if the files aren't present, and BATCH is defined. Only check for distfiles' explicit presence if BATCH is defined.
2002-07-03DEPEND on devel/p5-Time-HiRes. Bump to PKGREVISION 2.abs1-2/+3
Apologies for updating previous package on a system which already had p5-Time-HiRes installed...
2002-07-03- don't barf if Time:HiRes isn't available (doesn't look like there'slukem4-3/+28
even a package for it) - crank PKGREVISION for above - fix the PLIST (at least, i think it's correct. there's some stuff still missing WRT what print-PLIST shows, but that might be just perl pkg foo) btw: i *love* incompletely tested packages. especially those which are as important to correct mail delivery as spamassassin is. *grrr*
2002-07-03Updated rconfig to 0.11:abs2-5/+5
Fix probe on machines which do not support uname -p Allow +tag=value to be specified after hostnames Retire rsh_opts as does not work with rdist
2002-07-03Updated p5-Mail-SpamAssassin to 2.31abs2-5/+5
Unfortunately with over 1300 lines of changes since 2.20 its difficult to determine what to mention. The latest changes are available at http://spamassassin.taint.org/dist/Changes, search for '2002-06-20 18:02'
2002-07-03Remove IGNOREd mkisofs package -- can be reimported if someone reallywiz11-195/+1
splits mkisofs out from cdrecord.
2002-07-03This package (sysutils/storage-manager) has an interactive fetch stage, soagc2-3/+4
mark it as such, and enable this package in the category Makefile. With thanks to Dan McMahill for pointing this out.
2002-07-03update to nut 0.50.0. notable changes:lukem12-96/+119
- change from tcp/ip port 3305 to the IANA assigned 3493 - all old-style drivers have been deprecated: aeg bestfort bestuferrups engetron ipt-anzen mgeups multilink mustekups optiups sms toshiba1500 ups-trust425+625 upseyeux - newvictron renamed to victronups - newpowercom renamed to powercom, replacing previous powercom and ups-trust425+625 as well
2002-07-03Make fils recognize compile options (POSTFIX_USE_MYSQL, ...)hubertf1-2/+4
Fixes PR 17465 by Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
2002-07-03Fix one place in rvm library where code implicitly assumed malloc()jdolecek3-2/+17
returns zeroed data. Discovered by using MALLOC_OPTIONS=J. coda-server's vice-setup-rvm runs to completition for me with this patch finally! bump pkg revision to nb1
2002-07-03Updated msu to 1.04:abs2-5/+5
Only strip the problem LD_* type environment variables.
2002-07-03add tkdeskdmcmahill1-1/+2
2002-07-03import tkdesk-1.2.dmcmahill15-0/+1008
Submitted in PR pkg/17423 by Rui-Xiang Guo <rxg@ms25.url.com.tw> TkDesk is a graphical file manager for Unix and the X-Window System. It offers a very rich set of file operations and services, and provides the user with an immense amount of configurability. TkDesk's configuration flexibility results from the use of Tcl/Tk as the primary implementation language. Another benefit of using Tcl/Tk is that TkDesk is very portable and runs on virtually any Unix platform.
2002-07-03depend upon x11/gnome-core as welllukem1-1/+2
2002-07-03For interactive configure, say "Please configure manually...".cjep1-2/+2
2002-07-03@exec mkfontdir for %D/lib/X11/fonts/local, not for %D/lib/X11/fonts/misc.toshii1-3/+3
2002-07-03Files on the master site has changed. Changes are mostly cosmetic.toshii1-5/+5
2002-07-03Move a whole bunch of files from ${PREFIX}/etc/gtk to ${PREFIX}/share/gtkjschauma2-55/+57
as suggested and using the patches provided in pkg/16964 by Julio Merino (jmmv at hispabsd dot org). Bump PKGREVISION. This closes PR pkg/16964.
2002-07-03since XFree86 4.* includes libXft and XFree86 3.* does not we end up withdmcmahill3-21/+31
a different PLIST. Add a check for XFree86 4.* (like the one from suse_x11) and fix up the PLIST. Packages properly again on non-XFree86 4.* systems.
2002-07-03update to gtk2+-2.0.5dmcmahill9-84/+56
this is a bug fix only release with compatibility with previous 2.0.* releases. Changes are: Overview of Changes in GTK+ 2.0.5 ================================= * Fix a wrong assertion that broke gtk_file_selection_set_filename(); also another fix from testing this function with non-UTF-8 filenames. * Fix incorrect property notification in GtkTextView. [James M. Cape] Overview of Changes in GTK+ 2.0.4 ================================= * Fix a number of types which were registered with the type system with the wrong names [James Henstridge, Jonathan Blandford] * Support missing data types in GtkList/TreeStore [Daniel Elstner] * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, Josh Parsons] * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, Owen Taylor] * Calculate screen size on win32 from the "logical DPI" [Joaquin Cuenca Abela, Tor Lillqvist] * Misc Win32 bug fixes. [Florent Duguet, Torn] * Fix theme changes for GtkMenu [Soeren Sandmann] * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero] * Fix encoding handling for gtk_file_selection_set_filename() [Sebastian Ritau, Owen] * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen] * Fixes for DirectColor visuals [Shivaram Upadhyayula] * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind] * Misc bug fixes * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv) Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett Lesage, Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh Overview of Changes in GTK+ 2.0.3 ================================= * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner) * Improve GdkRGB support for low color depths (Tor Lillqvist). * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor) * Include internal children when focusing. (Jonathan) * Win32 fixes (Tor Lillqvist, David Sterba) * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian) * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero) * GtkMenu fixes. (Soeren Sandmann) * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer) * Misc input-method related fixes (Yao Zhang, Federico) * Fix stuck grab during DND. (Dave Camp, Owen) * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli) * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, Michael Meeks) * Handle Xlib internal connections (HideToshi Tajima) * Many miscellaneous bug fixes. Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout, Timo Sirainen, Graham Swallow.
2002-07-02Update p5-DBD-Sybase to 0.94. Changes:hubertf2-6/+11
Release 0.93 Added password encryption option to connect() request (contributed by Tin Martone) Added initial nsql(). Added ct_get_data(), ct_send_data() and friends func(). Added ?-style placeholder support for exec proc statements. Changed getExtraLibs() in Makefile.PL to *not* link with -linsck or -ltli (this avoids problems if the $SYBASE/config/libtcl.cfg file has been set to load the threaded version of these libraries.) Added support for primary_key_info(). (release 0.92 was never publicly released for various reasons) Bugs Fixed: 366 ping() fails if connection has been marked dead 364 t/fail.t bug. Release 0.91 Removed artificial 1024 byte limit on char/varchar datatypes in result sets. Bug Fixes: 213: BLOBs are returned in HEX, not binary. Release 0.90 Release number sequence change: I'm dropping the "alpha" qualifier and I expect to release 1.00 fairly soon. Small Makefile.PL fix for Sybase 12.0 installation directory changes. Applied patch from Tim Ayers to allow 0x type formatting for binary data fetches (similar to what Sybase::CTlib and Sybase::DBlib allow). Fixed some t/ scripts to not fail when run against MS-SQL. Corrected the handling of timeout events in the client callback. Bug Fixes: 349: CS_NUMERIC bindings for ?-style placeholders fails for large values. 345: Dynamic statement ids get re-used. 351: prepared statements with placeholders cause handle to become unusable if *first* execute fails. 352: ping() doesn't work right in Apache::DBI (thanks to Kiriakos Georgiou) 353: syb_quoted_identifier doesn't work. 354: Calling fetch() after prepare() but no execute() fails with internal DBI error. This should also fix bug # 278 and 288. 297: type_info() returns incorrect or no data. 344: timeout doesn't work correctly. Fixes PR 15067 bye ebe@statsbiblioteket.dk
2002-07-02Update to 1.15, old distfile vanished.wiz2-5/+5
Changes: * Add COPYRIGHT AND LICENSE to Resource.pm. * A space between the 2>/dev/null and the command is nice. * I suck. Vivek Khera reported NINE MONTHS ago that I was missing sub isrss(). My memory was jogged by a message from Jeff Boes ONE MONTH ago. My apologies.
2002-07-02Since we depend on openssl, say so.wiz3-5/+8
Also fix package that it works with openssl installed from pkgsrc (not in the base system).
2002-07-02NO_CHECKSUM is superfluous.wiz1-2/+1
2002-07-023.28: Note that USE_SSL is deprecated.wiz2-3/+8
2002-07-02Deprecate USE_SSL.wiz2-16/+3
2002-07-02Drop some trailing whitespace.wiz1-3/+3
2002-07-02Drop USE_SSL.wiz1-2/+1
2002-07-02Use INTERACTIVE_STAGE instead of IS_INTERACTIVE (should be fixed towiz1-10/+11
create a user semi-automatically instead); some command -> ${COMMAND} changes, and replace USE_SSL by openssl buildlink.
2002-07-02Fix MASTER_SITES (none any longer) and HOMEPAGE.wiz1-5/+3
2002-07-02PKGSRCDIR -> PKGDIR. pkg/17457 by rafal.wiz1-2/+2
2002-07-02Update to 1.33, as requested in pkg/16254.wiz10-80/+129
Changes: Added make file options for SCO and NetBSD. The Makefile has been reconfigured a touch to make it clearer what needs to be done for each OS. Turn was accepting invalid option as in heyu turn allaskljas. It now complains and exits. Found bug in scanning the macros. (thanks to David Pointer) Dan Eble reported a bug (or feature) that allows chaining macros with delays. I've fixed the bug but not enabled the feature. Makesched utility created. This utility pre-preocesses a file in the x10sched format and sends a revised version to standard output with the strings "dawn" and "dusk" expanded to appropriate values. Cleaned up some error messages to give feedback when the locks fail. A coding error was causing the dates in the schedule loader to be off in some cases. Thanks to Charles Sullivan for finding and reporting the bug and it's fix The use of just the -v option caused a sigfault. The errant code was corrected in x10.c main().
2002-07-02Reduce chances that distinfo ends up with a bogus RCS Id or none at all.wiz1-2/+6
2002-07-023.27: Warn about missing RCS Id in distinfo, and note that IS_INTERACTIVEwiz2-7/+16
is deprecated.
2002-07-02sort -> ${SORT}wiz1-3/+3
2002-07-02Fix RCS Id.wiz1-1/+1
2002-07-02Add RCS Id.wiz1-1/+1
2002-07-02Complete the move of ttmkfdir from x11 to fonts.wiz8-76/+3
2002-07-02Re-import from x11 to fonts. No changes except CATEGORY and adding RCS Idwiz6-0/+74
to distinfo.
2002-07-02Add RCS Id.wiz10-4/+10
2002-07-02More pkglint friendly.wiz1-4/+3
2002-07-02Add RCS Id.wiz1-0/+1
2002-07-02update to mod_perl-1.27.grant2-7/+6
2002-07-02Add RCS Id.wiz16-4/+16
2002-07-02Remove duplicate empty line.wiz1-2/+1
2002-07-02Remove trailing space.wiz1-2/+2
2002-07-02Add RCS Id.wiz3-1/+3
2002-07-02Make nice version number.wiz1-2/+2
2002-07-02Add RCS Id.wiz1-1/+1