Commit graph

51 commits

Author SHA1 Message Date
athenian200
28958637f9 [Pale-Moon] No Issue - Don't build hunspell shared on SunOS.
Tag MoonchildProductions/UXP#2290
2023-10-06 09:43:51 +08:00
Job Bautista
aadd6244c1 [Pale-Moon] Issue MoonchildProductions/UXP#1451 - Follow-up: Only copy hunspell shared library if we're not building against system Hunspell.
We've never supported system Hunspell AFAICS, but if that time comes, we should
prevent packaging from breaking if building against system Hunspell on *nix.
2023-05-12 10:40:35 +08:00
Job Bautista
2be4e3e69f [Pale-Moon] Issue MoonchildProductions/UXP#1451 - Support hunspell as shared library 2023-04-30 21:42:24 +08:00
Job Bautista
64bc4788ed [Pale-Moon] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check. 2023-03-29 11:06:28 +08:00
Job Bautista
f284afab44 [Pale-Moon] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging.
Also removing obsolete MOZ_SYSTEM_ICU
2023-03-28 12:19:51 +08:00
Matt A. Tobin
d7a1209581 [Pale-Moon] Issue MoonchildProductions/UXP#61 - Add gkmedias back to package-manifest 2023-03-28 12:17:12 +08:00
Moonchild
a984b1dd93 [Pale-Moon] Issue #1865 - Remove XP_MACOSX conditional blocks. 2021-03-25 09:25:51 +08:00
Moonchild
ad0f41898a [Pale-Moon] Remove unused nsis var 2021-02-03 10:11:02 +08:00
Moonchild
77146fc40f [Pale-Moon] Nuke vim configuration lines from the front-end (no code changes)
See MoonchildProductions/UXP#1656
2020-10-30 09:19:39 +08:00
Moonchild
0cd673d720 Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
Moonchild
6ff23f2f28 [Pale-Moon] Copy default userChrome and userContent examples to profile
* [profile] Copy default userChrome and userContent examples to profile
* [profile] Don't package example files inside omnijar
2020-05-02 09:14:40 +08:00
Matt A. Tobin
2294809ea1 [Pale-Moon] Issue MoonchildProductions/UXP#1470 - Removae update.locale from package-manifest 2020-03-13 11:06:40 +08:00
JustOff
ab737129d8 [Pale-Moon] Issue #1733 - Provide default ua-update.json for dynamic user-agent updates 2020-03-13 11:06:19 +08:00
Matt A. Tobin
9656b3fc7d [Pale-Moon] Issue MoonchildProductions/UXP#1457 - Update package-manifest 2020-02-21 07:16:39 +08:00
Matt A. Tobin
145a3c62e0 [Pale-Moon] Issue MoonchildProductions/UXP#1359 - Pointlessly rename greprefs.. again. 2020-01-24 09:26:52 +08:00
Matt A. Tobin
2ddb294c26 Issue #1303 - Add langpack generation targets for Pale Moon and Basilisk
* The langpack is not generated via the package target but IS for mozpackage target using old behavior
* Add mach command to specifically generate the langpack when needed without the rest of the packaging routine (mach langpack)
2019-11-29 11:36:36 +08:00
Matt A. Tobin
94b1e61383 No Issue - Use alternative packaging for Pale Moon and Basilisk
* This adds what will eventually be a rewritten packaging routine while maintaining backwards compatibility with the original mozilla routine
* Changes the build target and installer makefile to use the alternative packaging
* Adds build target to specifically invoke the original mozilla routine
* Update mach commands accordingly
2019-11-28 10:32:44 +08:00
athenian200
6de8a0f12d MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.
Compared with what Pale Moon had for Solaris originally, this is mostly the same zero point I started patching from, but I've made the following changes here after reviewing all this initial code I never looked at closely before.

1. In package-manifest.in for both Basilisk and Pale Moon, I've made the SPARC code for libfreebl not interefere with the x86 code, use the proper build flags, and also updated it to allow a SPARC64 build which is more likely to be used than the 32-bit SPARC code we had there.

2. See Mozilla bug #832272 and the old rules.mk patch from around Firefox 30 in oracle/solaris-userland. I believe they screwed up NSINSTALL on Solaris when they were trying to streamline the NSS buildsystem, because they started having unexplained issues with it around that time after Firefox 22 that they never properly resolved until Mozilla began building NSS with gyp files. I'm actually not even sure how relevant the thing they broke actually is to Solaris at this point, bug 665509 is so old it predates Firefox itself and goes back to the Mozilla suite days. I believe $(INSTALL) -t was wrong, and they meant $(NSINSTALL) -t because that makes more sense and is closer to what was there originally. It's what they have for WINNT, and it's possible a fix more like that could serve for Solaris as well. Alternatively, we could get rid of all these half-broken Makefiles and start building NSS with gyp files like Mozilla did.

3. I've completely cut out support for the Sun compiler and taken into account the reality that everyone builds Firefox (and therefore its forks) with GCC now on Solaris. This alone helped clean up a lot of the uglier parts of the code.

4. I've updated all remaining SOLARIS build flags to the newer XP_SOLARIS, because the SOLARIS flag is no longer set when building Solaris.

