Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-13 | Don't use GNU ld flags on x86_64 SunOS. Fixes various dependencies. | jperkin | 3 | -12/+20 | |
Bump PKGREVISION. | |||||
2016-07-13 | Fix build on 32-bit SunOS. | jperkin | 2 | -18/+21 | |
2016-07-12 | Install the LLVM utils. Bump PKGREVISION. | jperkin | 2 | -3/+9 | |
2016-07-12 | Update lang/py34-html-docs to 3.4.5 | leot | 3 | -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-docs | leot | 1 | -1/+2 | |
2016-07-12 | Import py35-html-docs-3.5.2 as lang/py35-html-docs | leot | 4 | -0/+1033 | |
HTML Documentation for Python 3.5 | |||||
2016-07-12 | Update lang/py34-html-docs to 3.4.3 | leot | 3 | -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-12 | Remove lang/py33-html-docs | leot | 5 | -972/+1 | |
We no longer have lang/python33 so it is less useful now. Discussed with <wiz> | |||||
2016-07-11 | Bump PKGREVISION. Do not assume longer name for POSIX semaphore under NetBSD | ryoon | 3 | -2/+40 | |
According to sem_open(3) man page, NetBSD supports 15 chars length. Fix SemLock errno 63 ENAMETOOLONG under NetBSD. | |||||
2016-07-10 | Fixed pkglint warnings about parentheses. | rillig | 1 | -7/+7 | |
2016-07-10 | Fixed some pkglint warnings. | rillig | 1 | -20/+20 | |
2016-07-10 | Removed reference to undefined RUBY_LICENSE variable. | rillig | 3 | -6/+3 | |
2016-07-09 | Remove python33. | wiz | 29 | -5557/+1 | |
2016-07-09 | Remove python33: adapt all packages that refer to it. | wiz | 6 | -16/+16 | |
2016-07-09 | Removed unnecessary space after variable name, to fix pkglint warning. | rillig | 1 | -2/+2 | |
2016-07-09 | Let pkglint fix indentation of preprocessing directives. | rillig | 3 | -62/+62 | |
2016-07-09 | Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. | wiz | 37 | -67/+74 | |
2016-07-07 | Use CC for linking. Fixes SunOS SSP builds. | jperkin | 2 | -1/+17 | |
2016-07-07 | Use the GCC front-end for linking on SunOS, resolves issues with SSP | jperkin | 3 | -5/+15 | |
and passing incompatible ld arguments. Bump PKGREVISION. | |||||
2016-07-06 | Update lang/py27-html-docs to 2.7.12 | leot | 2 | -7/+7 | |
No changelog available. | |||||
2016-07-06 | Fix _XOPEN_SOURCE failure on SunOS. | jperkin | 2 | -1/+18 | |
2016-07-06 | Move profiling files to the correct PLIST. | jperkin | 3 | -7/+7 | |
2016-07-06 | Restore PKGSRC_USE_SSP test to the version before the update to 5.4.0, | wiz | 1 | -2/+2 | |
so it works again (at least for me; if it doesn't for you, please let me know). | |||||
2016-07-05 | Update gcc5 to 5.4.0 and gcc5-libs to 5.4.0nb1 | ryoon | 5 | -28/+11 | |
Changelog: * Many bugs are fixed | |||||
2016-07-05 | Allow passing LIBZ in the environment. Skip checking libinstrument.so | jperkin | 3 | -2/+19 | |
which is resolved at runtime. Fixes build on SunOS at least. | |||||
2016-07-05 | LAGS are not FLAGS. | dholland | 1 | -2/+2 | |
2016-07-03 | Bump PKGREVISION for patches. | dholland | 1 | -2/+2 | |
2016-07-03 | Sync new patches from main smlnj package; they all apply. | dholland | 12 | -6/+241 | |
2016-07-03 | Patch up some compiler warnings in the hope of fixing the crashy build. | dholland | 12 | -6/+241 | |
No such luck though... | |||||
2016-07-03 | Honor pkgsrc CFLAGS in all configs, not just some. | dholland | 38 | -8/+552 | |
2016-07-03 | Store brand new configs in ${FILESDIR}, not as patches. | dholland | 12 | -132/+108 | |
2016-07-03 | Remove leftover file. This is not used, which is good because it's | dholland | 2 | -30/+0 | |
also out of date. | |||||
2016-07-03 | Don't pass FILESDIR into the build; it isn't used and isn't appropriate. | dholland | 2 | -8/+2 | |
2016-07-03 | Honor the pkgsrc configure shell instead of using /bin/sh, as on some | dholland | 6 | -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-03 | Use BUILD_ENV properly. | dholland | 2 | -8/+22 | |
2016-07-03 | Use SUBST instead of manual seddery. | dholland | 2 | -44/+66 | |
2016-07-03 | Generate the base/ copy of the runtime from the src/ copy after | dholland | 1 | -8/+23 | |
patching, instead of extracting twice. | |||||
2016-07-03 | Remove duplicate patches. Patch only the src/ copy of the runtime. | dholland | 7 | -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-03 | Generate the base/ copy of the runtime from the src/ copy after | dholland | 1 | -8/+23 | |
patching, instead of extracting twice. | |||||
2016-07-03 | Remove duplicate patches. Patch only the src/ copy of the runtime. | dholland | 6 | -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-03 | Sync 32-on-64 hacks from main smlnj package. | dholland | 3 | -11/+16 | |
2016-07-03 | Add missing rcsid. | dholland | 1 | -0/+1 | |
2016-07-03 | Sync newer patches (mostly the time handling fixes) from base smlnj package. | dholland | 11 | -3/+256 | |
2016-07-03 | Rename patch-ac to match main smlnj package. | dholland | 2 | -13/+24 | |
2016-07-03 | Sync patch comments from main smlnj package. | dholland | 11 | -12/+31 | |
2016-07-03 | sync pkglint-type changes from main smlnj package | dholland | 2 | -7/+9 | |
2016-07-03 | Sync ONLY_FOR logic from base smlnj package. | dholland | 1 | -6/+20 | |
2016-07-03 | +smlnj11072 | dholland | 1 | -1/+2 | |
2016-07-03 | Add a copy of smlnj from before the last update (so, 110.72) because | dholland | 26 | -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-02 | Changes 3.4.5: | adam | 3 | -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. |