summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2007-08-05Needs msgfmt.joerg1-2/+2
2007-08-05Include unistd.h for mkdtemp.joerg3-1/+29
2007-08-03Add missing checksum for patch-at.joerg1-1/+2
2007-08-02Don't include malloc.h.joerg4-1/+46
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam10-168/+77
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-28Update to 0.4.2:wiz2-6/+6
goffice 0.4.2: Jody: * Foocanvas bug that scaled images by 1 extra pixel. [#314864] * Fix compilation for Gtk+ trunk. * Fix chart guru help button. [#394181] * Minor memory leak.
2007-07-28Don't use malloc.h, use stdlib.h.joerg2-1/+17
2007-07-27Don't use malloc.h.joerg2-1/+14
2007-07-24Add missing directory. This still fails to interpreter check, e.g.joerg1-2/+3
due to a missing csh dependency and many .in files getting installed.
2007-07-20Update to 6.9 and sync patches with sysutils/coreutils following the updatetnn7-60/+105
2007-07-19Update to 1.1.20070704:wiz2-6/+6
2007/07/04 + revise the resizable shadows so textbox's search dialog has text visible in the shadow again. + improve the prefixing of autoconf-related symbols in the installed header files, taking into account symbols which are not mentioned in dlg_config.h + add a check when ERR returned from wgetch() to ensure that the input/output streams are still valid. If that happens, force ESC to be returned, quitting dialog (report by Reiner Huober). + add extern "C" declarations to dlg_keys.h so the corresponding function declarations are exported to C++ as C symbols. + updated config.guess, config.sub
2007-07-19Update to 1.3.11:wiz2-6/+6
2007-07-11 Heikki Orsila <heikki.orsila@iki.fi> * Version 1.3.11 - Nautilus 2 CheckSFV script - 64 bit file offset support for some platforms 2007-07-11 Heikki Orsila <heikki.orsila@iki.fi> - Added a bash script (scripts/CheckSFV) for checking SFV files with Nautilus 2. You can install the script manually by: cp scripts/CheckSFV ~/.gnome2/nautilus-scripts/ Contributed by Mike Appelman <chokuchou@gmail.com>. 2007-05-24 Heikki Orsila <heikki.orsila@iki.fi> - Added -D_FILE_OFFSET_BITS=64 for some 32 bit platforms to support files large files properly (Catalin Boie) [PERFECTIVE] [ADAPTIVE] - Change log and version control log will from now use 1-4 tags, which are: [PREVENTIVE], [PERFECTIVE], [ADAPTIVE] and [CORRECTIVE]. [PREVENTIVE] means preventive maintenance actions, such as assertions and self-tests. [PERFECTIVE] means actions improving program quality or adding features. [ADAPTIVE] means changes to adapt to certain run-time environment. [CORRECTIVE] means bug fixes.
2007-07-17+orcadrochner1-1/+2
2007-07-17import orca-2.18.1, a screen magnifier/reader for the gnome desktopdrochner6-0/+382
2007-07-17update to 1.2.5drochner3-9/+23
changes: minor fixes
2007-07-17remove stale configure argumentdrochner1-2/+1
2007-07-17update to 2.18.2drochner3-7/+167
changes: translation updates
2007-07-17oops - forgot to commit that update which is required for gnumeric nowdrochner2-7/+6
(noticed by wiz and joerg) update to 0.4.1 changes: -Make 64bit clean -Fault tolerance for unknown types on load -Let file savers specify a mime type -Fix reversed-literal problem with formats
2007-07-13-take maintainership (per PM from jmmv)drochner2-32/+39
-pull in gnome2.dirs and regen PLIST
2007-07-08Drop maintainership.wiz4-8/+8
2007-07-05Add and enable vymagc1-1/+2
2007-07-05Initial import of vym-1.8.1 into the Packages Collection.agc4-0/+172
VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts. Such maps can help you to improve your creativity and effectivity. You can use them for time management, to organize tasks, to get an overview over complex contexts. XXX - Please note that this package exposes an "interesting" feature of the print-PLIST target - the ${PKGNAME} is vym-1.8.1, and print-PLIST modifies vym-128x128.png into ${PKGNAME}28.png.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-01The package supports installation to DESTDIR.heinz1-2/+3
2007-07-01Update to version 0.64 by maintainer Dieter Roelants.heinz2-6/+6
Changes since 0.62 ================== [Changes for 0.64 - 2007-05-28] * Locale::Maketext::Extract: Extraction wasn't able to deal with escaped quotes within single- and double-quoted strings. (Bump version to 0.22.) Contributed by: Matthew O'Connor [Changes for 0.63 - 2007-02-07] * Locale::Maketext::Lexicon used to generated mysterious error "next at ..." instead of skipping the locale, when the requested .po file does not exist. Contributed by: Ruslan U. Zakirov
2007-07-01The package supports installation to DESTDIR.heinz1-1/+2
2007-06-28remove obsolete koffice language packs.markd2-74/+1
2007-06-28Remove obsolete koffice language packsmarkd140-2709/+0
2007-06-22Update to 2.2.1 during freeze because of security fixes (CVE-2007-0245hira2-20/+19
and CVE-2007-2754). Changes from 2.2.0: * freetypettg: fix CVE-2007-2754 for the internal freetype copy * autotext02: A showstopper fix for OOo2.2.1 * l10n77316fix: contains fix for i77316 * notepaint: Fix for invisible text in Calc notes while editing * macosxpbuildrepair_OOF680: This cws fixes broken Mac OS X 10.3 build, and does contain : - a fix for a build breaker in slideshow ( fixed by thb ) #i74325# - gcc-3.3 parser fixes #i75990# - a complete fix in sal for security.c ( with sb help ) #i76159# - a fix for broken linking ( because of extra symbols, due to bad filtering ) #i72922# - a fix for main.applescript ( build borken on Panther ) #i75972# All issue targeted 2.2.1 ( supposing the changes will be integrated in SRC680 too) * ause078_OOF680: quick and small to get back correct dependencies * os95_OOF680,plthes: add license-fixed polish thesaurus * olenoserver: A fix for a regression. * hro15: Unicode command line support fix for Windows only. * custompropsfix: Small bug fix in Word import for import of document variables * dba221b: fix issue 73722, in its incarnation as issue 76434, for 2.2.1. * swvalgrind: Fix for i76133 * calc221: Calc fixes for OOo2.2.1 * fix75967: fix issue 75967 * c03v8,c07v012,native86,nativebroffice: New Product BrOffice.org * impress120: Bugfix workspace for OOo 2.2.1 sj->wg: the performance test hasn|t been finished yet, but I think it should be no problem to hand over this issue without the test. * larsbehr01: Bugfix for i66661: Slideshow bug fixing for 2.2.1 * dba221a: ongoing DBA-related bugfixing towards OOo 2.2.1 * sch17: Fixes for sch * tbe29: OOo 2.2.1 accessibility bug fixes * impress119: Bug fixes for OOo 2.2.1. * printhelpfix: Bugfix for 134037. * autotext01: A showstopper cws related to autotext bug. * native79: Preparing OOo 2.2.1 and SO 8 Update 7 * vcl73_OOF680: 2.2.1 issues * cmcfixes32_OOF680: minor customized build fixes * jl57_OOF680: Contains a patch for building with an older gcc compiler. * fsfixes06_OOF680: Fix for a bug in WordPerfect typedetection that caused us to crash on unsupported documents instead of refusing them with grace * jl62,oasisrng02: Fixes of violations of the RelaxNG schema in ODF. * aw050: OOo 2.2.1 BugFixing * swqbugfix01: Issues in Writer regarding saving of documents
2007-06-20Update "openoffice2-bin" package to version 2.2.1.tron2-24/+10
This an update release for OpenOffice 2.2.0. It addresses the security vulnerabilities reported in CVE-2007-0245 and CVE-2007-2754 and fixes many other bugs. The complete release notes are available under <http://development.openoffice.org/releases/2.2.1.html>.
2007-06-18Missing unistd.h include.joerg2-1/+14
2007-06-15Depend on bzip2 using the tool framework.joerg1-4/+4
2007-06-15Remove unnecessary patch.hira2-15/+1
2007-06-14 - Remove my bogus patches. It causes hang.hira4-63/+6
- Disable systray quickstarter. I can't fix it now. Bump PKGREVISION.
2007-06-14Pre-create directories used in the do-install target.jlam1-1/+3
2007-06-13Style nit -- use a shell for loop instead of a bmake .for loop.jlam1-5/+6
2007-06-13Honor PKGMANDIR.jlam1-2/+2
2007-06-13Needs pkg-config to build the kitchen-synk^Hc.joerg1-2/+2
2007-06-12Update to 20070604:wiz2-6/+6
2007/06/04 + fix a memory leak in editbox.c + revise change from 2007/02/27 which moved the logic for trimming option text out of the loop because that moved it before initialization of the "--trim" option. Put it back in the loop, but limit the tokens which are trimmed to cover only those for the current widget. Also ensure that all tokens for a widget are trimmed, rather than only the first, which is usually text (report by Lai Zit Seng). + add _FILE_OFFSET_BITS definition in CF_LARGEFILE configure macro.
2007-06-12update checksums - for whatever reason the tarball didn't matchpooka1-4/+4
although contents are equal
2007-06-12Point at lang/guile16 instead of lang/guile in preparation for updatingdmcmahill1-3/+3
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with guile 1.8.1, but maybe can be easily fixed.
2007-06-10Update p5-Mac-Macbinary to 0.06.obache2-7/+6
Patch provided by Mark E. Perkins in PR 36465. 0.06 - Fixed warning using IO::Scalar (Thanks to Volker Moell) 0.05 * Fixed bug in extracting resource fork (Thanks to Jorg Eschke <joerg@eschke.net>)
2007-06-10Update p5-Business-ISBN to 1.84.obache2-6/+6
Patch provided by Mark E. Perkins in PR 36465. 1.84 - Tue Jan 9 23:10:00 2007 * updated copyright and license info * no code changes, so no need to upgrade
2007-06-10Update devel/p5-Test-Pod-Coverage to 1.14.obache2-6/+6
Patch provided by Mark E. Perkins in PR 36465. 1.14 - Fri May 18 11:27:36 2007 * *Added 7000-8499 range from Greece (960) to fix RT #27107 1.13 - Tue Jan 9 23:12:56 2007 * updated copyright and license info * no code changes, so no need to upgrade 1.12 - Tue Jan 9 23:11:33 2007 * updated copyright and license info * no code changes, so no need to upgrade:
2007-06-10 - Fix mutex handling in patch-ck.hira5-17/+78
- Set PTHREAD_DIAGASSERT to "AEL" in startup script. - Remove PTHREAD_DIAGASSERT from build environment. This should fix PR pkg/36364. Bump PKGREVISION.
2007-06-08Update koffice language packs to 1.6.3.markd9-31/+46
2007-06-08Update koffice to 1.6.3markd6-47/+20
Bug fixes to many components and some new features added to kexi.
2007-06-08add&enable ipbtpooka1-1/+2
2007-06-08ipbt, a high-tech ttyrec player with the ability to seekpooka5-0/+62
2007-06-07Update to 1.1.20070528:wiz3-8/+7
2007/05/28 + revise changes needed to make textbox's searchbox handle ncurses resizing events, e.g., by handling the ERR in that code rather than in dlg_getc() (Debian #423732). 2007/05/14 + supply a repaint_text() call in tailbox.c which was bypassed because dlg_getc() now retries on ERR (Debian #423732, cf: 2007/02/27). + modify dlg_getc() to fix regression for use of timeouts, broken by fixes to allow resizing of textbox (patch by Arnaud Fontaine, Debian #418905, cf: 2007/02/27). + modify dlg_getc() to fix regression in use of TAB for traversal of tailboxbg widgets due to changes for user-definable key bindings (Debian #418917, cf: 2005/12/07). 2007/04/09 + add case in dlg_getc() to handle tab for traversing between widgets as in the samples/tailboxbg1 script. Normally the key binding overrides, except for the special case where multiple widgets are available. + add configure --with-libtool-opts, which passes its value to the library creation and linkage passes, e.g., --with-libtool-opts=-static to force the result to be static libraries (prompted by a related request by Santiago Vila). > several fixes based on Coverity scan: + fix memory leak in timebox, calendar widgets if the widget cannot be created. + fix memory leak in dlg_key.c if a user binding's storage cannot be allocated. + fix improperly delinked entry in dlg_del_window(). 2007/03/25 + improve mkdirs.sh to ignore error from mkdir if the target directory happens to already exist (suggested by Harald van Dijk). + amend documentation for --gauge to reflect longstanding quirk which allows it to read percentage from the first line after an "XXX" (Debian #415596). + fix makefile dependency so "configure && make install-lib" works. + fix resizing of msgbox; the message was not repainted (Debian #415022, patch by Brian Rolfe). + fix typo in makefile LIB_OBJECT symbol from 2007/02/27 changes. + improve CF_MBSTATE_T by including stdio.h, needed on Tru64 to make the test-compile work. + change makefile to install dialog.3 as part of install-lib rather than install-man (report by Thomas Klausner). + use $(INSTALL_SCRIPT) for installing dialog-config (report by Santiago Vila).