From owner-freebsd-ports Mon Jun 4 14: 0:21 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 B809237B428 for ; Mon, 4 Jun 2001 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54L02i08229; Mon, 4 Jun 2001 14:00:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 14:00:02 -0700 (PDT) Message-Id: <200106042100.f54L02i08229@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Konstantinos Konstantinidis Subject: Re: ports/27427: mozilla-fonts can't get its distfile Reply-To: Konstantinos Konstantinidis 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 The following reply was made to PR ports/27427; it has been noted by GNATS. From: Konstantinos Konstantinidis To: freebsd-gnats-submit@FreeBSD.org, bill@twwells.com, dom@myrddin.demon.co.uk Cc: Subject: Re: ports/27427: mozilla-fonts can't get its distfile Date: Mon, 04 Jun 2001 23:55:54 +0300 This is a multi-part message in MIME format. --------------61CF8AABE6B00217CA0B5565 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit The attached patch fixes the port. --kkonstan --------------61CF8AABE6B00217CA0B5565 Content-Type: text/plain; charset=iso-8859-7; name="mozilla-fonts.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mozilla-fonts.patch" diff -ruN mozilla-fonts.orig/Makefile mozilla-fonts/Makefile --- mozilla-fonts.orig/Makefile Mon Jun 4 23:39:57 2001 +++ mozilla-fonts/Makefile Mon Jun 4 23:51:04 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 USE_X_PREFIX= true diff -ruN mozilla-fonts.orig/distinfo mozilla-fonts/distinfo --- mozilla-fonts.orig/distinfo Mon Jun 4 23:39:57 2001 +++ mozilla-fonts/distinfo Mon Jun 4 23:42:09 2001 @@ -1 +1 @@ -MD5 (mozilla-fonts.tar.gz) = ebd8fe21d153e45466f12192ed1bda74 +MD5 (mozilla-fonts-1.0.tar.gz) = 504354e52219649d07a5003ca03e8b58 diff -ruN mozilla-fonts.orig/files/patch-aa mozilla-fonts/files/patch-aa --- mozilla-fonts.orig/files/patch-aa Mon Jun 4 23:39:57 2001 +++ mozilla-fonts/files/patch-aa Mon Jun 4 23:47:47 2001 @@ -1,23 +1,23 @@ ---- 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 05:57:57 2000 ++++ Makefile Mon Jun 4 23:47:24 2001 +@@ -1,6 +1,7 @@ + # 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 +115,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: --------------61CF8AABE6B00217CA0B5565-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message