pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/52392: www/firefox-54.0 build fails due to nspr



>Number:         52392
>Category:       pkg
>Synopsis:       www/firefox-54.0 build fails due to nspr
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 11 11:40:00 +0000 2017
>Originator:     Frederic Fauberteau
>Release:        NetBSD 7.1 + pkgsrc-2017Q2
>Organization:
>Environment:
NetBSD mutalisk.triaxx.org 7.1 NetBSD 7.1 (GENERIC.201703111743Z) amd64
>Description:
Build of firefox fails with the following message:
> checking NSPR selection... system
> checking for nspr-config... /usr/pkg/bin/nspr-config
> checking for NSPR - version >= 4.14... no
> configure: error: you do not have NSPR installed or your version is older than 4.14.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/firefox/Makefile,v
retrieving revision 1.298
diff -u -r1.298 Makefile
--- Makefile	29 Jun 2017 08:07:59 -0000	1.298
+++ Makefile	11 Jul 2017 11:27:00 -0000
@@ -96,5 +96,7 @@
 	${INSTALL_DATA} ${MOZILLA_ICON}					\
 	  ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
 
+BUILDLINK_API_DEPENDS.nspr+=	nspr>=4.14
+.include "../../devel/nspr/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index