head 1.3; access; symbols pkgsrc-2022Q3:1.2.0.34 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.32 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.30 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.28 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.26 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.24 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.22 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.20 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.18 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.16 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.12 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.14 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.10 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.8 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.26 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.24 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.22 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.20 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.16 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.14 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.12 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.10 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.8 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.6 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2022.11.18.10.24.10; author jperkin; state dead; branches; next 1.2; commitid 9Z1lBVeaqckNCa2E; 1.2 date 2018.08.16.11.49.13; author he; state Exp; branches; next 1.1; commitid PBgON4QIflBc5lOA; 1.1 date 2015.07.12.00.37.47; author wiz; state Exp; branches; next ; commitid PuqSJLTbgWc1JVsy; desc @@ 1.3 log @webkit24-gtk*: Remove. Obsolete versions of webkit-gtk that no longer have any consumers and have not been updated for over 6 years. @ text @$NetBSD: patch-configure,v 1.2 2018/08/16 11:49:13 he Exp $ Adapt to 64-bit off_t. Workaround HP/UX 9 which writes to sscanf strings... Skip test for shm_open on OpenBSD and NetBSD. Don't have -latomic on NetBSD. --- configure.orig 2015-05-20 09:29:21.000000000 +0000 +++ configure @@@@ -4729,7 +4729,7 @@@@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4775,7 +4775,7 @@@@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4799,7 +4799,7 @@@@ rm -f core conftest.err conftest.$ac_obj We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4844,7 +4844,7 @@@@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4868,7 +4868,7 @@@@ rm -f core conftest.err conftest.$ac_obj We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -17991,10 +17991,13 @@@@ int main () { unsigned int major, minor, micro; + char *tmp_version; fclose (fopen ("conf.glibtest", "w")); - if (sscanf("$min_glib_version", "%u.%u.%u", &major, &minor, µ) != 3) { + /* HP/UX 9 (%@@#!) writes to sscanf strings */ + tmp_version = g_strdup("$min_glib_version"); + if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } @@@@ -21890,7 +21893,7 @@@@ fi # On some Linux/Unix platforms, shm_* may only be available if linking against librt - if test "$os_win32" = "no"; then + if test "$os_win32" = "no" && test "$os_openbsd" = "no" && test "$os_netbsd" = "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing shm_open" >&5 $as_echo_n "checking for library containing shm_open... " >&6; } if ${ac_cv_search_shm_open+:} false; then : @@@@ -22685,9 +22688,12 @@@@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test "`uname -s`" != "NetBSD"; then +# no -latomic on NetBSD if test "$has_atomic" = "no"; then LIBS="$LIBS -latomic" fi +fi # Configuration flags that are used throughout WebKitGTK+. @ 1.2 log @Adjust configuration so that it builds on NetBSD/macppc as well. We need to avoid the JIT javascript code, due to missing support, and also the YARR_JIT code. Remove special-casing of NetBSD/sparc*, it should still build (untested). Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2015/07/12 00:37:47 wiz Exp $ @ 1.1 log @Re-import webkit-gtk as webkit24-gtk-2.4.9nb1 as www/webkit24-gtk to make space for the next major version. WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK2+ port of the engine of the 2.4 series. @ text @d1 6 a6 1 $NetBSD: patch-configure,v 1.8 2015/05/28 05:30:51 wiz Exp $ d10 1 a10 1 @@@@ -4709,7 +4709,7 @@@@ else d19 1 a19 1 @@@@ -4755,7 +4755,7 @@@@ else d28 1 a28 1 @@@@ -4779,7 +4779,7 @@@@ rm -f core conftest.err conftest.$ac_obj d37 1 a37 1 @@@@ -4824,7 +4824,7 @@@@ else d46 1 a46 1 @@@@ -4848,7 +4848,7 @@@@ rm -f core conftest.err conftest.$ac_obj d55 1 a55 1 @@@@ -17318,10 +17318,13 @@@@ int d70 1 a70 1 @@@@ -21217,7 +21220,7 @@@@ fi d79 13 @