summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2016-07-13Don't use GNU ld flags on x86_64 SunOS. Fixes various dependencies.jperkin3-12/+20
Bump PKGREVISION.
2016-07-13Fix build on 32-bit SunOS.jperkin2-18/+21
2016-07-12Install the LLVM utils. Bump PKGREVISION.jperkin2-3/+9
2016-07-12Update lang/py34-html-docs to 3.4.5leot3-9/+16
pkgsrc changes: - Update MASTER_SITES (again!) similar to the one also used by py35-html-docs (unlike previous MASTER_SITES this one also contain distfiles for later Python 3.4 versions) Changes: No changelog was available. Sync with lang/python34 version.
2016-07-12+ py35-html-docsleot1-1/+2
2016-07-12Import py35-html-docs-3.5.2 as lang/py35-html-docsleot4-0/+1033
HTML Documentation for Python 3.5
2016-07-12Update lang/py34-html-docs to 3.4.3leot3-9/+14
pkgsrc changes: - Use a MASTER_SITES similar to other lang/py*-html-docs - Add a LICENSE Changes: No changelog was available, just the latest python34 documentation more in sync with lang/python34 (despite the latest Python 3.4 stable release is 3.4.5 the latest documentation published is 3.4.3).
2016-07-12Remove lang/py33-html-docsleot5-972/+1
We no longer have lang/python33 so it is less useful now. Discussed with <wiz>
2016-07-11Bump PKGREVISION. Do not assume longer name for POSIX semaphore under NetBSDryoon3-2/+40
According to sem_open(3) man page, NetBSD supports 15 chars length. Fix SemLock errno 63 ENAMETOOLONG under NetBSD.
2016-07-10Fixed pkglint warnings about parentheses.rillig1-7/+7
2016-07-10Fixed some pkglint warnings.rillig1-20/+20
2016-07-10Removed reference to undefined RUBY_LICENSE variable.rillig3-6/+3
2016-07-09Remove python33.wiz29-5557/+1
2016-07-09Remove python33: adapt all packages that refer to it.wiz6-16/+16
2016-07-09Removed unnecessary space after variable name, to fix pkglint warning.rillig1-2/+2
2016-07-09Let pkglint fix indentation of preprocessing directives.rillig3-62/+62
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz37-67/+74
2016-07-07Use CC for linking. Fixes SunOS SSP builds.jperkin2-1/+17
2016-07-07Use the GCC front-end for linking on SunOS, resolves issues with SSPjperkin3-5/+15
and passing incompatible ld arguments. Bump PKGREVISION.
2016-07-06Update lang/py27-html-docs to 2.7.12leot2-7/+7
No changelog available.
2016-07-06Fix _XOPEN_SOURCE failure on SunOS.jperkin2-1/+18
2016-07-06Move profiling files to the correct PLIST.jperkin3-7/+7
2016-07-06Restore PKGSRC_USE_SSP test to the version before the update to 5.4.0,wiz1-2/+2
so it works again (at least for me; if it doesn't for you, please let me know).
2016-07-05Update gcc5 to 5.4.0 and gcc5-libs to 5.4.0nb1ryoon5-28/+11
Changelog: * Many bugs are fixed
2016-07-05Allow passing LIBZ in the environment. Skip checking libinstrument.sojperkin3-2/+19
which is resolved at runtime. Fixes build on SunOS at least.
2016-07-05LAGS are not FLAGS.dholland1-2/+2
2016-07-03Bump PKGREVISION for patches.dholland1-2/+2
2016-07-03Sync new patches from main smlnj package; they all apply.dholland12-6/+241
2016-07-03Patch up some compiler warnings in the hope of fixing the crashy build.dholland12-6/+241
No such luck though...
2016-07-03Honor pkgsrc CFLAGS in all configs, not just some.dholland38-8/+552
2016-07-03Store brand new configs in ${FILESDIR}, not as patches.dholland12-132/+108
2016-07-03Remove leftover file. This is not used, which is good because it'sdholland2-30/+0
also out of date.
2016-07-03Don't pass FILESDIR into the build; it isn't used and isn't appropriate.dholland2-8/+2
2016-07-03Honor the pkgsrc configure shell instead of using /bin/sh, as on somedholland6-20/+76
platforms /bin/sh gets one something uselessly broken. Also, don't set MAKE to Solaris's make on Solaris; while this might be necessary building standalone, in pkgsrc it's foolish.
2016-07-03Use BUILD_ENV properly.dholland2-8/+22
2016-07-03Use SUBST instead of manual seddery.dholland2-44/+66
2016-07-03Generate the base/ copy of the runtime from the src/ copy afterdholland1-8/+23
patching, instead of extracting twice.
2016-07-03Remove duplicate patches. Patch only the src/ copy of the runtime.dholland7-149/+1
Instead of extracting the runtime twice for src/ and base/ and then haphazardly patching either or both copies, patch only one copy and create the other *after* patching. (better yet would be not to copy the thing at all, but I think there are smlnj reasons you can't do that)
2016-07-03Generate the base/ copy of the runtime from the src/ copy afterdholland1-8/+23
patching, instead of extracting twice.
2016-07-03Remove duplicate patches. Patch only the src/ copy of the runtime.dholland6-133/+1
Instead of extracting the runtime twice for src/ and base/ and then haphazardly patching either or both copies, patch only one copy and create the other *after* patching. (better yet would be not to copy the thing at all, but I think there are smlnj reasons you can't do that)
2016-07-03Sync 32-on-64 hacks from main smlnj package.dholland3-11/+16
2016-07-03Add missing rcsid.dholland1-0/+1
2016-07-03Sync newer patches (mostly the time handling fixes) from base smlnj package.dholland11-3/+256
2016-07-03Rename patch-ac to match main smlnj package.dholland2-13/+24
2016-07-03Sync patch comments from main smlnj package.dholland11-12/+31
2016-07-03sync pkglint-type changes from main smlnj packagedholland2-7/+9
2016-07-03Sync ONLY_FOR logic from base smlnj package.dholland1-6/+20
2016-07-03+smlnj11072dholland1-1/+2
2016-07-03Add a copy of smlnj from before the last update (so, 110.72) becausedholland26-0/+989
this version builds and runs on NetBSD/i386. (Yes, the update was years back. This is what happens with packages that don't build on amd64...)
2016-07-02Changes 3.4.5:adam3-11/+12
Core and Builtins Issue 26478: Fix semantic bugs when using binary operators with dictionary views and tuples. Issue 26171: Fix possible integer overflow and heap corruption in zipimporter.get_data(). Library Issue 26556: Update expat to 2.1.1, fixes CVE-2015-1283. Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team Oststrom Issue 25939: On Windows open the cert store readonly in ssl.enum_certificates. Issue 26012: Don’t traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). Issue 24120: Ignore PermissionError when traversing a tree with pathlib.Path.[r]glob(). Patch by Ulrich Petri. Skip getaddrinfo if host is already resolved. Patch by A. Jesse Jiryu Davis. Add asyncio.timeout() context manager. Issue 26050: Add asyncio.StreamReader.readuntil() method. Patch by Марк Коренберг. Tests Issue 25940: Changed test_ssl to use self-signed.pythontest.net. This avoids relying on svn.python.org, which recently changed root certificate.