summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01+ py-speaklaterkleink1-1/+2
2013-04-01Import speaklater-1.3 as devel/py-speaklater.kleink4-0/+34
Speaklater is a module that provides lazy strings for translations. Basically you get an object that appears to be a string but changes the value every time the value is evaluated based on a callable you provide.
2013-04-01Not MAKE_JOBS_SAFE.dholland1-1/+2
2013-04-01Fix rpath entries.joerg2-1/+31
2013-03-31Patch elisp for emacs24. This likely isn't all of it.dholland3-1/+42
2013-03-31Take a shot at fixing the clang build.dholland2-1/+32
2013-03-30Fix typo in comment.tron1-2/+2
2013-03-30Bump PKGREVISION.ryoon5-9/+32
* Fix build on NetBSD 5.2, use pthread_attr_get_np on NetBSD. * Fix broken binary on NetBSD 5.2 and gcc45.
2013-03-29Make it depend on zlib explicitly.asau2-2/+4
This fixes linking problems on platforms with no builtin zlib. Found by Jason Bacon on CentOS.
2013-03-28Reset maintainer, domain no longer exists.joerg3-6/+6
2013-03-28Fix SunOS build.jperkin1-1/+4
2013-03-28Update to PySVN 1.7.6. No changelog, but fixes the build with thejoerg3-37/+14
current subversion. Switch to the Egg framework.
2013-03-28Partial fix for the Clang build due to bad template use.joerg5-1/+102
2013-03-28Fix a bit more fallout from the Boost filesystem API changes.joerg4-63/+193
Fix confusion around Narrow vs Wide strings.
2013-03-28Regen.ryoon1-2/+2
2013-03-28Follow remove of xulrunner-sdk.ryoon1-2/+2
* Use lib/xulrunner.
2013-03-28Fix buildlink target.ryoon1-5/+5
lib/sulrunner-sdk is obsolete now. Buildlink lib/xulrunner instead of -sdk. Fix firefox build.
2013-03-27> ERROR: devel/deforaos-coder/Makefile:5: Invalid category "wip".rodent1-2/+2
wip -> devel; Fixed.
2013-03-27Set MOZ_ALSA=1 if alsa is to be used.sbd2-4/+13
2013-03-27Remove an addition to configure.in that is a remnant of when xulrunner wassbd2-18/+3
been built with it's own nspr and nss. The code remnant stop firefox10 from building because it was trying to set NSPR_LIBS using pkg-config from the non-existent 'mozilla-nspr' package.
2013-03-26Forward class definitions must not use namespace :: syntax.joerg4-1/+45
2013-03-26Don't remove dirent.h on Linuxsbd2-11/+3
2013-03-25The lib/xulrunner-sdk directory disapered with the 16.0.1 update.sbd2-19/+8
2013-03-25Remove two packages that depend on the now removed p4 package.wiz12-191/+1
2013-03-25PLIST fixes:sbd3-18/+37
- update ${PLIST.jemalloc} files. - Add PLIST.Linux file and move all webrtc and sps files to it. - remove webrtc from PLIST_VARS. - remove duplicate ivorbiscodec.h entry.
2013-03-25Set MOZ_ALSA=1 if alsa is to be used.sbd2-10/+19
2013-03-24Don't create interfaces don't derive from NSObject.joerg3-2/+17
2013-03-24Remove p4 packages. Version from 2006, not fetchable.wiz23-469/+1
Ok MAINTAINER schmonz@
2013-03-24Fix inline use.joerg2-1/+21
2013-03-24Fix const use.joerg2-1/+15
2013-03-24Fix build with newer boost.joerg15-1/+562
2013-03-24Needs asciidoc as well as xmlto; however, xmlto is only used at build time.dholland1-2/+4
PKGREVISION -> 1
2013-03-24SunOS needs -lm. Doesn't fix the build, but gets us further.jperkin1-1/+2
2013-03-24Fixing path to python with python is being call from a python script.sbd1-1/+7
2013-03-24Remove empty patch file.sbd2-4/+1
2013-03-23update gits version to one that fixes http://secunia.com/advisories/52361/spz4-10/+9
Changelogs: Fixes since v1.8.1.2 -------------------- * The attribute mechanism didn't allow limiting attributes to be applied to only a single directory itself with "path/" like the exclude mechanism does. The fix for this in 1.8.1.2 had performance degradations. * Command line completion code was inadvertently made incompatible with older versions of bash by using a newer array notation. * Scripts to test bash completion was inherently flaky as it was affected by whatever random things the user may have on $PATH. * A fix was added to the build procedure to work around buggy versions of ccache broke the auto-generation of dependencies, which unfortunately is still relevant because some people use ancient distros. * We used to stuff "user@" and then append what we read from /etc/mailname to come up with a default e-mail ident, but a bug lost the "user@" part. * "git am" did not parse datestamp correctly from Hg generated patch, when it is run in a locale outside C (or en). * Attempt to "branch --edit-description" an existing branch, while being on a detached HEAD, errored out. * "git cherry-pick" did not replay a root commit to an unborn branch. * We forgot to close the file descriptor reading from "gpg" output, killing "git log --show-signature" on a long history. * "git rebase --preserve-merges" lost empty merges in recent versions of Git. * Rebasing the history of superproject with change in the submodule has been broken since v1.7.12. * A failure to push due to non-ff while on an unborn branch dereferenced a NULL pointer when showing an error message. Also contains various documentation fixes. Fixes since v1.8.1.3 -------------------- * "git imap-send" talking over imaps:// did make sure it received a valid certificate from the other end, but did not check if the certificate matched the host it thought it was talking to. Also contains various documentation fixes. Fixes since v1.8.1.4 -------------------- * Given a string with a multi-byte character that begins with '-' on the command line where an option is expected, the option parser used just one byte of the unknown letter when reporting an error. * In v1.8.1, the attribute parser was tightened too restrictive to error out upon seeing an entry that begins with an ! (exclamation), which may confuse users to expect a "negative match", which does not exist. This has been demoted to a warning; such an entry is still ignored. * "git apply --summary" has been taught to make sure the similarity value shown in its output is sensible, even when the input had a bogus value. * "git clean" showed what it was going to do, but sometimes ended up finding that it was not allowed to do so, which resulted in a confusing output (e.g. after saying that it will remove an untracked directory, it found an embedded git repository there which it is not allowed to remove). It now performs the actions and then reports the outcome more faithfully. * "git clone" used to allow --bare and --separate-git-dir=$there options at the same time, which was nonsensical. * "git cvsimport" mishandled timestamps at DST boundary. * We used to have an arbitrary 32 limit for combined diff input, resulting in incorrect number of leading colons shown when showing the "--raw --cc" output. * The smart HTTP clients forgot to verify the content-type that comes back from the server side to make sure that the request is being handled properly. * "git help remote-helpers" failed to find the documentation. * "gitweb" pages served over HTTPS, when configured to show picon or gravatar, referred to these external resources to be fetched via HTTP, resulting in mixed contents warning in browsers. Also contains various documentation fixes.
2013-03-22+LICENSE; Fixes 1/3 of pkg/47387. Non-trivial change approved by wiz@ viarodent1-1/+2
private mail.
2013-03-19Update ruby-railties32 to 3.2.13.taca3-8/+7
No change but except version; but guides/source/ajax_on_rails.textile has removed. ## Rails 3.2.13 (Feb 17, 2013) ## * No changes.
2013-03-19Update ruby-activemodel32 to 3.2.13.taca1-4/+4
## Rails 3.2.13 (Feb 17, 2013) ## * Specify type of singular association during serialization *Steve Klabnik*
2013-03-19Update ruby-activesupport32 to 3.2.13.taca1-4/+4
## Rails 3.2.13 (Feb 17, 2013) ## * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* * Remove surrogate unicode character encoding from ActiveSupport::JSON.encode The encoding scheme was broken for unicode characters outside the basic multilingual plane; since json is assumed to be UTF-8, and we already force the encoding to UTF-8 simply pass through the un-encoded characters. *Brett Carter* * Fix mocha v0.13.0 compatibility. *James Mead* * `#as_json` isolates options when encoding a hash. [Backport #8185] Fix #8182 *Yves Senn* * Handle the possible Permission Denied errors atomic.rb might trigger due to its chown and chmod calls. [Backport #8027] *Daniele Sluijters*
2013-03-19update CONFLICT line: libuuid is not in "wip" anymoredrochner1-3/+4
2013-03-18Ensure the Darwin libiconv_open hack is only applied when using thejperkin3-5/+14
native iconv.
2013-03-18Disable multilib directories. Fixes packaging issues on at least SunOSjperkin2-4/+18
64-bit, possibly others. Patch from obache.
2013-03-17Update ruby-highline to 1.6.16.taca3-7/+8
== 1.6.16 * Added the new indention feature (by davispuh). * Separated auto-completion from the answer type (by davispuh). * Improved JRuby support (by rsutphin). * General code clean up (by stomar). * Made HighLine#say() a little smarter with regard to color escapes (by Kenneth Murphy).
2013-03-17Update ruby-daemon_controller to 1.1.2.taca2-6/+6
* Allow configuring the Ruby interpreter for starting the echo server during unit tests. * The echo server should add a newline to PID files. * Use RbConfig instead of Config when possible. * Add run_echo_server to gemspec. * Add license information to gemspece. This way this info can be retrieved using rubygems.org API
2013-03-17Update ruby-rbtree to 0.4.0.taca3-11/+10
=== 0.4.0 * Fixed build failure with Ruby 2.0.0. * \#bound now returns an enumerator if no block is given. * \#select now returns a new MultiRBTree / RBTree. * Fixed a bug where \#reject could return nil. * \#to_s is now equivalent to \#inspect. * \#each now passes a two elements array as an argument to the given block. * Added new methods: \#default_proc=, \#flatten, \#keep_if, \#key, \#select! and \#to_h.
2013-03-17Update ruby-rspec-core to 2.13.1.taca2-6/+6
### 2.13.1 / 2013-03-12 [full changelog](http://github.com/rspec/rspec-core/compare/v2.13.0...v2.13.1) Bug fixes * Use hook classes as proxies rather than extending hook blocks to support lambdas for before/after/around hooks. (David Chelimsky) * Fix regression in 2.13.0 that caused confusing behavior when overriding a named subject with an unnamed subject in an inner group and then referencing the outer group subject's name. The fix for this required us to disallow using `super` in a named subject (which is confusing, anyway -- named subjects create 2 methods, so which method on the parent example group are you `super`ing to?) but `super` in an unnamed subject continues to work (Myron Marston). * Do not allow a referenced `let` or `subject` in `before(:all)` to cause other `let` declarations to leak across examples (Myron Marston). * Work around odd ruby 1.9 bug with `String#match` that was triggered by passing it a regex from a `let` declaration. For more info, see http://bugs.ruby-lang.org/issues/8059 (Aaron Kromer). * Add missing `require 'set'` to `base_text_formatter.rb` (Tom Anderson). Deprecations * Deprecate accessing `let` or `subject` declarations in `before(:all)`. These were not intended to be called in a `before(:all)` hook, as they exist to define state that is reset between each example, while `before(:all)` exists to define state that is shared across examples in an example group (Myron Marston).
2013-03-17Add upstream bug report URL.wiz2-3/+4
2013-03-17Update to 0.6.35:wiz2-7/+6
0.6.35 ------ Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in how it parses version numbers. * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools 0.6. Updated the documentation to match more closely with the version parsing as intended in setuptools 0.6.
2013-03-17Update to 2.5.0:wiz4-7/+36
2013-02-27 version 2.5.0: General * New notion "import public" that allows a proto file to forward the content it imports to its importers. For example, // foo.proto import public "bar.proto"; import "baz.proto"; // qux.proto import "foo.proto"; // Stuff defined in bar.proto may be used in this file, but stuff from // baz.proto may NOT be used without importing it explicitly. This is useful for moving proto files. To move a proto file, just leave a single "import public" in the old proto file. * New enum option "allow_alias" that specifies whether different symbols can be assigned the same numeric value. Default value is "true". Setting it to false causes the compiler to reject enum definitions where multiple symbols have the same numeric value. C++ * New generated method set_allocated_foo(Type* foo) for message and string fields. This method allows you to set the field to a pre-allocated object and the containing message takes the ownership of that object. * Added SetAllocatedExtension() and ReleaseExtension() to extensions API. * Custom options are now formatted correctly when descriptors are printed in text format. * Various speed optimizations. Java * Comments in proto files are now collected and put into generated code as comments for corresponding classes and data members. * Added Parser to parse directly into messages without a Builder. For example, Foo foo = Foo.getParser().ParseFrom(input); Using Parser is ~25% faster than using Builder to parse messages. * Added getters/setters to access the underlying ByteString of a string field directly. * ByteString now supports more operations: substring(), prepend(), and append(). The implementation of ByteString uses a binary tree structure to support these operations efficiently. * New method findInitializationErrors() that lists all missing required fields. * Various code size and speed optimizations. Python * Added support for dynamic message creation. DescriptorDatabase, DescriptorPool, and MessageFactory work like their C++ couterparts to simplify Descriptor construction from *DescriptorProtos, and MessageFactory provides a message instance from a Descriptor. * Added pickle support for protobuf messages. * Unknown fields are now preserved after parsing. * Fixed bug where custom options were not correctly populated. Custom options can be accessed now. * Added EnumTypeWrapper that provides better accessibility to enum types. * Added ParseMessage(descriptor, bytes) to generate a new Message instance from a descriptor and a byte string.