summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-17Add GEM_EXTSDIR support.taca11-11/+22
2014-03-17Use RUBY_SUFFIX instead of RUBY_VER.taca1-2/+2
2014-03-17ruby-net-ping drops Ruby 1.8.7 support from version 1.7.taca1-1/+3
2014-03-17Use RUBY_SUFFIX instead of RUBY_VER.taca1-2/+2
2014-03-17Add GEM_CLEANBUOLD_EXTENSIONS.taca1-1/+2
2014-03-17Add GEM_EXTSDIR support.taca2-2/+4
2014-03-17Add GEM_EXTSDIR support and utilize GEM_NAME.taca2-6/+10
2014-03-17* Add GEM_EXTSDIR support.taca3-21/+32
* Fix build with Ruby 2.1.1.
2014-03-17Add GEM_EXTSDIR support.taca2-2/+4
2014-03-17Note update of devel/ruby-setup package to 3.4.1nb1.taca1-1/+2
2014-03-17Don't use obsolete Config::CONFIG but RbConfig::CONFIG.taca3-9/+20
Bump PKGREVISION.
2014-03-17Use RUBY_SUFFIX instead of RUBY_VER.taca2-4/+4
2014-03-17Add GEM_EXTSDIR support and utilize GEM_NAME.taca1-3/+4
2014-03-17Use RUBY_SUFFIX instead of RUBY_VER.taca2-3/+3
2014-03-17Add GEM_EXTSDIR support.taca1-1/+2
2014-03-17- samba-3.6.23.taca1-2/+1
2014-03-17Note update of net/samba package to 3.6.23.taca1-1/+2
2014-03-17Update samba to 3.6.23.taca2-7/+6
============================== Release Notes for Samba 3.6.23 March 11, 2014 ============================== This is a security release in order to address CVE-2013-4496 (Password lockout not enforced for SAMR password changes). o CVE-2013-4496: Samba versions 3.4.0 and above allow the administrator to implement locking out Samba accounts after a number of bad password attempts. However, all released versions of Samba did not implement this check for password changes, such as are available over multiple SAMR and RAP interfaces, allowing password guessing attacks.
2014-03-17Fix build with readline 6.3. Add patch comment.dholland2-6/+13
2014-03-17add patch commentdholland1-1/+4
2014-03-17Comment dependency on non-existing package out.asau2-4/+4
2014-03-17Prevent matching TCL 8.6.asau1-3/+3
2014-03-16Updated databases/p5-App-Sqitch to 0.992schmonz1-1/+2
2014-03-16Update to 0.992. From the changelog:schmonz2-6/+6
- Fixed target test failures on Windows. - Added support for Postgres-XC to the PostgreSQL engine. Sqitch registry tables are distributed by replication to all data nodes. - Added support to MariaDB 5.3 and higher to the MySQL engine, thanks to Ed Silva. Updating this leaf package during the freeze.
2014-03-16Updated devel/p5-Test-Class to 0.41schmonz1-1/+2
2014-03-16Update to 0.41. From the changelog:schmonz2-7/+6
- require a newer Test::Builder if 0.99 is installed RT#90699 - Applied Zefram's fix for RT#89473, Test::Class fails on Test::Builder 0.99 - Merged schwern's https://github.com/adrianh/test-class/pull/2 "Fix Test::Class for Test::Builder 1.5" - thank you Schwern! Not quite a leaf package, but nearly so. Updating during the freeze for the bugfixes.
2014-03-16Use RUBY_SUFFIX instead of RUBY_VER for consistency.taca4-16/+16
No functional change.
2014-03-16Add build supports on Ruby 2.1.1.taca2-6/+10
2014-03-16Add GEM_EXTSDIR entries for rubygems 2.2 (Ruby 2.1.1).taca1-1/+3
2014-03-16Allow build with Ruby 2.1.1.taca1-2/+2
2014-03-16Fix distinfo. I accidently commit with wrong patch files whichtaca1-12/+12
were working state.
2014-03-16+ libreoffice4-bin-4.2.2.1, reposurgeon-3.7, webmin-1.680.wiz1-4/+4
2014-03-16Got rid of PLIST.MirBSDadam3-5271/+8
2014-03-16Add an GEM_EXTSDIR entry for rubygem 2.2 (Ruby 2.1.1).taca1-1/+2
2014-03-16Workaround with rubygems 2.2 (Ruby 2.1.1).taca1-2/+2
2014-03-16Fix build problem with RUBY_VER == 21.taca2-24/+36
2014-03-16Set RUBY_VERSION_SUPPORTED to 200, 193 and 18.taca1-1/+3
2014-03-16Updated lang/opensource-cobol to 1.3.2Jryoon1-1/+2
2014-03-16Add missing patchryoon1-0/+23
2014-03-16Update 1.3.2Jryoon2-7/+10
Fix PR pkg/48659 from Yasushi Oshima. * Enable UTF-8 support Changelog: * Changes in opensource COBOL 1.3.2J ** New features *** Merged OpenCOBOL 1.1CE updates. *** Thanks to The OpenCOBOL Project! *** *** New compiler warning option: -Wcompat (1) multiply after division in a numeric expression (2) GO TO over the SECTION boundary (3) X, NX Literal usage *** Supports for compatibility issues found in existing COBOL programs: *** "COPY JOINING AS PREFIX/SUFFIX", "COPY PREFIXING/SUFFIXING" *** 'OR' in "GREATER/LESS THAN OR EQUAL" to optional *** Treat full-width spaces as blank(token delimiter) in source text *** accept data description without period *** accept SPECIAL-NAMES without period *** accept IO-CONTROL without period *** accept syntax of INDEXED before KEY in OCCURS clause *** ND, NX Literal, and N, NC Literal in SJIS mode *** RESERVE "NO" in SELECT statement - syntactically accepted, no functionality *** cheating DATE value by environment variable (set COB_DATE=yyyy/mm/dd) *** put sort/merge result record count on console (when set COB_VERBOSE=Y) *** implicitly substitute WRITE with REWRITE on the file opened in I-O mode (when set COB_IO_ASSUME_REWRITE=Y) *** treat sign-nibble 'C' as 'F' in unsigned packed numeric value, when also type checking. *** added another device naming format in assign clause (conf.parameter assign-clause: jph1) *** UPSI 0-7 aliased to SWITCH1-8 *** INVALID KEY for sequential READ/WRITE (conf.parameter use-invalidkey-handler-on-status34) *** COBOL68 style COPY semantics in data description clause (conf.parameter cobol68-copy-in-data-description) *** accept key field name on right hand side of WHEN expression in SEARCH statement (conf.parameter allow-search-key-in-rhs) *** added optional "IS" for SORT KEY spec. syntax *** ignore "RECORD CONTAINS" (conf.parameter ignore-invalid-record-contains) ** Changes *** omit checking field reference in DATA RECORDS *** improve parser error recovery and source line-number in messages ** Other Updates *** added some tests *** updated message catalog for 'ja' *** fixed bug in decording multibytes chars in section/paragraph name in compile messages ----------------------------------------------------------------------- * Changes in opensource COBOL 1.3.1J ** New features *** Enhanced SPLIT KEY support also accepts multiple key items specified for RECORD KEY. *** Added SPLIT KEY support to START statement. *** Added compilation warning that SPLIT KEY is currently only available on VB-ISAM (and other ISAM compatibles). *** Conditional compiler directive $IF. *** Automatic file creation on opening non exisiting file for I-O, EXTEND. *** Added DELETE FILE statement. ** Bug fixes *** Fixed the problem that COPY statement ignores the last line of each copybook when it does not end with line break. Actually same as opensource COBOL 1.2J, applied again to repair corruption in recent changes. *** Restored compilation warning for KEY phrase in READ statement on the SEQUENTIAL mode file. It seemed to have been corrupted in recent changes. *** Fixed problem that DYNAMIC phrase has no effect when -assign_external option is specified. *** Fixed problem that some options are never passed to READ routine in USERFH. *** Fixed problem of build time causes error when no curses library given. *** Fixed some segfault on compilation error. *** Fixed problem eliminates record length information on READing, SORTing variable length record. *** Fixed internal error on long Japanese word in PROGRAM-ID.
2014-03-16Fix build under NetBSD with GCC 4.8.3 in base.ryoon2-1/+20
GCC 4.8.3 does not define _GLIBCXX_HAVE_GTHR_DEFAULT in /usr/include/g++/bits/c++config.h.
2014-03-16Rolling back previous change. Was fixed in PR/48657.rodent1-2/+1
2014-03-15Needs png, apparently.rodent1-1/+2
2014-03-15Remove -Werror due to reports that on NetBSD 6 and Illumos the codewiz2-2/+6
is not clean enough to compile without warnings (and thus errors).
2014-03-15Update of textproc/ruby-treetop to 1.5.1 was reverted.taca1-2/+1
2014-03-15Revert to treetop-1.4.15 since ruby-rail require prior to 1.5.taca2-6/+6
Thanks to hiramatsu@.
2014-03-15The CPPFunction typedef (among others) have been deprecated in favour ofrichard2-3/+17
specific prototyped typedefs since readline 4.2. They've been working since because compatibility typedefs have been until they were removed in readline 6.3. Hint found here: https://bugs.gentoo.org/show_bug.cgi?id=504208
2014-03-15Move definition of GEM_EXTSDIR and PRINT_PLIST_AWK definition block totaca1-30/+30
appropriate place. Noted by obache@.
2014-03-15xftglyphs: use recommend freetype inclusionrichard2-1/+25
FreeType recommends to use their special macros to include the headers, because it gives them the ability to move headers around. They did this in 2.5.1 (yes, a point release) and this direct inclusion doesn't work anymore. http://lists.freedesktop.org/archives/xorg-devel/2013-December/039310.html and http://lists.freedesktop.org/archives/xorg-devel/2013-December/039311.html
2014-03-15Updated net/mikutter to 0.2.2.1537nb1obache1-1/+2