summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-27 18:53:29 +0000
committerwiz <wiz@pkgsrc.org>2022-07-27 18:53:29 +0000
commitcac9492286ff1f809288d8b87f4c93bc0d7b937d (patch)
treecfb5051857c12842873f4e9034080c1bf6ec6934 /x11
parentcba238770d2310ed0f7bbadb9932e8027d1b20d0 (diff)
downloadpkgsrc-cac9492286ff1f809288d8b87f4c93bc0d7b937d.tar.gz
fox: fix png library name.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/fox/Makefile4
-rw-r--r--x11/fox/distinfo4
-rw-r--r--x11/fox/patches/patch-aa20
3 files changed, 20 insertions, 8 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile
index f604bd5587c..b90b333ea72 100644
--- a/x11/fox/Makefile
+++ b/x11/fox/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/08/17 20:17:49 leot Exp $
+# $NetBSD: Makefile,v 1.62 2022/07/27 18:53:29 wiz Exp $
DISTNAME= fox-1.6.57
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://www.fox-toolkit.org/pub/
diff --git a/x11/fox/distinfo b/x11/fox/distinfo
index 9a34b629f73..ce1cdd8827d 100644
--- a/x11/fox/distinfo
+++ b/x11/fox/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2022/04/25 15:17:21 tnn Exp $
+$NetBSD: distinfo,v 1.27 2022/07/27 18:53:29 wiz Exp $
BLAKE2s (fox-1.6.57.tar.gz) = 6ecaf9f17afdcec1d5e4797d36178600913b217688954bb5f720057e8921b8b9
SHA512 (fox-1.6.57.tar.gz) = e7b91054a9ea674818803415284cb61572935d22466e446cb37ef68344e2684e8acd567f7c8a6912f939dcbcc37455119ad6a01ac30513f460d0b3937b7e6087
Size (fox-1.6.57.tar.gz) = 4284018 bytes
-SHA1 (patch-aa) = 06444b562a32d3471dd8d65f5af2c49e11b3e491
+SHA1 (patch-aa) = bb2702cec4df2a8f173b0ee0ddad6ac38f733eb5
SHA1 (patch-src_FXGUISignal.cpp) = 389f3a8ee75942cb6c52eedd0c9d429db4e521b1
diff --git a/x11/fox/patches/patch-aa b/x11/fox/patches/patch-aa
index 5c5599cc57e..ba1aa8a6247 100644
--- a/x11/fox/patches/patch-aa
+++ b/x11/fox/patches/patch-aa
@@ -1,8 +1,11 @@
-$NetBSD: patch-aa,v 1.9 2015/02/15 14:04:59 ryoon Exp $
+$NetBSD: patch-aa,v 1.10 2022/07/27 18:53:29 wiz Exp $
---- configure.orig 2014-05-14 04:33:43.000000000 +0000
+pthread changes: ?
+Fix png library name.
+
+--- configure.orig 2018-04-04 03:47:18.000000000 +0000
+++ configure
-@@ -17640,7 +17640,7 @@ if ${ac_cv_lib_pthread_pthread_exit+:} f
+@@ -18493,7 +18493,7 @@ if ${ac_cv_lib_pthread_pthread_exit+:} f
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -11,7 +14,7 @@ $NetBSD: patch-aa,v 1.9 2015/02/15 14:04:59 ryoon Exp $
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -17675,7 +17675,7 @@ if test "x$ac_cv_lib_pthread_pthread_exi
+@@ -18528,7 +18528,7 @@ if test "x$ac_cv_lib_pthread_pthread_exi
#define HAVE_LIBPTHREAD 1
_ACEOF
@@ -20,3 +23,12 @@ $NetBSD: patch-aa,v 1.9 2015/02/15 14:04:59 ryoon Exp $
fi
+@@ -18730,7 +18730,7 @@ if test "x$ac_cv_header_png_h" = xyes; t
+ cat >>confdefs.h <<_ACEOF
+ #define HAVE_PNG_H 1
+ _ACEOF
+- CXXFLAGS="${CXXFLAGS} -DHAVE_PNG_H=1"; LIBS="${LIBS} ${LIBPNG:=-lpng}"
++ CXXFLAGS="${CXXFLAGS} -DHAVE_PNG_H=1"; LIBS="${LIBS} ${LIBPNG:=-lpng16}"
+ fi
+
+ done