- not bumping PORTREVISION because it was broken in this case anyway
PR: 169990
Submitted by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer)
BUILD_DEPENDS= p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser
USE_PERL5_BUILD= yes
Without the latter, and without Perl installed, I get this in configure:
checking for perl... no
configure: error: perl not found
Without the former I get this, still in configure:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
- Add a note to pkg-message about the problem of not seeing
the PyDev perspective
- Bump PORTREVISION
- Remove PLIST_SUB
- Add SUB_LIST, SUB_FILES (for pkg-install)
- Use a different (and ugly) way to update the bundles.info
file of Eclipse, and make pointyhat happy(http://goo.gl/LVKpz )
(post-install target) [1]
- Add an @unexec command to pkg-plist to remove any reference
to PyDev in bundles.info when you uninstall the package
(add-plist-post target)
Buildlog: http://goo.gl/B18L5
Reported by: pointyhat (via erwin, and beat) [1]
http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg01626.html
- Rename CLANG workaround knob to CLANG_HACK to avoid it being
inadvertently triggered by WITH_CLANG in make.conf etc.
- Change USE_BZIP2=yes to EXTRACT_SUFX=.tar.bz2 because the
1.1.1 distfile is in fact compressed with gzip not bzip2 despite
the extension.
- Add preliminary arm-bsd-user support, this still will only run
very simple executables like a static echo (the same as the rest
of the bsd-user targets) due to lots of syscall handling still
missing. Help welcome there! :)
This work was started by bapt and cognet, I fixed syscall arg
passing (only the first four are passed in registers, the rest
on the stack) as well as errno and carry handling at syscall
return among other things and cleaned up cognet's version a bit.
(The OpenBSD case is untested and probably wrong.) [1]
Some notes in this post:
http://lists.freebsd.org/pipermail/freebsd-emulation/2012-July/009901.html
Submitted by: cognet [1] (initial version of the patch)
using the excellent pygame libraries.
Current games are:
SpaceWarpy is a conversion of the original classic game Spacewar!.
Vektoroids is loosely based on the arcade classic Asteroids.
WWW: http://www.anti-particle.com/old/pycadia.shtml
PR: ports/168113
Submitted by: nemysis@gmx.ch
This library supports Graphical LCD (GLCD) displays for use with
Arduino and other AVR controllers.
WWW: http://code.google.com/p/glcd-arduino/
PR: ports/166237
Submitted by: Craig Leres <leres@ee.lbl.gov>
libc++'s cwchar header introduces an ambiguity with clang that makes a
few different versions of wcschr() be found. Talking to theraven@ it
looks like a problem in the C++ standard itself, so there is not much
more to do other than working around the issue with this patch.
Since the clucene copy in Qt is old and has no maintainer, there is
not much value in committing this upstream, even though it may be
worth a try in the future.
No PORTREVISION bump, as users of libstdc++ are not affected, and no
dependencies have been changed.
PR: ports/169872
Submitted by: Jan Beich <jbeich@tormail.org>