pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/arcticfox



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  2 05:58:53 UTC 2024

Modified Files:
        pkgsrc/www/arcticfox: Makefile

Log Message:
arcticfox: Similarly to Pale Moon, avoid system cairo to avoid bugs


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/arcticfox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/arcticfox/Makefile
diff -u pkgsrc/www/arcticfox/Makefile:1.49 pkgsrc/www/arcticfox/Makefile:1.50
--- pkgsrc/www/arcticfox/Makefile:1.49  Sun Jul 28 18:50:33 2024
+++ pkgsrc/www/arcticfox/Makefile       Mon Sep  2 05:58:53 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2024/07/28 18:50:33 nia Exp $
+# $NetBSD: Makefile,v 1.50 2024/09/02 05:58:53 nia Exp $
 
 DISTNAME=      arcticfox-44.0
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rmottola/}
 GITHUB_PROJECT=        Arctic-Fox
@@ -70,7 +71,6 @@ CONFIGURE_ARGS+=      --with-system-libevent=
 #CONFIGURE_ARGS+=      --with-system-nss
 #CONFIGURE_ARGS+=      --with-system-nspr
 CONFIGURE_ARGS+=       --with-system-zlib
-CONFIGURE_ARGS+=       --enable-system-cairo
 CONFIGURE_ARGS+=       --enable-system-hunspell
 CONFIGURE_ARGS+=       --enable-system-ffi
 CONFIGURE_ARGS+=       --enable-system-pixman
@@ -152,7 +152,6 @@ post-install:
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=1.1
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index