summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2012-06-22When linking with a non-builtin BDB an rpath to it libdir is needed.sbd2-3/+10
Bump PKGREVISION.
2012-06-22lang/gcc47: Update distinfo due to prior commitmarino1-1/+2
The netbsd/ctype_base.h patch was added in the previous update without adding a new entry to distinfo.
2012-06-20Disable optimization to help building on NetBSD 6.asau1-3/+2
Bump package revision.
2012-06-18Remove PHP 5.2.x supporting code.taca1-8/+2
2012-06-16Update to Yap 6.2.2asau3-7/+15
In terms of the core YAP, most changes are small bug fixes. They include - better support for 64 bits in win64, - some fixes to the garbage collector - OSX Lion compilation - wide char support - bug in copy_term when some variables have attributes - fixes to lam interface - C-interface and SWI support - over-optimisation of =/2. - arithmetic exceptions - write_canonical (Ulrich) - retracting may not follow lu semantics - minor predicate import bug. There has been a lot of progress in ProbLog and cplint.
2012-06-16Make RUBY_RAILS_DEFAULT to "32" since Ruby on Rails 3.0.x is EOL.taca1-3/+3
2012-06-16Remove support for php5 (PHP 5.2.x).taca1-17/+9
2012-06-16Remove php5 (PHP 5.2.17), please migra to php53 or php54.taca32-1260/+0
2012-06-16Remove php5.taca1-2/+1
2012-06-16Limit upper version of PHP.taca1-3/+3
2012-06-16Add and enable php54.taca1-1/+2
2012-06-16Adding php54 (PHP 5.4.4) to pkgsrc.taca24-0/+871
Key new features: traits, a shortened array syntax, a built-in webserver for testing purposes and more. A migration guide: http://php.net/migration54 Full changes: http://www.php.net/ChangeLog-5.php
2012-06-16Restrict to PHP 5.2.x and 5.3.x.taca1-2/+5
2012-06-16Update of frame work for PHP and support for PHP 5.4.x.taca2-22/+36
* PHP_VERSION_DEFAULT, PHP_VERSIONS_ACCEPTED, PKG_PHP_VERSION now don't accept 5 any more but 52, 53, 54. Each value corresponding to PHP 5.2.x, 5.3.x, 5.4.x. * PHP_PKG_PREFIX might be "php54". * phpversion.mk defines PHP_BASE_VERS. * phpversion.mk defines each PHP's exact version for now. TODO: php{5,53,54}/Makefile.{common,php} could be arranged to some redundant codes.
2012-06-16Update php53 to 5.3.14 (PHP 5.3.14).taca6-51/+9
Version 5.3.14 06-June-2012 * CLI SAPI - Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi) * Core - Fixed CVE-2012-2143 - Fixed bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) - Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference) - Fixed missing bound check in iptcparse() - Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64) - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) - Fixed bug #61713 (Logic error in charset detection for htmlentities) - Fixed bug #61991 (long overflow in realpath_cache_get()) - Changed php://fd to be available only for CLI. * CURL - Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) * COM - Fixed bug #62146 com_dotnet cannot be built shared * Fileinfo - Fixed bug #61812 (Uninitialised value used in libmagic) * Iconv - Fixed a bug that iconv extension fails to link to the correct library when another extension makes use of a library that links to the iconv library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail * Intl - Fixed bug #62082 (Memory corruption in internal function get_icu_disp_value_src_php() * JSON - Fixed bug #61537 (json_encode() incorrectly truncates/discards information) * PDO - Fixed bug #61755 (A parsing bug in the prepared statements can lead to access violations) * Phar - Fixed bug #61065 (Secunia SA44335) * Streams - Fixed bug #61961 (file_get_contents leaks when access empty file with maxlen set)
2012-06-15Deal with broken name lookup in GCC.joerg3-1/+43
2012-06-15The package doesn't require GMP, turn it off, provide option instead.asau2-5/+11
2012-06-15Add readline option.sbd2-4/+11
Bump PKGREVISION.
2012-06-15Move pkg options to options.mksbd2-9/+12
2012-06-14Add missing devel/gmp buildlink.sbd1-1/+3
Bump PKGREVISION.
2012-06-14Apply limited part of patch from perl bug 63604 to fix build on Solarisjperkin2-1/+17
with GCC 64-bit. Tested on 32-bit too. Fixes PR pkg/44999.
2012-06-14Change _RUBY_RAILS_DEPENDS_EXACT to RUBY_RAILS_STRICT_DEP and it public.taca1-5/+16
For Ruby on Rails component packages depends strictly on teeny version (RUBY_RAILS_STRICT_DEP is "yes") and others depends on minor version. Fix some none-component packages which accidently depends strictly.
2012-06-14Use a tab instead of spaces.taca1-3/+3
2012-06-14Oops, fix cut&paste error.taca1-3/+3
2012-06-14Start update of Ruby on Rails 3.0.14 and 3.1.6.taca1-3/+3
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd8-15/+16
2012-06-14Update sun-{jre,jdk}6 to 6.0.33.obache6-25/+27
* Olson Data 2012c * Bug Fixes This release contains fixes for security vulnerabilities. For more information, see Oracle Java SE Critical Patch Update Advisory. http://www.oracle.com/technetwork/topics/security/javacpujun2012-1515912.html
2012-06-13Start update of Ruby on Rails 3.2.6.taca1-2/+2
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-2/+2
2012-06-12Add fix for http://secunia.com/advisories/44335/, also CVE-2012-2386.taca3-3/+27
Bump PKGREVISION.
2012-06-08Redo netbsd/ctype_base.h patch to not pollute the namespace as much withjoerg14-54/+74
sys/param.h.
2012-06-05Work around VAX lack of FP INFabs2-1/+17
2012-06-04Update yabasic to 2.763.obache4-34/+9
PR 46532 by Wen Heping. While here, set LICENSE. Version 2.762 (September 16, 2005) - Swapped the precedence of unary minus and exponentiation to follow the mainstream of programming languages. Suggested by Mike Hoffman. - Fixed a bug with drawing the outline of a triangle. - Lots bugs and typos fixed in the docu. Thanx to A. Costa ! - rinstr() is okay again. - system$() may not dump any longer, if an external command returns no output. - Some improvements for compiling on FreeBSD. - Made the text-command working again. - Maybe yabasic does not leak resources under Windows 95 any longer. - Some fixes related with the console window under Windows - Added a list of reserved words to the documentation. - Special thanks to Derek and Mike Huffmann ! Version 2.76 (April 25, 2005) Some major improvements for grafics - Full color support ! - Different fonts for the text-command - The new command triangle Version 2.75 (May 19, 2004) - Yabasic finally has an Icon under Windows - The str$()-function, may now format numbers like 123,456.56 (or 123.456,56 for german conventions) - Changed the system()-function under Windows to use the right command-processor - Added a list of command, grouped by topics to the documentation - Yellow is no longer brown under windows - Removed a security problem related with printing under Unix - Programs, that import libraries can now be bound, including all the imported libraries Version 2.740 (January 18, 2003) - Implemented the bind-feature - More verbose messages on failing open-calls Version 2.730 (August 19, 2003) - Complete rewrite of the documentation - Updated my system, which introduced new versions of the toolchain (gcc, autoconf, ...) - No changes in yabasic itself
2012-06-03Work around (FSVO work around) VAX's lack of inf.abs2-1/+17
2012-06-02Use ${PREFIX}/gnu/bin/ld instead of ${PREFIX}/bin/gnu-ldcheusov1-2/+2
2012-06-02* Don't use --enable-wide-getaddrinfo on SunOS.taca3-9/+22
* Add a patch from Ruby's repository, r35698; make sure to keep space between "-o" and output filename. Bump PKGREVISION.
2012-06-02Add a patch from Ruby's repository, r35698; make sure to keep spacetaca3-2/+22
between "-o" and output filename. Bump PKGREVISION.
2012-06-02s/RUBY19_BASE_HACKS_MK/RUBY193_BASE_HACKS_MK/.taca1-3/+3
No functional change.
2012-06-02Start update of Ruby on Rails to 3.0.13/3.1.5/3.2.5.taca1-4/+4
2012-06-02Update ruby-execjs to 1.4.0.taca3-7/+10
Changes are unavailable.
2012-06-02Update ruby-coffee-script-source to 1.3.3.taca2-6/+6
Changes are unavailable.
2012-06-01USE_TOOLS+=flex; Solaris build says "You need flex to build Mercury".dholland1-2/+2
2012-05-31On reflection, bump PKGREVISION as some of the ctype-related adjustmentsdholland1-1/+2
might have caused functional changes. Also because I removed use of gets() and the previous version should be marked insecure.
2012-05-31Rename patch files to new standard for tidiness. No functional change.dholland4-7/+7
2012-05-31Use make loop instead of shell loop to shut up pkglint.dholland1-4/+4
2012-05-31Pass -Wall; fix Solaris and Linux build by not trying to use ->d_namlendholland6-9/+198
in struct dirent. There's no need to.
2012-05-31Add a patch to fix for CVE_2012-2143 from PHP's repository.taca3-2/+20
Bump PKGREVISION.
2012-05-31Install a prefix-less symlink for 'awk' into ${PREFIX}/gnu/bin.fhajny2-2/+11
Bump PKGREVISION.
2012-05-30Update gauche to 0.9.3.3. Also, take over maintainership from uebayashi.enami5-52/+97
Changes are: + Bug fixes: o If DESTDIR was set and the platform didn't have previous Gauche installed, make install failed saying something like "libgauche-0.9.so.0.3: cannot open shared object file: No such file or directory". The order of installation was adjusted to avoid it. o On FreeBSD, a bug in signal setup routine caused memory corruption. o every with more than one argument list didn't return the last return value of the predicate when all the arguments satisfied it, as specified in srfi-1 (it returned #t instead). It was also the case in stream-every. Both are fixed. o On MinGW, info command didn't work. o On MinGW, when you used non-console version gosh-noconsole.exe and tried to spawn a child process to communicate via pipes, gosh-noconsole.exe just died. + Improvements: o New procedure: string-scan-right o GC is now 7.2b
2012-05-29Pull common standard definitions in one place.asau3-12/+76
Addresses PR 46496, inspired by original patch by Alexander Polakov.