summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-11-16 16:21:54 -0500
committerShokara Kou <kou@13f0.net>2022-11-16 16:21:54 -0500
commitfedca28844acd14c1b84e145935e0358858c1f82 (patch)
tree87e8b4f26377ba6acbbdaa4c66e3491c5425f22d
parent3c6e823a7f0a7c5ca20f49cd0591be9edfee2b97 (diff)
remove www/palemoon
Segfaulted in multiple pages and advanced settings
-rw-r--r--www/palemoon/Makefile54
-rw-r--r--www/palemoon/files/.mozconfig53
2 files changed, 0 insertions, 107 deletions
diff --git a/www/palemoon/Makefile b/www/palemoon/Makefile
deleted file mode 100644
index 25abb36..0000000
--- a/www/palemoon/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
1# Use /usr/ports/infrastructure/bin/portcheck
2COMMENT = the palemoon browser, without official branding
3
4V = 29.4.6
5DISTNAME = palemoon-${V}
6
7# for any port that creates shared libraries.
8# both libtool and cmake automatically set filenames based on this variable.
9# for libtool- or cmake-based ports, have a look at WRKBUILD/shared_libs.log
10#SHARED_LIBS = ??? 0.0
11
12CATEGORIES = www
13
14HOMEPAGE = https://www.palemoon.org/ URL
15
16MAINTAINER = Shokara Kou <kou@13f0.net>
17
18# MPL
19PERMIT_PACKAGE = Yes
20PERMIT_DISTFILES = Yes
21
22# "make port-lib-depends-check" can help
23#WANTLIB = ???
24
25MASTER_SITES = https://archive.palemoon.org/source/
26
27EXTRACT_SUFX = .source.tar.xz
28
29COMPILER = base-clang ports-gcc
30
31# Dependencies
32BUILD_DEPENDS = python yasm autoconf-2.13p4
33#RUN_DEPENDS = ???
34#LIB_DEPENDS = gtk+2
35#TEST_DEPENDS = ???
36
37#MAKE_FLAGS = ???
38#MAKE_ENV = ???
39#FAKE_FLAGS = ???
40#TEST_FLAGS = ???
41
42# build/configuration variables
43#
44USE_GMAKE = Yes
45CONFIGURE_STYLE = simple
46
47do-configure:
48 cp ${WRKSRC}/mozconfig .mozconfig
49 ./mach configure
50
51do-build:
52 ./mach build
53
54.include <bsd.port.mk>
diff --git a/www/palemoon/files/.mozconfig b/www/palemoon/files/.mozconfig
deleted file mode 100644
index 05c20b6..0000000
--- a/www/palemoon/files/.mozconfig
+++ /dev/null
@@ -1,53 +0,0 @@
1# Clear this if not a 64bit build
2_BUILD_64=1
3
4# Set GTK Version to 2 or 3
5_GTK_VERSION=2
6
7# Standard build options for Pale Moon
8ac_add_options --enable-application=palemoon
9ac_add_options --enable-optimize="-O2 -w -L/usr/local/lib"
10ac_add_options --enable-default-toolkit=cairo-gtk$_GTK_VERSION
11#ac_add_options --enable-jemalloc
12#ac_add_options --enable-strip
13ac_add_options --enable-devtools
14ac_add_options --enable-av1
15#ac_add_options --enable-phoenix-extensions
16ac_add_options --disable-eme
17ac_add_options --disable-webrtc
18ac_add_options --disable-gamepad
19ac_add_options --disable-tests
20ac_add_options --disable-debug
21ac_add_options --disable-necko-wifi
22ac_add_options --disable-updater
23ac_add_options --with-pthreads
24
25# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
26#ac_add_options --enable-official-branding
27#export MOZILLA_OFFICIAL=1
28
29export MOZ_PKG_SPECIAL=gtk$_GTK_VERSION
30
31#export MOZ_SYSTEM_LIBVPX=1
32#export VPX_USE_YASM=
33#export VPX_X86_ASM=
34
35ac_add_options --disable-pulseaudio
36ac_add_options --disable-jack
37ac_add_options --disable-alsa
38ac_add_options --enable-sndio
39
40ac_add_options --x-libraries=/usr/X11R6/lib
41
42ac_add_options --with-system-jpeg=/usr/local
43ac_add_options --with-system-zlib
44ac_add_options --with-system-bz2=/usr/local
45#ac_add_options --with-system-libevent
46#ac_add_options --with-system-icu
47#ac_add_options --with-system-webp=/usr/local
48#ac_add_options --with-system-sqlite=/usr/local
49ac_add_options --with-system-ffi
50ac_add_options --with-system-pixman
51#ac_add_options --with-system-libvpx
52#ac_add_options --enable-system-nss
53#ac_add_options --enable-system-nspr