Bug 122085 - [PATCH] sysutils/jfbterm install error
Summary: [PATCH] sysutils/jfbterm install error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-25 18:50 UTC by nrgmilk
Modified: 2008-03-31 04:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nrgmilk 2008-03-25 18:50:01 UTC
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.

Fix: 

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--OB4wmIEzEotvKj6nj8nTQyrvglTFpjpex0GaaehTB2bA34MC
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-25 18:50:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-31 04:19:45 UTC
vanilla     2008-03-31 03:19:40 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/jfbterm     Makefile 
  Log:
  Fix 'make install' error.
  
  PR:             ports/122085
  Submitted by:   nrg milk <nrgmilk at gmail.com>
  Pointy hat by:  me
  
  Revision  Changes    Path
  1.2       +1 -1      ports/sysutils/jfbterm/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Vanilla I. Shu freebsd_committer freebsd_triage 2008-03-31 04:19:58 UTC
State Changed
From-To: feedback->closed

Committed, thanks.