Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Jun 2001 12:28:26 +0100 (BST)
From:      dom@happygiraffe.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27888: update to x11-fonts/mozilla-fonts
Message-ID:  <20010605112826.03F883FB5@cathbad.happygiraffe.net>

next in thread | raw e-mail | index | archive | help

>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
	<kkonstan@duth.gr> 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




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