From owner-freebsd-ports Wed Sep 4 6:28:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A12B537B400; Wed, 4 Sep 2002 06:28:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EC543E65; Wed, 4 Sep 2002 06:28:52 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84DSqJU057906; Wed, 4 Sep 2002 06:28:52 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84DSqVc057902; Wed, 4 Sep 2002 22:28:52 +0900 (JST) Date: Wed, 4 Sep 2002 22:28:52 +0900 (JST) From: Akinori MUSHA Message-Id: <200209041328.g84DSqVc057902@freefall.freebsd.org> To: koma2@jiro.c.u-tokyo.ac.jp, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41808: New Port: japanese/skkinput3 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 Synopsis: New Port: japanese/skkinput3 State-Changed-From-To: open->feedback State-Changed-By: knu State-Changed-When: Wed Sep 4 22:21:10 JST 2002 State-Changed-Why: 1. make build fails. Have you tested this with XFree86/imake 4.2.0? It fails to build saying: make: don't know how to make skkinput3.man. Stop *** Error code 2 Adding the following lines fixes the problem, but the correct fix should be to stop it from trying to build a manpage: post-extract: ${MV} ${WRKSRC}/skkinput.man ${WRKSRC}/skkinput3.man 2. make package fails. You must define USE_X_PREFIX (which implies USE_XLIB, which was also missing) to set PREFIX to X11BASE. Also, you should move all the variable definitions above the .include line because the variables like USE_X_PREFIX is evaluated in the pre stage. Please check them out. http://www.freebsd.org/cgi/query-pr.cgi?pr=41808 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message