summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2015-03-08Don't use MACHINE_ARCH for fixed strings.joerg1-11/+11
2015-03-08Fix typo.rodent1-2/+2
2015-03-08add missing p5-Path-FindDevtnn1-1/+2
2015-03-08Use --format-executable instead of post-install target.taca1-4/+2
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete to PLIST.taca1-1/+2
2015-03-08Fix build with ruby21-base.taca1-3/+10
2015-03-08Allow build with ruby22-base.taca1-2/+2
2015-03-08Add missing p5-File-ShareDir-ProjectDistDir SUBDIRtnn1-1/+2
2015-03-08Remove "-Werror" for now to solve build problem until someone fix (ortaca2-1/+17
update libthrift to newer version) the real problem.
2015-03-08Bump PKGREVISION.taca1-2/+3
This should be commited with commit of PLIST.
2015-03-08Update PLIST.taca1-5/+2
It looks like some of files which are loaded during build. Bump PKGREVISION.
2015-03-08Bump PKGREVISION refelcts PLIST update.taca1-1/+2
2015-03-08Use lang/ruby/gem-extract.mk which replaces this package's own fetch andtaca1-27/+3
extract routine. No functional change.
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca17-17/+34
2015-03-08Changes 2.3.1:adam2-6/+6
* "update-index --refresh" used to leak when an entry cannot be refreshed for whatever reason. * "git fast-import" used to crash when it could not close and conclude the resulting packfile cleanly. * "git blame" died, trying to free an uninitialized piece of memory. * "git merge-file" did not work correctly in a subdirectory. * "git submodule add" failed to squash "path/to/././submodule" to "path/to/submodule". * In v2.2.0, we broke "git prune" that runs in a repository that borrows from an alternate object store. * Certain older vintages of cURL give irregular output from "curl-config --vernum", which confused our build system. * An earlier workaround to squelch unhelpful deprecation warnings from the complier on Mac OSX unnecessarily set minimum required version of the OS, which the user might want to raise (or lower) for other reasons. * Longstanding configuration variable naming rules has been added to the documentation. * The credential helper for Windows (in contrib/) used to mishandle a user name with an at-sign in it. * Older GnuPG implementations may not correctly import the keyring material we prepare for the tests to use. * Clarify in the documentation that "remote.<nick>.pushURL" and "remote.<nick>.URL" are there to name the same repository accessed via different transports, not two separate repositories. * The pack bitmap support did not build with older versions of GCC. * Reading configuration from a blob object, when it ends with a lone CR, use to confuse the configuration parser. * We didn't format an integer that wouldn't fit in "int" but in "uintmax_t" correctly. * "git push --signed" gave an incorrectly worded error message when the other side did not support the capability. * "git fetch" over a remote-helper that cannot respond to "list" command could not fetch from a symbolic reference e.g. HEAD. * The insn sheet "git rebase -i" creates did not fully honor core.abbrev settings. * The tests that wanted to see that file becomes unreadable after running "chmod a-r file", and the tests that wanted to make sure it is not run as root, we used "can we write into the / directory?" as a cheap substitute, but on some platforms that is not a good heuristics. The tests and their prerequisites have been updated to check what they really require. * The configuration variable 'mailinfo.scissors' was hard to discover in the documentation. * Correct a breakage to git-svn around v2.2 era that triggers premature closing of FileHandle. * Even though we officially haven't dropped Perl 5.8 support, the Getopt::Long package that came with it does not support "--no-" prefix to negate a boolean option; manually add support to help people with older Getopt::Long package.
2015-03-07+php-pthreadsrodent1-1/+2
2015-03-07Import php55-pthreads-2.0.10 as devel/php-pthreads.rodent3-0/+30
This package provides multi-threading that is compatible with PHP based on Posix threads.
2015-03-07wants pthreadstnn1-1/+2
2015-03-07convert to USE_GITHUBtnn1-2/+4
2015-03-06Update to 31.5.0ryoon1-2/+2
Changelog: Fixed in Firefox/Thunderbird ESR 31.5 2015-24 Reading of local files through manipulation of form autocomplete 2015-19 Out-of-bounds read and write while rendering SVG content 2015-16 Use-after-free in IndexedDB 2015-12 Invoking Mozilla updater will load locally stored DLL files 2015-11 Miscellaneous memory safety hazards (rv:36.0 / rv:31.5)
2015-03-06add a comment for the next person who ventures heretnn1-1/+6
2015-03-06Don't steer away from the documented procedure, use bsd.prefs.mksevan1-2/+2
2015-03-05recursive bump for mhash bump. While here fix build with gcrypt option.tnn1-3/+3
2015-03-05Update to 1.30. Add comment to one patch, and remove another patchwiz5-24/+13
for which there is no comment and which I don't understand. New in 1.30: * Version 1.30 (released 2015-03-02) [stable] ** libidn: The punycode.{c,h} files were re-imported from RFC 3492bis. A comment explaining the origin and what was changed was added. ** Bump gettext to 0.19.3. ** Use LT_INIT instead of AC_LIBTOOL_WIN32_DLL. ** i18n: Added Hungarian translation. Updated some other languages. Thanks to Balázs Úr. ** API and ABI is backwards compatible with the previous version.
2015-03-05remove dup RCS idtnn1-2/+1
2015-03-05Import File-ShareDir-ProjectDistDir-1.000004 as ↵wen3-0/+31
devel/p5-File-ShareDir-ProjectDistDir. File::ShareDir::ProjectDistDir simple set-and-forget using of a '/share' directory in your projects root.
2015-03-05Import Path-FindDev-0.5.2 as devel/p5-Path-FindDevwen3-0/+28
Path::FindDev is used to find a development path somewhere in an upper hierarchy. It is mostly a glue layer around Path::IsDev with a few directory walking tricks.
2015-03-05Update to 2.000000:wiz2-6/+6
2.000000 - 2015-03-02 * Incompatible Changes - Fatal warnings and the other additional checks from the strictures module will no longer be applied to modules using Moo or Moo::Role. We now only apply strict and (non-fatal) warnings, matching the behavior of Moose. - Classes without attributes used to store everything passed to ->new in the object. This has been fixed to not store anything in the object, making it consistent with classes that had attributes. - Moo will now pass __no_BUILD__ to parent constructors when inheriting from a Moose or Class::Tiny class, to prevent them from calling BUILD functions. Moo calls the BUILD functions itself, which previously led to them being called multiple times. - Attempting to replace an existing constructor, or modify one that has been used, will throw an error. This includes adding attributes. Previously, this would result in some attributes being silently ignored by the constructor. - If a class's @ISA is modified without using 'extends' in a way that affects object construction, Moo will detect this and throw an error. This can happen in code that uses ->load_components from Class::C3::Componentised, which is common in DBIx::Class modules. * Bug Fixes - Fix calling class methods on Moo::HandleMoose::FakeMetaClass, such as modules scanning all classes * Miscellaneous - use Sub::Util instead of Sub::Name if available
2015-03-05Update to 1.71:wiz2-6/+6
1.71 2015-03-01 NEILB - Switched to a much more concise README, rather than one based on the pod. SHLOMIF++ - Added documentation for the varlist() method to the doc for AppConfig::State. RT#36409 - Added "use 5.006" to all the modules. RT#47799 - Fixed syntax error in doc. RT#74104 1.70 2015-03-01 NEILB - Some trailing spaces removed. SHLOMIF++ - Min perl specified in the dist metadata. SHLOMIF++ - Scoped declaration of $_ to fix warning. RT#68068 CELOGEEK++ - Fixed mistake in documentation - RT#35640, Steve Bertrand++
2015-03-05Update to 0.406:wiz2-6/+6
0.406 2015-03-03 - add new functions firstres and lastres in addition to firstidx, lastidx, firstval and lastval - regenerate MANIFEST to bundle README.md
2015-03-05Update to 6.49:wiz2-6/+6
Added a deprecation warning The TZ config variable is going away. Added a deprecation warning. Some speedups for timezone handling Based on RT 102284, I have done some optimization of the timezone handling code. Bug fixes Added the missing is_date base method to Date::Manip::Base. Mario Domgoergen. Time zone fixes Newest zoneinfo data (tzdata 2015a) Language fixes A number of corrections by Nicholas Riley
2015-03-04Update devel/lua-lpeg to version 0.12.2.alnsn2-6/+6
Fix a crash reported on lua-l mailing list.
2015-03-04Don't use the clang bl3.mk file, it will go away soon. Change to DEPENDS.tnn1-2/+2
XXX this still looks wrong
2015-03-03Include mk/bsd.fast.prefs.mk, it's needed for setting MACHINE_ARCH correctly.sevan1-1/+3
Resolves packing issue on FreeBSD/AMD64 Reviewed by jaapb@ wiz@
2015-03-03Read from uhid device and insert events until there are no more eventsjmcneill2-7/+123
to consume. Matches SDL2 BSD joystick driver behavior, and makes things like "iBUFFALO Classic USB Gamepad" work with Retroarch.
2015-03-03+ hs-base-unicode-symbolspho1-1/+2
2015-03-03Import hs-base-unicode-symbols-0.2.2.4 from wippho5-0/+88
This package defines new symbols for a number of functions and operators in the base package. All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions.
2015-03-03Update to 3.3.2:wiz2-6/+6
Mercurial 3.3.2 (2015-03-02) An unscheduled bugfix release to fix the fix. transaction: really disable hardlink backups (issue4546) Mercurial 3.3.1 (2015-03-02) This is a regularly scheduled bugfix release. It fixes a significant regression with transactions on Windows network shares. dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9 hgweb: recreate old DOM structure for css in monoblue style largefiles: access to specific fields only if largefiles enabled (issue4547) log: fix json-formatted output when file copies are listed (issue4523) repoview: invalidate cached changelog if _delayed changes (issue4549) revisionbranchcache: fall back to slow path if starting readonly (issue4531) revset: mask specific names for named() predicate shellquote: fix missing quotes for empty string templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks transaction: disable hardlink backups (issue4546)
2015-03-02Update to vector-0.10.12.2pho3-8/+8
ChangeLog: Changes in version 0.10.12.2 * Add support for `deepseq-1.4.0.0`
2015-03-02Fix version list of ruby-power_assert. Propagate it into dependees.joerg3-4/+7
2015-03-01apply the Request Tracker 4.0.0 patch for CVE-2014-9472, CVE-2015-1165spz4-8/+78
and CVE-2015-1464.
2015-03-01Update to 4.2.10ryoon3-12/+14
Changelog: RT 4.2.10 -- 2015-02-26 ----------------------- RT 4.2.10 contains important security fixes, as well as minor bugfixes. This release is primarily a security release; it addresses CVE-014-9472, a denial-of-service via RT's email gateway, as well as CVE-2015-1165 and CVE-2015-1464, which allow for information disclosure and session hijacking via RT's RSS feeds. As part of these security updates, RT's dependency on the Encode module has been changed, to Encode 2.64. If upgrading, be sure to run rt-test-dependencies to verify that your installed version of Encode meets this requirement; if not, you will need to install a newer version from CPAN. This release is also a bugfix release; most notably, it addresses a bug which causes RT to generate blank outgoing text/plain parts. This fix requires installing the HTML::FormatExternal module, and having an external tool (w3m, elinks, etc) installed on the server. It also introduces indexed full-text searching for MySQL without the need to recompile MySQL to use the external Sphinx tool; instead, a MyISAM table is used for indexing. On MySQL 5.6 and above, an additional InnoDB table can also be used. The complete list of changes includes: General user UI * Speed up the default simple search on all FTS-enabled installs by not OR'ing it with a Subject match. This returns equivalent results for almost all tickets, and allows the database to make full use of the FTS index. * Pressing enter in user preference form fields no longer instead resets the auth token (#19431) * Pressing enter in ticket create and modify form fields now creates or updates the ticket, instead being equivalent to "add more attachments", or the "search" on People pages (#19431) * Properly encode headers in forwarded emails that contain non-ASCII text (#29753) * Allow users to customize visibility of chart/table/TicketSQL in saved charts * Allow groups to be added as requestors on tickets * Perform group searches case-insensitively on People page (#27835) * Ticket create transactions for tickets created via the web UI now contain mocked-up From, To, and Date headers; this causes them to render more correctly when forwarded * Update wording of error message for saved searches without a description (#30435) * Flush TSV download every 10 rows, for responsiveness * Retain values in Quick Create on homepage if it fails (#19431) * Limit the custom field value autocomplete to 10 values, like other autocompletes (#30190) * Fix a regression in 4.0.20/4.2.4 which caused some users to have blank homepages (#30106) * Fix styling on "unread messages" box on Ballard and Web2 themes * Fix format of Date headers in RSS feeds (#29712) * Adjust width of transaction date to accommodate all date formats (#30176) * Allow searching for tickets by queue lifecycle Command-line * Fix server name displayed at password prompt when RT is deployed at a non-root path like /rt (#22708) Admin * If the optional HTML::FormatExternal module is installed, use w3m, elinks, links, html2text, or lynx to format HTML to text. This addresses problems with the pure-Perl HTML-to-text converted which resulted in blank outgoing emails. (#30176) * Add support for native (non-Sphinx) indexed full-text search on MySQL. This uses the InnoDB fulltext engine on MySQL 5.6, and an additional MyISAM table on prior versions of MySQL. * Support MySQL database names with dashes in them (#7568) * Properly escape quotes and backslashes in config options in web installer (#29990) * Increase length of template title form input * Clarify wording on updating old Organization values by rt-validator * Resolve a runtime error for SMIME without secret keys (#30436) * Empty email addresses are no longer caught as being "an RT address" if there exist queues without Correspond addresses set (#18380) * Allow Parents/Children/Members/MemberOf in CreateTickets action * Allow RT-Originator to be overridden in templates * Ensure that HTML-encoded entities are indexed in FTS * Fix uninitialized value warnings from charts grouped by date * Remove no-op $CanonicalizeOnCreate configuration variable; RT::User->CanonicalizeUserInfo is always called * Make NotifyGroup action respect AlwaysNotifyActor argument * Fix X-RT-Interface header on incoming email on existent tickets * Warn on startup if queues have invalid lifecycles set (#28352) Developer * Add AfterHeaders callback to ShowMessageHeaders * Update all upgrade steps to use .in files (#18856) * Add policy tests to enforce the new upgrade step standards * Remove +x bit from multiple non-executable files * Make Obfuscate callback in configuration options be passed the current user, as was documented * Remove obsolete _CacheConfig parameters * Preferentially use IN rather than multiple OR clauses * Respect RowsPerPage for external custom field values * Localize default statuses from RT_Config.pm, instead of hardcoding * Add callbacks within Dates box after each type of Date * Pass the CustomFieldObj down to CustomFieldValue objects intact, so its ContextObj can be inspected; this is particularly useful for external custom fields. * Allow more than one right per @ACL in initialdata * Don't hardcode share/html in tests, for non-default layouts * Base detection of new themes on presence of main.css file, not base.css file (#30554) * Allow for relative "lib" in @INC when running tests * Allow EditComponentName customfield callback to alter Rows/Cols values Serializer/importer * Memory usage improvements in both serialization and import * Templates, Scrips, and ObjectScrips now serialize correctly when not cloning Documentation * Document how to enable un-indexed full-text-search, and its drawbacks * Note that after restoring from backups, PostgreSQL may need to have statistics updated * New documentation on writing portlets * Add an =pod directive so the first paragraph of UPGRADING is not skipped * Clarify when UPGRADING-x.y steps should be run * Better document known bugs with Sphinx FTS * Add missing semicolon on Shredder suggested indexes
2015-03-01Account for the libraries installed on FreeBSDsevan1-0/+3
Reviewed by wiz@
2015-03-01Correct a wrong DEPENDS line.taca1-2/+2
2015-03-01* Use rubygems's --format-executable option instead of post-install target.taca2-5/+4
* Fix PLIST with newer rubygems and ruby21.
2015-03-01Update ruby-power_assert to 0.2.3.taca2-6/+8
* Strengthen check for TracePoint compatibility. On JRuby 9.0.0.0-pre1, TracePoint#binding, #return_value always return nil. * Add workaround for ruby 2.2 in ruby 2.2, TracePoint#binding may return nil.
2015-03-01Update ruby-posix-spawn to 0.3.10.taca4-9/+12
* Several improvements. pkgsrc change: * Add pkg_alternatives support.
2015-03-01Update ruby-gettext_i18n_rails to 1.2.1.taca2-6/+6
From commit log: * Remove require not needed since railtie takes care of that. * Allow to pluralize active_model name.
2015-03-01Update to 1.50b:wiz3-8/+8
-------------- Version 1.50b: -------------- - Fixed a flock() bug that would prevent dir reuse errors from kicking in every now and then. - Renamed references to ppvm (the project is now called recidivm). - Fixed a typo or two. - Made improvements to file descriptor handling.
2015-03-01Update to 1.8.7:wiz2-6/+6
NEW IN WAF 1.8.7 ---------------- * Fixed the default libdir installation suffix on Redhat 64-bit systems #1536 * Fixed the Python 2.6 detection on Redhat systems #1538 * Enabled gccdeps to work with clang * Fixed the detection of clang from the gcc tools * Added orig_run_str to help subclasses (do not use Task.hcode) * Fixed the detection of older clang compilers versions * NEC compiler support * Enabled batched_cc.py to work with msvc too * Enabled unity.py to process c files * Faster dependency calculation in c_dumbpreproc * New stracedeps example (cfg blog entry) * Added support for xz compression in waf and waf dist (Python 3.5)