pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/31481
The following reply was made to PR pkg/31481; it has been noted by GNATS.
From: segv%netctl.net@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/31481
Date: Thu, 24 Nov 2005 10:54:31 +0000
To fix problem 3 as described above, I propose the following fix:
patch www/firefox/Makefile-firefox.common
--- Makefile-firefox.common.orig Sun Nov 20 23:58:11 2005
+++ Makefile-firefox.common Sun Nov 20 23:58:37 2005
@@ -34,6 +34,13 @@
.include "../../www/mozilla/Makefile.common"
+# lib/${MOZILLA}/res/fonts/fontEncoding.properties is missing on Solaris
+.if ${OPSYS} == "SunOS"
+PLIST_SUBST+= NO_FONT_ENC_PROP="@comment "
+.else
+PLIST_SUBST+= NO_FONT_ENC_PROP=""
+.endif
+
INSTALL_EXTRA_TMPL+= ${.CURDIR}/../../www/firefox/INSTALL
pre-install:
patch www/firefox/PLIST
--- PLIST.orig Sun Nov 20 23:37:02 2005
+++ PLIST Sun Nov 20 23:39:04 2005
@@ -302,7 +302,7 @@
lib/${MOZILLA}/res/entityTables/htmlEntityVersions.properties
lib/${MOZILLA}/res/entityTables/mathml20.properties
lib/${MOZILLA}/res/entityTables/transliterate.properties
-lib/${MOZILLA}/res/fonts/fontEncoding.properties
+${NO_FONT_ENC_PROP}lib/${MOZILLA}/res/fonts/fontEncoding.properties
lib/${MOZILLA}/res/fonts/mathfont.properties
lib/${MOZILLA}/res/fonts/mathfontCMEX10.properties
lib/${MOZILLA}/res/fonts/mathfontCMSY10.properties
Home |
Main Index |
Thread Index |
Old Index