Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 22:28:52 +0900 (JST)
From:      Akinori MUSHA <knu@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
Message-ID:  <200209041328.g84DSqVc057902@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209041328.g84DSqVc057902>