summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-03-14make opengl support optional, and default to off on very slow archs ↵abs3-6/+26
(m68k,m68000,vax). bump PKGREVISION
2009-03-14xf86-input-keyboard-1.3.2nb1.apb3-2/+31
Apply the following patch from NetBSD xsrc/external/mit/xf86-input-keyboard; thanks to joerg for providing a list of changes to apply. 2009-02-07 17:33 christos * src/bsd_kbd.c (1.4): Set the version for the keyboard too. From Patrick Welche
2009-03-14xf86-input-mouse-1.3.0nb2.apb3-3/+28
Apply the following patch from NetBSD xsrc/external/mit/xf86-input-mouse; thanks to joerg for providing a list of changes to apply. 2009-02-02 03:05 christos * src/mouse.c (1.2): Call a SetupMouse function to condition the fd.
2009-03-14Modular-xorg-server-1.4.2nb5.apb5-0/+354
Apply the following patches from NetBSD xsrc/external/mit/xorg-server/dist; thanks to joerg for providing a list of changes to apply. 2009-02-19 20:02 macallan * hw/xfree86/xaa/: xaaFillRect.c (1.2), xaaInitAccel.c (1.2), xaalocal.h (1.2): Actually use scanline image writes to upload images if available 2009-02-09 09:49 plunky * hw/xfree86/os-support/bsd/bsd_mouse.c (1.5): add horizontal mouse-wheel functionality to USB and WSMOUSE drivers 2009-02-02 03:06 christos * hw/xfree86/os-support/: bsd/bsd_mouse.c (1.4), xf86OSmouse.h (1.2): add a SetupMouse proc to condition the fd. Convert NetBSD's SetupAuto to SetupMouse. 2009-01-19 00:54 christos * hw/xfree86/os-support/bsd/bsd_mouse.c (1.3): fix ioctl. 2009-01-13 18:43 christos * hw/xfree86/os-support/bsd/bsd_mouse.c (1.2): Set the mouse event protocol version. (untested, but head will be broken unless I add this).
2009-03-14Modular-xorg-server-1.4.2nb5.apb2-3/+8
Apply the following patches from NetBSD xsrc/external/mit/xorg-server/dist; thanks to joerg for providing a list of changes to apply. 2009-02-19 20:02 macallan * hw/xfree86/xaa/: xaaFillRect.c (1.2), xaaInitAccel.c (1.2), xaalocal.h (1.2): Actually use scanline image writes to upload images if available 2009-02-09 09:49 plunky * hw/xfree86/os-support/bsd/bsd_mouse.c (1.5): add horizontal mouse-wheel functionality to USB and WSMOUSE drivers 2009-02-02 03:06 christos * hw/xfree86/os-support/: bsd/bsd_mouse.c (1.4), xf86OSmouse.h (1.2): add a SetupMouse proc to condition the fd. Convert NetBSD's SetupAuto to SetupMouse. 2009-01-19 00:54 christos * hw/xfree86/os-support/bsd/bsd_mouse.c (1.3): fix ioctl. 2009-01-13 18:43 christos * hw/xfree86/os-support/bsd/bsd_mouse.c (1.2): Set the mouse event protocol version. (untested, but head will be broken unless I add this).
2009-03-14Note update of www/typolight package to 2.6.7 andtaca1-1/+3
www/typolight-translations to 20090312.
2009-03-14Update www/typolight-translations package to 20090312.taca3-8/+8
Update French translation was updated.
2009-03-14Update www/typolight package to 2.6.7.taca5-7/+56
* pkgsrc change: add additional Japanese translations for tinyMCE. * Quote from release announce: The maintenance release fixes the issue with relative links in newsletters not being converted correctly, the issue with ampersands in square brackets not being decoded everywhere and two issues with infinitely recurring events. It also includes an important patch to prevent protected pages with no groups assigned from showing up in search results. Searching protected pages If your website contains protected pages that are not assigned to a group (grant access to any authenticated user), these pages might show up in search results if indexing of protected pages is allowed. It is not possible for unauthenticated users to access these pages, though. See http://dev.typolight.org/query?milestone=TYPOlight+2.6.7 for fixed bugs.
2009-03-13add esound optionkefren3-6/+14
don't require faad unconditionally bump PKGREVISION
2009-03-13Make it work on alignement critical archsmartin2-1/+40
2009-03-13Make it build on recent DragonFly release.hasso3-33/+20
2009-03-13Remove redundant distinfo missed from last commitsborrill1-5/+0
2009-03-13Make it build other platforms than NetBSD.hasso3-1/+33
2009-03-13Make it compile on DragonFly.hasso2-1/+26
2009-03-13Hack it to compile on DragonFly.hasso1-1/+6
2009-03-13Update php-php* packages to build proper PHP modulessborrill1-1/+7
2009-03-13The php_pdo* packages have not kept step with PHP changes. The PDOsborrill15-152/+85
components are now built into PHP rather than maintained separately in PECL. The old PECL versions are unmaintained and haven't been altered for 3 years. This is confusing as the package versions report themselves to be 5.2.9.1.0.2, etc. but they are in fact based on the 5.1.x code-base. Therefore, we need to switch to building the PDO modules like any other PHP module. A side-effect of this is that the PECL version number will get stripped off the end meaning that the new version numbers are just 5.2.9 instead of 5.2.9.1.0.2 (for example). Unfortunately, 5.2.9 is considered to be older than 5.2.9.1.0.2 meaning that it will appear as though a downgrade has taken place. Therefore, while we are still using PHP 5.2.9, add .99 on the end (i.e. 5.2.9.99) so that the package appears newer. When PHP 5.2.10 is released this can be removed (the module.mk file explicitly cgecks for 5.2.9 before adding the .99 suffix so that it will not alter 5.2.10 if the hack is forgotten. However, for the record, when 5.2.10 is released, php-pdo/module.mk can be removed along with the references to it in each php-pdo*/Makefile
2009-03-13Fix postgresql driver to escape strings properly.roy4-5/+47
Fix a tiny pkglint warning. Bump revision.
2009-03-13Restore some patches removed during last package update to make it compilehasso3-1/+61
again on DragonFly. patch-af is probably merge error from upstream, patch-aq is a temporary workaround and not for inclusion to upstream as such.
2009-03-12Updated devel/cpuflags to 1.40abs1-1/+2
2009-03-12Updated devel/cpuflags to 1.40abs2-4/+4
Doublequote the eval arguments to ensure whitespace is preserved, so a cpu_brand of "Genuine Intel(R) CPU T2500 @ 2.00GHz" is not converted down to "Genuine Intel(R) CPU T2500 @ 2.00GHz"
2009-03-12sortjnemeth1-2/+2
2009-03-12Ensure various directories and a file are created in /var so the packageabs1-2/+10
can work - bump pkgrevision
2009-03-12Updated net/gnome-netstatus to 2.26.0wiz1-1/+2
2009-03-12Update to 2.26.0:wiz3-11/+51
============== Version 2.26.0 ============== Updates, deprecations * Don't single include GTK+. Fixes bug #561233. * Use gtk_show_uri instead of gnome_help. * Use gtk_show_about_dialog instead of g_object_new. This fixes the missing icon and the un-Close-able about dialog. * Use g_ascii_strncasecmp instead of g_strncasecmp, which is deprecated. Fixes bug #560431. * Remove libgnome dependency. * Remove deprecated GTK+ symbols in gnome-netstatus. Fixes bug #562392. Patch by Maxim Ermilov. * Use gtk-about instead of gnome-stock-about for the about icon. Fixes bug #556013. Patch by Pacho Ramos. Fixes * Remove useless GtkLabels that were used for alignment (!) and marked for translation. This hopefully fixes #507251. * Make applet tooltip show device status. Fixes bug #166912. Patch by Pedro Villavicencio. * Remove an useless \n in the copyright, rename translator_credits to translator-credits. Fixes bug #300961 * Obey Fitt's law in the panel applet. Fixes bug #325141. Patch by Benjamin Otte. Doc Translators * Milo Casagrande (it) * Joan Duran (ca) * Rizitis (el) Translators * Vladimir Melo (pt_BR) * Khaled Hosny (ar) * Ihar Hrachyshka (be@latin) * Erdal Ronahi (ku) * Baris Cicek (tr) * Gil Forcada (ca) * Jorge Gonzalez (es) * Ivar Smolin (et) * Kjartan Maraas (nb) * César Veiga (pt_BR) * Andre Klapper (de) * Thierry Randrianiriana(mg) * Yair Hershkovitz (he) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Zabeeh Khan (ps) * Ilkka Tuohela (fi) * Clytie Siddall (vi) * Chao-Hsiung Liao (zh_HK, zh_TW) * Theppitak Karoonboonyanan (th) * Alexander Shopov (bg) * Daniel Nylander (sv) * Inaki Larranaga Murgoitio (eu) * Wouter Bolsterlee (nl) * Gabor Kelemen (hu) * Tomasz Dominikowski (pl) * Gintautas Miliauskas (lt) * Krishnababu K (te) * Manoj Kumar Giri (or) * Lucas Lommer (cs) * Praveen Arimbrathodiyil (ml) * Milo Casagrande (it) * Claude Paroz (fr) * Philip Withnall (en_GB) * Reşat SABIQ (crh) * Adi Roiban (ro) * Sweta Kothari (gu) * Duarte Loreto (pt)
2009-03-12Make it compile on DragonFly (and probably on some other systems).hasso6-69/+93
2009-03-12Fix package paths (hi hasso and manu).mishka1-3/+3
2009-03-12Mark MAKE_JOBS_SAFE=no. From Ryo HAYASAKA in PR 40996.wiz1-1/+2
2009-03-12Make it build on DragonFly.hasso2-1/+18
2009-03-12Update libpurple and associated packages to version 2.5.5.mlelstv1-1/+6
2009-03-12Needs msgfmt.hasso1-2/+2
2009-03-12Update libpurple, piding, pidgin-sametime, pidgin-silc, finch tomlelstv5-26/+15
version 2.5.5; version 2.5.5 (03/01/2009): libpurple: * Fix a crash when removing an account with an unknown protocol id. * Beta support for SSL connections for AIM and ICQ accounts. To enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and other libpurple clients. (Daniel Ljungborg) * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing of buddy icons and available messages. * Properly publish status messages for statuses other than Available. ICQ 6.x users can now see these status messages. (Daniel Ljungborg) * Fix receipt of messages from the mobile client Slick. (David Jedelsky) MSN: * Fix transfer of buddy icons, custom smileys, and files from the latest Windows Live Messenger 9 official client. (Thomas Gibson-Robinson) * Large (multi-part) messages are now correctly re-combined. * Federated/Yahoo! buddies should now stop creating sync issues at every signin. You may need to remove duplicates in the Address Book. See the FAQ for more information. Thanks to Jason Lingohr for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. * We now save and use the CacheKey for ABCH SOAP requests. * Don't try to parse Personal Status Messages or Current Media if they don't exist. * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified on incoming messages. This should fix some issues with messages from older clients. * Force sending the font "Segoe UI" if outgoing formatting doesn't specify a font already. * Queue callbacks when token updates are in progress to prevent two token update attempts from trampling each other. * Fixed a crash on Windows when removing a buddy's alias. * Update the Address Book when buddies' friendly names change. This prevents seeing an outdated alias or not seeing an alias at all for buddies who are offline when you sign in. * Update tokens for FindMembership and ABFindAll SOAP requests. * We no longer try to send empty messages. This could happen when a message contained only formatting and that formatting was not supported on MSN. * Buddies on both the Allow and Block list are now automatically removed from the Allow list. Users with this problem will now no longer receive an ADL 241 error. The problematic buddy should now appear on the buddy list and can be removed or unblocked as desired. XMPP: * Resources using __HOSTNAME__ substitution will now grab only the short hostname instead of the FQDN on systems which put the FQDN in the hostname. (Matěj Cepl) * No longer send a 'to' attribute on an outgoing stanza when we haven't received one. This fixes a registration bug as described in ticket #6635. Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows no longer linger when scrolling the buddy list. (Kosta Arvanitis) Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding) version 2.5.4 (01/12/2009): libpurple: * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin Rosinski) * Don't ignore namespace information when parsing XMPP data. (Michal Witkowski) * Fix a crash that occurred when retrieving certain Offline Messages on MSN. * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich) * Fix the hang on exit in Network Location Awareness for Windows XP and Windows Vista. (Paul Aurich) MSN: * Change Contact Server to temporarily fix connection problems. (Thanks to Youness Alaoui) XMPP: * Support for XEP-0191 blocking. (Vijay Raghunathan) * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich) * Fix removal of avatars (both PEP and vCard), we weren't removing them correctly before. (Paul Aurich) Pidgin: * Fix a crash in the Add Account dialog when changing protocols under certain circumstances. Finch: * Redirect stderr outputs to the debug window. * Fix rebinding actions with the arrow-keys and tab.
2009-03-12Note update of devel/p5-Net-LDAP-Batch to version 0.02nb1seb1-1/+2
2009-03-12Bump PKGREVISION to 1.seb1-2/+3
After the revision change of devel/p5-Net-LDAP-Server-Test from 0.80.100 to 0.8.0.01, adjust dependency on this package.
2009-03-12Note initial addition of p5-Net-LDAP-Class version 0.18 asseb1-1/+2
devel/p5-Net-LDAP-Class into The NetBSD Packages Collection. The Perl 5 module Net::LDAP::Class can be described as an object-relational mapping for LDAP. More accurately it provides for LDAP management an ORM-like API, similar to these of the DBIx::Class and Rose::DB::Object modules.
2009-03-12Add & enable p5-Net-LDAP-Classseb1-1/+2
2009-03-12Initial import of p5-Net-LDAP-Class version 0.18 in the NetBSDseb3-0/+33
Packages Collection. The Perl 5 module Net::LDAP::Class can be described as an object-relational mapping for LDAP. More accurately it provides for LDAP management an ORM-like API, similar to these of the DBIx::Class and Rose::DB::Object modules.
2009-03-12Add libmaa.minskim2-2/+4
2009-03-12Import libmaa-1.1.0 from pkgsrc-wip. Packaged by Aleksey Cheusov.minskim5-0/+71
The LIBMAA library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although LIBMAA was designed and implemented as a foundation for the Khepera Transformation System, the data structures are generally applicable to a wide range of programming problems. The memory management routines are especially helpful for improving the performance of memory-intensive applications.
2009-03-11Fix build with native X.wiz2-1/+15
2009-03-11Fix freetype2 recognition, e.g. for native X.wiz1-1/+9
2009-03-11Note update of devel/p5-Net-LDAP-Server-Test to version 0.8.0.01seb1-1/+2
This is only a package version change: the version 0.8.0.01 is IMHO more accurate, wrt to the Perl 5 module version, than the previous version 0.80.100. Yes this makes the package version decreasing. Sorry... Please bear with me.
2009-03-11Update to version 0.8.0.01.seb1-2/+2
This is only a package version change: the version 0.8.0.01 is IMHO more accurate, wrt to the Perl 5 module version, than the previous version 0.80.100. Yes this makes the package version decreasing. Sorry... Please bear with me.
2009-03-11Fix build with slightly older (builtin) openssl versions.hasso2-7/+10
2009-03-11Make it compile on systems which don't happen to have /usr/include/util.h.hasso2-6/+11
2009-03-11Make it build on DragonFly.hasso4-2/+43
2009-03-11Make it build on DragonFly.hasso1-1/+3
2009-03-11make "hg --version" display the version, bump PKGREVISIONdrochner3-2/+23
2009-03-11Make it build on DragonFly.hasso2-4/+4
2009-03-11Make it build on DragonFly.hasso2-1/+16