Subject: Ports with version numbers going backwards: graphics/kimdaba, science/gerris...
Looks like an issue with Tools/scripts/bumpportrevision, I'll check
it in a second.
- Change the PORTNAME to kde-*-* for consistancy with other theme ports.
- A couple of small tidy-ups
Iin the end, we added PKGPREFIX instead of changing the PORTNAME.
PR: ports/91325
Submitted by: decept <decept0@gmail.com>
Since there was no tarballs available for download (like
waimea), I made it myself.
Thanks again to Dejan Lesjak and Josef El-Rayes for distfiles
hosting.
PR: ports/74740
Submitted by: Florent Thoumie <flz@xbsd.org>
Approved by: maintainer timeout
The xpdf toolset does not require X libraries installed.
(only the xpdf and pdftoppm binaries are not built)
pdftoppm compiles with freetype2 only, too. So patch
patchfiles enable build for pdftoppm.
PR: ports/89822
Submitted by: Martin Matuska <martin@matuska.org>
Using 'convert' utility, even on basic operations causes
job to be done, but command exits via receiveing SEGFAULT
signal.
Using new version of ImageMagick (6.2.5-5), convert utility
works as expected.
This problem also applies to pecl-imagick. And of course
is also solved by this port update
/etc/make.cof is empty during port install
Also included an update to libMagick.so.9!
Submitted by: Piotr Rybicki <meritus@innervision.pl>
Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/91270
particularly relevant right now):
* Added a switch (--year NNNN) to use a different year than the
current year in copyright boilerplate.
* New release of gawk (debian 1:3.1.5-1) has problems with /[\200-\376]/.
Re-wrote the expression.
* Error message formatting changes. Stricter error messages
in some cases.
operations against the SourceForge.net site, currently including
basic Client operations (i.e. login/logout) and DocManager operations.
It includes the Alexandria perl module, which provides the back end
support for operations, the adocman program, which provides the
means to perform DocManager operations from the command-line or
scripts (by project developers or admins listed as DocManager
Editors), and the xml_export program, providing the means to automate
downloads of data from the XML data export facility on SourceForge.net
(by project administrators).
WWW: http://sourceforge.net/projects/sitedocs
It would be better to replace the SUB_FILES line in the
Makefile with:
USE_RC_SUBR= ${PORTNAME}.sh
This provides several benefits in the short term. It would
obviate the need for the post-install target and the pkg-plist
entry, as the USE_RC_SUBR macro handles that stuff (as well
as the SUB_FILES stuff) for you automatically. In the long
term, we're going to add even more support for good things
in the USE_RC_SUBR code, so it's a good idea to move that
direction now.