summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-09fix PKGREVISIONdrochner1-2/+2
2008-05-09Fix packaging of gnuplot-nox11 by avoiding the installation of anjmmv3-7/+28
X11-specific file.
2008-05-09PR pkg/38617: Hasso Tepper: Don't call pthread_create() with NULL as thetnn2-6/+16
first argument in configure. Fixes hang on DragonFlyBSD.
2008-05-09Minor fix to allow this package to build on case-insensitive file systemsagc2-5/+10
2008-05-09PR pkg/38616: Hasso Tepper: Fix build on DragonFlyBSD.tnn2-7/+18
The configure script checks for sizeof(FILE), which is an opaque type. It can be argued that it should check for FILE* instead because that's what it uses, but take the shortest path of resistance and disable the check on DragonFly. Upstream is aware of the issue.
2008-05-09PR pkg/38615: Hasso Tepper: Fix build on DragonFlyBSD > 1.11.tnn2-1/+14
2008-05-09PR pkg/38614: Hasso Tepper: Fix build on DragonFlyBSD.tnn2-8/+14
2008-05-09vimmartti1-1/+2
2008-05-09Updated editors/vim-share to 7.1.297martti3-5/+49
2258 7.1.284 compiler warnings for functions without prototype 5787 7.1.285 (extra) Mac: dialog hotkeys don't work 2045 7.1.286 (after 7.1.103) "w" at end of buffer moves cursor too far 1859 7.1.287 crash when reversing a list after using it 3182 7.1.288 (after 7.1.281) cscope leaves behind temp files with gvim 1979 7.1.289 when EXITFREE is defined and 'acd' is set freed memory is used 2146 7.1.290 reading unwritten bytes when spell checking with large indent 1940 7.1.291 compiler warning for int-long conversion 6698 7.1.292 when using a pattern with "\@<=" the submatches can be wrong 3087 7.1.293 spell checking considers super/subscript chars as word chars 2336 7.1.294 leaking memory when executing a shell command 6102 7.1.295 vimtutor only works with vim, not gvim 9374 7.1.296 SELinux is not supported 1855 7.1.297 wrong parenmatch highlighting after search/replace dialog
2008-05-09Updated x11/xtrans to 1.2wiz1-1/+2
2008-05-09Update to 1.2:wiz3-38/+10
Alan Coopersmith (1): Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARC Alan Hourihane (2): fix build for MAKEWORD disable UNIXCONN on MINGW Colin Harrison (2): Only call WSAGetLastError() if there has been an Update to winsock2 James Cloos (1): Fix length calculation for the path for abstract unix domain sockets Julien Cristau (2): BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN Bump to 1.2 Loïc Minier (1): Bug #10489: Don't retry unix socket connect()s on ENOENT.
2008-05-09fvwm-2.5.26martti1-1/+2
2008-05-09Updated wm/fvwm-devel to 2.5.26martti2-6/+6
New features: - New MenuStyle option VerticalMargins. * New module features: - FvwmButtons: New button alignment option: top. * Bug fixes: - Fixed crash in ARGB visual detection code. - Fixed compilation without XRender support. - Fixed drawing of background pictures in menu items and titles. - Fixed hadling of shaped windows. - Fixed a 64-bit bug in the EWMH code.
2008-05-09+ Updated x11/xkbcomp to 1.0.5 [bjs 2008-05-09]bjs1-1/+2
2008-05-09Update to xkbcomp 1.0.5.bjs2-6/+6
commit 1aecdffaa0db7bbf85bc0aae9043e9437b25c30d Author: Daniel Stone <daniel@fooishbar.org> Date: Thu Apr 17 00:52:29 2008 +0300 Don't scan paths which make NO SENSE WHATSOEVER TO SCAN Hey, I wonder if we have XKB files in our directory! I wonder if we haven't bothered with a structure, and let's try to open a file called 'misc' in someone's home directory! What a surprise, it's not a valid XKB file! Let's fail miserably! SURPRISINGLY, THIS IS NOT USEFUL BEHAVIOUR. commit a3a05fd489a9a35942a4419c537634e796dbebd1 Author: Daniel Stone <daniel@fooishbar.org> Date: Thu Apr 17 00:50:07 2008 +0300 xkbcomp: Take a device ID argument Allows the user to set maps (or whatever) on arbitrary devices.
2008-05-09libfetch-2.14:joerg2-5/+5
Fix brain dead error in the quoting of unsafe characters.
2008-05-08Restore old BUILDLINK_API_DEPENDS value so we don't need to revbumpjlam1-2/+2
packages.
2008-05-08fix sumchristos1-2/+2
2008-05-08fix build for currentchristos1-6/+8
2008-05-08Supports DESTDIR.joerg1-1/+3
2008-05-08Supports DESTDIRjoerg2-2/+6
2008-05-082-clause my license.wiz2-15/+3
2008-05-08Fix build of OpenSSL on NetBSD/amd64 (4.0 and current tested)tonnerre2-4/+4
2008-05-08Note update of databases/freetds.jlam1-1/+2
2008-05-08Update freetds to version 0.82. Changes from version 0.63 include:jlam7-75/+89
Pkgsrc changes: + Support user-destdir installation. + Document the way that pkgsrc handles the freetds documentation. + Use GENERATE_PLIST instead of creating a .PLIST.doc. + Remove patch-ac and patch-ad due to reports of success compiling FreeTDS on Mac OS X without changes on the freetds@ mailing list. Package changes: - libtds.* has been removed. Its objects are now linked directly into the other client libraries. - support TLSv1 sessions to MSSQL servers - fixed timeout handling - added protocol version discovery - reduced network bandwidth use on Linux and -BSD - fixed conversion NUMERIC->NUMERIC changing precision/scale - added named instance support (mssql2k) - many other code improvements and bug fixes - improved pool server - ODBC: - cursors (mssql) - fixed database setting - fixed SQLGetData result - fixed compute handling in ODBC - paramset support
2008-05-08Updated sysutils/cdrtools to 2.01.01.39wiz1-1/+2
2008-05-08Update to 2.01.01a39:wiz3-21/+12
All: - added a make rule to automatically create the directory ./incs/ Libfind: - This is the final step to make libfind a "real" library - find.h walk.h fetchdir.h idcache.h moved to include/schily/ - A bug in libfind was fixed that causes find . -size -20k -ls to check for files smaller than 20480 Blocks instead of looking for files smaller than 2084 characters. Libscg: - Allow libscg to correctly compile in 64 bit mode on amd64 Solaris platforms Rscsi: - Minimal rscsi man page added Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Some code in main() has been reordered to allow mkisofs to recognize that the installation at /opt/schily/lib/siconv is missing even if the --ethershare option has ben used. Before, mkisofs did dump core in this case, now it mentions to install libsiconv. - mkisofs again supports -no-bak. This option has been removed by accident with cdrtools-2.01.01a22 - mkisofs again auto-adds a slash to the left part of a dir=orig/ graft point spec if the right side is a directory. The problem has been introduced ~ one year ago when cleaning up buggy old code.
2008-05-08Add patch to install man pages regardless of HAVE_XSLT_PROCESSORgdt3-2/+51
because built man pages are in the distribution tarball. From Sergey Svishchev in private mail.
2008-05-07Updated graphics/p5-Image-ExifTool to 7.25gdt1-1/+2
2008-05-07Apr. 18, 2008 - Version 7.25 (production release)gdt2-6/+6
- API Changes: - Fixed CanCreate so it returns false for non-writable TIFF-based files - Fixed bug introduced in 7.18 which caused "Error parsing XMP" warning when deleting all XMP and writing new XMP tags in the same step - Fixed bug where IFD0 could be deleted when writing JPEG with a bad IFD1 - Fixed problem extracting some writable directories as a block - Fixed bug which could cause "Not an ARRAY" error when reading PDF files
2008-05-07update CIA world factbook data to the 2006 editiondrochner3-22/+19
2008-05-07+ Added audio/qjackctl version 0.3.2 [bjs 2008-05-07]bjs1-1/+2
2008-05-07Add qjackctl to audio/Makefile.bjs1-1/+2
2008-05-07Import QJackCtl 0.3.2, a Qt4 GUI for the JACK Audio Connection Kit.bjs5-0/+74
It provides a slick "patch-bay" style interface for managing clients and more.
2008-05-07Add note about workaround for loader's mmap of driver modules failingbjs1-1/+7
on NetBSD-current.
2008-05-07Security update for py-moin to 1.6.3.joerg1-1/+2
2008-05-07Update to moin 1.6.3. This fixes bugs in the ACL parser for all entriesjoerg3-15/+24
but Known: and All:, hierarchical ACL processing and the use of include in rst files. Many other updates included as well.
2008-05-07dhu.org Page Gone.obache1-3/+3
Change to Debian Interix Port page, suggested replacement.
2008-05-07+ Updated devel/monotone-viz to 1.0.1 [bjs 2008-05-07]bjs1-1/+2
2008-05-07Update to monotone-viz-1.0.1. Significant improvements: no longerbjs3-15/+15
accesses the database directly: instead, it uses mtn annotate. Also, some compile fixes for "various systems" (says the ChangeLog). While here, change the distfile to the one without the included lablgtk, as we don't use it. Also, install the style example into ${EGDIR}.
2008-05-07Updated graphics/GraphicsMagick to 1.2.1obache1-1/+2
2008-05-07Update GraphicsMagick to 1.2.1.obache3-11/+7
Bug fixes: * MAT: Provide a correct error report when the Pixels limit has been exceeded. * RPM Spec file: Fixed naming of NEWS file. Use included libltdl (--with-included-ltdl option) in order to avoid possible issues with system libltdl. * GraphicsMagick-config script should now output correct dependency information for --libs when libltdl is needed. * GraphicsMagick++-config no longer depends on GraphicsMagick-config to be in the executable search path. Performance improvments: * Module loading and execution performance are improved considerably for the modules build. On some systems, the modules build is considerably faster than the static or shared builds. Feature improvements: * Updated to libtool 1.2.4.
2008-05-07+ Updated x11/nucleo to 0.7.1 [bjs 2008-05-06]bjs1-1/+2
2008-05-07Update to nucleo-0.7.1. The list of changes is fairly verbose and I dobjs7-18/+103
not have time to include it here (see ChangeLog). Significant pkgsrc-related changes: - ffmpeg plugin now builds (see new SUBST_* declarations). Use ffmpeg-devel instead of ffmpeg. - DESTDIR support - GNU TLS option (enabled by default, evidently used by XML parser (?)) - Include graphics/gd, as its dependencies completely overlap and it doesn't take too long to build. - Add x11/libXi to get Xinput functionality. - Yet another header patch (patch-am) - TODO file (place reading it on your TODO list today!) Next up: wm/metisse!
2008-05-06Disable support for the krita GraphicsMagick filter. It trys to usemarkd4-16/+18
long deprecated GraphicsMagick features that have now been removed in the latest GraphicsMagick.
2008-05-06Add an initially empty ${PKG_SYSCONFDIR}/ggz.modules. Various other GGZmarkd1-2/+3
aware packages will update it.
2008-05-06Updated time/kronolith to 2.1.8adrianp1-1/+2
2008-05-06The Horde Team is pleased to announce the final release of the Kronolithadrianp3-7/+10
Calendar Application version H3 (2.1.8). This is a security release that closes an XSS exploit in the add event screen. All users are encouraged to upgrade to this version.
2008-05-06Include libXext's buildlink3.mk.reed1-1/+2
The libXm library directly uses libXext. Noticed when building Ted.
2008-05-06Updated devel/bugzilla3 to 3.0.4adrianp1-1/+2