pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/www/palemoon
Hello Martin,
Martin Husemann writes:
> Module Name: pkgsrc
> Committed By: martin
> Date: Sun Dec 14 18:05:18 UTC 2025
>
> Modified Files:
> pkgsrc/www/palemoon: Makefile distinfo
> Added Files:
> pkgsrc/www/palemoon/patches:
> patch-platform_layout_base_FrameProperties.h
>
> Log Message:
> Fix a crash on big endian 32bit platforms
> [...]
> --- pkgsrc/www/palemoon/Makefile:1.43 Thu Oct 23 20:39:49 2025
> +++ pkgsrc/www/palemoon/Makefile Sun Dec 14 18:05:18 2025
> @@ -1,9 +1,9 @@
> -# $NetBSD: Makefile,v 1.43 2025/10/23 20:39:49 wiz Exp $
> +# $NetBSD: Makefile,v 1.44 2025/12/14 18:05:18 martin Exp $
> # for build instructions see
> # https://developer.palemoon.org/build/linux/
>
> PKGNAME= palemoon-33.9.1
> -PKGREVISION= 1
> +PKGREVISION= 2
> CATEGORIES= www
>
> DIST_SUBDIR= palemoon-${PKGVERSION_NOREV}
> @@ -62,7 +62,10 @@ CONFIGURE_ARGS+= --enable-jxl
> CONFIGURE_ARGS+= --disable-webrtc
> CONFIGURE_ARGS+= --disable-gamepad
> CONFIGURE_ARGS+= --disable-tests
> -CONFIGURE_ARGS+= --disable-debug
> +#CONFIGURE_ARGS+= --disable-debug
> +CONFIGURE_ARGS+= --enable-debug-symbols
> +CONFIGURE_ARGS+= --enable-optimize=-O2
> +CONFIGURE_ARGS+= --disable-install-strip
> CONFIGURE_ARGS+= --disable-necko-wifi
> CONFIGURE_ARGS+= --disable-updater
> CONFIGURE_ARGS+= --with-pthreads
> [...]
Are these CONFIGURE_ARGS changes intended? (sounds like debug left-over
and probably worth to add them as a possible "debug" option though!)
Thank you!
Home |
Main Index |
Thread Index |
Old Index