mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/firefox www/firefox-esr mail/thunderbird: set wxneeded
people keep twiddling the knobs and see fallot from
setting kern.elf64.allow_wx
PR: 272767
(cherry picked from commit df3c96e94d
)
This commit is contained in:
parent
39b4d3ef50
commit
866ddebbcd
4 changed files with 7 additions and 1 deletions
|
@ -60,7 +60,8 @@ MOZILLA?= ${PORTNAME}
|
|||
MOZILLA_VER?= ${PORTVERSION}
|
||||
MOZILLA_BIN?= ${PORTNAME}-bin
|
||||
MOZILLA_EXEC_NAME?=${MOZILLA}
|
||||
USES+= compiler:c++17-lang cpe gl gmake gnome iconv llvm:min=17,noexport localbase \
|
||||
USES+= compiler:c++17-lang cpe elfctl gl gmake gnome iconv \
|
||||
llvm:min=17,noexport localbase \
|
||||
pkgconfig python:build desktop-file-utils
|
||||
CPE_VENDOR?=mozilla
|
||||
USE_GL= gl
|
||||
|
@ -71,6 +72,8 @@ CONFIGURE_OUTSOURCE= yes
|
|||
LDFLAGS+= -Wl,--as-needed -Wl,--undefined-version
|
||||
BINARY_ALIAS+= python3=${PYTHON_CMD}
|
||||
|
||||
ELF_FEATURES+= +wxneeded:dist/bin/${MOZILLA} +wxneeded:dist/bin/${MOZILLA}-bin
|
||||
|
||||
BUNDLE_LIBS= yes
|
||||
|
||||
BUILD_DEPENDS+= rust-cbindgen>=0.26.0:devel/rust-cbindgen \
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= thunderbird
|
||||
DISTVERSION= 128.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail news net-im wayland
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= firefox
|
||||
DISTVERSION= 128.3.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www wayland
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= firefox
|
||||
DISTVERSION= 131.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= www wayland
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
|
||||
|
|
Loading…
Add table
Reference in a new issue