From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 25 18:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4D2C1065674 for ; Tue, 25 Mar 2008 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A04498FC2A for ; Tue, 25 Mar 2008 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2PIo179079776 for ; Tue, 25 Mar 2008 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2PIo1Y8079775; Tue, 25 Mar 2008 18:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 25 Mar 2008 18:50:01 GMT Resent-Message-Id: <200803251850.m2PIo1Y8079775@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nrg milk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39A1B106564A for ; Tue, 25 Mar 2008 18:40:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 36EA98FC23 for ; Tue, 25 Mar 2008 18:40:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2PIeAMh067919 for ; Tue, 25 Mar 2008 18:40:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2PIeAA2067918; Tue, 25 Mar 2008 18:40:10 GMT (envelope-from nobody) Message-Id: <200803251840.m2PIeAA2067918@www.freebsd.org> Date: Tue, 25 Mar 2008 18:40:10 GMT From: nrg milk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122085: [PATCH] sysutils/jfbterm install error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2008 18:50:01 -0000 >Number: 122085 >Category: ports >Synopsis: [PATCH] sysutils/jfbterm install error >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 18:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: nrg milk >Release: 7.0-STABLE >Organization: null >Environment: FreeBSD 7.0-STABLE FreeBSD 7.0-STABLE #7: Tue Mar 4 07:05:26 JST 2008 root@:/usr/obj/usr/src/sys/ULE i386 >Description: I see at the install excluding "Make install" cannot install. (for instance, "portinstall" etc.) Because the writing of Makefile that I had made was wrong, the installation trouble was caused. I'm sorry. >How-To-Repeat: ===> Checking if sysutils/gnu-unifont already installed ===> gnu-unifont-1.0.0 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of sysutils/gnu-unifont without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 >Fix: --- jfbterm.old/Makefile 2008-03-26 03:02:20.000000000 +0900 +++ jfbterm/Makefile 2008-03-26 03:20:04.000000000 +0900 @@ -15,7 +15,7 @@ COMMENT= Multilanguage can be displayed on the console LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= gnu-unifont:${PORTSDIR}/sysutils/gnu-unifont +RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz:${PORTSDIR}/sysutils/gnu-unifont ONLY_FOR_ARCHS= i386 USE_ICONV= yes Common subdirectories: jfbterm.old/files and jfbterm/files >Release-Note: >Audit-Trail: >Unformatted: