Changeset 257c1bf for xsoft/graphweb/seamonkey.xml
- Timestamp:
- 06/30/2021 11:38:00 PM (21 months ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6852cb9
- Parents:
- a4586ac9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/seamonkey.xml
ra4586ac9 r257c1bf 7 7 <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz"> 8 8 <!ENTITY seamonkey-download-ftp " "> 9 <!ENTITY seamonkey-md5sum " 4fa8dfc6f9c35f2b865764a37ffa01db">10 <!ENTITY seamonkey-size "27 1MB">11 <!ENTITY seamonkey-buildsize "6.1 GB (1 60MB installed)">12 <!ENTITY seamonkey-time "1 8SBU (on a 4-core machine)">9 <!ENTITY seamonkey-md5sum "02e1b5238484e06ca7c623656ac29686"> 10 <!ENTITY seamonkey-size "270 MB"> 11 <!ENTITY seamonkey-buildsize "6.1 GB (159 MB installed)"> 12 <!ENTITY seamonkey-time "19 SBU (on a 4-core machine)"> 13 13 ]> 14 14 … … 225 225 ac_add_options --with-system-nspr 226 226 # nss-3.65 broke the build of seamonkey, use the shipped version 227 #ac_add_options --with-system-nss 227 # Fixed with 2.53.8 228 ac_add_options --with-system-nss 228 229 ac_add_options --with-system-webp 229 230 … … 232 233 # libxul.so by a few MB - comment this if you know your machine is not affected. 233 234 ac_add_options --disable-elf-hack 235 236 # Seamonkey has some additional features that are not turned on by default, 237 # such as an IRC client, calendar, and DOM Inspector. The DOM Inspector 238 # aids with designing web pages. Comment these options if you do not 239 # desire these features. 240 ac_add_options --enable-calendar 241 ad_add_options --enable-dominspector 242 ac_add_options --enable-irc 234 243 235 244 # The BLFS editors recommend not changing anything below this line: … … 293 302 </para> 294 303 295 <!-- the RUSTC_BOOTSTRAP items will be fixed in semonkey-2.53.8b1, 296 please also remove the Command Explanation for that. --> 297 <screen><userinput>RUSTC_BOOTSTRAP=encoding_rs,packed_simd \ 298 CC=gcc CXX=g++ make -f client.mk</userinput></screen> 304 <screen><userinput>CC=gcc CXX=g++ ./mach build</userinput></screen> 299 305 300 306 <note> … … 315 321 316 322 317 <screen role="root"><userinput> make -f client.mk install INSTALL_SDK=&&323 <screen role="root"><userinput>./mach install && 318 324 chown -R 0:0 /usr/lib/seamonkey && 319 325 … … 326 332 327 333 <para> 328 <command>RUSTC_BOOTSTRAP=encoding_rs,packed_simd</command>: With 329 <application>rustc-1.52.0</application> crates can no longer set 330 `RUSTC_BOOTSTRAP` themselves because it subverts the stability guarantee 331 of Rust. The crates encoding_rs v0.8.16 and packed_simd v0.3.4 are both 332 affected, setting the environment variable like this allows the package 333 to compile. 334 </para> 335 336 <para> 337 <command>make -f client.mk</command>: Mozilla products are packaged to 338 allow the use of a configuration file which can be used to pass the 339 configuration settings to the <command>configure</command> command. 340 <command>make</command> uses the <filename>client.mk</filename> file to 341 get initial configuration and setup parameters. 334 <command>./mach build</command>: <application>Seamonkey</application> 335 now uses this <application>python</application> script to run the 336 build and install. 342 337 </para> 343 338
Note:
See TracChangeset
for help on using the changeset viewer.