Date: Thu, 11 Apr 2002 10:56:19 +0300 From: Peter Pentchev <roam@ringlet.net> To: Sean Chittenden <sean@chittenden.org> Cc: Paul Murphy <pnmurphy@cogeco.ca>, dougb@freebsd.org, ports@FreeBSD.ORG Subject: Re: xscreensaver port build problems... Message-ID: <20020411105619.C72988@straylight.oblivion.bg> In-Reply-To: <20020406113410.H968@ninja1.internal>; from sean@chittenden.org on Sat, Apr 06, 2002 at 11:34:10AM -0800 References: <20020404155318.N36827@ninja1.internal> <20020404230649.426a1642.pnmurphy@cogeco.ca> <20020406113410.H968@ninja1.internal>
next in thread | previous in thread | raw e-mail | index | archive | help
--DIOMP1UsTsWJauNi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 06, 2002 at 11:34:10AM -0800, Sean Chittenden wrote: > > > I've looked high and low for the library that's giving me these > > > problems and am still having probs. I've remade most of > > > xscreensaver's dependencies, but I'm still not getting any love. > > > Anyone have any ideas? > [snip] > > > > I got xscreensaver to (finally) compile by modifying the Makefile > > as follows: > >=20 > > --with-jpeg=3D/usr/local --without-gnome >=20 > Thanks for the hint! The attached patch fixes xscreensaver and > xscreensaver-gnome under some conditions. -sc >=20 > --=20 > Sean Chittenden > Index: x11/xscreensaver/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/x11/xscreensaver/Makefile,v > retrieving revision 1.50 > diff -u -r1.50 Makefile > --- x11/xscreensaver/Makefile 2002/03/24 08:30:24 1.50 > +++ x11/xscreensaver/Makefile 2002/04/06 19:33:29 > @@ -23,7 +23,8 @@ > GNU_CONFIGURE=3D yes > CONFIGURE_ARGS=3D --without-pam --with-gl --with-gle --with-xpm --with-x= ml \ > --with-hackdir=3D${PREFIX}/bin/xscreensaver-hacks/ \ > - --with-configdir=3D${PREFIX}/share/xscreensaver/config/ > + --with-configdir=3D${PREFIX}/share/xscreensaver/config/ \ > + --with-jpeg=3D${PREFIX} > =20 > .include <bsd.port.pre.mk> > =20 I believe ${LOCALBASE} would be more appropriate than ${PREFIX} here.. Other than that, the patch looks good. Doug, any objections to this? G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 Do you think anybody has ever had *precisely this thought* before? --DIOMP1UsTsWJauNi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjy1QaMACgkQ7Ri2jRYZRVNiwwCgvuPFSXqzOd4CQRLSI/YzcwW5 lzEAoIci+wurSiHcFmP1AP+Sm8Oxl/hN =BEDk -----END PGP SIGNATURE----- --DIOMP1UsTsWJauNi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020411105619.C72988>