py-pyobjc-cocoa: allow 32-bit build on macOS SierraFixes https://trac.macports.org/ticket/52743
On 64-bit systems, py-pyobjc-cocoa does not include pymactoolbox.h.
It declares the parts it needs.
On macOS Sierra, the same trick is needed on 32-bit systems.
wallet: Fix typo & note formatting, openmaintainerNotes should not contain newlines for paragraph text, remove them.
Additionally, fix a typo in a comment.
See https://lists.macosforge.org/pipermail/macports-dev/2016-November/034642.html
qt5 PortGroup: remove commentsThe qt5 PortGroup inherited code from the qt4 PortGroup.
The code was thought to be unnecessary for Qt5 and was commented out.
Remove commented code since it seems unlikely it will ever be used.
octave-image:* fixed checksums
* added patch to work around "arch x86_64" no found
* added compiler_blacklist_versions port group as octave-image 2.6.1 won't build for gcc <= 5.1
py-sqlparse: update to 0.2.1 and cleanup. * new version 0.2.1
* add myself as maintainer
* remove Id line
* use python portgroup variables
* use pypi livecheck
* indentation cleanup and small reorder
clang-3.{8,9,devel}: Place ppc archs into the darwin runtime architectures instead of arm archs on Snow Leopard and LeopardThis is a necessary (but not sufficient) change for anyone interested
in getting cmake-built clang working for darwin/ppc.
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
clang-{3.9,devel}: Configure clang with -DTEST_COMPILE_ONLYThis will be needed for Leopard and Snow Leopard once we fix other
build failures.
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
clang-3.8: Ensure that libclang_rt.osx.a and libclang_rt.cc_kext.a get built on Leopard and Snow LeopardFixes https://llvm.org/bugs/show_bug.cgi?id=28855
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
llvm-devel: Bump to r285985Fixes an ffmpeg build failure:
https://llvm.org/bugs/show_bug.cgi?id=30914
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>