summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-14import gst-plugins0.10-bad-0.10.3, a collection of gstreamer pluginsdrochner6-0/+111
which have quality problems, but are needed to make eg totem usable
2006-06-14add gst-ffmpeg-0.10.1, an ffmpeg plugin for gstreamer0.10drochner5-0/+45
2006-06-14Fixed pkglint warnings.rillig5-79/+67
2006-06-14normalize a "struct timeval" before use as timeout in select(2),drochner6-5/+28
suggested by Mihai Chelaru per PM (affects RTP) bump PKGREVISIONs
2006-06-14Fixed pkglint warnings.rillig2-166/+165
2006-06-14Updated devel/doxygen to 1.4.7adam2-3/+3
2006-06-14Fixed pkglint warnings and the PLIST. Bumped PKGREVISION.rillig5-32/+36
2006-06-14Changes 1.4.7:adam3-15/+14
* The stylesheet has changed, so if you use your own, you will need to update it or the output will look ugly. * Added support for universal binaries on MacOSX (only the non-GUI part). * Added CALLER_GRAPH config option and \callergraph command to add a caller (or called-by) graph to a function or all functions. * Added REFERENCES_LINK_SOURCE config option which allows to selected if reference relations should point to the source or to the documentation.
2006-06-14mention recent updatesdrochner1-1/+8
2006-06-14Add dependency on p5-DateTime-Format-Builderabs1-1/+2
2006-06-14Made xfractint work on NetBSD.rillig16-30/+506
2006-06-14Updated devel/glibmm to 2.10.4adam1-1/+2
2006-06-14Changes 2.10.4:adam2-6/+6
* Convert functions: Do not try to throw null exceptions when using --enable-api-exceptions=no.
2006-06-14Insert cookie checks into the "real-install" and "real-package" targets,jlam2-2/+6
which are invoked in recursive make calls for the "install" and "package" targets respectvely. These recursive make calls prevent the top-level make from seeing all of the targets and computing a full dependency graph, so it becomes possible for some targets to be invoked more than once. This change passes enough information along to the recursive make calls and ensures that the source targets for the real-* targets are only invoked once.
2006-06-14In pax(1) command lines, -pe is deprecated in favor of -pp.rillig1-1/+9
2006-06-14Updated sysutils/gnome-vfsmm to 2.14.0adam2-3/+3
2006-06-14Changes 2.14.0:adam3-10/+9
* Increased version number for GNOME 2.14
2006-06-14Fix error with just-in-time su when installing dependencies. The codejlam1-3/+4
to install dependencies looked roughly like this: ${CAT} ${_DEPENDS_FILE} | while read type pattern dir; do cd $$dir && ${MAKE} install done In the code above, tghe recursive make invoked to install each dependency does a just-in-time su to acquire root privileges for the installation, but the su tries to get terminal settings for standard input (from the pipe) using tcgetattr(), which fails and subsequently causes su to exit with a puzzling "conversation failure" error. Rewrite the loop to look (roughly) like this: set -- `${CAT} ${_DEPENDS_FILE}` while test $# -gt 0; do type=$1; pattern=$2; dir=$3; shift 3 cd $$dir && ${MAKE} install done Note that this is potentially bad for shells with very low limits on the maximum command line length, but at least this preserves file descriptor 1 to reference the controlling tty unless the user does something weird with input redirection when invoking make.
2006-06-14PKGMANDIR instead of "man".reed1-21/+21
2006-06-14Make sudo use VARBASE.reed1-2/+6
Always use "man" instead of catpages. Make sure "run" directory is precreated, so you don't get: /usr/bin/sudo sudo: can't mkdir /var/run/sudo: No such file or directory Bump PKGREVISION. Okayed by maintainer back in December. The only concern was that /var/run may not be for all platforms, but this is same as other packages to (not specific to sudo).
2006-06-13Mention glx-utils distinfo if changing this version.reed1-1/+2
2006-06-13New package: glx-utils.reed1-1/+2
2006-06-13Add glx-utils.reed1-1/+2
2006-06-13Import glx-utils. I chose the graphics category since that'sreed4-0/+49
where the rest of its family is. The glxinfo program can be used to learn about your OpenGL library. It can identify the OpenGL implementation in use and the detected hardware. The glxgears program is a GLX implementation of the "gears" demo. These tools are from the MesaDemos source code.
2006-06-13Note PKGREVISION bump of db2latex.minskim1-1/+2
2006-06-13Use "rewriteURI", instead of "system" in the XML catalog entry, to makeminskim1-4/+4
it useful not only for docbook.xsl but also for other xsl files with the same prefix. Bump PKGREVISION.
2006-06-13Note update of comms/jpilot to 0.99.8.bad1-1/+2
2006-06-13Update jpilot to 0.99.8 and latest patches.bad7-80/+70
For me this fixes the UTF-8 handling so that it works with the german PalmOS version on the m515. patch-0.99.8-memmory 11/11/05 Added a patch to fix a memory problem resulting in a segfault when modifying records. patch.jpilot-sync 11/05/05 Patch to fix unresolved symbol glob_tooltips when using jpilot-sync 0.99.8 - 11/30/05 This release is dedicated to my Mother who unexpectedly passed away this last year. Added translation for Kinyarwanda Added panes to Expense and KeyRing 0.99.8-pre11 - 09/11/05 Added an install user from the menu. Other miscellaneous fixes/changes 0.99.8-pre10 - 08/09/05 (Released by Ludovic Rousseau) Solve a data corruption problem when used with pilot-link 0.12 Better support of 64-bit platforms The last character was truncated using Hebrew encoding Support localized date formats (for example Japanese) jpilot-sync works again (no more jp_logf relocation error) Some more bugs fixed 0.99.8-pre9 - 05/03/05 (Released by Ludovic Rousseau) Cut-n-paste using X11 clipboard (mouse middle clic) Return focus to the list after major operations which facilitates usability Add hotkey (shift-return) to move focus between list and data window In week and month views you can clic on a day to select it in the main view Add remote sync. use "jpilot -s" to start a sync on the running jpilot Add support of pilot-link 0.12.0-pre3 Some more bugs fixed Updated translations: it, ja, fr jpilot-dump.c: convert from UTF8 to local encoding 0.99.8-pre8 - 02/19/05 (Released by Ludovic Rousseau) Cut-n-paste using GTK+ Ctrl-C/Ctrl-V now works across all four apps Replace Sync and Backup text buttons by an color icon Add Chinese BIG-5 Palm encoding Update ja, zh_TW translations GTK2 now uses CTRL+Enter consistently to apply changes Add Cancel button with ESC accelerator Added two preferences and code to 1) Mark current day in monthview and weekview guis by adding "TODAY" to display 2) Display the absolute number of an event which repeats yearly (usefulf or birthdays and anniversaries) 0.99.8-pre7 - 01/08/05 (Released by Ludovic Rousseau) Update zh_CN, zh_TW, cs and es translations Solve a crash in Japanese mode in address GUI Extract the first day of week (sunday or monday) from the system locale setting Add menu color icons for the 4 main applications Improve todo sorting Allow to cycle through the KeyRing categories by calling again the plugin Some more bugs fixed 0.99.8-pre6 - 11/27/04 (Released by Ludovic Rousseau) Solve the "different user ID sync" bug Solve the GUI "freeze" bug Some more bugs fixed 0.99.8-pre5 - 11/26/04 (Ludovic Rousseau) Solve the "undefined symbol: jp_charset_j2p" error Fix Japanese menu Some code cleanup 0.99.8-pre4 - 11/24/04 (Released by Ludovic Rousseau) Some more bugs fixed Improved search sorting Improved convertion to UTF-8 in case of errors Use GBK instead of GB2312 charset encoding for Chinese Use a radio item menu for Hide/Show/Mask records so that the state is clearly indicated Fix sort order for appts in datebook Complete Japanese translation 0.99.8-pre3 - 11/14/04 (Released by Ludovic Rousseau) Some more bugs fixed The right-hand side of jpilot were not updated on a cursor movement. Fixed unpredictable bug in repeating events caused by unitialized variable Use iconv to convert from the Palm charset to UTF-8. Thanks to Amit Aronovitch we now support many new charsets when used with GTK2: - Hebrew (CP1255), - Cyrillic (CP1251), - Cyrillic (KOI8-R), - Latin 2, Eastern Europe (ISO8859-2), - Japanese (SJIS), - Chinese (GB2312) Complete Chinese translation. Thanks to lei Yu The category selection was not working from the Export window for Addresses Give a more explicit error message when pi_bind() fails. We now have "permission denied" or "file not found" instead of "Illegal seek". Also display the device name we are trying to use. Thanks to Edgar Bonet for the patch New preference to show or hide popup tooltips Entries returned from datebook app during search were in random order Get first day of week from locale in GTK2, no preference setting 0.99.8-pre2 - 10/20/04 (Released by Ludovic Rousseau) some bugs fixed add the same keyboards accelerators for the 4 applications: Ctrl-D: Delete Ctrl-O: Copy Ctrl-N: New Record Ctrl-R: Add Record Ctrl-Return: Apply Changes Ctrl-Y: Sync KeyRing: can use non ASCII characters in name/account/password nice GTK2 color icons in the menu 0.99.8-pre1 - 10/02/04 (Released by Ludovic Rousseau) better UTF-8 handling (needed when using GTK2) sort todo list by clicking on column title lots of bugs fixed: bug 1330: invalid postscript when printing the todo list contains ( or ) bug 1306: Keyring plugin truncates passwords bug 1056: Undelete feature desired bug 1338: Some repeating appointments do not show in monthview gui bug 1176: Adding ability to e-mail directly from address book bug 1182: Search screen needs a button bug 1322: GTK2.4 libraries require changes to jpilotrc files to preserve colors bug 1116: Word wrap provided when printing monthly calendar bug 1154: resorting in address book should leave selection bar on same entry bug 1107: show completed todos found through search regardless of show completed checkbox status bug 1153: Patch reduces flicker when deleting records bug 1131: ALT key for accelerator instead of control bug 1184: truncating buffers with non ASCII charsets
2006-06-13MAINTAINERSHIP change.adrianp1-2/+2
2006-06-13gnucash-devel updated to 1.9.7.wiz2-3/+3
2006-06-13Update to 1.9.7:wiz3-13/+10
1.9.7 - 04 June 2006 o Welcome to GnuCash 1.9.7 aka "Banking on Gnu Cash!" the second beta release of the GnuCash Open Source Accounting Software which will eventually lead to the stable version 2.0.0. This release contains many bugfixes since the first beta release. o PLEASE TEST any and all features important to you. Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash o We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.0.0 release in a few weeks. o Major bugfixes include - o Hide not finished funtionality for the 2.0 release o Fixes to lots functionality o Fixes to XML import o Patches to work with guile 1.8 o HBCI fixes o Many updated translations. o New splash screen from Joshua Facemyer / Impressus Art o Fix the help file names now the docs are xml instead of html. o Fixes for MacOS and Windows builds o Fixes to progress bar. o UTF8 fixes o Fixes for glib 2.6
2006-06-13NetBSD lacks shm_open, so conditionally comment the shmfile entries.joerg2-4/+13
2006-06-13Updated net/aiccu to 20050131nb2.ghen1-1/+2
2006-06-13Add a patch from Christian Sturm for NetBSD ifconfig(8) command-lineghen3-3/+27
compatibility. Bump PKGREVISION.
2006-06-13Note update of ap2-python to 3.2.8.darcy1-1/+2
2006-06-13Update to 3.2.8.darcy3-8/+16
Mainly this is to fix a security vulnerability. Other changes: Mod_python 3.0 no longer works with Apache 1.3, only Apache 2.x is supported. Mod_python no longer works with Python versions less than 2.2.1 Mod_python now supports Apache filters. Mod_python now supports Apache connection handlers. Request object supports internal_redirect(). Connection object has read(), readline() and write(). Server object has get_config(). Httpdapi handler has been deprecated. Zpublisher handler has been deprecated. Username is now in req.user instead of req.connection.user
2006-06-13pkglint: HOMEPAGE appears too late. Please put it below MAINTAINER.ghen1-2/+2
2006-06-13need base mpeg4ip lib which isn't in faad anymoredrochner1-1/+2
2006-06-13libtool filters out the -prefer-non-pic anyway, remove uselessdrochner1-9/+1
conditionals
2006-06-13Remove files not installeddarcy1-4/+1
2006-06-13update to 2.14.3drochner2-6/+6
changes: -bugfix -translation updates
2006-06-13update to 2.14.2drochner3-7/+8
changes: -Use the directory of the currently viewed file as initial location of file chooser -code cleanup -bugfixes -translation updates
2006-06-13update to 2.14.2.1drochner2-7/+8
changes: * Fix launching the background capplet -Translation updates
2006-06-13update to 1.0pre8drochner29-653/+375
too many changes to list here, see the ChangeLog most visible: security patches and DragonFly support were intrgrated upstream, new gmplayer look&feel (like it or not...)
2006-06-13Note PKGREVISION bump of awstats.minskim1-1/+2
2006-06-13Fix more hardcoded paths. Based on patches submitted by Yoshito Komatsuminskim1-4/+7
in PR pkg/33514. Bump PKGREVISION.
2006-06-13+ curl-7.15.4, maradns-1.2.08, pth-2.0.7,wiz1-5/+6
sylpheed-claws-2.3.0, xmlsec1-1.2.10.
2006-06-13Fix an entry.wiz1-2/+2
2006-06-13Updated mail/dovecot to 1.0beta9.ghen1-1/+2
2006-06-13Update dovecot to 1.0 beta9. From the release notes:ghen6-59/+53
Fixes a lot of bugs. The next release will be the first "release candidate" instead of a beta. * PAM: Don't call pam_setcred() unless setcred=yes PAM passdb argument was given. * Moved around settings in dovecot-example.conf to be in more logical groups. + Local delivery agent (deliver binary) works again. + LDAP: Added support for SASL binding. Patch by Geert Jansen + ssl_verify_client_cert: Check CRLs. If auth_verbose=yes, log invalid sent certificates. If verbose_ssl=yes, log even the valid certificates. When using the username from the certificate, use CommonName. Based on patch by HenkJan Wolthuis + PAM: Set PAM_TTY which is needed by some PAM plugins + dovecot --exec-mail ext <binary path> can now be used to start binaries which want dovecot.conf to be read, for example the convert-tool. - Expunging needed to be done twice if client used STORE +FLAGS.SILENT command to set the \Deleted flags - Added sql_escape_string() to lib-sql API and use it instead of normal \-escaping. - ACL plugin fixes - DIGEST-MD5: Trying to use subsequent authentication crashed dovecot-auth. - Fetching BODY when BODYSTRUCTURE was already cached caused the reply to be broken in some cases - Lots of fixes for index file handling - dbox fixes and changes - mbox syncing broke if some extraneous/broken headers were removed (eg. extra X-IMAPbase headers in mails) - Running Dovecot from inetd work now properly with POP3 - Quota plugin fixes for calculating the quota correctly