summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-12quote $@ correctlyabs5-10/+10
2002-03-12Updated suse_base to 6.4nb5martti2-6/+7
* Fixed libz problems
2002-03-12it seems that LP64 issue (alpha/sparc64) is gone.itojun1-7/+1
2002-03-12Install executable and man page in package's Makefile directly.wiz1-1/+5
Work-around for pkg/15385.
2002-03-12Update to 0.14.1.wiz3-6/+7
Changes since 0.14.0: - Minor alterations to the mrclean skin. * Fixed crash when closing a skinned menu.
2002-03-12Update to 1.1.4, and update MASTER_SITES.wiz2-6/+9
Changes since 1.1.3: - ZFREE was repeated on same allocation on some error conditions. This creates a security problem described in http://www.zlib.org/advisory-2002-03-11.txt - Returned incorrect error (Z_MEM_ERROR) on some invalid data - Avoid accesses before window for invalid distances with inflate window less than 32K. - force windowBits > 8 to avoid a bug in the encoder for a window size of 256 bytes. (A complete fix will be available in 1.1.5).
2002-03-11add & enable ysmzuntum1-1/+2
2002-03-11Initial import of ysm-2.4.2zuntum4-0/+24
YSM is a ICQ v7 protocol compatible terminal based ICQ client. YSM is short for 'You Sick Me'. Provided by Ola Eriksson <ola@mrEriksson.net> in pkg/15707
2002-03-11- Install locale files into correct directory under SunOS.tron4-10/+31
- Fix problem with unwanted change of "charset.aliases" more cleanly.
2002-03-11Give the new section a *unique* number, and be consistent about use offredb1-3/+4
blank lines.
2002-03-11Update "fileutiles" package to version 4.1.7. Changes since version 4.0tron3-15/+36
include a security fix, many bug fixes and new features like the "shred" command.
2002-03-11Move the DYNAMIC_MASTER_SITES explanation into it's own subsection offredb1-6/+19
Section 10, and also explain there about _FETCH_MESSAGE. There are a few things in Section 10 which would probably be better in Section 2, but that would entail some major churning, which I'm not prepared to do.
2002-03-11Don't include malloc.h on Darwin to make it build.yyamano2-11/+21
2002-03-11GNU tar is /usr/bin/gnutar.yyamano1-2/+2
2002-03-11correctly quote $@abs4-8/+8
2002-03-11Updated cpuflags to 0.19abs2-4/+9
Handle Apple Macintosh LC III, and potentially many other m68k machines. (Thanks to Sean)
2002-03-11Remove old and commented out code.skrll1-11/+1
2002-03-11Remove target that provides the same functionality as AUTOMAKE_OVERRIDE.skrll1-6/+1
2002-03-11Provide configure and Makefile.in patches so that we can remove need forskrll4-8/+133
a BUILD_DEPENDS on auto{make,conf}.
2002-03-11Remove the pre-build target that does the same thing as AUTOMAKE_OVERRIDE.skrll1-8/+1
2002-03-11Update the example "crontab" fragment to the new location for the "htdig"fredb1-13/+12
scripts, and while we're in here, be a little less verbose.
2002-03-11Updated fvwm2 to 2.4.6martti4-19/+19
* New conditional command ThisWindow. * Better support of non ISO-8859-1 window and icon titles. * Bug fixes Apart from fixing a number of minor or rare problems, it addresses slow opaque window movement and resizing that was not encountered in the 2.2.x releases. If you do not use opaque window movement or resizing and did not encounter any of the bugs described below you do not need to upgrade. System administrators are strongly encouraged to move to 2.4.6 from any earlier 2.4.x release.
2002-03-11Updated xpmroot to 2.4.6 (to match the current fvwm2 version). There aremartti2-6/+6
no changes in the xpmroot code...
2002-03-11Add USE_X11BASE so the package list lines up correctly with the installjmc1-1/+2
2002-03-11Turn off -ansi when compiling as gcc won't internally expand alloca and not alljmc2-9/+24
ports have alloca in libc (i.e. some depend on gcc to expand it)
2002-03-11libpspell pulls in libstdc++ via dependency settings in the lib. That needs -lmjmc2-5/+14
to be added to LIBS then as some of the c++ routines referenced use math.
2002-03-10If we're overriding MAKE_PROGRAM to ant we should probably reset MAKE_FLAGSabs2-2/+4
to avoid any 'make' MAKE_FLAGS confusing 'ant'.
2002-03-10Adjust the fonts path search for the benefit of supplied GD library.seb4-12/+38
It helps dot and neato finding TrueType fonts when generating output like JPEG, PNG, ... Bump revision.
2002-03-10Updated pkgchk to 1.24abs2-6/+6
Handle updated format of +BUILD_VERSION - sometimes patches are recorded with paths, sometimes not. Ideally we would have a show-build-version target in bsd.pkg.mk which could be sued by us, but that doesn't help checking against existing installations where nothing has changed except the way +BUILD_VERSION is formatted.
2002-03-10Update wwwwoffle to 2.7. Very many bug fixes, including fixes forfredb6-190/+112
dealing better with javascript pages, and fixes for old ftp servers. Lots of new features and configure options, too. Also, new translations for French, Dutch, Polish, German; docs and notes in a few other languages; and translations for local pages are now selected by browser settings!
2002-03-10Set START_XPM even if no APM on the machine (the two are unrelated).wiz1-2/+3
2002-03-10regen patch-ag with pkgdiff-0.104 (200k -> 2k)wiz2-6180/+5
2002-03-10Make pkgdiff smarter re: configure patches: avoid most parts that onlywiz2-6/+16
change the line number in the configure script. Mostly by Stoned Elipot, with slight changes by me. Bump to 0.104.
2002-03-10Share distinfo between icewm{,-gnome}.wiz2-11/+2
2002-03-10Didn't need these. Nonobvious that with PATCHDIR may point back to icewm thejmc2-6244/+0
distinfo in this dir has to be remade as well when that changes.
2002-03-10Properly quote arguments so that arguments with spaces in them don't get split.cjs1-2/+2
2002-03-10Link shared libraries in correct order when building "kpilot" as suggestedtron2-1/+15
by Richard Rauch in private e-mail. This fixes PR pkg/15814.
2002-03-10Update to 2.1.9jdolecek2-6/+6
Changes: * parser fix: convert remaining isalpha(), toupper() calls so that parameters are cast to unsigned char * parser fix: internal flags were not properly reset when end of buffer was encountered while reading command * with EAPI, hook the mod_ssl hooks to different processing phase, so that CSacek works with SSL also when authentication is _not_ used * radical documentation facelift (still czech only, tho)
2002-03-10Typo and whitespace fix.seb1-3/+3
2002-03-10Add default for _GTEXINFO_PREFIX.seb1-1/+2
2002-03-10Some tweaks to "fetch" and "fetch-list" re: DYNAMIC_MASTER_SITES:fredb1-5/+31
- - For "fetch", move the assignment of the "getsite.sh" script to a more natural place, to get the full benefit of, and consistent handling for, setting MASTER_SORT and MASTER_SORT_REGEX - - For "fetch-list", embed the "getsite.sh" script into the generated script, so that the calculation can be properly done at run-time. ("fetch-list" also respects MASTER_SORT and MASTER_SORT_REGEX.)
2002-03-10Update to 0.14.0. Changes since 0.13.0:wiz3-6/+48
+ Added keyboard support to the skin engine (on by default). + Added skinned menu support (off by default). + Added flyby window that briefly appears at the beginning of each song to display the title and artist (off by default). This is only displayed when the player advances to another song without user intervention. + Included new mrclean skin to the package. - On demand song info loading is now done in the background. - F10 key now displays the pop-up menu. - Updated French translation. - Increased ID3v2 header skip size maximium to 64k (from 16k). - Spacebar no longer equates to 'play' button, use P instead. * Fixed imported fonts for the text widget failing to display in the the skin editor.
2002-03-10Fill out COMMENT variable (hi hubert!)wiz1-2/+2
2002-03-10pull in a change from ircii-current:mrg2-1/+57
- add /on flood support for ICB. (ircii) PR#524
2002-03-10add & enable centericqhubertf1-1/+2
2002-03-10Add centericq-4.6.5:hubertf4-0/+56
Text mode menu- and window-driven IM interface that supports the ICQ2000, Yahoo!, and MSN protocols. It allows you to send, receive, and forward messages, URLs, SMSes (both through the ICQ server and e-mail gateways supported by Mirabilis), contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. Added after prodding by Torsten Hoefler at the 4th Chemnitz Linux-day. :)
2002-03-10Pass $X11BASE/lib as the rpath not just $X11BASEjmc2-4/+4
2002-03-10Update to skipstone 0.7.9 which is needed as mozilla 0.9.8 changed it's APIjmc3-12/+11
again. Highlights from the Changelog: - Updated Dutch Translations from Francois Duprez. - Chagnes to make skipstone compile on HPUX. Thanks to Geoferrey Hausheer for his help. - Patch from anamaru@sekine-lab.ei.tuat.ac.jp (Takashi Kanamaru) to call mozilla_save_prefs() - says it helps with saving cache. - Change skipstone script to use /bin/sh instead of /bin/bash - I wonder why I never changed the File menu in tabbed mode to say New Tab, open in current tab and open in a new tab ! done ;) - The long awaited feature of being able to enable/disable plugins is implemented. checkout the plugins root node, now its selectable and has a checkbutton for each of the loaded plugins. Disabling/Enabling plugins requires a restart. - Updated Russian translations from Aleksandr Blohin - ConfirmEx dialog implemented properly now, cookie prompts and signon prompts should work fine now. - Oops - disable popups option was not sticking! - Made it so that the AutoComplete plugin display the alternative completions when the option is set to off if the ctrl and tab were used instead of tab only. - AutoComplete config item where one could disable the display of the alternative items and a fix to skipstone when writing a plugin config item that is set to '0'. - Applied a patch from Muthu that replaces the entry in the open in new window dialog with a combo that has the latest urls. Default behavior of the entry being focused and it being blank is still retained. - FavIcon plugin can be told to fetch favicons even if they were not included in the HTML source, its off by default since it will be probing each server for favicon.ico which can be annoying. - You can now assign FavIcons to sites that dont set one, also you can refresh a FavIcon. - Thanks to Hiroyuki Ikezoe for reporting a mess up with bookmarks. Fixed now.
2002-03-10update to version 20020310. changes since ircII 20011210:mrg3-13/+11
o fixes for server passwords o fix for linking on solaris o don't send notices that are flooding as if they are public notices o bug fix to keep track of my own nickname o /on foo will now show fuzzy matches again "foo" instead of complaining about ambiguity o /window create should work properly now, no i really mean it this time o random bug fixes o /window create windows now have input buffers that do not interfere with each other o new $filestat() function o /timer is now sub-second aware o raw DCC core dump bug fixes
2002-03-10Add same patches from icewm for apm appletjmc3-1/+6247