summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26Update to 2.2.snj3-6/+38
Changes: - Added Bill and Big Penguins themes - New ToonCheckBlocked() function to avoid changing toons dying immediately - Added Brian Chu's superpenguin that can face in both directions - Action toons that move left or right no longer get stuck at walls - Use `--squish' to kill the toons with the mouse - Code uses _() around strings to allow future i10n - Desktops only: redraw icons by sending expose events to root window - Enabled multiple themes to be selected - Use the `--all' option to run all available themes simultaneously
2004-11-26Add a buildlink3.mk file.kristerw1-0/+18
2004-11-26APR abstracts the dl*() functions across different platforms.jlam1-1/+2
2004-11-26Pass the DL_* flags to the compiler when building httpd so that dlopenjlam3-9/+14
will work correctly on NetBSD-2.x. This should fix PR pkg/29398.
2004-11-26Auto-add the options for dlopen() since we're only building a singlejlam1-1/+3
application.
2004-11-26Make tcl-tclX and tk-tclX build with tcl-8.4.8 and tk-8.4.8.minskim2-7/+7
2004-11-26Move the section that defines DLOPEN_REQUIRE_PTHREAD outside of thejlam1-22/+22
CHECK_BUILTIN.dl-protected section so that it's value can be usd after dlopen.buildlink3.mk is included. This should fix PR pkg/28422.
2004-11-26Correct URL to distfile.sketch2-4/+4
2004-11-26Correct URL to distfile, from Alexis Robert.sketch1-2/+2
2004-11-26Correct URL for distfile, noted by Alexis Robert on tech-pkg.sketch1-2/+2
2004-11-26Note update of sudo to version 1.6.8pl4.cube2-3/+3
2004-11-26sudo is nominated for crapware of the year. Now at version 1.6.8pl4!cube2-7/+7
Just as for pl2, changes are about environment sanitizing, meaning there are possible security issues with current versions. Changes: 550) The CDPATH variable is now stripped from the environment passed to the program to be executed. 551) Fix temp file generation on systems where the _PATH_VARTMP macro lacks a trailing slash. 552) The KRB5CCNAME environment variable is preserved during sudo execution for password lookups that use GSSAPI.
2004-11-26Bump revisions of tiff and qt1 after changing the default USE_GIF valuejmmv3-5/+7
to 'yes'. (In behalf of jlam@, who can't commit this ATM.)
2004-11-26Update cvsync to 0.24.18.gehenna1-1/+2
2004-11-26CVSync 0.24.18gehenna2-5/+5
ChangesLog: * Fix buffer overrun. (client/server)
2004-11-26Sync with the latest nmap update. (hi adam!)salo1-3/+3
2004-11-26Added potrace-1.5adam2-2/+4
2004-11-26Potrace is a utility for tracing a bitmap, which means, transformingadam4-0/+43
a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP), and the default output is one of several vector file formats. A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution. Potrace can currently produce the following output formats: EPS, PostScript, SVG (scalable vector graphics), PGM (for easy antialiasing of pixel-based images), and XFig. An experimental Gimppath backend is also provided. Additional backends might be added in the future. A separate program, mkbitmap, is also provided. This program can act as a pre-processor for potrace, applying scaling and various filters to an image before converting it to a bitmap. This is useful for potracing greyscale and color images.
2004-11-26Updated libcdaudio to 0.99.12adam2-3/+3
2004-11-26Changes in 0.99.12adam4-12/+36
* Fix a libtool version mismatch that led to incorrect library extensions. Changes in 0.99.11 * Some erratic information and behaviour, introduced in 0.99.10, has been fixed.
2004-11-26Added mftrace-1.0.35 (wip credit to atamaniuk-pkgsrc@frobs.net)adam1-1/+2
2004-11-26Added mftrace (wip credit to atamaniuk-pkgsrc@frobs.net)adam1-1/+2
2004-11-26mftrace is a small Python program that lets you trace a TeX bitmap font intoadam5-0/+58
a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font.
2004-11-26avoid installing files generated through distribution patcheswiz1-1/+4
2004-11-26ensure MAKEFLAGS is empty when calling bmake.boot. HP-UX make(1) setsgrant1-2/+2
MAKEFLAGS incorrectly and bmake interprets this as a target. from Eric Schnoebelen in PR pkg/23683. thanks!
2004-11-26Fix casing in dependency.wiz1-2/+2
2004-11-26Fix path in @exec command.wiz1-2/+2
2004-11-26Updated bitchx to 1.1adam2-3/+3
2004-11-26Changes 1.1:adam13-370/+35
* Fixed bug with using [$8] in expressions (Reported by BlackJac) (Patch from |Rain|) (BugID: 64) (powuh) * Fixed bug in /set show_end_of_msgs. When OFF prevented hooking of some end_of_msg numerics. (Reported by BlackJac) (Patch from |Rain|) (BugID: 51) (powuh) * Fixed incorrect ordering of operations in screen.c which caused an off-by-one access at the end ofthe buffer. (Patch from |Rain|) (BugID: 48) (powuh) * Fixed ischanvoice() to be compatiable with epic. Maintained reverse functionality as not to break existing scripts. (Patch from |Rain|) (BugID: 20) (powuh) * Fixed segfault with convert_output_format not honoring MAX_RECURSE. (Patch from |Rain|) (powuh) * Fixed possble rouge server exploit: If a rogue server sends us a ctcp request from an extremely large nickname (over about 512 bytes), we may attempt to alloca() a negative value, which under gcc will return a invalid pointer the contents of which will then be overwritten. (Reported by O_6) (Patch from |Rain|) (powuh) * Fixed segfault with channel mode parsing. (Patch from O_6) (powuh) * Removed auto_resume script, it's not needed any more (caf). * Fixed string copying snafu in gtkbitchx.c (reported by Huey) (caf). * Added STATUS_USER20 to STATUS_USER39 (patch from BlackJac) (caf).
2004-11-26Updated tcl/tk to 8.4.8adam2-4/+4
2004-11-26Changes 8.4.8:adam13-105/+92
* Fixed possible deadlock in Tcl_Finalize * Fixed thread IDs on 64-bit systems * Fixed [scan %ld] handling LP64 systems * Fixed [string map $samevar $samevar] crash * Fixed broken [namespace forget] logic * Fixed [namespace import] cycle prevention * Improved control over int <-> wideInt conversion * Fixed buffer overflow when there is a syntax error in [subst] * Fixed [file executable] result for case insensitivity on Windows * Fixed [expr {NaN == NaN}] result * Make [tcl_findLibrary] search $::auto_path as well * Fixed crash in [fconfigure -ttycontrol] in threaded build * [TIP 222] implementation of [wm attributes -alpha] on Windows * [TIP 159] implementation of [wm iconphoto] * Make Tk [load]-able on OS X/Aqua * Handle color/screen resolution changes on Windows * Fixed [wm resizable] for Solaris/CDE * Handle Windows native dialog double clicks that fall through * Fixed [place forget] memory leak * Recompute menu geometry on named font size change * Fixed X/IME IC focus after creation * Improved multiple display Tk dialog window placement * Fixed compound buttons for OS X/Aqua * Documentation improvements and test suite expansion
2004-11-26add "reload" which exim supports.grant1-1/+2
2004-11-26whitespace fixesgrant2-9/+8
2004-11-26Updated lincity to 1.12.1adam2-3/+3
2004-11-26Changes 1.12.1:adam2-7/+5
* Bug fix for crashes on changing power grid
2004-11-26Updated glade2 to 2.6.5adam2-4/+3
2004-11-26Changes 2.6.5:adam3-18/+18
o Fixed another bug in drawing code that was causing warnings/crashes. Changes 2.6.4: o Fixed bug in drawing code that was causing crashes. Changes 2.6.3: o Fixed problem with missing '...' buttons in the property editor. Changes 2.6.2: o Build fix - mkinstalldirs wasn't in the tarball. Changes 2.6.1: o Save window positions between sessions. o Rewrote selection drawing code so it works better on win32. o Support "translatable", "context" and "comments" attributes for text properties to help with translation. o Bug fixes
2004-11-26dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mkjlam7-17/+13
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
2004-11-26Check that USE_BUILTIN.dl is "yes", not that it's just defined.jlam1-2/+2
2004-11-26Fix ruby-digest version.wiz1-2/+2
2004-11-26Updated nmap to 3.77adam2-3/+3
2004-11-26Changes 3.77:adam6-32/+30
o Fixed a memory leak that would generally consume several hundred bytes per down host scanned. While the effect for most scans is negligible, it was overwhelming when Scott Carlson (Scott.Carlson(a)schwab.com) tried to scan 24 million IPs (10.0.0.0/8). Thanks to him for reporting the problem. o Fixed a bug in ACK scan that could cause Nmap to crash with the message "Unexpected port state: 6" in some cases. Thanks to Glyn Geoghegan (glyng(a)corsaire.com) for reporting the problem. o Change IP protocol scan (-sO) so that a response from the target host in any protocol at all will prove that protocol is open. As before, no response means "open|filtered", an ICMP protocol unreachable means "closed", and most other ICMP error messages mean "filered". o Changed IP protocol scan (-sO) so that it sends valid ICMP, TCP, and UDP headers when scanning protocols 1, 6, and 17, respectively. An emtpy IP header is still sent for all other protocols. This should prevent the error messages such as "sendto in send_ip_packet: sendto(3, packet, 20, 0, 192.31.33.7, 16) => Operation not permitted" that Linux (and perhaps other systems) would give when they try to interpret the raw packet. This also makes it more likely that these protocols will elicit a response, proving that the protocol is "open". o Null, FIN, Maimon, and Xmas scans now mark ports as "open|filtered" instead of "open" when they fail to receive any response from the target port. After all, it could just as easily be filtered as open. This is the same change that was made to UDP scan in 3.70. Also as with UDP scan, adding version detection (-sV) will change the state from open|filtered to open if it confirms that they really are open. o Fixed a crash on Windows systems that don't include the iphlpapi DLL. This affects Win95 and perhaps other variants. Thanks to Ganga Bhavani (GBhavani(a)everdreamcorp.com) for reporting the problem and sending the patch. o Ensured that the device type, os vendor, and os family OS fingerprinting classification values are scrubbed for XML compliance in the XML output. Thanks to Matthieu Verbert (mve(a)zurich.ibm.com) for reporting the problem and sending a patch. o Changed to Nmap XML DTD to use the same xmloutputversion (1.01) as newer versions of Nmap. Thanks to Laurent Estieux (laurent.estieux(a)free.fr) for reporting the problem.
2004-11-26Updated fsviewer to 0.2.5adam2-3/+3
2004-11-26Changes 0.2.5:adam11-246/+27
o All lists in preferencs panel and inspector panel are sorted in alphabetical order. o Added a russian (ru) translation. o Changed gettext DOMAIN from "FSViewer.app" to "FSViewer". o Removed dependency from "proplist-compat.h". o Comment out <sys/rlist.h> in FSUtils.c for FreeBSD 4.6. o Revised the german (de) translation (now more "NeXTish"). o Changes in attribute inspector panel: - Link label now changes color (black/darkgrey) - File size is displayed in Bytes/KB/MB o A selection change in file viewer lists now updates the inspector panel.
2004-11-26Updated eel2 to 2.8.2adam2-3/+3
2004-11-26Changes 2.8.2:adam2-15/+14
* Translation updates * Function to find out filename encoding * Fix to eelcanvas that allows connecting to expose * Handle null mimetypes in property page
2004-11-26Don't auto-add -ldl to LIBS since most GNU configure scripts alreadyjlam1-2/+6
check for this condition.
2004-11-26Don't append BUILDLINK_CFLAGS.pthread to itself if pthread.builtin.mkjlam1-1/+2
gets included multiple times.
2004-11-26Move all dlopen-handling code into dlopen.{builtin,buildlink3}.mk.jlam2-12/+6
2004-11-26More tightly integrate the OSF1 changes into pthread.builtin.mk by usingjlam1-24/+17
more feature tests instead of OPSYS tests.