From owner-freebsd-ports Tue Jun 5 4:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13D0637B405 for ; Tue, 5 Jun 2001 04:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55BUAg56063; Tue, 5 Jun 2001 04:30:10 -0700 (PDT) (envelope-from gnats) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 4BAB937B405 for ; Tue, 5 Jun 2001 04:29:50 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 03F883FB5; Tue, 5 Jun 2001 12:28:26 +0100 (BST) Message-Id: <20010605112826.03F883FB5@cathbad.happygiraffe.net> Date: Tue, 5 Jun 2001 12:28:26 +0100 (BST) From: dom@happygiraffe.net Reply-To: dom@happygiraffe.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27888: update to x11-fonts/mozilla-fonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27888 >Category: ports >Synopsis: update to x11-fonts/mozilla-fonts >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 05 04:30:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.3-STABLE i386 >Organization: HappyGiraffe.net >Environment: System: FreeBSD cathbad.happygiraffe.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Jun 4 15:44:49 BST 2001 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 X11R6 >Description: This is an update to the mozilla-fonts port. It was broken before this. Many thanks to Konstantinos Konstantinidis for providing me with the patch. I've also updated me email address to the new one. >How-To-Repeat: n/a >Fix: Here's the patch: diff -urN /usr/ports/x11-fonts/mozilla-fonts/Makefile mozilla-fonts/Makefile --- /usr/ports/x11-fonts/mozilla-fonts/Makefile Sat Oct 14 20:14:27 2000 +++ mozilla-fonts/Makefile Tue Jun 5 12:27:23 2001 @@ -7,13 +7,12 @@ PORTNAME= mozilla-fonts PORTVERSION= 1.0 +PORTREVISION= 1 + CATEGORIES= x11-fonts www MASTER_SITES= http://fox.mit.edu/skunk/xwin/ -DISTNAME= ${PORTNAME} - -MAINTAINER= dom@myrddin.demon.co.uk -ALL_TARGET= pcf +MAINTAINER= dom@happygiraffe.net USE_X_PREFIX= true diff -urN /usr/ports/x11-fonts/mozilla-fonts/distinfo mozilla-fonts/distinfo --- /usr/ports/x11-fonts/mozilla-fonts/distinfo Mon May 1 03:35:12 2000 +++ mozilla-fonts/distinfo Tue Jun 5 11:58:17 2001 @@ -1 +1 @@ -MD5 (mozilla-fonts.tar.gz) = ebd8fe21d153e45466f12192ed1bda74 +MD5 (mozilla-fonts-1.0.tar.gz) = 504354e52219649d07a5003ca03e8b58 diff -urN /usr/ports/x11-fonts/mozilla-fonts/files/patch-aa mozilla-fonts/files/patch-aa --- /usr/ports/x11-fonts/mozilla-fonts/files/patch-aa Mon May 1 03:35:13 2000 +++ mozilla-fonts/files/patch-aa Tue Jun 5 12:19:40 2001 @@ -1,23 +1,22 @@ ---- Makefile.orig Fri Mar 10 12:03:05 2000 -+++ Makefile Fri Mar 10 12:04:56 2000 -@@ -1,7 +1,7 @@ - # Mozilla fonts makefile +--- Makefile.orig Sun Sep 24 03:57:57 2000 ++++ Makefile Tue Jun 5 12:19:23 2001 +@@ -1,6 +1,6 @@ + # Makefile for mozilla-fonts +-DESTDIR = /usr/local/lib/X11/fonts/Mozilla ++DESTDIR = $(PREFIX)/lib/X11/fonts/mozilla --DESTDIR = /usr/local/lib/fonts/Mozilla -+DESTDIR = $(PREFIX)/lib/X11/fonts/mozilla + INSTALL = install - - # -------- No user-serviceable parts below -------- -@@ -40,9 +40,9 @@ - install: pcf +@@ -114,9 +114,9 @@ mkdir -p $(DESTDIR) - for font in $(PCF_FILES) ; do \ -- $(INSTALL) -m 644 $$font $(DESTDIR)/$$font ; \ -+ $(BSD_INSTALL_DATA) $$font $(DESTDIR)/$$font ; \ + @for font in $(PCFFILES) ; do \ + echo " $(INSTALL) -m 644 $$font $(DESTDIR)/$$font" ; \ +- $(INSTALL) -m 644 $$font $(DESTDIR)/$$font || exit 1 ; \ ++ $(BSD_INSTALL_DATA) $$font $(DESTDIR)/$$font || exit 1 ; \ done - $(INSTALL) -m 644 fonts.alias $(DESTDIR)/fonts.alias -+ $(BSD_INSTALL_DATA) fonts.alias $(DESTDIR)/fonts.alias - mkfontdir $(DESTDIR) ++ $(BSD_INSTALL_DATA) -m 644 fonts.alias $(DESTDIR)/fonts.alias + cd $(DESTDIR) && mkfontdir clean: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message