Subject: Re: pkg/31481
To: None <solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <segv@netctl.net>
List: pkgsrc-bugs
Date: 11/24/2005 10:55:01
The following reply was made to PR pkg/31481; it has been noted by GNATS.

From: segv@netctl.net
To: gnats-bugs@NetBSD.org
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