Date: Tue, 19 Jan 1999 23:29:49 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: jim@corp.au.triax.com Cc: ports@FreeBSD.ORG Subject: Re: X11 dependenices question Message-ID: <199901200729.XAA84317@silvia.hip.berkeley.edu> In-Reply-To: <Pine.BSF.4.05.9901171411490.12404-100000@corp.au.triax.com> (message from Jim Mock on Sun, 17 Jan 1999 14:18:39 %2B1100 (EST))
next in thread | previous in thread | raw e-mail | index | archive | help
* I'm putting together a port of wmpinboard and noticed this after * running `make package' while testing it (note it installed fine with * make install).. * * [root@corp:/home/jim/freebsd/ports/wmpinboard]# pkg_add wmpinboard-0.7.tgz * pkg_add: could not find package XFree86-3.3.3.1 ! * [root@corp:/home/jim/freebsd/ports/wmpinboard]# * * I'm running version 3.3.2 of XFree86. My question is, since it * doesn't depend on that particular version of XFree86 (it just needs * some version of X), how do I get it working with other versions? You should probably just ln -s XFree86-3.3.2 /var/db/pkg/XFree86-3.3.3.1 for now. ;) Plans to make the entire ports/package system more upgrade-lenient (to avoid this kind of problems) is in the works but will take some more time to complete. Satoshi 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?199901200729.XAA84317>