Summary: | editors/koffice-kde3: fails building with both ImageMagic and GraphicsMagic installed | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Scot W. Hetzel <swhetzel> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Scot W. Hetzel
2008-07-12 01:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool) Could this fix please be implement. It is a pain having to manually deinstall and reinstall a package every time. Thanks david miwi 2008-08-15 09:25:28 UTC FreeBSD ports repository Modified files: editors/koffice-kde3 Makefile Added files: editors/koffice-kde3/files patch-configure Log: - Fix build when ImageMagic and GraphicsMagic installed is. One solution proposed on the ports mailing list was to uninstall the ImageMagick port, rebuild editors/koffice-kde3 and then reinstall ImageMagick, while this works it is unacceptable to have to uninstall a port to get another port to build. The correct solution is to patch the source configure script to skip the detection of ImageMagick when GraphicsMagick is installed. PR: 125526 Submitted by: Scot W. Hetzel" <swhetzel@gmaill.com> Revision Changes Path 1.112 +1 -1 ports/editors/koffice-kde3/Makefile 1.3 +30 -0 ports/editors/koffice-kde3/files/patch-configure (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |