2. Add two manpages (gimptool.1 & gpc.3)
3. Remove tiff34 configure patch.
4. Correct pkg/PLIST.
5. Remove LIB_DEPENDS on xdelta, because we can't compile it on current.
Upgrade port graphics/sane to version 0.73.
* Update checksum.
* Update patches to patch against new sources.
* patch-03 no longer needed, it's now in the source.
* add new patch-04 to fix a new bogon.
* add instructions on how to configure it as a GIMP plug-in.
* redo PLIST to reflect the change in how libraries are installed
* add new man-page sane-microtek2.5 to both PLIST and Makefile
and for the plug-ins. Linux defaults to this (I think), but FreeBSD
does not. Thus SIGFPEs happen at inopportune times under FreeBSD.
GIMP catches the signals, but prompts at the standard input asking
what to do about them. On my system, I start GIMP from a window
manager menu, and this prompt to standard input caused the window
manager and every child of it to enter the STOPPED state. Not
nice at all. Why the other processes got stopped too, I don't
understand.
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
- configure doesn't detect libaa, added lib dependency for libaa
- lib dependency for jpeg lib corrected, we still have libjpeg.so.7 not 8
- PLIST updated
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
(configure) using several patches, you loose the overview what
is patches in one file and it makes it difficult to maintain
patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
In file included from /usr/include/sys/types.h:96,
from types.h:54,
from xdr.c:22:
/usr/include/machine/endian.h:62: conflicting types for `htonl'
types.h:29: previous declaration of `htonl'
/usr/include/machine/endian.h:64: conflicting types for `ntohl'
types.h:28: previous declaration of `ntohl'