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

Collapse All | Expand All

(-)Makefile (-1 / +20 lines)
Lines 38-44 Link Here
38
HAS_CONFIGURE=	yes
38
HAS_CONFIGURE=	yes
39
USE_BZIP2=	yes
39
USE_BZIP2=	yes
40
USE_GMAKE=	yes
40
USE_GMAKE=	yes
41
MAKE_JOBS_SAFE=	yes
42
NO_MOZPKGINSTALL=yes
41
NO_MOZPKGINSTALL=yes
43
42
44
FIREFOX_ICON=		${MOZILLA}.png
43
FIREFOX_ICON=		${MOZILLA}.png
Lines 54-59 Link Here
54
53
55
OPTIONS=	DBUS "Enable D-BUS support" on \
54
OPTIONS=	DBUS "Enable D-BUS support" on \
56
		NEWTAB "Open external links in a new tab" on \
55
		NEWTAB "Open external links in a new tab" on \
56
		PGO "Enable Profile-Guided Optimization" off \
57
		SMB "Enable smb:// URI support using gnomevfs" off
57
		SMB "Enable smb:// URI support using gnomevfs" off
58
58
59
.include <bsd.port.pre.mk>
59
.include <bsd.port.pre.mk>
Lines 73-78 Link Here
73
LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
73
LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
74
.endif
74
.endif
75
75
76
.if defined(WITH_PGO)
77
USE_PYTHON_BUILD=	yes
78
.include "${PORTSDIR}/Mk/bsd.python.mk"
79
80
MAKEFILE=	client.mk
81
ALL_TARGET=	profiledbuild
82
83
MAKE_JOBS_UNSAFE=	yes
84
.else
85
MAKE_JOBS_SAFE=	yes
86
.endif
87
76
.if ${ARCH} == "sparc64"
88
.if ${ARCH} == "sparc64"
77
BROKEN=		Does not compile on sparc64
89
BROKEN=		Does not compile on sparc64
78
.endif
90
.endif
Lines 101-106 Link Here
101
	    ${LN} -s xptcinvoke_asm_sparc64_openbsd.s xptcinvoke_asm_sparc64_freebsd.s)
113
	    ${LN} -s xptcinvoke_asm_sparc64_openbsd.s xptcinvoke_asm_sparc64_freebsd.s)
102
.endif
114
.endif
103
115
116
pre-build:
117
.if defined(WITH_PGO)
118
	@${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \
119
		< ${FILESDIR}/mozconfig-profile_guided_optimization.in \
120
			>> ${BUILD_WRKSRC}/.mozconfig
121
.endif
122
104
port-pre-install:
123
port-pre-install:
105
#	${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib
124
#	${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib
106
	${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
125
	${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}

Return to bug 132231