Date: Sun, 13 Jun 2004 20:48:38 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Good examples which use imake and also honor PREFIX? Message-ID: <20040613.204838.121531980.yasu@utahime.org>
next in thread | raw e-mail | index | archive | help
I sent-pr a new port of xrunclient, small X utility, and get following feedback. > Synopsis: New port: x11/xrunclient Launcher for X client > State-Changed-From-To: open->feedback > State-Changed-By: krion > State-Changed-When: Sat Jun 12 07:23:02 GMT 2004 > State-Changed-Why: > It doesn't honor PREFIX. > It also installs ${X11BASE}/lib/X11/doc/html/xrunclient.1.html > which isn't in Makefile. It seems some modification of Imakefile in the original sources is needed to make it honor PREFIX. But, to tell the truth, I'm not familiar with imake. So I decided to refer to the existing ports. I selected some ports which use imake (i.e. USE_IMAKE=yes) and seem rather simple ones, and put them to the following test which is written in the Porter's Handbook. # make clean; make package PREFIX=/var/tmp/port-name But all of what is selected failed the exam (They installed things in /usr/X11R6, and make package fail because things are not found in /var/tmp/port-name), and I couldn't find good example for me. So does anyone give me good example ports which use imake and pass the test above? --- KIMURA Yasuhiro Mail: yasu@utahime.org WWW: http://www.utahime.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040613.204838.121531980.yasu>