summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-14Update to 0.62.1. Also closes pkg/15556.wiz3-51/+77
Changes since 0.61.1: - the lock modifier code handles user redefined modifiers better - check if the locale actually needs multibyte support before using multibyte functions - use srcdir in all of the makefiles - general code touchups - blackbox-nls.hh is always generated even if --disable-nls is used. This allows us to not have all of those hideous #ifdef NLS chunks. Nothing to worry about, if you do not want NLS this does not affect you - Workspace::placeWindow() cleanups. Also a speed bump from reducing the use of iterator->current() and changing the delta from 1 to 8 - fixed a desciptor leak in BScreen::parseMenuFile, seems opendir lacked a matching closedir. - fix transient window handling code in Workspace::removeWindow() so transients give focus back to their parents properly. The code originally handled sloppy focus then transient windows, so we just flopped the if/elsif. This is immediately noticable with web browsers and their open location windows. - fixed list::insert so you really can insert at item number 2. While there I cleaned up the code a bit. - added decoration to the atom state stored in a window - fixed the window menu gets left open when another window button is pressed issue with a call to windowmenu->hide() in window->maximize() - applied xOr's patch for decoration handling - applied xOr's patch for the maximize, shade, unmaximize bug - applied Kennis' patch for sending incorrect Slit configure notices - BlackboxWindow's flags have been moved into a flags structure - applied xOr's patch for border handling - resizing a window turns off its maximized flag. Before a resized window thought it was still maximized and maximizing a double action - BlackboxWindow::withdraw no longet sets the state to Withdrawn. This confused some X clients. - the menu file mentioned in the manpage is now based on DEFAULT_MENU - menu is no longer installed, you need to copy it yourself - the lock modifiers no longer stop blackbox! - maximize a window via bbkeys and the maximize button is not redrawn, fixed - autoraise and multiple dialog windows yields segv bug fixed also lengthened the default auto raise delay from 250 to 400 - another iteration of autoraise and dialog box handling, this time we noticed that nothing ever reset blackbox.focused_window to 0 when a window was removed - check if the window is visible before changeBlackboxHints() calls maximize - placeWindow no longer takes edgeSnapThreshhold into account - ignore style files ending in ~ - support locale specifiers with @euro in them - Toolbar name editing buffer reduced to 128 chars, logic added to make sure this buffer is not overrun As well as NLS improvements and other minor bug fixes.
2002-03-14Pull over gcc package files from before the 2.95.3 update.wiz38-23/+13573
Compiles and installs/deinstalls cleanly on 1.5ZA/i386, otherwise untested, but that's better than a BROKEN package. Some cleanup.
2002-03-14Update HOMEPAGE and MASTER_SITES, per pkg/15909 by James K. Lowden.wiz1-5/+4
2002-03-14As report by Emiel Kollof on "current-users" the datasize needs to betron1-3/+4
unlimited at least for NetBSD-sparc.
2002-03-14Update EB from 3.0 to 3.2.1.uebayasi4-43/+99
* Fix a bug in text read routine when using 'appendix'. * Import zlib-1.1.4. * If the EB_DEBUG environment variable is defined, EB Library outputs messages for debugging. `--enable-debug' option of configure is removed. * Fix a critical bug in decompression of EBZIP compression format. * The maximum compression level of ebzip is changed from 3 to 5. * Implement eb_backward_text() and revise eb_forward_text(). * The EB Library programming document (Japanese edition) is back. * Fix bugs in compressed S-EBXA support. * Add debug codes. Those codes are enabled by `configure --enable-debug'. * Rename eb_initialize_all_subbooks() to eb_load_all_subbooks(), and eb_initialize_all_appendix_subbooks() to eb_load_all_appendix_subbooks(). For backward compatibility, the old function names are defined as cpp macros. * Support for DUDEN EBG CD-ROMs is back. * Fix a bug in handling of CD-ROM mounted on the root directory. * Overhaul initialization and finalization routines in the library. * Support compressed S-EBXA CD-ROM book. Support Nippon daihyakka zensho, accessories to Sony DataDiscMan DP-S1000. * New appendices (crownfj2, crowngj). * And many bug fixes. Besides, add a brand new buildlink.mk.
2002-03-14this really wants ncurses (why was this picked up automaticallyhubertf1-1/+2
before? weird world...
2002-03-14Add and enable net-snmp-current.wiz1-1/+2
2002-03-14Fix compilation on 1.4.2 (sync with patch-ab).wiz2-7/+16
Addresses pkg/15849.
2002-03-14Unneeded now.wiz1-24/+0
2002-03-14Completely remove RSAREF2 support; had been disabled for 15 monthswiz2-29/+4
without complaints. Deinstall sample config file if unchanged.
2002-03-14Add "|| true" to last.wiz1-2/+2
2002-03-14Shorten comment.wiz1-2/+2
2002-03-14regenwiz1-3/+4
2002-03-14Standardize patches.wiz2-55/+36
2002-03-14Disable "bad" assembler (gcc-2.95.3 does not want to compile it).wiz1-0/+13
Closes pkg/15138.
2002-03-14Standardize patch.wiz2-94/+56
2002-03-14Uppercase GTK in COMMENT.wiz1-2/+2
2002-03-14Updated cpuflags to 0.20abs2-10/+11
Add entry for ross 100/125 CPU in sparc20 From 'Christophe Kalt' and 'god'.
2002-03-14Oops. Don't set PKGREVISION here -- this was overriding the setting infredb1-2/+1
both ghostscript-{,no-x11-}/Makefile.
2002-03-14Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example.wiz1-1/+2
2002-03-14Always append to TEXINFO_SUBST_SED. It was my original intend thatseb1-2/+2
a package creator can add package specifics sed commands to it. Noted by Masao Uebayashi in private email, Thanks!
2002-03-14Port to powerpc:jmc12-2/+390
Provide a trampoline implementation that doesn't presume r11 is free (it's not in dynamically linked programs and the ELF ABI says as much but somehow linux managed to avoid this it seems). Use r13 for the time being since while gcc will allocate it, it's the last "local" one allocated so none of the clisp code hits that (nothing needed 17+ local registers in use ever). Update the vacall implementation to match the trampoline calls but otherwise for any assembly use the linux code. Make these changes specific to netbsd, update the test cases so everything works. This now passes all the clisp tests when done/installed.
2002-03-14net-snmp (formerly ucd-snmp), pre-releases.itojun14-0/+1277
*5.0.pre2 (beta release)* NOTE WELL: this release is an beta release. Please let us know immediately about any bugs you find so we can fix them before the real 5.0 releas. New: - Much of the agent internals were completely rewritten and sports a new module API to make your life easier. See the agent/mibgroup/testhandler.c file for example code that makes use of some of the new functionality. (Also see http://www.net-snmp.org/tutorial/new-agent/ which has some incomplete documentation) - The agent supports multiple SNMPv3 contexts and mib modules can now register themselves under different contexts. (see the -n option in the snmpcmd manual page for details on specifying context strings in requests) - The proxy code has been completely rewritten and now supports the use of SNMPv3 contexts to help select which proxied host you wish to talk to. - All the tools take --configToken=value options now. (see -H output from any command for what configTokens it accepts) - All the tools can speak over many different transport layers now, including UDP/TCP (ipv4 and ipv6), AAL5pvc, and IPX. See ./configure --help for details on enabling them. Note: the -p and -T flags to all the applications have been removed. Use hostname strings like "tcp:localhost:9999" instead. See the snmpcmd manual page for details. - snmptrapd now acts as an agentx subagent and implements portions of the NOTIFICATION-LOG-MIB. - kerberos authenticated and encrypted SNMPv3 is now possible. See ./configure --help for details on enabling the ksm security module. - The AgentX subagent protocol implementation has many new features and fixes. - mib2c was completely rewritten and has a much improved configuration file specification. - A "net-snmp-config" script will get installed which can report how the various tools were built (which libraries they were linked against, etc). - new perl specific configure options --with-perl-modules & --enable-embedded-perl. See ./configure --help for details. - The beginnings of some new Perl modules (alpha level quality) are in the perl directory, including: - NetSNMP::agent which allows perl scripts to become net-snmp master or subagents - AnyData::SNMP is available that implements a perl DBI interface to map SQL commands to SNMP. Included is a "snmpsh" shell where SQL commands can be typed, aliases created, etc. See the perl/AnyData_SNMP/INSTALL file for details. - Beginning (alpha level quality) support for embedding perl subroutines directly within the net-snmp agent. - Much of the code is getting documented with "doxygen" style documentation. Run "make docs" if you have doxygen installed. - RMON support is available. See agent/mibgroup/Rmon/README for details.
2002-03-14Make this display PNG files again, with png>1.0.6.fredb3-3/+39
2002-03-14consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffixlukem2-8/+4
2002-03-14if we depend upon ${PATCH} creating the backup file with a .origlukem2-4/+4
suffix, then use "${_PATCH_BACKUP_ARG} .orig" to ensure that's the case
2002-03-14make _PATCH_BACKUP_ARG be more useful to callers by moving "-V simple"lukem5-10/+10
definition to be part of it instead of appending to PATCH_ARGS. otherwise, $VERSION_CONTROL or $PATCH_VERSION_CONTROL would still override -b/-z.
2002-03-14Use marginally different "official" diffs for glsnake compilation problemwiz3-22/+52
provided by Jamie Zawinski.
2002-03-14Fix gv dependency.wiz1-2/+2
2002-03-14Fix tex-hugelatex dependency.wiz1-2/+2
2002-03-14Wildcard gv dependency.wiz1-2/+2
2002-03-14Fix sawfish-replibs dependency.wiz1-2/+2
2002-03-14Fix fox dependency.wiz1-2/+4
2002-03-14Dependency on gdk-pixbuf-gnome>=0.11.0nb1 should be enough, since therewiz1-2/+2
is no 0.11.0nb4 yet.
2002-03-14Fix dependency on ImageMagick after update.wiz1-2/+4
2002-03-14gd>=1.8.4nb1 should be enough, since there is no version >1.8.4nb1 yet.wiz1-2/+2
2002-03-14Wildcard dependency.wiz1-2/+2
2002-03-14Wildcard some dependencies.wiz1-4/+4
2002-03-14nuke /var/wwwoffle - pointed out by fred bruckmanhubertf1-1/+2
2002-03-13Add -lsmpeg to link line in the hope it fixes the bulk build.wiz3-5/+13
Also, remove a bogus line from the PLIST (oops).
2002-03-13Add powerpc support (distinct from the machine file for rs6000)jmc2-1/+26
2002-03-13Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P isfredb2-1/+39
already bound to "scroll up". Leave unshifted Ctl-P and Ctl-N to scroll up and down, but let Shift-Ctl-P display a uuencoded PNG file.
2002-03-13Fix goof in last commit.fredb2-7/+7
2002-03-13Update png to 1.2.1. Includes an ABI change and a concommittent bump in thefredb5-15/+16
shared library version, and in the dependendency information for hundreds of other packages. [Update to png itself was supplied by Thomas Wizner.] Relevant changes since 1.0.12, extracted from the "CHANGES" file: Re-enabled PNG_MNG_FEATURES_SUPPORTED and enabled PNG_ASSEMBLER_CODE_SUPPORTED by default. Added runtime selection of MMX features. Added png_set_strip_error_numbers function and related macros. Added a check for attempts to read or write PLTE in grayscale PNG datastreams. Enabled user memory function by default. Modified png_create_struct so it passes user mem_ptr to user memory allocator. Increased png_mng_features flag from png_byte to png_uint_32. Check for missing profile length field in iCCP chunk and free chunk_data in case of truncated iCCP chunk. Revised contrib/gregbook/rpng*-x.c to avoid a memory leak and to exit cleanly if user attempts to run it on an 8-bit display. Updated contrib/gregbook Use png_malloc instead of png_zalloc to allocate palette in pngset.c Added some typecasts to eliminate gcc 3.0 warnings. Changed prototypes of png_write_oFFS width and height from png_uint_32 to png_int_32. Updated example.c Revised prototypes for png_debug_malloc and png_debug_free in pngtest.c Revised contrib/gregbook Revised pnggccrd.c to conditionally compile some thread-unsafe code only when PNG_THREAD_UNSAFE_OK is defined. Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with value exceeding 2^bit_depth-1 Replaced calls to fprintf(stderr,...) with png_warning() in pnggccrd.c Removed restriction that do_invert_mono only operate on 1-bit opaque files Changed a png_warning() to png_debug() in pnggccrd.c Fixed contrib/gregbook/rpng-x.c, rpng2-x.c to avoid crash with XFreeGC(). Include background_1 in png_struct regardless of gamma support. Revised example.c to provide more details about using row_callback(). Added type cast to each NULL appearing in a function call, except for WINCE functions. Removed type casts from all NULLs. Simplified png_create_struct_2(). Revised png_create_info_struct() and png_creat_struct_2(). Added error message if png_write_info() was omitted. Type cast NULLs appearing in function calls when _NO_PROTO or PNG_TYPECAST_NULL is defined. Type cast NULLs appearing in function calls except when PNG_NO_TYPECAST_NULL is defined. Changed typecast of "size" argument to png_size_t in pngmem.c calls to the user malloc_fn, to agree with the prototype in png.h Added a pop/push operation to pnggccrd.c, to preserve Eflag (Maxim Sobolev) Added a pop/push operation to pngvcrd.c, to preserve Eflag. Always allocate 256-entry internal palette, hist, and trans arrays, to avoid out-of-bounds memory reference caused by invalid PNG datastreams. Added a check for prefix_length > data_length in iCCP chunk handler.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb416-685/+1037
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13Update galeon to 1.2.0taya4-62/+98
Changes from release mail: - Mozilla 0.9.9 required - Improved tab context menu - Favicon speedups/fixes - Improved crash recovery dialog - Memory leaks fixed - New smartbookmarks and bookmarklets - Bookmark importer fixes - "Select all" menuitem - Show favicons in tabs - "Properties" and "Page Info" windows added - Autoapply of changes in the prefs window - Bookmarks removal confirmation dialog - Mouse gesture support -- see the manual - Session autosave improvements - Better session manager behavior -- we should shut down cleanly when gnome-session tells us to now - "Copy email address" context menu item - Page titles in autocompletion window - Native JavaScript console - New prefs window icons, courtesy of jimmac - Location entry fixes - Autobookmarks cleanup - Dialog cleanups - Fold/unfold arrows on smartbookmarks - Improved behavior of various command-line options - Zoom cleanups - SMB url-encoding fixes - "Recent sessions" submenu works now :) - Save last-selected download directory - Fullscreen should work in both old and new window managers now - Frame context menus should work correctly now
2002-03-13Update mozilla to 0.9.9taya16-487/+263
Changes from release mail: * MathML is now enabled by default on those platforms that support it, including Windows and Unix. * The JavaScript debugger, (aka Venkman) can now profile JavaScript. * Greatly improved View-> Page Info dialog. * Mozilla now supports SOAP. * Users now have the option of installing plugins in the Mozilla user directory ($HOME/.mozilla/plugins on Unix). * Mozilla has a new Page Setup dialog and the Print Preview window is much improved. and much, much more. See release notes for detail http://www.mozilla.org/releases/mozilla0.9.9/
2002-03-13Remove one, and add four CPAN mirrors, more or less randomly chosen all overwiz1-2/+5
the world.
2002-03-13Update "mutt-devel" package to version 1.3.28. Changes since versiontron2-5/+5
1.3.27: - bug fixes - improved SMIME handling - update translations
2002-03-13Update to scmxx-0.5.15; changes since 0.5.14 include:kleink2-5/+5
0.5.15 a full phone buffer when sending files can now be deleted (thanks to Marjan Erzen) free slot detection changed to work for bmp,mid,vcf,vcs (getting only) new paramter --flash for sending flash sms instead of normal ones (works only if supported by the reveiving mobile entity)