summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
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
2013-02-28Add support for the SunOS jdk.jperkin6-6/+4527
2013-02-28Uncomment the pid parameter of php-fpm.conf so the pidfile is created andimil3-2/+20
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
2013-02-28Uncomment the pid parameter for php-fpm.conf so the pidfile is created andimil3-3/+20
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
2013-02-28Add support for SunOS jre.jperkin9-19/+1657
2013-02-28tell library related staffs for Cygwin.obache1-1/+3
2013-02-28also use gmake for Cygwin.obache1-2/+3
and as noted in comment, let to use GNUmakefile as MAKE_FILE.
2013-02-27ld='g++' in hints/cygwin.sh, c++ is required on Cygwin.obache1-1/+8
2013-02-26Consistently return a value.joerg2-1/+15
2013-02-26Fix assembler syntax.joerg2-1/+15
2013-02-25sync with sun-jre7christos2-12/+18
2013-02-25- put both archs in distinfochristos2-2/+7
- add notes about things going wrong here.
2013-02-25Switch to gcc47 instead of gcc34. Works just as well and will be supportedwiz1-5/+6
longer. Bump PKGREVISION.
2013-02-24fix sum for i386christos1-4/+4
2013-02-24update to .15 (x86_64)christos2-15/+11
2013-02-24Remove support for Ruby on Rails 3.1.taca1-40/+4
2013-02-24GNUmake is expected for Cygwin.obache1-1/+6
2013-02-22Update ruby193-base package (and related) to 1.9.3-p392.taca11-341/+7
Security problem of CVE-2013-0269 was already handled but REXML security problem is fixed by this package. Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently. This release includes security fixes about bundled JSON and REXML. * Denial of Service and Unsafe Object Creation Vulnerability in JSON (CVE-2013-0269) * Entity expansion DoS vulnerability in REXML (XML bomb) And some small bugfixes are also included.
2013-02-22Update PHP53_VERSION and PHP54_VERSION.taca1-3/+3