Commit graph

14 commits

Author SHA1 Message Date
obache
ebfe641944 Fixes missing rpath in pkg-config file.
Bump PKGREVISION.
2013-11-10 12:12:32 +00:00
joerg
faafd761a1 Always pass rpath argument with -Wl prefix, especially if clang is not called
gcc. Bump revision.
2013-09-10 14:22:29 +00:00
drochner
fe8b82ac74 Copy the patch which disables use of Posix semaphores on NetBSD
from Python2 to Python3. Without that, selftests fail in multiple
places.
bump PKGREV
2013-08-09 10:54:17 +00:00
adam
a031b4d1bc Fixes:
* building some modules (lzma) on Darwin (use PREFIX, instead of /usr/local, to look for libraries)
* building decimal module on certain enviroments (use relative path to look for includes, as absolute path might get rejected by a wrapper)
2013-08-02 07:03:49 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
wiz
12bc346856 Update to 3.3.2:
3.3.2

This release fixes a few regressions found in Python 3.3.1.
Complete list at
http://docs.python.org/release/3.3.2/whatsnew/changelog.html

3.3.1

This is a 3.3 series bugfix release. It includes hundreds of bugfixes
over 3.3.0.

Complete list at
http://docs.python.org/release/3.3.1/whatsnew/changelog.html
2013-05-26 17:56:09 +00:00
adam
fe2ec07d4c dylib entry not needed in PLIST.Darwin 2013-05-19 20:37:14 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
sbd
bdd4d801ac The PY_PLATNAME on Linux is now 'linux'. 2012-12-25 23:48:47 +00:00
sbd
ed7f7d59b3 configure needs the path to mkdir as its used in installed files. 2012-12-25 23:47:39 +00:00
jperkin
dc56f2eb81 Pull in archivers/xz, required to build the _lzma module on systems which
do not include xz in the base system.

Fixes the package on most OS.
2012-12-13 20:22:44 +00:00
jperkin
c35348b47d Fix syntax error. 2012-12-13 18:13:59 +00:00
wiz
ce72dbf4f1 sha256 and sha512 modules are now built for newer openssl as well;
remove unnecessary conditional that broke build on NetBSD-6.99.15/amd64.

While here, replace another interpreter and skip one more file since
it gets replaced much later.
Bump PKGREVISION.
2012-12-11 00:16:56 +00:00
tsarna
df40d624f2 Add Python 3.3.0 2012-12-10 03:15:48 +00:00