5. I've confirmed the workaround in gtxFontconfigFonts.cpp is no longer necessary. The Solaris people got impatient about implementing a half-baked patch for a fontconfig feature that wasn't ready yet back in 2009, and somehow convinced Mozilla to patch their software to work around it when really they should have just fixed or removed their broken fontconfig patch. The feature they wanted has since been implemented properly, and no version of Solaris still uses the broken patch that required this fix. If anyone had ever properly audited this code, it would have been removed a long time ago.
2019-11-04 11:52:13 +08:00
adeshkp
675dada294 Issue #701 - Support spaces in Mac app name 2019-07-22 19:55:55 +08:00
Matt A. Tobin
fdd8829fea Follow up to #1177 - Clean up package-manifest.in 2019-07-19 10:03:14 +08:00
wolfbeast
c7f629f30e [Pale Moon] Remove *.pdf file association in the installer. 2019-06-29 09:20:43 +08:00
wolfbeast
448a762a65 Clean up the nsis installer script a litte.
- remove stub installer leftovers
- remove maintenance service leftovers
- remove unused macros
2019-06-22 09:47:33 +08:00
Matt A. Tobin
37f0839a64 Issue #968 - Preload the permissions manager with permissions file 2019-05-11 06:22:49 +08:00
wolfbeast
78d61fd2b1 Issue #187: Remove solaris conditional code. 2019-04-04 20:26:26 +08:00
wolfbeast
3b24095083 Clean up installer scripts a little. 2019-03-29 22:27:36 +08:00
wolfbeast
03821e0bfc Remove conditional MOZ_MAINTENANCE_SERVICE code
Tag #145
2019-02-21 14:56:20 +08:00
NTD
e30598c519 [TychoAM] Fix GMP* so that EME works in Basilisk
Also, keep WebExAM working for the moment
2019-02-16 00:27:39 +08:00
wolfbeast
def01c3bb9 Stop including a dummy dll on Windows for broken old versions of WebSense.
WebSense has moved to an extension solution instead of dll injection, so
this dummy dll (for blocking injection) is no longer necessary.
2019-02-16 00:22:34 +08:00
NTD
2180b84b22 [PALEMOON] Complete making Sync optional at build time - Part 2: Packaging 2019-02-16 00:20:53 +08:00
Ascrod
d74a223e8a Pale Moon Installer: Remove unused stub defines and strings. 2019-02-16 00:15:26 +08:00
adeshkp
c3553379a7 Quick fix to binay file path for Mac packaging 2019-02-16 00:06:40 +08:00
janekptacijarabaci
38dac3dae0 [PALEMOON] Fix package bustage if devtools is disabled
Issue #102
2019-02-16 00:02:26 +08:00
wolfbeast
84cea9661a Fix incorrect Pale Moon installer locale paths. 2019-02-16 00:00:43 +08:00
NTD
0e70c6dfec [PALEMOON] Package helper.exe so Windows Shell Service actually works on a packaged product 2019-02-16 00:00:16 +08:00
JustOff
bde1d7a02b [PALEMOON] Package chrome.manifest for default theme across all platforms 2019-02-15 23:59:46 +08:00
wolfbeast
1a823f5ad6 Remove SPS profiler.
- Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS)
- Stub out several profiler-only functions.
2019-02-15 23:58:37 +08:00
wolfbeast
92fbd042f5 Remove the Dark Matter Detector (DMD) Memeory debugger component.
This resolves #376.
2019-02-15 23:58:31 +08:00
Leorize
0f84519843 palemoon/installer: Fix packaging when built --with-system-nss/nspr
The variables set by 'configure' for --with-system-(nss|nspr) is named
differently in UXP. This breaks packaging for palemoon when system
nss/nspr is used.

This commit corrects the name of said variables.
2019-02-15 23:58:16 +08:00
NTD
3f5f572bde [PALEMOON] Override Windows Installer usage of MOZ_APP_DISPLAYNAME when appropriate 2019-02-15 23:57:27 +08:00
NTD
56cbcefcae [PALEMOON] Remove non-applicable lines from package-manifest.in that block basic macintosh packaging 2019-02-15 23:57:18 +08:00
wolfbeast
b8114dcbc0 Issue #325 Part 10: Remove non-Intl conditionals from installer files. 2019-02-15 23:56:11 +08:00
wolfbeast
c8462db202 Remove sandbox ductwork conditional code. 2019-02-15 23:55:41 +08:00
janekptacijarabaci
b1b8733094 [PALEMOON] Installer - fix some comments (firefox.exe => palemoon.exe) 2019-02-15 23:47:41 +08:00
NTD
8cd7bad738 [PALEMOON] Fix packaging define for ICU 2019-02-15 23:45:45 +08:00
NTD
1f842df9d8 [PALEMOON] Fix packaging define 2019-02-15 23:45:43 +08:00
NTD
3af3620e98 [PALEMOON] Theme chrome.manifest only needs to be packaged on Windows as far as anyone can tell 2019-02-15 23:45:27 +08:00
NTD
51f041c556 [PALEMOON] Revise packaging 2019-02-15 23:45:17 +08:00
janekptacijarabaci
7f901552dd [PALEMOON] [DevTools] Fix + Add some paths to DevTools (installer - package-manifest.in)
Issue #102
2019-02-15 23:41:34 +08:00
NTD
a15df7790e [PALEMOON] Update the Windows Installer 2019-02-15 23:40:27 +08:00
NTD
1648d92f30 Sync Pale Moon code 2019-02-15 23:34:15 +08:00