summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2011-06-12Pullup ticket #3455 - requested by tacatron7-16/+11
devel/java-subversion: security update devel/p5-subversion: security update devel/py-subversion: security update devel/subversion: security update devel/subversion-base: security update www/ap2-subversion: security update Revisions pulled up: - devel/java-subversion/Makefile 1.11 via patch - devel/p5-subversion/Makefile 1.51 via patch - devel/py-subversion/Makefile 1.40 via patch - devel/ruby-subversion/Makefile 1.31 via patch - devel/subversion-base/Makefile 1.72 via patch - devel/subversion/Makefile 1.44 via patch - devel/subversion/Makefile.version 1.58 - devel/subversion/distinfo 1.79 - www/ap2-subversion/Makefile 1.44 via patch --- Module Name: pkgsrc Committed By: taca Date: Fri Jun 3 13:26:50 UTC 2011 Modified Files: pkgsrc/devel/java-subversion: Makefile pkgsrc/devel/p5-subversion: Makefile pkgsrc/devel/py-subversion: Makefile pkgsrc/devel/ruby-subversion: Makefile pkgsrc/devel/subversion: Makefile Makefile.version distinfo pkgsrc/devel/subversion-base: Makefile pkgsrc/www/ap2-subversion: Makefile Log Message: Update subversion pacakges to 1.6.17. Version 1.6.17 (01 Jun 2011, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.17 User-visible changes: * improve checkout speed on Windows (issue #3719) * make 'blame -g' more efficient on with large mergeinfo (r1094692) * avoid some invalid handle exceptions on Windows (r1095654) * preserve log message with a non-zero editor exit (r1072084) * fix FSFS cache performance on 64-bit platforms (r1103665) * make svn cleanup tolerate obstructed directories (r1091881) * fix deadlock in multithreaded servers serving FSFS repositories (r1104093) * detect very occasional corruption and abort commit (issue #3845) * fixed: file externals cause non-inheritable mergeinfo (issue #3843) * fixed: file externals cause mixed-revision working copies (issue #3816) * fix crash in mod_dav_svn with GETs of baselined resources (r1104126) See CVE-2011-1752, and descriptive advisory at http://subversion.apache.org/security/CVE-2011-1752-advisory.txt * fixed: write-through proxy could direcly commit to slave (r917523) * detect a particular corruption condition in FSFS (r1100213) * improve error message when clients refer to unkown revisions (r939000) * bugfixes and optimizations to the DAV mirroring code (r878607) * fixed: locked and deleted file causes tree conflict (issue #3525) * fixed: update touches locked file with svn:keywords property (issue #3471) * fix svnsync handling of directory copyfrom (issue #3641) * fix 'log -g' excessive duplicate output (issue #3650) * fix svnsync copyfrom handling bug with BDB (r1036429) * server-side validation of svn:mergeinfo syntax during commit (issue #3895) * fix remotely triggerable mod_dav_svn DoS See CVE-2011-1783, and descriptive advisory at http://subversion.apache.org/security/CVE-2011-1783-advisory.txt * fix potential leak of authz-protected file contents See CVE-2011-1921, and descriptive advisory at http://subversion.apache.org/security/CVE-2011-1921-advisory.txt Developer-visible changes: * fix reporting FS-level post-commit processing errors (r1104098) * fix JVM recognition on OS X Snow Leopard (10.6) (r1028084) * allow building on Windows with recent Expat (r1074572)
2011-06-11Pullup ticket #3453 - requested by tronsbd4-8/+58
devel/automake14 security update Revisions pulled up: - devel/automake14/Makefile 1.19 - devel/automake14/distinfo 1.5 - devel/automake14/patches/patch-ab 1.4 - devel/automake14/patches/patch-ac 1.1 --- Module Name: pkgsrc Committed By: tron Date: Fri Jun 10 09:43:41 UTC 2011 Modified Files: pkgsrc/devel/automake14: Makefile distinfo pkgsrc/devel/automake14/patches: patch-ab Added Files: pkgsrc/devel/automake14/patches: patch-ac Log Message: Add fix for the vulnerability reported in CVE-2009-4029 taken from the automake GIT repository.
2011-05-21Pullup ticket #3436 - requested by drochnertron3-2/+40
devel/apr: security patch Revisions pulled up: - devel/apr/Makefile 1.63 - devel/apr/distinfo 1.31 - devel/apr/patches/patch-aa 1.5 --- Module Name: pkgsrc Committed By: drochner Date: Fri May 20 09:23:16 UTC 2011 Modified Files: pkgsrc/devel/apr: Makefile distinfo Added Files: pkgsrc/devel/apr/patches: patch-aa Log Message: add patch from upstream tp fix a regression in the last release which could cause hangs bump PKGREV
2011-05-15Pullup ticket #3427 - requested by tronsbd2-6/+6
devel/apr security update Revisions pulled up: - devel/apr/Makefile 1.62 - devel/apr/distinfo 1.30 --- Module Name: pkgsrc Committed By: tron Date: Wed May 11 18:07:16 UTC 2011 Modified Files: pkgsrc/devel/apr: Makefile distinfo Log Message: Update "apr" package to version 1.4.2. Changes since version 1.4.4: - Reimplement apr_fnmatch() from scratch using a non-recursive algorithm; now has improved compliance with the fnmatch() spec. [William Rowe] - Fix environment-related crash using some non-standard builds on Windows 7/Server 2008. [Steve Hay <SteveHay planit.com>] - poll, pollset, pollcb on Windows: Handle calls with no file/socket descriptors. Bug 49882. [Stefan Ruppert <sr myarm.com>, Jeff Trawick] - Fix APR_IPV6_V6ONLY issues on Windows related to run-time behavior on Windows older than Vista and SDK/MinGW levels without IPV6_V6ONLY. Bug 45321. [Sob <sob hisoftware.cz>] - Fix address handling when accepting an AF_INET socket from a socket bound as AF_INET6. Bug 49678. [Joe Orton] - Fix error return values from apr_sockaddr_info_get() on Windows for IPv6 builds. [Ivan Zhakov <ivan visualsvn.com>] - Add new experimental configure option --enable-allocator-uses-mmap to use mmap instead of malloc in apr_allocator_alloc(). This greatly reduces memory fragmentation with malloc implementations (e.g. glibc) that don't handle allocationss of a page-size-multiples in an efficient way. It also makes apr_allocator_max_free_set() actually have some effect on such platforms. [Stefan Fritsch] - configure: Support 64 and 32 bit universal builds for Darwin/ OS X 10.6+. [Jim Jagielski] - apr_sockaddr_info_get() on AIX: Fix a problem which could set the port field in the native socket address to 1 when 0 was specified. Bug 46964. [Jeff Trawick] - configure: Make definition of apr_ino_t independent of _FILE_OFFSET_BITS even on platforms where ino_t is 'unsigned int'. [Stefan Fritsch] - apr_ring: Workaround for aliasing problem that causes gcc 4.5 to miscompile some brigade related code. Bug 50190. [Stefan Fritsch] - apr_file_flush_locked(): Handle short writes. [Stefan Fritsch] - apr_pollset_create_ex(): Trap errors from pollset providers. Bug 49094. [Sami Tolvanen <sami.tolvanen mywot.com>] - apr_pollset_create*(): Fix memory lifetime problem with the wakeup pipe when the pollset was created with APR_POLLSET_NOCOPY. [Neil Conway <nrc cs.berkeley.edu>] - Fix detection of some Linux variants when configure is built with recent GNU tools. [Eric Covener] - Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC is supported. Bug 46297. [Joe Orton] - Improve platform detection by updating config.guess and config.sub. [Rainer Jung]
2011-04-25Pullup ticket #3419 - requested by hespz3-2/+51
devel/orc: build fix for powerpc Revisions pulled up: - devel/orc/Makefile 1.3 - devel/orc/distinfo 1.6 - devel/orc/patches/patch-ab 1.4 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: he Date: Mon Apr 18 20:07:32 UTC 2011 Modified Files: pkgsrc/devel/orc: Makefile distinfo Added Files: pkgsrc/devel/orc/patches: patch-ab Log Message: Add a patch so that this builds properly for powerpc. Also bump package revision. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/orc/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/orc/distinfo cvs rdiff -u -r0 -r1.4 pkgsrc/devel/orc/patches/patch-ab
2011-04-11Pullup ticket #3405 - requested by drochnertron2-6/+6
devel/xulrunner: security update www/firefox: security update Revisions pulled up: - devel/xulrunner/dist.mk 1.19 - devel/xulrunner/distinfo 1.41 --- Module Name: pkgsrc Committed By: drochner Date: Mon Apr 4 11:05:43 UTC 2011 Modified Files: pkgsrc/devel/xulrunner: dist.mk distinfo Log Message: update to 3.6.16 change: blacklist compromized Comodo certificates
2011-04-06Pullup ticket #3401 - requested by tacatron4-16/+16
databases/ruby-activerecord3: security update devel/ruby-activemodel: security update devel/ruby-activesupport3: security update devel/ruby-railties: security update lang/ruby: security update mail/ruby-actionmailer3: security update www/ruby-actionpack3: security update www/ruby-activeresource3: security update www/ruby-rails3: security update Revisions pulled up: - databases/ruby-activerecord3/distinfo 1.5 - devel/ruby-activemodel/distinfo 1.5 - devel/ruby-activemodel/patches/patch-.._activemodel.gemspec 1.2 - devel/ruby-activesupport3/distinfo 1.5 - devel/ruby-railties/distinfo 1.5 - lang/ruby/rails.mk 1.3 - mail/ruby-actionmailer3/distinfo 1.5 - www/ruby-actionpack3/distinfo 1.5 - www/ruby-actionpack3/patches/patch-.._actionpack.gemspec 1.2 - www/ruby-activeresource3/distinfo 1.5 - www/ruby-rails3/distinfo 1.6 --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:23:03 UTC 2011 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: Start update of Ruby on Rails 3.0.6. --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:23:30 UTC 2011 Modified Files: pkgsrc/devel/ruby-activesupport3: distinfo Log Message: Update ruby-activesupport3 package to 3.0.6. --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:24:48 UTC 2011 Modified Files: pkgsrc/devel/ruby-activemodel: distinfo pkgsrc/devel/ruby-activemodel/patches: patch-.._activemodel.gemspec Log Message: Update ruby-activemodel package to 3.0.6. *Rails 3.0.6 (April 5, 2011) * Fix when database column name has some symbolic characters (e.g. Oracle CASE# VARCHAR2(20)) #5818 #6850 [Robert Pankowecki, Santiago Pastorino] * Fix length validation for fixnums #6556 [Andriy Tyurnikov] * Fix i18n key collision with namespaced models #6448 [yves.senn] --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:26:04 UTC 2011 Modified Files: pkgsrc/www/ruby-actionpack3: distinfo pkgsrc/www/ruby-actionpack3/patches: patch-.._actionpack.gemspec Log Message: Update ruby-actionpack3 pacakge to 3.0.6. *Rails 3.0.6 (April 5, 2011) * Fixed XSS vulnerability in `auto_link`. `auto_link` no longer marks input as html safe. Please make sure that calls to auto_link() are wrapped in a sanitize(), or a raw() depending on the type of input passed to auto_link(). For example: <%= sanitize(auto_link(some_user_input)) %> Thanks to Torben Schulz for reporting this. The fix can be found here: 61ee3449674c591747db95f9b3472c5c3bd9e84d * Fixes the output of `rake routes` to be correctly match to the behavior of the application, as the regular expression used to match the path is greedy and won't capture the format part by default [Prem Sichanugrist] * Fixes an issue with number_to_human when converting values which are less than 1 but greater than -1 [Josh Kalderimis] * Sensitive query string parameters (specified in config.filter_parameters) will now be filtered out from the request paths in the log file. [Prem Sichanugrist, fxn] * URL parameters which return nil for to_param are now removed from the query string [Andrew White] * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino] * Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 [Sven Fuchs] * Fix regression: javascript_include_tag shouldn't raise if you register an expansion key with nil or [] value [Santiago Pastorino] * Fix Action caching bug where an action that has a non-cacheable response always renders a nil response body. It now correctly renders the response body. [Cheah Chu Yeow] --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:27:01 UTC 2011 Modified Files: pkgsrc/databases/ruby-activerecord3: distinfo Log Message: Update ruby-activerecord3 package to 3.0.6. *Rails 3.0.6 (April 5, 2011) * Un-deprecate reorder method [Sebastian Martinez] * Extensions are applied when calling +except+ or +only+ on relations. Thanks to Iain Hecker. * Schemas set in set_table_name are respected by the mysql adapter. LH #5322 * Fixed a bug when empty? was called on a grouped Relation that wasn't loaded. LH #5829 * Reapply extensions when using except and only. Thanks Iain Hecker. * Binary data is escaped when being inserted to SQLite3 Databases. Thanks Naruse! --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:27:56 UTC 2011 Modified Files: pkgsrc/www/ruby-activeresource3: distinfo Log Message: Update ruby-activeresource3 pacakge to 3.0.6. No changes but version. --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:28:53 UTC 2011 Modified Files: pkgsrc/mail/ruby-actionmailer3: distinfo Log Message: Update ruby-actionmailer3 package to 3.0.6. *Rails 3.0.6 (April 5, 2011) * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino] --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:29:48 UTC 2011 Modified Files: pkgsrc/devel/ruby-railties: distinfo Log Message: Update ruby-railties package to 3.0.6. No chagne but version. --- Module Name: pkgsrc Committed By: taca Date: Wed Apr 6 13:31:02 UTC 2011 Modified Files: pkgsrc/www/ruby-rails3: distinfo Log Message: Update ruby-rails3 package to 3.0.6. (Ruby on Rails meta pacakge, no change but version.)
2011-04-06Pullup ticket #3400 - requested by wiztron2-3/+32
audio/gqmpeg-devel: build fix devel/teem: build fix games/ufoai: build fix graphics/tuxpaint: build fix lang/kaffe: build fix sysutils/xnc: build fix wm/afterstep: build fix www/chimera: build fix www/mMosaic: build fix x11/xcursorgen: build fix Revisions pulled up: - audio/gqmpeg-devel/distinfo 1.5 - audio/gqmpeg-devel/patches/patch-src_ui__pixbuf__save.c 1.1 - devel/teem/distinfo 1.6 - devel/teem/patches/patch-ad 1.2 - games/ufoai/distinfo 1.5 - games/ufoai/patches/patch-ab 1.3 - graphics/tuxpaint/distinfo 1.21 - graphics/tuxpaint/patches/patch-ab 1.5 - lang/kaffe/distinfo 1.30 - lang/kaffe/patches/patch-libraries_clib_awt_X_imgpng.c 1.1 - sysutils/xnc/distinfo 1.8 - sysutils/xnc/patches/patch-src_lib_image2_sdl__image_IMG__png.c 1.1 - wm/afterstep/distinfo 1.13 - wm/afterstep/patches/patch-libAfterImage_export.c 1.1 - wm/afterstep/patches/patch-libAfterImage_import.c 1.1 - www/chimera/distinfo 1.9 - www/chimera/patches/patch-ad 1.5 - www/mMosaic/distinfo 1.11 - www/mMosaic/patches/patch-ai 1.2 - www/mMosaic/patches/patch-src_MIME.c 1.1 - x11/xcursorgen/distinfo 1.3 - x11/xcursorgen/patches/patch-xcursorgen.c 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 08:09:47 UTC 2011 Modified Files: pkgsrc/audio/gqmpeg-devel: distinfo Added Files: pkgsrc/audio/gqmpeg-devel/patches: patch-src_ui__pixbuf__save.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:04:40 UTC 2011 Modified Files: pkgsrc/graphics/tuxpaint: distinfo pkgsrc/graphics/tuxpaint/patches: patch-ab Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:07:00 UTC 2011 Modified Files: pkgsrc/x11/xcursorgen: distinfo Added Files: pkgsrc/x11/xcursorgen/patches: patch-xcursorgen.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:27:29 UTC 2011 Modified Files: pkgsrc/devel/teem: distinfo pkgsrc/devel/teem/patches: patch-ad Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:32:46 UTC 2011 Modified Files: pkgsrc/games/ufoai: distinfo pkgsrc/games/ufoai/patches: patch-ab Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:49:51 UTC 2011 Modified Files: pkgsrc/lang/kaffe: distinfo Added Files: pkgsrc/lang/kaffe/patches: patch-libraries_clib_awt_X_imgpng.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:56:30 UTC 2011 Modified Files: pkgsrc/sysutils/xnc: distinfo Added Files: pkgsrc/sysutils/xnc/patches: patch-src_lib_image2_sdl__image_IMG__png.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:02:00 UTC 2011 Modified Files: pkgsrc/wm/afterstep: distinfo Added Files: pkgsrc/wm/afterstep/patches: patch-libAfterImage_export.c patch-libAfterImage_import.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:16:39 UTC 2011 Modified Files: pkgsrc/www/chimera: distinfo pkgsrc/www/chimera/patches: patch-ad Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:27:06 UTC 2011 Modified Files: pkgsrc/www/mMosaic: distinfo pkgsrc/www/mMosaic/patches: patch-ai Added Files: pkgsrc/www/mMosaic/patches: patch-src_MIME.c Log Message: Fix build with png-1.5 and avoid conflict with getline() on NetBSD.
2011-04-03Set EXTRACT_SUFX so it uses the same tarball as monotone.wiz1-1/+2
2011-04-02set HOMEPAGE.obache1-2/+2
2011-04-01Don't include stdint.h if it does not existtez3-1/+35
Fixes PR#44770
2011-04-01remove additional (new) screen terminfo conflicts for solaristez1-1/+9
fixes PR#44699
2011-04-01Fix more gemspec format. Fix build problem with ruby19-base.taca2-11/+27
2011-04-01Remove the monotone-el package: the .el file it was installing has beenjmmv5-70/+1
deprecated in monotone-1.0 because it does not work with recent versions of monotone.
2011-04-01Update to 1.0: depend on monotone-1.0.jmmv1-4/+4
2011-04-01Update to 1.0; oked by wiz@:jmmv3-97/+72
Changes - The database scheme was changed; please execute 'mtn db migrate' on all your local and remote databases. - In 'mtn conflicts resolve_first interactive', the result file name now defaults to _MTN/resolutions/<left_path>. (fixes monotone issue 103) - The French monotone translation has been updated and is now part of the main distribution again. Many thanks to Steve Petruzzello <dlist@bluewin.ch> for the outstanding work! - get_netsync_(read|write)_permitted have been extended to not only read the files read-permissions and write-permissions, but also the files in the subdirectories read-permissions.d and write-permissions.d. - monotone now also tracks the workspaces of databases which do not reside in a "managed" location. - automate now resets the locale to "POSIX" internally. This means that all scripts can expect the same untranslated messages from mtn automate, regardless of the locale of the calling process. - The hook 'get_netsync_key' has been split up into two separate hooks, one for client usage ('get_netsync_client_key', with the same arguments as the original 'get_netsync_key') and one for server usage ('get_netsync_server_key', with a single table argument containing all the given '--bind' options). Please review your custom hooks accordingly. - Short options ('-b', '-d', ...) are no longer completed. This fixes an invariant failure originating from wrong option usage. (closes monotone issue 141) New Features - 'mtn conflicts store' now outputs a count of the conflicts, and the name of the conflicts file. (fixes monotone issue 108) - New 'mtn list workspaces' command which outputs all the known workspaces for a specific database. (closes monotone issue 129) Bugs fixed - The internal line merger will actually preserve your line endings now, instead of changing everything to "\n". - Improved the help and fixed the argument indexing in 'conflicts resolve_first' (fixes monotone issue 101) - A regression from 0.48 prevented monotone from ordering the diff output of individual files alphabetically. (fixes monotone issue 102) - 'mtn privkey' did not recognize private keys solely available in the key store. This has been fixed. - Added compatibility with Botan 1.9.9 and newer. (fixes monotone issue 104) - 'mtn pull' and 'mtn sync' would always say that your workspace has not been updated. Now, it only does that when you used the '--update' option and there were no updates. (fixes monotone issue 106) - 'mtn automate remote' and 'mtn automate remote_stdio' now use a given database given by an alias to read, store and validate a remote server's key fingerprint (fixes monotone issue 95) - monotone gives a proper error message now if a netsync URI with the 'mtn' scheme misses the required host part (fixes monotone issue 110) - Whenever a binary file was removed and one would try to get a diff using mtn diff, it would report that "/dev/null is binary". This has been changed to it reports the actual name of the removed file instead. (fixes monotone issue 111) - monotone no longer wrongly falls back on a :memory: database when no database option is given. It also prints out an informational message for commands like 'setup' and 'clone' that fall back on the configured default database, again, if no database is specified for these commands. (fixes monotone issue 113) - If 'mtn serve' is called with one or more '--bind' options, then the arguments to these options can now be specified again as follows: '<ip-or-host>' to listen to IP or host on the default port '<ip-or-host>:<port>' to listen to IP or host on the specified port - or ':<port>' to listen on all interfaces on the specified port (fixes monotone issue 119) - monotone no longer enforces ".mtn" as file extension for managed databases. A new Lua hook, get_default_database_glob(), is used instead to determine a pattern which matches accepted database filenames and this pattern by default accept files ending with both, ".mtn" and ".db". (fixes monotone issue 128) - monotone now gives a proper error message when an incomplete or partial identifier contains non-hex digits. (fixes monotone issue 143) - Performance of "mtn ls changed" has been improved and is now comparable to "mtn status". (fixes monotone issue 120) Internal - The source tree has been reorganized. Sources, tests and documentation now reside in specific directories and many smaller improvements in terms of source code cleanup, developer documentation and general build infrastructure accompany this big change. Other - Added a new directory extra/, which contains monotone hooks and related scripts that have been shown to work. Most of these get installed, usually somewhere under $(prefix)/share/monotone. Please read extra/README for further information. - Added the mtn-cleanup Perl script that returns a workspace to its pristine state with the minimum amount of change. This script is in the extra/bin directory.
2011-03-31Update atf to 0.13:jmmv3-8/+18
Experimental version released on March 31st, 2011. This is the first release after the creation of the Kyua project, a more modular and reliable replacement for ATF. From now on, ATF will change to accomodate the transition to this new codebase, but ATF will still continue to see development in the short/medium term. Check out the project page at http://code.google.com/p/kyua/ for more details. The changes in this release are: * Added support to run the tests with the Kyua runtime engine (kyua-cli), a new package that aims to replace atf-run and atf-report. The ATF tests can be run with the new system by issuing a 'make installcheck-kyua' from the top-level directory of the project (assuming the 'kyua' binary is available during the configuration stage of ATF). * atf-run and atf-report are now in maintenance mode (but *not* deprecated yet!). Kyua already implements a new, much more reliable runtime engine that provides similar features to these tools. That said, it is not complete yet so all development efforts should go towards it. * If GDB is installed, atf-run dumps the stack trace of crashing test programs in an attempt to aid debugging. Contributed by Antti Kantee. * Reverted default timeout change in previous release and reset its value to 5 minutes. This was causing several issues, specially when running the existing NetBSD test suite in qemu. * Fixed the 'match' output checker in atf-check to properly validate the last line of a file even if it does not have a newline. * Added the ATF_REQUIRE_IN and ATF_REQUIRE_NOT_IN macros to atf-c++ to check for the presence (or lack thereof) of an element in a collection. * PR bin/44176: Fixed a race condition in atf-run that would crash atf-run when the cleanup of a test case triggered asynchronous modifications to its work directory (e.g. killing a daemon process that cleans up a pid file in the work directory). * PR bin/44301: Fixed the sample XSLT file to report bogus test programs instead of just listing them as having 0 test cases.
2011-03-31Forgot to mention compiler.mkadam1-1/+2
2011-03-31Restrict -std=c++0x to GCC 4.4 and above; fix for PR#42746adam1-2/+5
2011-03-30Add -std=c++0x to CXXFLAGS; fix for PR#42746adam1-1/+2
2011-03-28Switch to use RUBY_RAILS.taca1-2/+4
No functional change.
2011-03-27Needs pkg-configjoerg1-2/+2
2011-03-27Move assignment into conditional block where it belongsjoerg1-3/+3
2011-03-27Switch to use RUBY_RAILS.taca2-5/+9
No functional change.
2011-03-27Specify RUBYGEMS_REQD to fix build problem; now always build withtaca1-1/+3
misc/rubygems both ruby18 and ruby19.
2011-03-25Update ruby-activemodel pacakge which I forgot to commit to 3.0.5.taca3-12/+15
It is version update only. * Switch to use lang/ruby/rails.mk.
2011-03-24revert last PLIST change.obache1-2/+4
It probably came from failed to detect xf86dga2, it should be fixed instead.
2011-03-24Add patches accidently missed at last commit.obache2-0/+50
2011-03-23update PLIST. Fix install.zafer1-3/+1
2011-03-23Remove bl3 on tex; should have been removed with previousgdt1-3/+1
commit switching to minskim@'s fine-grained tex dependency.
2011-03-23Add latex option, currently defaulting to on.gdt3-1052/+1076
With latex option, depend on latex at both build and runtime. Without latex option, avoid both build- and run-time dependencies. (This commit should have no effect unless one adds PKG_OPTIONS.doxygen=-latex.) (Opinions were generally in favor of changing the default to not require latex, but it seems best not to do that right before a freeze, so I'm leaving it for another day.)
2011-03-23Update devel/ruby-subexec package to 0.1.0.taca2-6/+6
Changes are unavailable but added support of specifying LANG environment variable.
2011-03-23Update ruby-hoe package to 2.9.1.taca3-8/+15
=== 2.9.1 / 2011-02-05 * 1 minor enhancement: * Sow now creates all template directories before dealing with anything else * 3 bug fixes: * Fixed dependency order bug with prereleases [erikh] * Fixed sanity check for prereleases. * Fixed sow when passed no args. [erikh] === 2.9.0 / 2011-01-31 * 11 minor enhancements: * Added Hoe::Package#pkg_path to make package hook writing easier. * Added Hoe::Test#test_prelude to allow for code to run before test loading. * Added plugin?(name) to allow for easier plugin guarding in hoe spec. * Added support for multiple template dirs for sow. * Added support for rubygems-test. See http://www.gem-testers.org/ * Clean up sow a LOT using: include FileUtils::Verbose * Don't warn about missing plugins without rake -t * Hoe requires Gem::PackageTask from RubyGems 1.4+ * Moved post_news from publish to rubyforge * Plugins can now be loaded from a +plugins+ array in ~/.hoerc * rubyforge plugin now uses plain globs to push. Fixes releases for rubygems itself * 4 bug fixes: * Failed plugins should notify on both trace and debug. * Fixed rdoc_dir for custom rdoc locations * Fixed require 'rubyforge' that was too late * Fixed sow to properly rename dirs depth first === 2.8.0 / 2010-12-08 * 6 minor enhancements: * Added PRE=a.1 variable to package and release tasks. (ged) * Added compiler plugin to support rake-compiler. (tenderlove) * Added known_plugins task and updated included and 3rd party plugins doco * Added racc/rex plugin! * Extended sow's Rakefile template to dynamically include installed plugins * Turned off rubyforge plugin by default. (tenderlove's whining) === 2.7.0 / 2010-11-15 * 2 minor enhancements: * Added new plugin: gem_prelude_sucks. (jbarnette) * Activate under 1.9 if you don't want it messing with you. * Added rspec2 support (bleything) * 1 bug fix: * require uri in hoe/deps (raggi)
2011-03-23Update ruby-ZenTest package to 4.5.0.taca3-7/+11
=== 4.5.0 / 2011-02-18 * 6 minor enhancements: * Added autotest -w flag to turn on warnings. Turned off warnings by default. * Added autotest/preload.rb to deal with rails being egregiously slow. * Added child process handling/cleanup on signals. * Added postinitialize hook. * Improved restart mechanism to include all flags. * Refactored restart plugin to Autotest#restart. * 5 bug fixes: * Added sigquit handler to restart app straight up. * Fixed autotest/isolate so it works * Fixed parse_options to take args array (default ARGV) and to be non-destructive. * Strip ascii color to avoid false positives. (graemeworthy) * Use RbConfig to remove warning === 4.4.2 / 2010-12-10 * 2 bug fixes: * Added a temporary hack to deal with rspec(2?) discovery hacks. * Fixed windoze detection for unit_diff (thyresias) === 4.4.1 / 2010-12-01 * 12 minor enhancements: * Merged in most things from the autotest gem: * Added --no-full-after-failed. (grosser) * Added --rc path-to-dot-autotest. (grosser) * Added --style autotest-style. (grosser) * Added clarification comments. (grosser) * Added rake task descriptions. (grosser) * Switched to optparse. (grosser) * Switched windoze detection. (grosser, tenderlove) * Did not merge test parallelization. It should be a plugin. Awaiting patch. * Added autotest/bundler plugin. * Added autotest/isolate plugin. * Added capture of skips (for minitest) from result line. * Added focus_re to focus.rb. * Added latest_results hash. * Cleaned up unit_diff matcher by using any? * Enhanced the help/usage for autotest and zentest. (hugh sasse) * Refactored autotest runner discovery. * Refactored ruby_cmd to allow plugins to affect ruby execution. * Removed befuddling override of Dir.[] from 2007. *shrug* * Removed deny method in favor of aliasing refute. * 2 bug fixes: * 1.9 shadowed variable fix * autotest/restart now passes ARGV back through to exec. yay!
2011-03-23Backport Haiku support, taken from upstream.obache5-109/+441
(I'm using this patch over 10 months).
2011-03-23Update apel to 10.8.minskim3-11/+22
Changes: * EMU-ELS (emu-modules): Add setting for GNU Emacs 23 or later. * invisible.el: In GNU Emacs 23, inv-19.el overrides builtin function `invisible-p'. To fix the bug, require `inv-23' when running with GNU Emacs 23 or later. * poe.el (format-time-string): Fix problem on GNU Emacs 22.2
2011-03-23Update ruby-railties package to 3.0.5.taca2-8/+10
Version update only.
2011-03-23Update ruby-activesupport3 package to 3.0.5.taca2-6/+8
Version update only.
2011-03-23Switch to utilize lang/ruby/rail.mk.taca1-2/+4
2011-03-22No need to buildlink with cairo, so reset bump ABI from libpng via cairo.obache1-3/+1
2011-03-22require gobject-introspection>=0.9.5.obache2-2/+4
2011-03-21Add a patch to fix bug #54193 (Integer overflow in shmop_read()) referringtaca1-1/+2
r309018 from PHPs' repository. (CVE-2011-1092) Bump PKGREVISION of devel/php-shmop.
2011-03-21Add destdir installation support.obache1-10/+17
2011-03-21* add destdir installation support.obache1-1/+9
* fix installation for platfoms that have no 'root' user and no 'bin' group.
2011-03-21Add user-destdir installation support.obache1-3/+5
2011-03-21Add user-destdir installation support.obache3-24/+26
2011-03-21No need custom do-extract target, cpio will take care well automatically.obache1-7/+1
2011-03-21* LICENSE=gnu-gpl-v2obache1-1/+4
* marked as user-destdir installation support.
2011-03-20glib2 depends on pcre 8.11. Fixes configure check failure.cegger1-2/+2
2011-03-18Reduce TeX dependencies of doxygen.minskim1-4/+17