From owner-freebsd-ports@FreeBSD.ORG Sun Jun 13 11:50:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B87016A4CE for ; Sun, 13 Jun 2004 11:50:34 +0000 (GMT) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911AD43D1D for ; Sun, 13 Jun 2004 11:50:33 +0000 (GMT) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 4F312A980 for ; Sun, 13 Jun 2004 20:49:54 +0900 (JST) Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])2347154D8; Sun, 13 Jun 2004 20:49:54 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost.home.utahime.org (AvMailGate-2.0.2-5) id 03537-5E649213; Sun, 13 Jun 2004 20:49:54 +0900 Received: from localhost (eastasia.home.utahime.org [192.168.174.1]) by eastasia.home.utahime.org (Postfix) with ESMTP id D8CD454D7; Sun, 13 Jun 2004 20:49:53 +0900 (JST) Date: Sun, 13 Jun 2004 20:48:38 +0900 (JST) Message-Id: <20040613.204838.121531980.yasu@utahime.org> To: freebsd-ports@freebsd.org From: KIMURA Yasuhiro Organization: Utahime no Mori X-Mailer: Mew version 4.0.66 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-5; AVE: 6.25.0.62; VDF: 6.25.0.92; host: eastasia.home.utahime.org) Subject: Good examples which use imake and also honor PREFIX? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2004 11:50:34 -0000 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/