View | Details | Raw Unified | Return to bug 266489 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/firefox/Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	firefox
1
PORTNAME=	firefox
2
DISTVERSION=	116.0.1
2
DISTVERSION=	116.0.1
3
PORTREVISION=	1
3
PORTEPOCH=	2
4
PORTEPOCH=	2
4
CATEGORIES=	www wayland
5
CATEGORIES=	www wayland
5
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
6
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
Lines 8-14 DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} Link Here
8
9
9
MAINTAINER=	gecko@FreeBSD.org
10
MAINTAINER=	gecko@FreeBSD.org
10
COMMENT=	Web browser based on the browser portion of Mozilla
11
COMMENT=	Web browser based on the browser portion of Mozilla
11
WWW=		https://www.mozilla.com/firefox
12
WWW=		https://www.mozilla.org/firefox/new/
12
13
13
BUILD_DEPENDS=	nspr>=4.32:devel/nspr \
14
BUILD_DEPENDS=	nspr>=4.32:devel/nspr \
14
		nss>=3.91:security/nss \
15
		nss>=3.91:security/nss \
Lines 26-31 BUILD_DEPENDS= nspr>=4.32:devel/nspr \ Link Here
26
		yasm:devel/yasm \
27
		yasm:devel/yasm \
27
		zip:archivers/zip
28
		zip:archivers/zip
28
29
30
USES=		tar:xz
29
USE_GECKO=	gecko
31
USE_GECKO=	gecko
30
CONFLICTS_INSTALL=	firefox-esr
32
CONFLICTS_INSTALL=	firefox-esr
31
USE_MOZILLA=	-sqlite
33
USE_MOZILLA=	-sqlite
Lines 34-40 CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 Link Here
34
# dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true
36
# dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true
35
CONFIGURE_ENV+=	BINDGEN_CFLAGS="-I${LOCALBASE}/include"
37
CONFIGURE_ENV+=	BINDGEN_CFLAGS="-I${LOCALBASE}/include"
36
38
37
USES=		tar:xz
38
# helpful when testing beta
39
# helpful when testing beta
39
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
40
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
40
41
41
- 

Return to bug 266489