Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!solace!news.stealth.net!demos!news1.relcom.ru!EU.net!newsfeed.internetmci.com!in2.uu.net!news.artisoft.com!usenet From: Terry Lambert <terry@lambert.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Package gripes? Date: Sun, 25 Aug 1996 12:54:35 -0700 Organization: Me Lines: 35 Message-ID: <3220AF7B.16DEF78A@lambert.org> References: <slrn5210h0.j6.adj@celestra.adj.net> NNTP-Posting-Host: hecate.artisoft.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; Linux 1.1.76 i486) Arthur D. Jerijian wrote: ] Is this the newsgroup where I should report gripes regarding the extra ] packages in FreeBSD 2.1.5? If so, then I would like to mention that ] the XEmacs-19.13 package requires Motif shared libraries. I know for ] a fact that Motif isn't required in order to build XEmacs. If Motif is present on the build system, XEmacs will silently use it for its dialogs. Further, it will use the shared version in preference to the static version. This is, in fact, the result of two errors in the XEmacs build process: 1) It silently uses an optional (commercial) system component. This is annoying, and really isn't in line with the GNU philosphy the product purports to follow. 2) It assumes that the system that it is being built on is the system that it will be used on (shared library default for the component). This is at odds with the claims of the GPL that you are encouraged to distribute binaries... this is a discouragement, I believe. Since this was already reported before, a corrected package is available from the ftp site; you should pull it down from there (per the instructions on www.freebsd.org). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.