From owner-freebsd-ports Sat Apr 6 12: 4:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id 7D0FA37B404; Sat, 6 Apr 2002 12:04:27 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id 0889820F07; Sat, 6 Apr 2002 11:34:10 -0800 (PST) Date: Sat, 6 Apr 2002 11:34:10 -0800 From: Sean Chittenden To: Paul Murphy , dougb@freebsd.org Cc: ports@FreeBSD.ORG Subject: Re: xscreensaver port build problems... Message-ID: <20020406113410.H968@ninja1.internal> References: <20020404155318.N36827@ninja1.internal> <20020404230649.426a1642.pnmurphy@cogeco.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="L6iaP+gRLNZHKoI4" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020404230649.426a1642.pnmurphy@cogeco.ca>; from "pnmurphy@cogeco.ca" on Thu, Apr 04, 2002 at = 11:06:49PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ 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 --L6iaP+gRLNZHKoI4 Content-Type: multipart/mixed; boundary="z6Eq5LdranGa6ru8" Content-Disposition: inline --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > 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 Thanks for the hint! The attached patch fixes xscreensaver and xscreensaver-gnome under some conditions. -sc --=20 Sean Chittenden --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="xscreensaver.patch" Content-Transfer-Encoding: quoted-printable 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-xml= \ --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 =20 --z6Eq5LdranGa6ru8-- --L6iaP+gRLNZHKoI4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden iEYEARECAAYFAjyvTbIACgkQn09c7x7d+q3wzQCfQTjeUDouDcUdsyx4U81q/j+g z7kAoJI/hy7k2mky0dJms4ljnb/nx1tO =6ZZ5 -----END PGP SIGNATURE----- --L6iaP+gRLNZHKoI4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message