From owner-freebsd-ports Tue Oct 16 7:29:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id AC22737B401; Tue, 16 Oct 2001 07:29:43 -0700 (PDT) Received: from vega.vega.com (h28.228.dialup.iptcom.net [212.9.228.28]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA48321; Tue, 16 Oct 2001 17:29:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f9GE2GU50646; Tue, 16 Oct 2001 17:02:16 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BCC3E5F.3B15F6B3@FreeBSD.org> Date: Tue, 16 Oct 2001 17:04:15 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mikhail Teterin Cc: ports@FreeBSD.org, jseger@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: xpm WITHOUT_X11 References: <200110132251.f9DMpxt44264@corbulon.video-collage.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Mikhail Teterin wrote: > Hello! > > I'm about to commit the following patch to graphics/xpm. It is intended > to allow to build the (limited) version of libXpm on X11-less machines. Where it is necessary? I certainly don't like change for the sake of change. Also please don't mix varuables declaration with rules in Makefile, particularly move INSTALLS_SHLIB upwards and insert a blank line between MAN1 and post-install: target. -Maxim > It deliberately uses X11BASE as a prefix in either case -- not sure if > this is a good idea, I did this to help other things link with it. > > sxpm is not built without X11 -- there are uses for it in X11-less case, > but too much needs to be ripped out. Perhaps, it can be done later. > > It installs my home-cooked xpm-nox.h next to the standard xpm.h. All one > needs to compile and link xpm clients without X11 is define XPM_NOX > prior to including xpm.h. In particular graphics/gd can be built to > generate xpm-images without requiring X11. > > Rather than patching the long-forsaken Makefile.noX, home cooked bsd.*.* > based Makefiles are used. > > Unless there are loud objections, I'll commit it some time next week -- > the poor thing has no maintainer :) > > Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message