summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz40-1/+2589
New major version of gcc, lots of changes. For details, look here: http://gcc.gnu.org/gcc-4.8/changes.html
2013-04-01Remove bogus entry.wiz1-2/+1
2013-04-01Fix assertions on NetBSD when trying to use a thread-specific storagejoerg3-8/+54
key after it has been removed. Bump revision.
2013-03-31This makes my bulk build hang, mark not for MirBSD for now.bsiegert1-1/+4
2013-03-28Switch to external libltdl.joerg4-6/+35
2013-03-26Fix generation of libexpect545.a. Ok'd by wiz@ during freeze.jperkin3-6/+7
Bump PKGREVISION.
2013-03-24-ocamlducedholland1-2/+1
2013-03-24Remove ocamlduce; it is unbuildable, dead upstream, and the maintainerdholland7-176/+0
said quite a ways back to just kill it.
2013-03-24Fix strerror detection to allow clang build to finish.joerg2-1/+14
2013-03-24Don't define static modfl and friends, it now conflicts with math.h.joerg4-5/+30
Use our libltdl to avoid the libc.la hack.
2013-03-23Readd i386 fix, but for Linux and NetBSD only.wiz1-1/+5
Ok jperkin.
2013-03-21Revert previous. While it may fix NetBSD, it breaks SmartOS.wiz1-4/+1
2013-03-21On i386, set arch and tuning. Should address PR 47460.wiz1-1/+4
Patch from Kai-Uwe Eckhardt <kai-uwe.eckhardt@uni-rostock.de>.
2013-03-19Start update of Ruby on Rails 3.2.13.taca1-2/+2
2013-03-16Remove description for old versions of php pakcages.taca1-3/+2
2013-03-16* Make default version of PHP to 5.4: PHP_VERSION_DEFAULT's default is 54.taca1-8/+8
* Update PHP53_VERSION and PHP54_VERSION.
2013-03-16Update php54 to 5.4.13.taca3-8/+7
14 Mar 2012, PHP 5.4.13 - Core: . Fixed bug #64235 (Insteadof not work for class method in 5.4.11). (Laruence) . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell) . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi) . Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry) - CLI server: . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi) - Mbstring: . mb_split() can now handle empty matches like preg_split() does. (Moriyoshi) - OpenSSL: . Fixed bug #61930 (openssl corrupts ssl key resource when using openssl_get_publickey()). (Stas) - PDO_mysql: . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs). (Johannes) - Phar: . Fixed timestamp update on Phar contents modification. (Dmitry) - SOAP . Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). (Dmitry) . Disabled external entities loading (CVE-2013-1643). (Dmitry) - SPL: . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence) . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS). (patch by kriss@krizalys.com, Laruence) . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov) . Fixed bug #52861 (unset fails with ArrayObject and deep arrays). (Mike Willbanks) - SNMP: . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)
2013-03-16Update php53 to 5.3.23.taca4-31/+27
14 Mar 2013, PHP 5.3.23 - SOAP . Improved check that soap.wsdl_cache_dir conforms to open_basedir (Dmitry) . Disabled external entities loading. (Dmitry) - SPL: . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence) . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS). (patch by kriss@krizalys.com, Laruence) . Fixed bug #52861 (unset fails with ArrayObject and deep arrays). (Mike Willbanks)
2013-03-15Note that there's a difference using this rather than the older.is1-2/+2
2013-03-14PKGREVISIOn does not belong in Makefile.common.wiz2-3/+4
2013-03-14bump PKGREVISION to 4.00.1nb2is2-5/+3
2013-03-14ocamlmklib adds absolute directories (that is, such starting withis3-2/+46
'/') given to -L to run-time library search path passed to the lower linker using -Wl,-rpath= This is a problem, because even if we add the right directory with -Wl,-rpath= or variants thereof, the wrong path still is in the RPATH on the resulting binary. This might lead to the wrong library being found at run-time. To build clean packages when using ocamlmklib, '-elfmode' will switch this behaviour off; when using '-elfmode', all following -L parameters won't augment the RPATH, and it has to be updated seperately with -dllpath, -Wl,-rpath= etc. (This is a local pkgsrc stopgap addition, needed to proceed with fixes to xentools41. The issue has been raised with upstream; hopefully this patch can be reverted with a future ocaml package version.)
2013-03-14Move definition of rubygems sites so that it is usable with packagesobache1-2/+2
not using gem as installation but as archive.
2013-03-12Update to Chicken 4.8.0.3asau2-6/+6
Requested by Peter Bex. Changes: 4.8.0.3 - Runtime - Avoid high CPU usage when waiting for child process I/O with poll(). Affects at least Linux and Solaris. - Escape single backslash in printed symbols. - Type system - Fixed types.db entry for join and mutex-lock! - Core tools - chicken-install transports now parses ports on URIs with empty paths 4.8.0.2 - Interpreter - Fix regression in ,d for procedures, which resulted in an sprintf error. - Compiler - Fix rewriting of newlines (~~) in printf. - Runtime - Allow > 4GB heap on 64-bit systems (#974). - Added missing library (-lrt) on Solaris for nanosleep calls (#970). - Build system - Use test -f instead of test -e in identify.sh to placate Solaris.
2013-03-11Update ruby-coffee-script-source to 1.6.1.taca2-6/+6
1.6.1 – March 5, 2013 * First release of source maps. Pass the --map flag to the compiler, and off you go. Direct all your thanks over to Jason Walton. * Fixed a 1.5.0 regression with multiple implicit calls against an indented implicit object. Combinations of implicit function calls and implicit objects should generally be parsed better now — but it still isn't good style to nest them too heavily. * .coffee.md is now also supported as a Literate CoffeeScript file extension, for existing tooling. .litcoffee remains the canonical one. * Several minor fixes surrounding member properties, bound methods and super in class declarations. 1.5.0 – Feb 25, 2013 * First release of Literate CoffeeScript. * The CoffeeScript REPL is now based on the Node.js REPL, and should work better and more familiarly. * Returning explicit values from constructors is now forbidden. If you want to return an arbitrary value, use a function, not a constructor. * You can now loop over an array backwards, without having to manually deal with the indexes: for item in list by -1 * Source locations are now preserved in the CoffeeScript AST, although source maps are not yet being emitted.
2013-03-09regen patchsum, update for patch-ab was reverted.obache1-2/+2
PR pkg/47635
2013-03-08add patch for CVE-2013-1667 from:tez3-4/+152
https://bugzilla.redhat.com/show_bug.cgi?id=912276 bump PKGREVISION
2013-03-08Revert changes to use .gz suffix instead of .tar.gz. The issue is causedjperkin4-24/+16
by downloading files from Oracle's site using Chrome (Chromium #136305).
2013-03-08Oops, fix some broken handling of a new rule.taca1-2/+2
2013-03-07Add some definition for RDoc 4.0.0 which will come from Ruby 2.0.0.taca1-1/+6
2013-03-07Update ruby-rdoc to 3.12.2.taca1-2/+2
=== 3.12.2 / 2013-02-24 * Bug fixes * Fixed bug in syntax-highlighting that would corrupt regular expressions. Ruby Bug #6488 by Benny Lyne Amorsen. * Fixed lexing of character syntax (<code>?x</code>). Reported by Xavier Noria. * Fixed tokenization of % when it is not followed by a $-string type * Fixed display of __END__ in documentation examples in HTML output * Fixed tokenization of reserved words used as new-style hash keys * Fixed HEREDOC output for the limited case of a heredoc followed by a line end. When a HEREDOC is not followed by a line end RDoc is not currently smart enough to restore the source correctly. Bug #162 by Zachary Scott.
2013-03-07gem.mk:taca2-34/+56
* Add Rubygem 2.0.0 and Ruby 2.0.0 support which wouldn't enabled yet. * Use Ruby code format for gemspec to build/install instead of YAML. * Add --backtrace option to "gem install". files/update-gemspec.rb: * Allow rename name attribute in gemspec. * Handle Ruby code format of gemspec.
2013-03-06Add SunOS support.jperkin6-6/+1424
2013-03-06Add SunOS support.jperkin7-8/+1661
2013-03-05Fix SunOS 64-bit PLIST.jperkin1-35/+35
2013-03-04note upstream RT ticket url.obache2-3/+4
2013-03-04add Darwin to platforms that use PLIST.natdynlinkdbj1-2/+3
2013-03-03fixes destdir installation on Cygwin.obache2-4/+42
2013-03-02Use non-ambigious assembler syntax. Fix return types. Fix inline usagejoerg9-1/+331
to allow building with Clang.
2013-03-02Fix build with clang.joerg2-1/+22
2013-03-02Restrict JVM heap size during post-install script as the Linux JREjoerg2-4/+4
doesn't honor address space limits.
2013-03-02Match distfile.joerg1-1/+3
2013-03-02Update comment.ryoon1-2/+2
2013-03-02Use Oracle's filename.ryoon4-20/+19
2013-03-01Bump PKGREVISION of gcc47 packages for recent changes.jperkin2-4/+4
2013-03-01Add GCC_TARGET_MACHINE, defaulting to MACHINE_GNU_ARCH, and use it injperkin3-6/+12
preference to target_noncanonical so that the user can override if required, e.g. in a multilib environment where target_noncanonical will change based on current ABI. Additionally, ensure that it comes first in the RPATH so that when using USE_PKGSRC_GCC_RUNTIME with in-pkgsrc gcc we pick up the correct libraries.
2013-03-01When using USE_PKGSRC_GCC_RUNTIME ensure that we explicitly depend upon thejperkin1-1/+5
gcc47-libs package rather than relying on the PKGREVISION bump to pick it up. This resolves some issues where we were seeing gcc47 picked as the dependency instead of gcc47-libs.
2013-03-01When using USE_PKGSRC_GCC_RUNTIME ensure the gcc47-libs runtime comes first.jperkin1-2/+2
2013-03-01Don't exclude this file being used when also using lang/gcc47/buildlink3.mkjperkin1-2/+2
This allows USE_PKGSRC_GCC_RUNTIME to be used with the in-pkgsrc compiler.
2013-03-01Ensure EMUL_PLATFORMS is defined before including bsd.prefs.mkjperkin1-2/+4