Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2008 18:40:10 GMT
From:      nrg milk <nrgmilk@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122085: [PATCH] sysutils/jfbterm&#12288;install error
Message-ID:  <200803251840.m2PIeAA2067918@www.freebsd.org>
Resent-Message-ID: <200803251850.m2PIo1Y8079775@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122085
>Category:       ports
>Synopsis:       [PATCH] sysutils/jfbterm&#12288;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:



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