summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03Sort.salo1-2/+2
2003-06-03Version 0.44.salo2-3/+4
Convert -march=athlon for older gccs to -march=pentiumpro. Addresses PR pkg/21766 by Marc Recht. XXX: the conversion mechanism is suboptimal, it can't handle recursive conversions.
2003-06-03Update to 2.2.1:jmmv3-55/+21
* Fix toolbars to be consistent (Rodney Dawes) * Fix gnome-segv to not loop when it crashes itself (Malcolm Tredinnick, Damon Chaplin) * Make fonts in icon labels respect font size changes (Pasupathi Duraisamy) * Skip hidden pages in the druid (Ricardo Fernández Pascual) * Fix referencing problem with MDI (Jaka Mocnic) * Fix leaks in session management and score handling (Kjartan Maraas, Arjan Van de Ven) * Bugfix for gnome-icon-theme (Gustavo Giraldez) * Don't crash when double clicking the OK button in the fileselector (Narayana Pattipati) * API documentation fixes (Sebastian Rittau) * Don't return FALSE in pointer functions (Morten Welinder) * Fix compiler warnings and uninitialised vars (Malcolm Tredinnick) * Ask gdk-pixbuf for supported mime types in gnome-icon-lookup.c (Anders Carlsson, Christian Schaller) * Fix leak in the font picker (Kjartan Maraas) * Fix top-left text for icons in nautilus (Alex Larsson) * Fix the file entry to use utf8 when setting the selected file name (Hidetoshi Tajima) * Fix a crash in the icon entry (Balamurali Viswanathan) * Don't open an infinite amount of preview widgets in the icon entry * Enable color palette in the color picker (Gustavo Carneiro) * Clear entry items properly in gnome-entry.c (Marco Pesenti Gritti) * Fix problems with python-based apps and non-initialized memory (Marcus at freebsd org)
2003-06-03Change dependency of jakarta-ant into apache-ant, as it's now known.jschauma1-2/+2
All build fine with the new version of ant.
2003-06-03Update "ant" to 1.5.3-1. The program was, up until version 1.5.1 knownjschauma8-167/+299
as "jakarta-ant", and is now known as "apache-ant". Changes since 1.4.1 are too many to list here.
2003-06-03Update to 0.59, provided by Koji Kondo in PR 21761.wiz2-5/+5
Changes: - If an odd number of parameters was given to validate() in the array as its first argument, the error given would be different depending on whether or not the pure Perl or XS version of the code was being used. - Fixed incredibly odd bug that occurred in XS code when tainting was on with Perl 5.00503. Unfortunately, the only test case that reliably reproduces this is one of Mason's tests, so no test was added. - Fix some compiler warnings from MS Visual Studio 6. Reported by Ron Hill. - When called from the main body of a script, the validation routines would cause an undefined value warning if validation failed. Reported by Britton Kerin and fixed by Ilya Martynov. - The XS code that handled callbacks expects all callbacks to return an integer, instead of simply testing the returned value for truth. This could cause strange warnings like 'Argument "InMemory" isn't numeric in subroutine entry...'. Based on a bug report from Robert Dick for another module I wrote (Lingua::ZH::CCDICT). - Fixed Params::Validate for Perl configurations where sizeof(IV) != sizeof(int). Reported by Alain Barbet. - Something around test 5 in 06-options.t appear to cause Perl to die/segfault/something under 5.6.0. These tests will be skipped with 5.6.0 in the future. Reported by Christian Schaffner. - When testing for a compiler, use nmake on Win32. Implemented by Ronald Hill. - Added regex validation option. - Added copyright info to each source file. Added LICENSE file to distro. - Added an XS implementation, written by Ilya Martynov. The pure Perl implementation is still included as a fallback for users who do not have a compiler handy. The XS implementation gives a speed boost of 150% to 300%, depending on the complexity of the validation being done. This XS code is known to work Perl 5.00503+, but it may not work with earlier versions of Perl. - Fix Attribute::Params::Validate docs to show that attribute declaration must have open paren immediately after "Validate" or "ValidatePos". Reported by Britton Kerin. - Fix bug with Perl 5.8.0 when in PERL_NO_VALIDATION mode and calling validate() expecting a hash ref to be returned. Reported by Randal Schwartz. - Argh. In 0.22 some of the tests printed their test counts (1..x) after doing the tests. This works with newer versions of Test::Harness so I didn't notice it. Reported by Peter Asemann. - The last version's tarball was a mess, and had blib and other junk in it. This is a nice clean one. - The various validation functions are now context sensitive, and will return a reference in scalar context. This may be a helpful speedup, especially for large parameter lists. - More optimization work. -- Improved the speed of both validate() and validate_pos() by about 20-25%. -- Improved the speed of the 'no validation' mode for validate() by over 30%, for validation_pos() by 15%, and for validate_with() by 125%. -- The speed of validate_with() has been improved by over 100%, but this was at the expense of not validating its own incoming arguments, thus making it a little more fragile. - The PERL_NO_VALIDATION env var is now _only_ checked when the module is loaded. This means you cannot change it mid-program. This is a backwards incompatibility. - Added a new function, validate_with(), that allow you to set various options on a per-invocation basis, rather than on a per-package basis. Patch by Ken Williams. - Fix a doc nit where I had a wrong code example. Reported by Britton Kerin. - Added a new validation option parameter, stack_skip, which allows you to change how errors are reported by Params::Validate. - Improve skipping of tests when run with 5.6.0. Patch by Ken Williams. - Silence an uninit value warning
2003-06-03Update to 0.78:wiz2-5/+5
- [#17940] Includes :unique and :shared in the builtin types - From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed, the proper approach is to use { '__CALLER__::foo' => __PACKAGE }. The documentation is updated to reflect this. Reported by Dave Cross
2003-06-03Update to 1.4, provided by the maintainer Douwe Kiela in PR 21319:wiz3-10/+9
25/04/2003 (virtus): some small bugfixes 25/04/2003 (virtus): added configure script 25/04/2003 (virtus): added manual page 25/04/2003 (virtus): added ./man directory
2003-06-03Version 0.43:salo2-11/+10
- match more Athlons XXX: This really should be more fine-grained. - whitespace
2003-06-03Claim stewardship of these.seb1-2/+2
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma161-322/+322
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Updated to p5-Test-Harness-2.28shell2-5/+5
Changes : - Fixed circular depency in the test suite. Thanks, Rob Brown. - Added test for $Test::Harness::Switches patch below. - Fixed straps not respecting $Test::Harness::Switches. Thanks to Miyagawa for the patch. - Added t/pod.t to test POD validity. - Handed over to Andy Lester for further maintenance. - Stas Bekman noticed that tests with no output at all were interpreted as passing - Abigail and Nick Clark both hit the 100000 "huge test that will suck up all your memory" limit with legit tests. Made the check smarter to allow large, planned tests to work. - Partial fix of stats display when a test fails only because there's too many tests. - Made wait.ph and WCOREDUMP anti-vommit protection more robust in cases where wait.ph loads but WCOREDUMP() pukes when run. - Added a LICENSE. - Ilya noticed the per test skip reason was accumlating between tests.
2003-05-30Update to version 0.15alpha.pl0.seb5-10/+64
Package changes: Set test target (must not be run as root). Get ride of TEXINFO_OVERRIDE (yeah one down!). New in CSSC-0.15alpha-pl0 * Reduced the number of lines of code not tested by the test suite to 2083. * Support for ignored deltas * Added section in the CSSC manual on included, excluded and ignored deltas. Various other minor improvements to manual, including a clearer description of CSSC's interoperability support, and how it treats long lines in its input. * sccs get - all g-files processed after a failing file are deleted. * Fixed compilation bug - we were using idigit() in reveral places but not including <ctype.h>. (SourceForge bug 623164). * The test suite now passes when run against a genuine version of SCCS which lacks "prt". * Support for the "-a" option of "get" and the "-p" option of "delta". * We detect the situation if an SCCS file has a link count greater than 1, and we refuse to open the affected file. * Fix cssc.spec file so that it works with RPM v4 (i.e. when all manpages are automatically compressed). * Correction to support for MR validation on systems lacking "fork()". * Upgraded to autoconf version 2.53. New in CSSC-0.14alpha-pl0 * Added Richard Kettlewell's sccs.cgi CGI script. * Enhancements to the manual: added a Glossary, documented "val". * Include a section in the manual explaining in more detail some of the differences in between other SCCS versions (and which funcitonality CSSC follows in each case). * More test cases (we are now tracking test suite coverage with "gcov" and devising test cases to test the parts of the code that the test suite does not currently reach). * Bug-fixes for "val" (mainly corrections to the precise value returned when validation fails) * delta now checks that the caller is actually allowed to make deltas to he SCCS history file (previously this check was made only by "get -e") * The "!44" syntax for the authorised user list is not compatible with SCCS and hence has been disabled. Any complaints via the usual bug reporting route, please. * The options -Y and -M for "delta" have been removed (since they aren't in normal SCCS and can be replaced by -y"" and -m""). * "sccs help" and "sccs comb" now issue more helpful error messages explaining why the relevant program is missing. * Corrections to "what" - exit with status 1 if no matching string was found or an unknown option letter was passed. * Fixes for set-user-id operation (which is still not recommended - see the CSSC manual for an explanation). * Added warning when we see an excluded delta, explaining that this feature is not fully tested. The warning includes a pointer to a document explaining what they should do about this. * Fixed bugs from SourceForge: 479916 (get -t problem), 480136, 481519, 481707, 484278 (all related to setuid operation, and in fact all duplicates of each other), 489005 (removal of g-file when running setuid), 513800 (cope with Data General "bugfix" 4-digit years), 489311 (Locale settings cause test failure), 530969 (FILE* leak in filediff.cc), 531884 (compiler warning on 64-bit systems) * Moved old ChangeLog to ChangLog.2.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv4-6/+11
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-30cvsync 0.22.0 is out.gehenna2-5/+5
ChangeLog: * New keyword: compress (client only) * Options (client) -Z : Disables a compression. -z : Enables a compression. * Option (server) -z: Sets the compression level. 0: no compression. 1: the fastest, but less compression. 9: the slowest, but best compression.
2003-05-30Address PR pkg/21672 (subversion-python install error). Useepg1-4/+4
INSTALL_SCRIPT to install Python scripts, not INSTALL_PROGRAM.
2003-05-30Really fix PR pkg/21673 (use PYTHON_VERSION_ACCEPTED instead ofepg2-4/+4
PYTHON_VERSION_REQD).
2003-05-30Address pkg/21673 (make swig-python also accept python-22pth).epg2-4/+4
2003-05-30Fix apr-config and apu-config scripts when run fromepg3-1/+93
${BUILDLINK_DIR}/bin. This may help fix ap2-perl, but won't help ap2-php4.
2003-05-30Change the CONFLICTS back to apache2<=2.0.45 and document why (thatepg1-2/+4
version of the package and below included its own apr).
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant2-5/+4
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-29Update cpuflags to 0.42:abs6-12/+121
- Add some additional x86 flags for gcc 3.x - Allow the path to cc to be specified as an argument to cpuflags - Use both the previous to handle the gcc3 package - Add an 'unsupported' optimize_gcc.mk which... to quote its comments: "This file is 'experimental' - which is doublespeak for unspeakably ugly, and probably quite broken by design. The intention is to pass additional flags to gcc to further optimise generated code. It _will_ make it impossible to debug, may fail to compile some code, and even generate curdled binaries. It is completely unsupported. Any questions should be directed to <abs@netbsd.org>.
2003-05-29Apache 2.0.46 won't build with the older apr installed; BUILDLINK_DEPENDSjklos1-2/+2
needed to be bumped so apr will get updated with Apache.
2003-05-29upgrade to apache 2.0.46. fixes two vulnerabilities:itojun4-31/+8
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189
2003-05-25Replace apr-devel with apr.epg1-2/+6
Add and enable subversion-base, subversion-python, and swig-python. Add swig-build.
2003-05-25This has been replaced by devel/apr.epg7-248/+0
2003-05-25Turn this into a meta-package for Subversion 0.23.0. Also, itepg12-150/+245
contains the infrastructure (Makefile.common, buildlink2.mk, distinfo, and patches).
2003-05-25import subversion-python-0.23.0epg4-0/+125
This package contains the Python bindings to the Subversion libraries and some programs that use them. This includes cvs2svn, which converts CVS repositories to Subversion repositories.
2003-05-25import subversion-base-0.23.0epg3-0/+157
This package contains all the Subversion programs and libraries except the Apache module mod_dav_svn (for which see the ap2-subversion package) and the Python bindings and some programs which use them (for which see the subversion-python package). Installing this package alone will satisfy most people's needs, providing all three repository access layers (local, svn, and dav) and the server for the svn access layer.
2003-05-25import apr-0.9.1.2.0.45epg10-0/+248
This package contains apr and apr-util from the latest Apache2 distribution (currently httpd-2.0.45). It is currently (er, currently in a few minutes) shared between the Apache2 and Subversion packages.
2003-05-25import swig-build-1.3.17epg9-0/+419
This package contains only the swig program itself and the base definitions; it is useless alone. You only need this package if you are building software that uses SWIG. You will also need a swig-LANG package, where LANG is the language you are working with (e.g. swig-perl, swig-python, etc.). Still todo: import other swig runtimes, move existing swig package to swig11 and update dependencies, and add the new swig packages to devel/Makefile.
2003-05-25import swig-python-1.3.17epg4-0/+55
This is the runtime for Python bindings written with SWIG 1.3.17.
2003-05-25Update to 2.2.1:jmmv6-33/+24
Library: * Init gettext earlier to catch some bugs (Hidetoshi Tajima) Bug #99224 * Fix search path for locale.alias. (Julio Merino) Bug #106180. * Fix url substitution with custom web browser command (Pasupathi Duraisamy) Bug #108909 * Plug a leak in the help routines. (Kjartan) Help converters: * Fix manual pages that have non-numeric filetypes such as open.3pm. Patch from Roderich Schupp. Bug #101440. * Fix crashes when feeding directories to the help converters. Patch from John Fleck. Bug #104056. * Generate help-methods.conf based on libexecdir value. Patch from Frédéric Crozat. Bug #91169. Build: * Honor --disable-schemas-install. (Julio Merino) * Require newer intltool (Kjartan) Translations: az (Metin Amiroff), be (Dmitry Mastrukov), bn (Taneem Ahmed), cs (Miloslav Trmac), de (Christian Neumair), el (Kostas Papadimas), es (Carlos Perello Martin), id (Mohammad DAMT), ja (Takeshi AIHANA), ml (Guntupalli Karunkar), mn (Badral Saulig), ms (Hasbullah Bin Pit), ko (Changwoo Ryu), nl (Vincent Van Adrighem), no (Kjartan Maraas), pl (Zbigniew Chyla), pt (Duarte Loreto), ru (Dmitry Mastrukov)
2003-05-25cvsync-0.21.1gehenna2-5/+5
Changes: * Fix a well known problem to fail to update the file with the same name but the different type.
2003-05-23Add new header files into buildlink2.mk. Toru Takamizu in PR21657.uebayasi1-1/+4
2003-05-22Depend on startup-notification. Bump PKGREVISION to 2.jmmv1-2/+3
Fixes PR pkg/21601 by Benedikt Meurer.
2003-05-22Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixesjmmv2-3/+4
a problem introduced in the 6.2alpha4 package.
2003-05-22Update to 6.2alpha5:jmmv8-53/+39
- GC_invoke_finalizers could, under rare conditions, set GC_finalizer_mem_freed to an essentially random value. This could possibly cause unbounded heap growth for long-running applications under some conditions. (The bug was introduced in 6.1alpha5, and is not in gcc3.3. Thanks to Ben Hutchings for finding it.) - Attempted to sanitize the various DLL macros. GC_USE_DLL disappeared. GC_DLL is used instead. All internal tests are now on GC_DLL. README.macros is now more precise about the intended meaning. - Include DllMain in the multithreaded win32 version only if the collector is actually built as a dll. (Thanks to Mohan Embar for a version of the patch.) - Hide the cygwin threadAttach/Detach functions. They were violating our namespace rules. - Fixed an assertion in GC_check_heap_proc. Added GC_STATIC_ASSERT. (Thanks again to Ben Hutchings.) - Removed some obsolete definitions for Linux/PowerPC in gcconfig.h. - CORD_cat was not rebalancing unbalanced trees in some cases, violating a CORD invariant. Also tweaked the rebalancing rule for CORD_cat_char_star. (Thanks to Alexandr Petrosian for the bug report and patch.) - Added hand-coded structured exception handling support to mark.c. This should enable support of dynamic libraries under win32 with gcc-compiled code. (Thanks to Ranjit Mathew for the patch.) Turned on dynamic library scanning for win32/gcc. - Removed some remnants of read wrapping. (Thanks to Kenneth Schalk.) GC_USE_LD_WRAP ws probably broken in recent versions. - The build could fail on some platforms since gcconfig.h could include declarations mentioning ptr_t, which was not defined, e.g. when if_mach was built. (Thanks to Yann Dirson for pointing this out.) Also cleaned up tests for GC_PRIVATE_H in gcconfig.h a bit. - The GC_LOOP_ON_ABORT environment variable interfered with incremental collection, since the write fault handler was erroneously overridden. Handlers are now set up in the correct order. - It used to be possible to call GC_mark_thread_local_free_lists() while the world was not stopped during an incremental GC. This was not safe. Fortunately, it was also unnecessary. Added GC_world_stopped flag to avoid it. (This caused occasional crashes in GC_set_fl_marks with thread local allocation and incremental GC. This probably happened primarily on old, slow multiprocessors.) - Allowed overriding of MAX_THREADS in win32_threads.c from the build command line. (Patch from Yannis Bres.) - Taught the IA64/linux code to determine the register backing store base from /proc/self/maps after checking the __libc symbol, but before guessing. (__libc symbols are on the endangered list, and the guess is likely to not always be right for 2.6 kernels.) Restructured the code to read and parse /proc/self/maps so it only exists in one place (all platforms). - The -DUSE_PROC_FOR_LIBRARIES code was broken on Linux. It claimed that it also registered the main data segment, but didn't actually do so. (I don't think anyone actually uses this configuration, but ...) - Made another attempt to get --enablecplusplus to do the right thing. Since there are unavoidable problems with C programs linking against a dynamic library that includes C++ code, I separated out the c++ code into libgccpp. Based on patch provided in PR pkg/21569 by Marc Recht.
2003-05-22Add a .Pp to slightly cleanup formattingabs1-1/+2
2003-05-22Add dependency on gail. Bump PKGREVISION. Closes PR 21610 by Marc Recht.wiz1-2/+3
2003-05-22Fix typo.wiz1-1/+1
2003-05-22Update KDE to 3.1.2.markd4-12/+8
Changes: kdesdk: * kbabel: Splash screen can be clicked and does not cover error messages anymore.
2003-05-20The pkgconfig file has X libraries added during configure so reprocess itjmc1-1/+10
after configure to make sure the right RPATH's are picked up for X. Showed up during graphics/dia's build where no other direct X libs are referenced.
2003-05-19Update p5-Date-Manip to 5.40mjl2-6/+7
Bug fix release. No significant new functionality.
2003-05-18Update to 1.7.5:wiz2-5/+5
Bugs fixed in 1.7.5: * Update install-sh's license to remove an advertising clause. (Debian bug #191717) * Fix a bug introduced in 1.7.4, related to BUILT_SOURCE handling, that caused invalid Makefile.ins to be generated. * Make sure AM_MAKE_INCLUDE doesn't fail when a `doit' file exists. * New FAQ entry: renamed objects. Bugs fixed in 1.7.4: * Tweak the TAGS rule to support Exuberant Ctags (in addition to the Emacs implementation) * Fix output of aclocal.m4 dependencies in subdirectories. * Use `mv -f' instead of `mv' in fastdep rules. * Upgrade mdate-sh to work on OS/2. * Don't byte-compile elisp files when ELCFILES is set empty. (this documented feature was broken by 1.7.3) * Diagnose trailing backslashes on last line of Makefile.am. * Diagnose whitespace following trailing backslashes. * Multiple tests are now correctly supported in DEJATOOL. (PR/388) * Fix rebuilt rules for AC_CONFIG_FILES([Makefile:Makefile.in:Makefile.bot]) Makefiles. (PR/389) * `make install' will build `BUILT_SOURCES' first. * Minor documentation fixes.
2003-05-18Update to roundup 0.5.7. Relevant changes:lukem2-5/+5
2003-05-08 0.5.7 - fixed Interval maths (sf bug 665357) - fixed sqlite rollback/caching bug (sf bug 689383) - fixed rdbms table update detection logic (sf bug 703297) - fixed detection of bad date specs (sf bug 691439) - required String properties not being flagged (thanks Ajit George) - only look for CSV files when importing (thanks Dan Grassi) - can now unset values in CSV editing (sf bug 704788) - fixed rdbms email address lookup (case insensitivity) - email file attachments added to issue files list (sf bug 711501) - added socket timeout to attempt to prevent stuck processes (sf bug 665487) - email registered users shouldn't be able to log in (sf bug 714673) - handle missing addresses on users (sf bug 724537)
2003-05-17add and enable p5-Set-Scalardmcmahill1-1/+2
2003-05-17import p5-Set-Scalar-1.17dmcmahill4-0/+24
Perl5 module for basic set operations.
2003-05-170.21.0 is out.gehenna2-5/+5
Changes: * New feature: access It provides the way to control to allow/deny the connections. allow <v4addr>[/<netmask>][,<max>] allow <v6addr>[/<prefixlen>][,<max>] allow <domain>[,<max>] 'allow' specifies the acceptable address block and the acceptable domain name. <max> means the maximum connections from the address block or the domain name. Even if <max> is greater than 'maxclient', the maximum is restricted by the value of 'maxclient'. always <v4addr>[/<netmask>] always <v6addr>[/<prefixlen>] always <domain> 'always' specifies the acceptable address block and the acceptable domain name with no restrictions. Even if the number of the connections is already same as 'maxclient', the connection from this address block or the domain name never be rejected. deny <v4addr>[/<netmask>] deny <v6addr>[/<prefixlen>] deny <domain> 'deny' specifies the unacceptable address block and the unacceptable domain name. The server always rejects the connection from this address block and the domain name. 'permit' is an alias to 'allow'. 'reject' is an alias to 'deny'. * Fix a bug that cvscan doesn't work if 'distfile' isn't set. * Experimental SOCKS5 support. If you want to use SOCKS5, please specify SOCKS5_TYPE. The following types are available: dante nec none (default)