Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2011 13:08:58 GMT
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155598: x11/xcalc is missing minor dependencies
Message-ID:  <201103161308.p2GD8wCo058571@red.freebsd.org>
Resent-Message-ID: <201103161310.p2GDACUW021526@freefall.freebsd.org>

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

>Number:         155598
>Category:       ports
>Synopsis:       x11/xcalc is missing minor dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 16 13:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jakub Lach
>Release:        
>Organization:
-
>Environment:
FreeBSD 8.2-STABLE #0 r219445M amd64
>Description:
Without additional ports xcalc is monochrome only and produces various warnings, symbols (e.g. Pi digit) cannot be displayed.
>How-To-Repeat:
Install x11/calc on xorg-minimal system.
>Fix:


Patch attached with submission follows:

diff -rupN /usr/ports/x11/xcalc.orig/Makefile /usr/ports/x11/xcalc/Makefile
--- /usr/ports/x11/xcalc.orig/Makefile	2011-03-16 10:10:51.000000000 +0100
+++ /usr/ports/x11/xcalc/Makefile	2011-03-16 14:06:28.000000000 +0100
@@ -12,6 +12,11 @@ CATEGORIES=	x11
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Scientific calculator for X
 
+RUN_DEPENDS=    font-misc-misc>=1.1.2:${PORTSDIR}/x11-fonts/font-misc-misc \
+                font-adobe-100dpi>=1.0.3:${PORTSDIR}/x11-fonts/font-adobe-100dpi \
+                font-alias>=1.0.3:${PORTSDIR}/x11-fonts/font-alias \
+                xbitmaps>=1.1.0:${PORTSDIR}/x11/xbitmaps
+
 XORG_CAT=	app
 USE_XORG=	xt xaw
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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