Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2001 14:00:02 -0700 (PDT)
From:      Konstantinos Konstantinidis <kkonstan@duth.gr>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27427: mozilla-fonts can't get its distfile
Message-ID:  <200106042100.f54L02i08229@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27427; it has been noted by GNATS.

From: Konstantinos Konstantinidis <kkonstan@duth.gr>
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




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