From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 21:25:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10BE16A4B3 for ; Sun, 5 Oct 2003 21:25:20 -0700 (PDT) Received: from TK212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEF643FEC for ; Sun, 5 Oct 2003 21:25:19 -0700 (PDT) (envelope-from herbert@TK212017121218.teleweb.at) Date: Mon, 6 Oct 2003 06:25:13 +0200 From: Herbert To: Gabriel Striewe Message-ID: <20031006042513.GA9176@TK212017121218.teleweb.at> Mail-Followup-To: Gabriel Striewe , freebsd-questions@freebsd.org References: <20031006000618.GA24555@desktop.gs> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20031006000618.GA24555@desktop.gs> X-Operating-System: FreeBSD 5.1-RELEASE-p2 User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: flphoto for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 04:25:20 -0000 On Mon, Oct 06, 2003 at 02:06:18AM +0200, Gabriel Striewe wrote: > In the magazine Linux-User (http://www.linux-user.de) I came across > the photo editing programme "flphoto", written by cups-author Michael > Sweets. This port is not yet included in the ports collection.Anybody > knows the reason for this? I tried once to compile it via ./configure > && make && make install, but got a lot of syntax errors, and did not > retry because I do not feel familiar with C/C++ > > Any hints appreciated Hei! Yeah, use GNU make (gmake) instead of make. The program compiles here on a 5.1-RELEASE system. If you want a port of flphoto create it yourself and send in a patch (send-pr). Herbert