summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-21Update Interix support once more (deliberately no PKGREVISION bump);tv4-200/+284
add a random image base address for shlibs that's more likely to be "out of the way" from the rest of the OS and application.
2004-04-21Kludgily fix a bug where the IRQ meter overran on machines with high HZ.perry2-1/+15
2004-04-21Reset package revision after update to 3.2.2.tron1-2/+1
2004-04-21Note update of misc/p5-File-MMagic pacakge to 1.22.taca1-1/+2
2004-04-21Update p5-File-MMagic package to 1.22.taca2-5/+6
2004-03-15 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm: Version 1.22. Changed to treat string/[BCc] as same as string. * Added the 4th test. 2003-11-21 NOKUBI Takatsugu <knok@daionet.gr.jp> * Version 1.21. * Fixed some tests (bad usage of new method). * Added the third test. Contributed by Simon Matthews, thank you! 2003-11-20 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (new): Fixed mod_perl issue. Contributed by Simon Matthews, thank you!
2004-04-21Fix tyoptv1-2/+2
2004-04-21under Irix, use sysconf to get ARG_MAX. Default on current IRIXjschauma1-6/+5
systems is 20480.
2004-04-21Note update of gail to 1.6.1.recht1-1/+2
2004-04-21update to 1.6.1recht3-6/+13
Overview of Changes in GAIL 1.6.1 ================================= * Correctly report LABELLED_BY relation for combo-box when mnemonic widget is GnomeFileEntry. (bug #137584) * Report name correctly for GtkComboBox which has a TreeModel with more than one column. (bug #136976) * Do not treat a GtkHandleBox as a window (bug #138339) * Set role for popup window to be ROLE_WINDOW instead of ROLE_FRAME. (bug #135242) * Separate items in keybinding by ":". (bug #138392) * Avoid crash when getting keybinding if GtkEntry is not a mnemonic widget. (bug #139236) * Add translations: Punjabi [Amanpreet Singh Alam], Estonian [Pritt Laes] * Updated translations: Traditional Chinese [Ching-Hung Lin]
2004-04-21Bl3ify and enable pkgviews installation.minskim1-3/+5
2004-04-21Note update of anjuta to 1.2.2.jmmv1-1/+2
2004-04-21Update to 1.2.2:jmmv16-549/+66
New: Anjuta advanced tutorial New: Goes to first error automatically (Default is off. need to enable in anjuta.properties). Bug fix: Use build.silent option from preferences (bug #895726) Bug fix: Use font style defined for message indicators (bug #885032) Bug fix: Set bold color as foreground color in terminal (bug #864924) Bug fix: Removed 'cmp' dependency and used internal function to compare files. Bug fix: Fixed return value when dest file could not be created. Bug fix: Fixed a typo in Hello World indentation style. Bug fix: Fixed misuse of translated strings when looking for style (bug #876037) Bug fix: Save-all action now asks for filenames for new files (bug #898111) Bug fix: Fixed a compiler warnings. Bug fix: Disabled printing of long debug lines. Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596). Bug fix: Fixed a program execution crash bug. Bug fix: Fixed Crash on Find & Replace (#887833) Bug fix: Use defined file name when saving new files (fixes bug #898105). Bug fix: Don't change filename when clicking on a directory. Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357). Bug fix: Do not reload new files (bug #900897). Bug fix: Disconnects menuitem signal properly (bug #901723). Bug fix: Fixed bugs #890609 and #890609, #900903. Bug fix: Fixed a typo in tutorial (bug #866143). Bug fix: Reduced size of Search and Replace dialog (bug #902636). Bug fix: Fixed a runtime warning (bug #900087). Bug fix: Changed build shortcut to F11 (bug #877683). Bug fix: Do not defualt to -k make option (bug #875486). Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459) Bug fix: Improved Search and Replace. Fixed crash bug. Bug fix: Fixed bug #910097 (Insert comment). Bug fix: Find-Usage rework (bug #890609). Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781). Bug fix: Fixed Find-Usage crash when no project open Bug fix: Fixed bug #893400 ("Remove file" in project tree). Bug fix: Aligned buttons in the New file dialog and HIG compliance. Bug fix: Fixed to get correct child exit status using mask (bug #905738). Bug fix: Goto the first error if it exists (bug #874380). Bug fix: Save-all for 1 file opened (bug #912618). Bug fix: Fixed conditional breakpoints. Bug fix: Fixed debugger calltips displayed for wrong file. Bug fix: Fixed delete breakpoints. Bug fix: Fixed Breakpoint setting bugs (bug #895536). Bug fix: Fixed a crash bug with debugger attach process dialog Bug fix: Fixed freeze-ups during build terminations (bug #905738). Bug fix: Fixed a memory corruption (bug #921893). Bug fix: Open file starts in right directory (bug #908941). Bug fix: Fixed another crash bug in Find-Usage. Bug fix: Correctly prompts and reponds passwords (bug #894533). Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837). Bug fix: Installs .glade file of libgllade projects (bug #861038). Bug fix: Glade based projects can now find installed pixmaps (bug #919903). Bug fix: Fixed ADA syntax highlighting (bug #923474). Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376) Bug fix: Fixed core file loading in debugger. Bug fix: Partially fixed to show long calltips properly (bug #917982). Bug fix: Fixed a crash bug in search replace. (bug #921893). Bug fix: Fixed a crash when launcher child could not be executed (bug #926606). Bug fix: Fixed a crash bug when opening and closing a large project repeatedly. Bug fix: Sets filename when saving new files. Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
2004-04-21libtool 1.5.2nb7: Another Interix fix, this time removing any usage oftv7-228/+335
-fpic or -fPIC, as those produce horribly broken code. Rather, shlibs are relocated at runtime by the NT loader, and are compiled without any special PIC option.
2004-04-21Define the SERIAL_DEVICE defaults.tv1-4/+9
Remove "-fpic" and "-fPIC" via BUILDLINK_TRANSFORM globally. Turn on _USE_GNU_GETTEXT since there is no libintl in the base system.
2004-04-21Added PKGCONFIG_OVERRIDEadam1-1/+2
2004-04-21"make makepatchsum", not "make makesum".tv1-2/+2
2004-04-21Updated ImageMagick to 6.0.0-2adam2-3/+3
2004-04-21Changes 6.0.0:adam3-49/+108
* MagickWand API, a higher level C interface to the ImageMagick methods. * Increased stability. The library was checked and cross-checked with splint and valgrind to eliminate security vulnerabilities and common programming mistakes as well as ensure no memory leaks. * A new -fx option to apply a mathematical expression to an image list from the command line. * Algorithms were improved to reduce processing requirements resulting in a significant speed-up over previous releases. * All regression tests pass at Q8, Q16, and Q32 on a variety of platforms including Linux, Solaris, FreeBSD, Mac OS X, and Windows. * The composite methods have been corrected to precisely conform to the SVG standard. * New image comparison utility, `compare'. * Better support for CMYK image workflow. * New string handling methods to help prevent potential buffer overflow problems. * Error reporting has more detail to help identify the cause of a particular problem. * Bug fixes
2004-04-21Fix kdesu not letting you switch to root.markd3-2/+25
Bump PKGREVISION.
2004-04-21Note update of devel/cvs2svn to version 0.927 [bug fixes and improvements]seb1-1/+2
2004-04-21Update to version 0.927 (cvs2svn trunk revision 927).seb4-10/+37
Package changes: - install verify-cvs2svn script - add test target support - follows included dist.sh script distribution numbering scheme XXX patch file patch-aa reverts cvs2svn trunk changeset revision 922 otherwise bsddb3's usage fails. Changes since last packaged version: ------------------------------------------------------------------------ r927 | kfogel | 2004-04-21 00:40:48 +0200 (Wed, 21 Apr 2004) | 4 lines * dist.sh: Tweak ordering of cleanup. * ./: Add "*.tar.gz" to svn:ignore. ------------------------------------------------------------------------ r926 | kfogel | 2004-04-21 00:35:29 +0200 (Wed, 21 Apr 2004) | 3 lines * dist.sh: New script, for packaging cvs2svn. ------------------------------------------------------------------------ r925 | maxb | 2004-04-19 22:03:26 +0200 (Mon, 19 Apr 2004) | 5 lines Fix a copy/paste-o that was causing "No origin records" errors. Debugged by Bill Soudan. * cvs2svn.py (get_symbol_closing_revs): Fix copy/paste-o. ------------------------------------------------------------------------ r924 | maxb | 2004-04-19 18:30:24 +0200 (Mon, 19 Apr 2004) | 3 lines Remove dry-run mode entirely. It has bitrotted into unusability, and would need to be re-written entirely to get it working. ------------------------------------------------------------------------ r922 | cmpilato | 2004-04-16 19:14:18 +0200 (Fri, 16 Apr 2004) | 3 lines * cvs2svn.py Don't import anydbm until after the bsddb3 check has been made. ------------------------------------------------------------------------ r921 | fitz | 2004-04-15 05:05:15 +0200 (Thu, 15 Apr 2004) | 6 lines Merge fitzsymbolicnametracker to trunk (r903:920). * cvs2svn.py: Merged from branch. * runtests.py: Merged from branch.
2004-04-21update scsh to 0.6.6 (bug fixes and improvments)dillo2-3/+3
2004-04-21update to 0.6.6 (bugfixes and improvments)dillo6-48/+58
2004-04-21Regenerate checksum after update of "php4" package.tron1-3/+3
2004-04-21Update libevent to 0.8xtraeme4-8/+8
Changes: 0.8: * Buffered event abstraction to make writing network applications easier; see libio for the predecessor of this idea. 0.7c: * Bug fixes in Linux epoll and poll support. 0.7b: * 3-clause BSD-license. * Experimental support for real-time signals. Likely to be buggy. * Experimental support for Windows from Mike Davis. 0.7: * Requires level-triggered epoll patch for Linux epoll support.
2004-04-21- honeyd-0.8b already in pkgsrc :)xtraeme1-2/+1
2004-04-21Note textproc/aspell-slovak update.salo1-1/+2
2004-04-21Updated to version 0.52.0.salo5-57/+37
Changes: ======== - new words - new definitions - packaged in aspell.net style
2004-04-21Convert to buildlink3.snj2-6/+6
2004-04-21Convert to buildlink3.snj7-34/+34
2004-04-21Convert to buildlink3.snj2-9/+9
2004-04-21Added UNLIMIT_RESOURCES+=datasizemartti1-1/+3
2004-04-21Convert to buildlink3.snj2-9/+9
2004-04-21Convert to buildlink3.snj1-2/+2
2004-04-21Convert to buildlink3 and shut pkglint up.snj1-9/+9
2004-04-21Convert to buildlink3.snj1-6/+6
2004-04-21Regen for addition of patch-ac.snj1-1/+2
2004-04-21remove glade2 and libcroco (thanks jmmv!)dillo1-3/+1
2004-04-21-freesci (thanks dillo).wiz1-2/+1
2004-04-21note update of freesci to 0.3.4c (changes unknown, old distfile disappeared)dillo1-1/+2
2004-04-21update to 0.3.4c (changes unknown, old distfile disappeared)dillo2-6/+7
2004-04-20- subversion-1.0.2epg1-2/+1
2004-04-20Note subversion and trac updates.epg1-1/+3
2004-04-20Update to 0.6.1.epg3-14/+16
Changes: * Duplication of empty lines on Windows should no longer happen. * RSS now escapes entities in summary. * Search results won't highlight dates anymore. * RPM for SuSE Linux. * Preliminary executable Windows Installer. * More documentation. * Fixed bugs: #163, #165, #189, #198, #200, #206, #209, #214, #223, #244
2004-04-20Update to Version 1.0.2.epg3-17/+17
(15 April 2004, from /branches/1.0.x) http://svn.collab.net/repos/svn/tags/1.0.2 User-visible changes: * fixed: segfault when remotely deleting svn:author property. * fixed: mod_dav_svn accepting too many authors. (issue #1786) * fixed: create runtime config files with native EOLs. (Issue #1802) * fixed: recursive propset can corrupt .svn/entries (issue #1794) * fixed: allow shared working copies [mostly working now] (issue #1509) * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821) * fixed: svnserve assertion failure on empty error messages * fixed: commit/update memory leaks when working on many targets (issue #1635) * fixed: don't display repos-paths or URLs with '\' on win32. * new example script: svnserve 'sgid' wrapper. * minor book fixes, new 'best-practices' doc. Developer-visible changes: * fixed: deprecation warning from SWIG 1.3.20_ * fixed: broken win32 python-swig bindings compilation. * fixed: bug in libsvn_fs changes-table change-folding code. * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values * added VC7 support and defines for including debug symbol files.
2004-04-20Added acidrip.xtraeme2-2/+4
2004-04-20Initial import of acidrip-0.12.xtraeme4-0/+42
AcidRip is a Gtk2::Perl application for ripping and encoding DVD's. It neatly wraps MPlayer and MEncoder, which I think is pretty handy, seeing as MPlayer is by far the best bit of video playing kit around for *nix. As well as creating a simple Graphical Interface for those scared of getting down and dirty with MEncoders command line interface, It also automates the process in a number of ways: * Parses DVD into contents tree * Finds longest title * Calculate video bitrate for given filesize * Finds black bands and crops them * Gives suggestions for improved performance * Other stuff!
2004-04-20Note update of postgresql74-lib to 7.4.2nb1.recht1-1/+2
2004-04-20Follow a suggestion by Josh Berkus (pgsql core team) and buildrecht6-7/+29
with --enable-thread-safety. Bump PKGREVISIONs accordingly (meta-pkg, -client, -lib).
2004-04-20update to 4.3.2drochner18-510/+469
changes: bugfixes added dependency on hdf