ports/119924: [PATCH] x11-fonts/terminus-font dependency fix
Vlad V. Teterya
vlad at vlad.uz.ua
Wed Jan 23 15:40:02 UTC 2008
>Number: 119924
>Category: ports
>Synopsis: [PATCH] x11-fonts/terminus-font dependency fix
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 23 15:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Vlad V. Teterya
>Release: FreeBSD 6.2-RELEASE-p9 i386
>Organization:
Data-Xata Ltd.
>Environment:
System: FreeBSD lisa.data-xata.com 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Mon Jan 14 15:40:05 EET 2008 vlad at lisa.data-xata.com:/usr/src/sys/i386/compile/LISA i386
>Description:
Fixed dependency on x11-fonts/bdftopcf and x11-fonts/mkfontdir
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN terminus-font.old/Makefile terminus-font/Makefile
--- terminus-font.old/Makefile Wed Jan 23 15:46:10 2008
+++ terminus-font/Makefile Wed Jan 23 16:09:58 2008
@@ -2,12 +2,12 @@
# Date Created: 04 Nov 2002
# Whom: Michael Hsin <mhsin at mhsin.org>
#
-# $FreeBSD: ports/x11-fonts/terminus-font/Makefile,v 1.11 2007/05/19 20:29:36 flz Exp $
+# $FreeBSD$
#
PORTNAME= terminus-font
PORTVERSION= 4.20
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://www.is-vn.bg/hamster/
@@ -15,8 +15,8 @@
COMMENT= Terminus Font - a clean fixed width font
BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkbold-mkitalic \
- bdftopcf:${X_CLIENTS_PORT}
-RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
+ bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
USE_PERL5= yes
USE_X_PREFIX= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list