summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-06-24Add missing INSTALLATION_DIRS.jperkin1-2/+2
2012-06-24Fix INSTALLATION_DIRS.jperkin1-4/+2
2012-06-23Mark this NOT_FOR solaris.dholland1-1/+3
2012-06-21Add an patch to fix build failure.obache2-1/+20
Taken from FreeBSD ports/devel/p5-VCP-autrijus.
2012-06-21LICENSE=modified-bsdobache1-1/+2
2012-06-21Do previous correctly; it's MAKE_ENV, not BUILD_ENV.dholland1-2/+2
(this is not the first time I've tripped on that. grr)
2012-06-18Comment-only change to xref pkg/46109.gdt1-1/+5
Note that some perl modules that git-send-email requires are not dependencies.
2012-06-18Update to v1.7.10.5.gdt2-6/+6
Fixes since v1.7.10.4 --------------------- * "git fast-export" did not give a readable error message when the same mark erroneously appeared twice in the --import-marks input. * "git rebase -p" used to pay attention to rebase.autosquash which was wrong. "git rebase -p -i" should, but "git rebase -p" by itself should not. (ok agc@ to commit during freeze)
2012-06-18Needs yacc; seen in the Linux build report.dholland1-1/+2
2012-06-18Honor PKGMANDIR; fixes the Linux build.dholland2-4/+14
2012-06-18Avoid strict-aliasing problems on Linux. Bump PKGREVISION as a precaution.dholland3-2/+28
2012-06-16It's gnu/bin, not bin/gnu. From HITOSHI OSADA in PR 46607wiz1-2/+2
2012-06-16Update php-mode to 1.5.taca2-7/+6
Changes are too many to write here, please refer CHangeLog: http://php-mode.svn.sourceforge.net/viewvc/php-mode/tags/php-mode-1.5.0/ChangeLog?revision=93
2012-06-16Add and enable ruby-parseconfig.taca1-1/+2
2012-06-16Add ruby-parseconfig package version 1.0.2 to pkgsrc.taca4-0/+27
ParseConfig provides simple parsing of standard *nix style config files.
2012-06-16Add comment to note thor<0.15 is required by Ruby on Rails 3.2.taca1-1/+3
2012-06-16Update ruby-gettext_i18n_rails to 0.6.5.taca2-6/+6
Several bug fixes. please refer https://github.com/grosser/gettext_i18n_rails/commits/master in detail.
2012-06-16Update ruby-fast_gettext to 0.6.8.taca2-6/+6
Update po parser and a few fixes.
2012-06-16Add gcc memory barriers after the manner of emacs20's patch-bm, fordholland3-2/+50
the same reason: gcc "knows" that malloc has no side effects and reorders code around it, only it's wrong. Fixes SIGSEGV during build seen in some environments. Bump package revision as a precaution, because I don't understand why this sometimes doesn't fail and sometimes does with the same gcc version.
2012-06-16Update to KDE SC 4.8.4markd3-7/+10
Bug fixes.
2012-06-16* Remove use of "5" in PKG_PHP_VERSION.taca1-6/+3
2012-06-16* Fix PLIST problem; caused by new javadoc?taca3-3/+22
* Use newer data type name of PHP.
2012-06-15Use native ksh93 on Solaris 11 and derivatives.jperkin1-2/+4
2012-06-14Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition.sbd1-2/+2
2012-06-14Set RUBY_RAILS_STRICT_DEP to yes.taca3-3/+6
2012-06-14Update devel/ruby-railties31 to 3.1.6.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.1.6 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-activemodel31 to 3.1.6.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.1.6 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-activesupport31 to 3.1.6.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.1.6 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-railties to 3.0.14.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.0.14 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-activemodel to 3.0.14.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.0.14 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-activesupport3 to 3.0.14.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.0.14 (Jun 12, 2012) * No changes.
2012-06-14Git v1.7.10.4 Release Notesgdt2-6/+6
=========================== Fixes since v1.7.10.3 --------------------- * The message file for Swedish translation has been updated a bit. * A name taken from mailmap was copied into an internal buffer incorrectly and could overun the buffer if it is too long. * A malformed commit object that has a header line chomped in the middle could kill git with a NULL pointer dereference. * An author/committer name that is a single character was mishandled as an invalid name by mistake. * The progress indicator for a large "git checkout" was sent to stderr even if it is not a terminal. * "git grep -e '$pattern'", unlike the case where the patterns are read from a file, did not treat individual lines in the given pattern argument as separate regular expressions as it should. * When "git rebase" was given a bad commit to replay the history on, its error message did not correctly give the command line argument it had trouble parsing. Also contains minor fixes and documentation updates.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd103-197/+206
2012-06-13Update ruby-railties32 to 3.2.6.taca1-4/+4
## Rails 3.2.6 (Jun 12, 2012) * No changes.
2012-06-13Update ruby-activemodel32 to 3.2.6.taca1-4/+4
## Rails 3.2.6 (Jun 12, 2012) * No changes.
2012-06-13Update ruby-activesupport32 to 3.2.6.taca1-4/+4
## Rails 3.2.6 (Jun 12, 2012) * No changes.
2012-06-13Update ruby-test-unit to 2.5.0.taca2-6/+6
2.5.0 - 2012-06-06 It's a bug fix release. Fixes * Fixed a backward incompatibility of TestUnitMediator#run_suite introduced in 2.4.9. [GitHub#28] [Reported by Vladislav Rassokhin] Thanks * Vladislav Rassokhin 2.4.9 - 2012-06-03 It's a bug fix release. Improvements * Test::Unit.run? -> Test::Unit::AutoRunner.need_auto_run?. Test::Unit.run? is marked as deprecated but it is still available. * [experimental] Added top level "run" method for "ruby -rtest-unit -e run test/test_*.rb". Is this API OK or dirty? * Made failure output more readable on no color mode. * Supported showing ASCII-8BIT diff in failure message. * [ui][console] Supported ENV["TERM"] == "xterm-256color" as color available terminal. [GitHub#26] [Reported by Michael Grosser] * [ui][console] Supported "-256color" suffix ENV["TERM"] terminal as 256 color supported terminal. Fixes * Fixed a bug that --workdir doesn't work. * Consumed processed command line parameters in ARGV as --help says. [RubyForge#29554] [Reported by Bob Saveland] * Added missing require "test/unit/diff". [GitHub#25] [Reported by Stephan Kulow] Thanks * Bob Saveland * Stephan Kulow * Michael Grosser
2012-06-13Update at-spi2-atk from 2.3.5 -> 2.5.2 with extra patch to avoid conflictprlw14-12/+29
with at-spi-atk. It makes the assumption that at-spi2-atk is used with gtk3 only. 2.5.2: * Fix for bug 677211 - The collection interface's MATCH_ANY fails for states 2.3.91: * Have GetIndexInParent() return a signed int, per the spec. * Send a DoAction reply message before invoking atk (works around atk_action_do_action potentially not returning right away for gtk). 2.3.90: * Have GrabFocus return a bool, per the spec, rather than a uint32. * Fix a potential crash when emitting a signal if the ATK implementor misbehaves. New/updated Khmer, Malayalam, Norwegian Nynorsk, Hindi translations
2012-06-12Update to 2.4.0prlw13-10/+10
2012-06-12Update at-spi2-core from 2.3.5 -> 2.5.2prlw13-9/+15
2.5.2: * Fix a crash when a call to fetch a hyperlink times out. * Fix C++ compilation. * Remove a warning that was sometimes logged when a method call timed out. * Fix crash in atspi_deregister_keystroke_listener (FDO#50578) 2.5.1: * Add atspi_set_timeout. * By default, disable method call timeouts until an application has been on the bus for 15 seconds (work-around for applications with potentially long start-up times). This behavior can be changed with a call to atspi_set_timeout. * Fix GError sent when receiving a reply of the wrong type * Fix typo in atspi_document_get_attribute_value * Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct 2.4.0: * Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662). 2.3.92: * Some changes to try to prevent at-spi2-registryd from incorrectly thinking that an AT is hung and passing keys meant for it to the application. * Fix crash fetching an error from a reply when retrieving a property. 2.3.91: * Invalidate states when receiving a focus event (BGO#663992). * Fix atspi_table_get_row_column_extents_at_index. * Expect a signed int for GetIndexInParent, per the spec. * Send key events to listeners assumed to be hung, but don't block. * Reduce the method call timeout slightly, so that it will be lower than the keystroke listener timeout. * Don't cache data for transient objects. * Enable caching on a call to atspi_accessible_set_cache_mask, even if atspi-event_main() hasn't been called. 2.3.90: * At-spi-bus-launcher now emits PropertiesChanged signals from the correct interface. * If a keystroke listener does not respond, disable it until it responds. This prevents the desktop from locking up if an AT hangs or is suspended and has a keyboard listener registered. * Fix a warning when a NULL object is returned as the detail of an event.
2012-06-12Add inet6 to default suggested options. It's 2012.wiz2-2/+4
2012-06-11Fix build on SunOS and GCC>=4.6.fhajny4-3/+51
2012-06-10Use configure framework and separate configure and build steps as usually.asau1-11/+10
From GSoC 2011 project by Stathis Kamperis.
2012-06-09Make sure build finds the correct qmake.markd1-1/+4
2012-06-09Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.dholland1-2/+2
(see pkgsrc-bulk)
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache2-2/+6
2012-06-08Fix ncurses/ncursesw build on SunOS and GCC>=4.6fhajny1-1/+5
2012-06-08Fix building with DTrace support by adding a missing DTrace probe.fhajny2-1/+27
2012-06-08flex is required to build bison-2.5.1.obache1-2/+2
PR 46554.
2012-06-07Update to 3.13.5ryoon2-8/+7
No ChangeLog is provided.