From owner-cvs-all@FreeBSD.ORG Fri Aug 15 09:25:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9A2D106566C; Fri, 15 Aug 2008 09:25:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB0858FC14; Fri, 15 Aug 2008 09:25:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7F9PSpi055703; Fri, 15 Aug 2008 09:25:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7F9PSEO055702; Fri, 15 Aug 2008 09:25:28 GMT (envelope-from miwi) Message-Id: <200808150925.m7F9PSEO055702@repoman.freebsd.org> From: Martin Wilke Date: Fri, 15 Aug 2008 09:25:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/koffice-kde3 Makefile ports/editors/koffice-kde3/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 09:25:29 -0000 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" Revision Changes Path 1.112 +1 -1 ports/editors/koffice-kde3/Makefile 1.3 +30 -0 ports/editors/koffice-kde3/files/patch-configure (new)