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
The original patch was written by Jan Beich in the PR mentioned
below. I haven't been able to fully build x11/qt4-opengl yet due to
other errors which show up later, but at least this one problem is
solved, and the fix will be included in the next Qt 4.8 release.
No PORTREVISION bump, as users of other standard C++ libraries are not
affected, and no dependencies have been changed.
PR: ports/169871
Submitted by: Jan Beich <jbeich@tormail.org>
He had requested this some time ago, so any past timeouts should not be held
against him.
Your work in the past has been much appreciated, thank you.
Submitted by: maintainer, via private email
* Made `pipes' be ridiculously less efficient, but spin.
* Added better mouse control to `rubik', `cube21', `crackberg', and `julia'.
* Cosmetic improvements to `queens' and `endgame'.
* `sonar' can now ping local subnet on DHCP.
* Most savers now resize/rotate properly.
* Various fixes.
For the port:
* Remove a post-patch that was incorporated upstream
* Add a patch to sonar.xml to ping freebsd.org instead of linux.org,
and explain how to enable ping via the ports build option.
- Replace deprecated PATCHDIR reference with more appropriate FILESDIR
- Remove old comment about inconsistencies in nVidia release numbers
PR: ports/169186 (version update)
* Enlarged the texture image for `lament'.
* XInput devices now also ignore small mouse motions.
* Various minor fixes.
For the port:
* Add CONFLICTS with xscreensaver-gnome*
* s/X11BASE/LOCALBASE/
* Remove a pattern in pre-patch that was incorporated upstream
* Add a pre-patch pattern to fix the image for `lament'
(Version 5.16 was quickly replaced by 5.17 due to compilation problems)
checking whether the C compiler works... no
configure: error: in `/work/a/ports/x11/powershell/work/powershell-0.8':
configure: error: C compiler cannot create executables
Reported by: pointyhat
- Update to 1.1.5
- Also install man page
- Convert NOPORTDOCS check to new options framework
- Update homepage and master site
Approved by: crees, tabthorpe (mentors)
${PREFIX}/share/man/ instead of ${PREFIX}/man. Correct that, and add
some code to the Makefile and the pkg-plist to remove the spurious file.
Bump PORTREVISION so that users who've already installed this version
can pick up the file removal fix sooner rather than later.
- Remove SIPFILES option, some ports (e.g., pykde4) require the files
to be installed.
- Remove DEBUG and TRACING options, and merge them under WITH_DEBUG.