summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2014-06-03Bump PKGREVISIONryoon4-26/+17
Fix PR pkg/48246 again. Add rhino.jar to library path. And remove stale patch
2014-06-02Note CGI core module is older for www/p5-CGI-Fast.obache1-1/+2
2014-06-02Changes 2.7.7:adam7-87/+98
This is a regularly scheduled 2.7 series bugfix and includes numerous bugfixes (http://hg.python.org/cpython/raw-file/f89216059edf/Misc/NEWS) over 2.7.6.
2014-06-02Rollback last commit. This is not going to work due to package namerodent1-2/+1
difference. Maybe we could consider extending how ${pkg} is matched.
2014-06-02+digestrodent1-1/+2
2014-06-01Update to SBCL 1.2.0asau3-7/+9
changes in sbcl-1.2.0 relative to sbcl-1.1.18: * bug fix: read-time-eval backquote context mixup. (lp#1321047) * enhancement: when SAVE-LISP-AND-DIE fails due multiple threads, the report of the signaled conditions lists currently running threads. * enhancement: ported to ARM linux. * enhancement: sb-gmp contrib has been updated. (lp#1305266) * enhancement: new contrib sb-mpfr by Stephan Frank. * bug fix: MAKE-SEQUENCE works with sequence types defined via DEFTYPE (lp#1315846, thanks to Mark Cox) * bug fix: SET-[DISPATCH-]MACRO-CHARACTER should coerce a symbolic function-designator to a function only as needed. (lp#1012335) * bug fix: remove references to asdf-install from the manual. (lp#1207544, thanks to Thomas Hlavaty) * bug fix: handle --without-xxx options to make.sh more carefully. (lp#1246665, thanks to Richard M Kreuter) * bug fix: prevent maybe-delete-exit from doing semantically broken things with local exits. (lp#309099, lp#518099, lp#533930) * bug fix: attempts to subclass BUILT-IN-CLASSes signal errors, as required by AMOP. (lp#861004)
2014-06-01Update font path references. Bump PKGREVISION.wiz4-35/+36
2014-06-01Add upstream bug report URL.wiz2-4/+5
2014-06-01Fix Undefined symbol "_PyMp_sem_unlink" error while importing _multiprocessingryoon2-1/+18
module under DragonFly DragonFly has not sem_open/sem_unlink etc. Make consistent with POSIX named semaphore conditionals.
2014-06-01Remove incorrect/unnecessary dragonfly patches.wiz3-35/+3
Matches ryoon's commit to python33.
2014-06-01Remove unused buildlink3.mkryoon1-36/+0
2014-06-01Set gcc48-libs as runtime dependencyryoon3-3/+21
2014-06-01Remove gfortranryoon6-250/+1
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz1-3/+3
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-31Remove go/pkg/obj from the PLIST once and for all, and delete the directorybsiegert2-215/+4
in do-install. The obj files are build artifacts. Fixes breakage reported by wiz in private mail (I hope).
2014-05-31Update to 4.8.3ryoon67-536/+2367
* Convert gcc48 to simple meta-pkg * Potentially fix non-NetBSD packaging * Fix gcc48-libs/gcc48-cc++ build under OpenBSD/amd64 5.5 * Enable graphite option, from wip/gcc48snapshot via Xiyue Deng * Tweak nls option Changelog: GCC 4.8.3 This is the [35]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.8.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). Support for the new powerpc64le-linux platform has been added. It defaults to generating code that conforms to the ELFV2
2014-05-31Fix _multiprocessing import under DragonFly/amd64, fix packagingryoon3-25/+7
2014-05-31Use PKG_OPTIONS.${PHP_PKG_PREFIX} as PKG_OPTIONS_VAR in order to consistenttaca1-2/+2
PKG_OPTIONS amaong packages which use lang/php/Makefile.php.
2014-05-31Update php54 to 5.4.29, contains fix for CVE-2014-0237 and CVE-2014-0238.taca3-10/+8
29 May 2014, PHP 5.4.29 - COM: . Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol) - Core: . Fixed bug #65701 (copy() doesn't work when destination filename is created by tempnam()). (Boro Sitnikovski) . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol) . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob) . Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas) . Fixed bug #67249 (printf out-of-bounds read). (Stas) . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas) . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas) - Date: . Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol) . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas) . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas) - DOM: . Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol) - Fileinfo: . Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol) . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS). (CVE-2014-0238) . Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation). (CVE-2014-0237) - FPM: . Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos) - Phar: . Fix bug #64498 ($phar->buildFromDirectory can't compress file with an accent in its name). (PR #588)
2014-05-31Update php55 to 5.5.13, contains fix for CVE-2014-0237 and CVE-2014-0238.taca3-10/+8
29 May 2014, PHP 5.5.13 - CLI server: . Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol) - COM: . Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol) - Core: . Fixed bug #65701 (copy() doesn't work when destination filename is created by tempnam()). (Boro Sitnikovski) . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol) . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob) . Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas) . Fixed bug #67249 (printf out-of-bounds read). (Stas) . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas) . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas) - Curl: . Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike) - Date: . Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol) . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas) . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas) - DOM: . Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol) - Fileinfo: . Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol) . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238). . Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation) (CVE-2014-0237). - FPM: . Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos) - GD: . Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas) - PCRE: . Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch from the upstream). (Anatol) - Phar: . Fix bug #64498 ($phar->buildFromDirectory can't compress file with an accent in its name). (PR #588)
2014-05-31core contains experimental-0.007obache1-1/+2
2014-05-31clean up "older for" notation.obache1-8/+1
2014-05-30Update CONFLICTS lines and add a SUPERSEDES line for p5-experimental.wiz1-60/+59
2014-05-29Bump for perl-5.20.0.wiz31-59/+62
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-29Changes 5.20.0:adam13-182/+98
Experimental Subroutine signatures subs now take a prototype attribute More consistent prototype parsing rand now uses a consistent random number generator New slice syntax Experimental Postfix Dereferencing Unicode 6.3 now supported New \p{Unicode} regular expression pattern property Better 64-bit support use locale now works on UTF-8 locales use locale now compiles on systems without locale ability More locale initialization fallback options -DL runtime option now added for tracing locale setting -F now implies -a and -a implies -n $a and $b warnings exemption
2014-05-28Changes 3.4.1:adam4-16/+44
Various bug fixes for AArch64, ARM, PowerPC, R600, and X86 targets. R600 geometry shader support Fix for vaargs on X86
2014-05-28Add swi-prolog-jplmarkd1-1/+2
2014-05-28Add swi-prolog-jpl version 6.6.5markd3-0/+57
The Java/Prolog interaction package for swi-prolog.
2014-05-28Update to 6.6.5markd16-1201/+1152
3 years of bug fixes and updates.
2014-05-27Update Go to latest version 1.2.2.bsiegert3-9/+214
go1.2.2 (released 2014/05/05) includes a security fix that affects the tour binary included in the binary distributions (thanks to Guillaume T).
2014-05-25Revbump after updating graphics/giflibobache1-2/+2
2014-05-25Fixes build with giflib-5.1.obache2-6/+20
2014-05-24Apply patch from PR pkg/48834: introduce a GO_COMPILER variable thatbsiegert2-8/+12
contains the "arch character" (5, 6 or 8) and substitute it in PLIST. Fixes installation on i386 and possibly evbarm.
2014-05-24Brace expansion is not supported by Bourne shell.obache2-4/+4
2014-05-22Remove the "pthreads broken on vax" hack for ancient NetBSD versionsmartin2-16/+2
2014-05-21Apply a number of fixes:jperkin8-19/+65
* Install the libffi libtool archive. Whilst it is unused, it allows us to automatically determine the shared library suffix. * Switch the i386 SunOS bootstrap to .xz. * Use PKG_CC to build lndir to help environments where the compiler is not in $PATH. * Apply patch from Alain O'Dea to fix issues with files residing on read-only file systems. * Support shared libraries on 64-bit SunOS. * Fix typo in patches/patch-rts_Linker.c. Fixes build on SunOS. Bump PKGREVISION.
2014-05-21Move pthread.buildlink3.mk from module.mk to buildlink3.mk with conditionally.obache2-4/+6
* In module.mk, pthread is marked as direct dependency unconditionally for packages using module.mk. It is unwanted behavior. * Include pthread.buildlink3.mk in buildlink3.mk only for the case perl5 is built with "threads". Fixes potential unwanted dependeny on pthread using perl5/module.mk.
2014-05-21Update ruby21 to 2.1.2.taca8-91/+23
Quote from release announce: This release contains a fix for a regression of Hash#reject in Ruby 2.1.1, support for build with Readline-6.3 (see Bug #9578), an updated bundled version of libyaml with psych, and some bug fixes. For details, please refer ChangeLog.
2014-05-21Update ruby200 to Ruby 2.0.0-p481.taca6-80/+21
Including many bug fixes: * support for build with Readline-6.3 * a fix for old OpenSSL (regression in p451) * an updated bundled version of libyaml (see Heap Overflow in YAML URI Escape Parsing (CVE-2014-2525)) For detail, please refer ChangeLog.
2014-05-21Add some "used by" lines.taca1-1/+5
2014-05-21Instead of comparing _RUBY_VERSION_REQD to "211", compare "18" or "193".taca1-4/+4
2014-05-21try to find openssl header from system inc_dirs additionally, builtin oneobache2-6/+8
may be in unusual location.
2014-05-21search openssl header file from prefered ssl_incs over system inc_dirs.obache2-6/+20
2014-05-20Fixes for Darwinadam3-16/+29
2014-05-20Fix detecting OpenSSL, in particular on OS X.adam2-17/+5
2014-05-20Remove probably incomplete Interix support. I don't think anyonewiz3-25/+11
tried this in the last X > 5 years. If I'm incorrect, let me know. (trying to reduce diffs to upstream).
2014-05-20Update to 3.4.1wen6-118/+67
Remove the patch which included in upstream Upstream changes: Python 3.4.1 Release date: 2014-05-18 Core and Builtins Issue #21418: Fix a crash in the builtin function super() when called without argument and without current frame (ex: embedded Python). Issue #21425: Fix flushing of standard streams in the interactive interpreter. Issue #21435: In rare cases, when running finalizers on objects in cyclic trash a bad pointer dereference could occur due to a subtle flaw in internal iteration logic. Library Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial shape. Issue #20998: Fixed re.fullmatch() of repeated single character pattern with ignore case. Original patch by Matthew Barnett. Issue #21075: fileinput.FileInput now reads bytes from standard stream if binary mode is specified. Patch by Sam Kimbrel. Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira. Issue #21470: Do a better job seeding the random number generator by using enough bytes to span the full state space of the Mersenne Twister. Issue #21398: Fix an unicode error in the pydoc pager when the documentation contains characters not encodable to the stdout encoding. Tests Issue #17756: Fix test_code test when run from the installed location. Issue #17752: Fix distutils tests when run from the installed location. IDLE Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests. Python 3.4.1rc1 Release date: 2014-05-05 Core and Builtins Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c. Issue #21209: Fix sending tuples to custom generator objects with the yield from syntax. Issue #21134: Fix segfault when str is called on an uninitialized UnicodeEncodeError, UnicodeDecodeError, or UnicodeTranslateError object. Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. Issue #20929: Add a type cast to avoid shifting a negative number. Issue #20731: Properly position in source code files even if they are opened in text mode. Patch by Serhiy Storchaka. Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. Issue #12546: Allow x00 to be used as a fill character when using str, int, float, and complex __format__ methods. Issue #13598: Modify string.Formatter to support auto-numbering of replacement fields. It now matches the behavior of str.format() in this regard. Patches by Phil Elson and Ramchandra Apte. Library Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. In porting to Argument Clinic, the first two arguments were reversed. Issue #21469: Reduced the risk of false positives in robotparser by checking to make sure that robots.txt has been read or does not exist prior to returning True in can_fetch(). Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev. Issue #9815: assertRaises now tries to clear references to local variables in the exception’s traceback. Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. Issue #19385: Make operations on a closed dbm.dumb database always raise the same exception. Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. Issue #21291: subprocess’s Popen.wait() is now thread safe so that multiple threads may be calling wait() or poll() on a Popen instance at the same time without losing the Popen.returncode value. Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). Issue #15002: urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) facility. Provides a better way to handle file descriptor close. Patch contributed by Christian Theune. Issue #12220: mindom now raises a custom ValueError indicating it doesn’t support spaces in URIs instead of letting a ‘split’ ValueError bubble up. Issue #21239: patch.stopall() didn’t work deterministically when the same name was patched more than once. Issue #21222: Passing name keyword argument to mock.create_autospec now works. Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. Issue #17498: Some SMTP servers disconnect after certain errors, violating strict RFC conformance. Instead of losing the error code when we issue the subsequent RSET, smtplib now returns the error code and defers raising the SMTPServerDisconnected error until the next command is issued. Issue #17826: setting an iterable side_effect on a mock function created by create_autospec now works. Patch by Kushal Das. Issue #7776: Fix Host: header and reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. Issue #20968: unittest.mock.MagicMock now supports division. Patch by Johannes Baiter. Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido Vranken. Issue #21169: getpass now handles non-ascii characters that the input stream encoding cannot encode by re-encoding using the replace error handler. Issue #21171: Fixed undocumented filter API of the rot13 codec. Patch by Berker Peksag. Issue #21172: isinstance check relaxed from dict to collections.Mapping. Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if path and sock are specified at the same time. Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. Thanks to Devin Jeanpierre for the patch. Issue #20145: assertRaisesRegex and assertWarnsRegex now raise a TypeError if the second argument is not a string or compiled regex. Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), close the file descriptor if io.open() fails Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. Issue #21013: Enhance ssl.create_default_context() when used for server side sockets to provide better security by default. Issue #20633: Replace relative import by absolute import. Issue #20980: Stop wrapping exception when using ThreadPool. Issue #21082: In os.makedirs, do not set the process-wide umask. Note this changes behavior of makedirs when exist_ok=True. Issue #20990: Fix issues found by pyflakes for multiprocessing. Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to “prime256v1”. Issue #20995: Enhance default ciphers used by the ssl module to enable better security an prioritize perfect forward secrecy. Issue #20884: Don’t assume that __file__ is defined on importlib.__init__. Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. Issue #20879: Delay the initialization of encoding and decoding tables for base32, ascii85 and base85 codecs in the base64 module, and delay the initialization of the unquote_to_bytes() table of the urllib.parse module, to not waste memory if these modules are not used. Issue #19157: Include the broadcast address in the usuable hosts for IPv6 in ipaddress. Issue #11599: When an external command (e.g. compiler) fails, distutils now prints out the whole command line (instead of just the command name) if the environment variable DISTUTILS_DEBUG is set. Issue #4931: distutils should not produce unhelpful “error: None” messages anymore. distutils.util.grok_environment_error is kept but doc-deprecated. Issue #20875: Prevent possible gzip “‘read’ is not defined” NameError. Patch by Claudiu Popa. Issue #11558: email.message.Message.attach now returns a more useful error message if attach is called on a message for which is_multipart is False. Issue #20283: RE pattern methods now accept the string keyword parameters as documented. The pattern and source keyword parameters are left as deprecated aliases. Issue #20778: Fix modulefinder to work with bytecode-only modules. Issue #20791: copy.copy() now doesn’t make a copy when the input is a bytes object. Initial patch by Peter Otten. Issue #19748: On AIX, time.mktime() now raises an OverflowError for year outsize range [1902; 2037]. Issue #20816: Fix inspect.getcallargs() to raise correct TypeError for missing keyword-only arguments. Patch by Jeremiah Lowin. Issue #20817: Fix inspect.getcallargs() to fail correctly if more than 3 arguments are missing. Patch by Jeremiah Lowin. Issue #6676: Ensure a meaningful exception is raised when attempting to parse more than one XML document per pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury Forgeot d’Arc, with suggested wording by David Gutteridge) Issue #21117: Fix inspect.signature to better support functools.partial. Due to the specifics of functools.partial implementation, positional-or-keyword arguments passed as keyword arguments become keyword-only. Issue #21209: Fix asyncio.tasks.CoroWrapper to workaround a bug in yield-from implementation in CPythons prior to 3.4.1. asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream issue #163). Issue #21311: Avoid exception in _osx_support with non-standard compiler configurations. Patch by John Szakmeister. Issue #11571: Ensure that the turtle window becomes the topmost window when launched on OS X. Extension Modules Issue #21276: posixmodule: Don’t define USE_XATTRS on KFreeBSD and the Hurd. Issue #21226: Set up modules properly in PyImport_ExecCodeModuleObject (and friends). IDLE Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation. Issue #21284: Paragraph reformat test passes after user changes reformat width. Issue #17654: Ensure IDLE menus are customized properly on OS X for non-framework builds and for all variants of Tk. Build The Windows build now includes OpenSSL 1.0.1g Issue #21285: Refactor and fix curses configure check to always search in a ncursesw directory. Issue #15234: For BerkelyDB and Sqlite, only add the found library and include directories if they aren’t already being searched. This avoids an explicit runtime library dependency. Issue #20644: OS X installer build support for documentation build changes in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin. C API Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__ to match what importlib does; this affects _frozen_importlib as well as any module loaded using imp.init_frozen(). Documentation Issue #17386: Expanded functionality of the Doc/make.bat script to make it much more comparable to Doc/Makefile. Issue #21043: Remove the recommendation for specific CA organizations and to mention the ability to load the OS certificates. Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). Issue #19407: New package installation and distribution guides based on the Python Packaging Authority tools. Existing guides have been retained as legacy links from the distutils docs, as they still contain some required reference material for tool developers that isn’t recorded anywhere else. Issue #19697: Document cases where __main__.__spec__ is None. Tests Issue #18604: Consolidated checks for GUI availability. All platforms now at least check whether Tk can be instantiated when the GUI resource is requested. Issue #21275: Fix a socket test on KFreeBSD. Issue #21223: Pass test_site/test_startup_imports when some of the extensions are built as builtins. Issue #20635: Added tests for Tk geometry managers. Add test case for freeze. Issue #20743: Fix a reference leak in test_tcl. Issue #21097: Move test_namespace_pkgs into test_importlib. Issue #20939: Avoid various network test failures due to new redirect of http://www.python.org/ to https://www.python.org: use http://www.example.com instead. Issue #20668: asyncio tests no longer rely on tests.txt file. (Patch by Vajrasky Kok) Issue #21093: Prevent failures of ctypes test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/local/lib. Tools/Demos Add support for yield from to 2to3. Add support for the PEP 465 matrix multiplication operator to 2to3. Issue #16047: Fix module exception list and __file__ handling in freeze. Patch by Meador Inge. Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. Patch by Arfrever Frehtes Taifersar Arahesis.
2014-05-20Fix issues on Darwinpho4-2/+53
Makefile: See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to create a stub library, not just to remove symbols, so we must not let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the build fails for missing files. patches/patch-libgcc_config_t-slibgcc-darwin: If we don't install libgcc_s.10.[45].dylib, our gcc links binaries with *both* /usr/lib/libgcc_s.1.dylib and ${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing. patches/patch-libjava_Makefile.in: Tell libtool the fact that libjvm.so is a module to be opened with dlopen(3). This is actually needed on Mach-O systems like Darwin.
2014-05-18+py-hyrodent1-1/+2
2014-05-18Import py27-hy-0.10.0 as lang/py-hy.rodent5-0/+143
Hy is a Python <--> Lisp layer. It helps make things work nicer, and lets Python and the Hy lisp variant play nice together.