From owner-freebsd-ports-bugs Tue Mar 11 8:20:29 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3252937B404 for ; Tue, 11 Mar 2003 08:20:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D75BB43FA3 for ; Tue, 11 Mar 2003 08:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2BGKGNS018068 for ; Tue, 11 Mar 2003 08:20:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2BGKG0o018067; Tue, 11 Mar 2003 08:20:16 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9220A37B401 for ; Tue, 11 Mar 2003 08:14:28 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id BE8F443FB1 for ; Tue, 11 Mar 2003 08:14:26 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 78058 invoked by uid 911); 11 Mar 2003 16:14:28 -0000 Message-Id: <20030311161428.78057.qmail@outpost.globcon.net> Date: 11 Mar 2003 16:14:28 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: gugod@gugod.org X-Send-Pr-Version: 3.113 Subject: ports/49115: [PATCH] Unbreak x11-fonts/terminus-font Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 49115 >Category: ports >Synopsis: [PATCH] Unbreak x11-fonts/terminus-font >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 08:20:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: Apparently, keichii forgot to apply patch-aa from ports/49029 submitted by maintainer. Anyway, I have regenerated that patch for the latest version as files/patch-Makefile (could be repo-copied to preserve 1.1 history, otherwise - there is not that much to lose). I suggest to use patch-Makefile file name as it clearly shows what file the patch touches (as opposed to the older patch-aa scheme). - Regenerate patch-Makefile - Remove PORTREVISION (since the port just has been upgraded from 3.96_2 to 4.00, it does NOT need to be 4.00_1). This was effective for the last 15 hours, during which the port was also unbuildable due to outdated patch) - Make installation less quiet Port maintainer - gugod@gugod.org - has been copied. >How-To-Repeat: >Fix: --- terminus-font-4.00.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/terminus-font/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2003/03/11 00:40:06 1.4 +++ Makefile 2003/03/11 16:04:28 @@ -7,7 +7,6 @@ PORTNAME= terminus-font PORTVERSION= 4.00 -PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.is-vn.bg/hamster/ @@ -29,11 +28,11 @@ .endif post-build: - @gzip ${WRKSRC}/*.pcf + gzip ${WRKSRC}/*.pcf do-install: @${MKDIR} ${XFONTDIR} - @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${XFONTDIR} - @cd ${XFONTDIR}; mkfontdir + ${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${XFONTDIR} + cd ${XFONTDIR}; mkfontdir .include --- terminus-font-4.00.patch ends here --- --- files/patch-Makefile begins here --- --- Makefile.orig Sun Dec 1 16:59:04 2002 +++ Makefile Tue Mar 11 17:27:24 2003 @@ -4,6 +4,7 @@ BDF2RAW = ./bdftopsf.pl -h UCS2X11 = ./ucstoany.pl BDF2PCF = bdftopcf +MKITALIC = mkitalic R_88591 = ISO8859 1 R_88592 = ISO8859 2 @@ -480,13 +481,21 @@ $(UCS2VGA) ter-u16b.bdf $(R_PT154) $(B_PT154) | $(BDF2RAW) -o $@ PCF_14N = ter-114n.pcf ter-214n.pcf ter-514n.pcf ter-914n.pcf ter-c14n.pcf ter-f14n.pcf ter-g14n.pcf ter-k14n.pcf ter-p14n.pcf ter-x14n.pcf +PCF_14N+= ter-114i.pcf ter-214i.pcf ter-514i.pcf ter-914i.pcf ter-c14i.pcf ter-f14i.pcf ter-g14i.pcf ter-k14i.pcf ter-p14i.pcf ter-x14i.pcf PCF_14B = ter-114b.pcf ter-214b.pcf ter-514b.pcf ter-914b.pcf ter-c14b.pcf ter-f14b.pcf ter-g14b.pcf ter-k14b.pcf ter-p14b.pcf ter-x14b.pcf +PCF_14B+= ter-114bi.pcf ter-214bi.pcf ter-514bi.pcf ter-914bi.pcf ter-c14bi.pcf ter-f14bi.pcf ter-g14bi.pcf ter-k14bi.pcf ter-p14bi.pcf ter-x14bi.pcf PCF_16N = ter-116n.pcf ter-216n.pcf ter-516n.pcf ter-916n.pcf ter-c16n.pcf ter-f16n.pcf ter-g16n.pcf ter-k16n.pcf ter-p16n.pcf ter-x16n.pcf +PCF_16N+= ter-116i.pcf ter-216i.pcf ter-516i.pcf ter-916i.pcf ter-c16i.pcf ter-f16i.pcf ter-g16i.pcf ter-k16i.pcf ter-p16i.pcf ter-x16i.pcf PCF_16B = ter-116b.pcf ter-216b.pcf ter-516b.pcf ter-916b.pcf ter-c16b.pcf ter-f16b.pcf ter-g16b.pcf ter-k16b.pcf ter-p16b.pcf ter-x16b.pcf +PCF_16B+= ter-116bi.pcf ter-216bi.pcf ter-516bi.pcf ter-916bi.pcf ter-c16bi.pcf ter-f16bi.pcf ter-g16bi.pcf ter-k16bi.pcf ter-p16bi.pcf ter-x16bi.pcf PCF_20N = ter-120n.pcf ter-220n.pcf ter-520n.pcf ter-920n.pcf ter-c20n.pcf ter-f20n.pcf ter-g20n.pcf ter-k20n.pcf ter-p20n.pcf ter-x20n.pcf +PCF_20N+= ter-120i.pcf ter-220i.pcf ter-520i.pcf ter-920i.pcf ter-c20i.pcf ter-f20i.pcf ter-g20i.pcf ter-k20i.pcf ter-p20i.pcf ter-x20i.pcf PCF_20B = ter-120b.pcf ter-220b.pcf ter-520b.pcf ter-920b.pcf ter-c20b.pcf ter-f20b.pcf ter-g20b.pcf ter-k20b.pcf ter-p20b.pcf ter-x20b.pcf +PCF_20B+= ter-120bi.pcf ter-220bi.pcf ter-520bi.pcf ter-920bi.pcf ter-c20bi.pcf ter-f20bi.pcf ter-g20bi.pcf ter-k20bi.pcf ter-p20bi.pcf ter-x20bi.pcf PCF_24N = ter-124n.pcf ter-224n.pcf ter-524n.pcf ter-924n.pcf ter-c24n.pcf ter-f24n.pcf ter-g24n.pcf ter-k24n.pcf ter-p24n.pcf ter-x24n.pcf +PCF_24N+= ter-124i.pcf ter-224i.pcf ter-524i.pcf ter-924i.pcf ter-c24i.pcf ter-f24i.pcf ter-g24i.pcf ter-k24i.pcf ter-p24i.pcf ter-x24i.pcf PCF_24B = ter-124b.pcf ter-224b.pcf ter-524b.pcf ter-924b.pcf ter-c24b.pcf ter-f24b.pcf ter-g24b.pcf ter-k24b.pcf ter-p24b.pcf ter-x24b.pcf +PCF_24B+= ter-124bi.pcf ter-224bi.pcf ter-524bi.pcf ter-924bi.pcf ter-c24bi.pcf ter-f24bi.pcf ter-g24bi.pcf ter-k24bi.pcf ter-p24bi.pcf ter-x24bi.pcf PCF = $(PCF_14N) $(PCF_14B) $(PCF_16N) $(PCF_16B) $(PCF_20N) $(PCF_20B) $(PCF_24N) $(PCF_24B) pcf: $(PCF) @@ -502,6 +511,35 @@ X_PT154 = uni/x11gr.uni uni/ascii.uni uni/house.uni uni/pt-154.uni X_10646 = uni/x11gr.uni uni/ascii.uni uni/10646-1.uni +ter-u14bi.bdf: ter-u14b.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u14i.bdf: ter-u14n.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u14vi.bdf: ter-u14v.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u16bi.bdf: ter-u16b.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u16i.bdf: ter-u16n.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u16vi.bdf: ter-u16v.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u20bi.bdf: ter-u20b.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u20i.bdf: ter-u20n.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u24bi.bdf: ter-u24b.bdf + mkitalic ${.ALLSRC} > ${.TARGET} + +ter-u24i.bdf: ter-u24n.bdf + mkitalic ${.ALLSRC} > ${.TARGET} ter-114n.pcf: ter-u14n.bdf $(X_88591) $(UCS2X11) ter-u14n.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ @@ -742,5 +780,245 @@ ter-x24b.pcf: ter-u24b.bdf $(X_10646) $(UCS2X11) ter-u24b.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ +ter-114i.pcf: ter-u14i.bdf $(X_88591) + $(UCS2X11) ter-u14i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-114bi.pcf: ter-u14bi.bdf $(X_88591) + $(UCS2X11) ter-u14bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-214i.pcf: ter-u14i.bdf $(X_88592) + $(UCS2X11) ter-u14i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-214bi.pcf: ter-u14bi.bdf $(X_88592) + $(UCS2X11) ter-u14bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-514i.pcf: ter-u14i.bdf $(X_88595) + $(UCS2X11) ter-u14i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-514bi.pcf: ter-u14bi.bdf $(X_88595) + $(UCS2X11) ter-u14bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-914i.pcf: ter-u14i.bdf $(X_88599) + $(UCS2X11) ter-u14i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-914bi.pcf: ter-u14bi.bdf $(X_88599) + $(UCS2X11) ter-u14bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-c14i.pcf: ter-u14i.bdf $(X_W1251) + $(UCS2X11) ter-u14i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-c14bi.pcf: ter-u14bi.bdf $(X_W1251) + $(UCS2X11) ter-u14bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-f14i.pcf: ter-u14i.bdf $(X_8859F) + $(UCS2X11) ter-u14i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-f14bi.pcf: ter-u14bi.bdf $(X_8859F) + $(UCS2X11) ter-u14bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-g14i.pcf: ter-u14i.bdf $(X_8859G) + $(UCS2X11) ter-u14i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-g14bi.pcf: ter-u14bi.bdf $(X_8859G) + $(UCS2X11) ter-u14bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-k14i.pcf: ter-u14i.bdf $(X_KOI8R) + $(UCS2X11) ter-u14i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-k14bi.pcf: ter-u14bi.bdf $(X_KOI8R) + $(UCS2X11) ter-u14bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-p14i.pcf: ter-u14i.bdf $(X_PT154) + $(UCS2X11) ter-u14i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-p14bi.pcf: ter-u14bi.bdf $(X_PT154) + $(UCS2X11) ter-u14bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-x14i.pcf: ter-u14i.bdf $(X_10646) + $(UCS2X11) ter-u14i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + +ter-x14bi.pcf: ter-u14bi.bdf $(X_10646) + $(UCS2X11) ter-u14bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + +ter-116i.pcf: ter-u16i.bdf $(X_88591) + $(UCS2X11) ter-u16i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-116bi.pcf: ter-u16bi.bdf $(X_88591) + $(UCS2X11) ter-u16bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-216i.pcf: ter-u16i.bdf $(X_88592) + $(UCS2X11) ter-u16i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-216bi.pcf: ter-u16bi.bdf $(X_88592) + $(UCS2X11) ter-u16bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-516i.pcf: ter-u16i.bdf $(X_88595) + $(UCS2X11) ter-u16i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-516bi.pcf: ter-u16bi.bdf $(X_88595) + $(UCS2X11) ter-u16bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-916i.pcf: ter-u16i.bdf $(X_88599) + $(UCS2X11) ter-u16i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-916bi.pcf: ter-u16bi.bdf $(X_88599) + $(UCS2X11) ter-u16bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-c16i.pcf: ter-u16i.bdf $(X_W1251) + $(UCS2X11) ter-u16i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-c16bi.pcf: ter-u16bi.bdf $(X_W1251) + $(UCS2X11) ter-u16bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-f16i.pcf: ter-u16i.bdf $(X_8859F) + $(UCS2X11) ter-u16i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-f16bi.pcf: ter-u16bi.bdf $(X_8859F) + $(UCS2X11) ter-u16bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-g16i.pcf: ter-u16i.bdf $(X_8859G) + $(UCS2X11) ter-u16i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-g16bi.pcf: ter-u16bi.bdf $(X_8859G) + $(UCS2X11) ter-u16bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-k16i.pcf: ter-u16i.bdf $(X_KOI8R) + $(UCS2X11) ter-u16i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-k16bi.pcf: ter-u16bi.bdf $(X_KOI8R) + $(UCS2X11) ter-u16bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-p16i.pcf: ter-u16i.bdf $(X_PT154) + $(UCS2X11) ter-u16i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-p16bi.pcf: ter-u16bi.bdf $(X_PT154) + $(UCS2X11) ter-u16bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-x16i.pcf: ter-u16i.bdf $(X_10646) + $(UCS2X11) ter-u16i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + +ter-x16bi.pcf: ter-u16bi.bdf $(X_10646) + $(UCS2X11) ter-u16bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + +ter-120i.pcf: ter-u20i.bdf $(X_88591) + $(UCS2X11) ter-u20i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-120bi.pcf: ter-u20bi.bdf $(X_88591) + $(UCS2X11) ter-u20bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-220i.pcf: ter-u20i.bdf $(X_88592) + $(UCS2X11) ter-u20i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-220bi.pcf: ter-u20bi.bdf $(X_88592) + $(UCS2X11) ter-u20bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-520i.pcf: ter-u20i.bdf $(X_88595) + $(UCS2X11) ter-u20i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-520bi.pcf: ter-u20bi.bdf $(X_88595) + $(UCS2X11) ter-u20bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-920i.pcf: ter-u20i.bdf $(X_88599) + $(UCS2X11) ter-u20i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-920bi.pcf: ter-u20bi.bdf $(X_88599) + $(UCS2X11) ter-u20bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-c20i.pcf: ter-u20i.bdf $(X_W1251) + $(UCS2X11) ter-u20i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-c20bi.pcf: ter-u20bi.bdf $(X_W1251) + $(UCS2X11) ter-u20bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-f20i.pcf: ter-u20i.bdf $(X_8859F) + $(UCS2X11) ter-u20i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-f20bi.pcf: ter-u20bi.bdf $(X_8859F) + $(UCS2X11) ter-u20bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-g20i.pcf: ter-u20i.bdf $(X_8859G) + $(UCS2X11) ter-u20i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-g20bi.pcf: ter-u20bi.bdf $(X_8859G) + $(UCS2X11) ter-u20bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-k20i.pcf: ter-u20i.bdf $(X_KOI8R) + $(UCS2X11) ter-u20i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-k20bi.pcf: ter-u20bi.bdf $(X_KOI8R) + $(UCS2X11) ter-u20bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-p20i.pcf: ter-u20i.bdf $(X_PT154) + $(UCS2X11) ter-u20i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-p20bi.pcf: ter-u20bi.bdf $(X_PT154) + $(UCS2X11) ter-u20bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-x20i.pcf: ter-u20i.bdf $(X_10646) + $(UCS2X11) ter-u20i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + +ter-x20bi.pcf: ter-u20bi.bdf $(X_10646) + $(UCS2X11) ter-u20bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + +ter-124i.pcf: ter-u24i.bdf $(X_88591) + $(UCS2X11) ter-u24i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-124bi.pcf: ter-u24bi.bdf $(X_88591) + $(UCS2X11) ter-u24bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +ter-224i.pcf: ter-u24i.bdf $(X_88592) + $(UCS2X11) ter-u24i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-224bi.pcf: ter-u24bi.bdf $(X_88592) + $(UCS2X11) ter-u24bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ + +ter-524i.pcf: ter-u24i.bdf $(X_88595) + $(UCS2X11) ter-u24i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-524bi.pcf: ter-u24bi.bdf $(X_88595) + $(UCS2X11) ter-u24bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ + +ter-924i.pcf: ter-u24i.bdf $(X_88599) + $(UCS2X11) ter-u24i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-924bi.pcf: ter-u24bi.bdf $(X_88599) + $(UCS2X11) ter-u24bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ + +ter-c24i.pcf: ter-u24i.bdf $(X_W1251) + $(UCS2X11) ter-u24i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-c24bi.pcf: ter-u24bi.bdf $(X_W1251) + $(UCS2X11) ter-u24bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ + +ter-f24i.pcf: ter-u24i.bdf $(X_8859F) + $(UCS2X11) ter-u24i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-f24bi.pcf: ter-u24bi.bdf $(X_8859F) + $(UCS2X11) ter-u24bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ + +ter-g24i.pcf: ter-u24i.bdf $(X_8859G) + $(UCS2X11) ter-u24i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-g24bi.pcf: ter-u24bi.bdf $(X_8859G) + $(UCS2X11) ter-u24bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ + +ter-k24i.pcf: ter-u24i.bdf $(X_KOI8R) + $(UCS2X11) ter-u24i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-k24bi.pcf: ter-u24bi.bdf $(X_KOI8R) + $(UCS2X11) ter-u24bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ + +ter-p24i.pcf: ter-u24i.bdf $(X_PT154) + $(UCS2X11) ter-u24i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-p24bi.pcf: ter-u24bi.bdf $(X_PT154) + $(UCS2X11) ter-u24bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ + +ter-x24i.pcf: ter-u24i.bdf $(X_10646) + $(UCS2X11) ter-u24i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + +ter-x24bi.pcf: ter-u24bi.bdf $(X_10646) + $(UCS2X11) ter-u24bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + clean: - rm -f *.psf *.txt *.raw *.pcf + rm -f *.pcf *.pcf.gz *.psf --- files/patch-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message