pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/poedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 18 11:03:20 UTC 2025

Modified Files:
        pkgsrc/editors/poedit: Makefile distinfo
Added Files:
        pkgsrc/editors/poedit/patches: patch-configure

Log Message:
poedit: fix build with latest boost


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/editors/poedit/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/poedit/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/poedit/patches/patch-configure

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

Modified files:

Index: pkgsrc/editors/poedit/Makefile
diff -u pkgsrc/editors/poedit/Makefile:1.134 pkgsrc/editors/poedit/Makefile:1.135
--- pkgsrc/editors/poedit/Makefile:1.134        Sat Sep 27 09:57:16 2025
+++ pkgsrc/editors/poedit/Makefile      Sat Oct 18 11:03:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2025/09/27 09:57:16 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2025/10/18 11:03:19 wiz Exp $
 
 VERSION=       2.3
 DISTNAME=      poedit-${VERSION}
@@ -20,6 +20,7 @@ USE_TOOLS+=           gmake pkg-config zip:run
 GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS+=               --with-boost=${BUILDLINK_PREFIX.boost-libs}
+CONFIGURE_ARGS+=               ax_cv_boost_system=yes
 GNU_CONFIGURE_WX_VERSION=      no
 
 CXXFLAGS+=             -fpermissive

Index: pkgsrc/editors/poedit/distinfo
diff -u pkgsrc/editors/poedit/distinfo:1.16 pkgsrc/editors/poedit/distinfo:1.17
--- pkgsrc/editors/poedit/distinfo:1.16 Tue Oct 26 10:21:38 2021
+++ pkgsrc/editors/poedit/distinfo      Sat Oct 18 11:03:19 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:21:38 nia Exp $
+$NetBSD: distinfo,v 1.17 2025/10/18 11:03:19 wiz Exp $
 
 BLAKE2s (poedit-2.3.tar.gz) = d50f984fc97e1a8f02977e07bae88fa1ae5ed1353eb3ce1a08304344bea2f91d
 SHA512 (poedit-2.3.tar.gz) = 04cfde864f273da0ce757f2c1593fd34651fc1e2677d4c45e0be001b54698855f4247c7a67dd73b0350b0fdad80056a490d3208e801f1f771040f44c6e2914ef
 Size (poedit-2.3.tar.gz) = 2884654 bytes
+SHA1 (patch-configure) = 97442700167c04c8abc3f3c02b6d62b8c72d8d2b

Added files:

Index: pkgsrc/editors/poedit/patches/patch-configure
diff -u /dev/null pkgsrc/editors/poedit/patches/patch-configure:1.1
--- /dev/null   Sat Oct 18 11:03:20 2025
+++ pkgsrc/editors/poedit/patches/patch-configure       Sat Oct 18 11:03:19 2025
@@ -0,0 +1,19 @@
+$NetBSD: patch-configure,v 1.1 2025/10/18 11:03:19 wiz Exp $
+
+boost 1.89 made system header-only.
+
+--- configure.orig     2025-10-18 11:01:40.818530460 +0000
++++ configure
+@@ -6345,12 +6345,6 @@ fi
+                   done
+ 
+             fi
+-            if test "x$ax_lib" = "x"; then
+-                as_fn_error $? "Could not find a version of the library!" "$LINENO" 5
+-            fi
+-                      if test "x$link_system" = "xno"; then
+-                              as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5
+-                      fi
+               fi
+ 
+               CPPFLAGS="$CPPFLAGS_SAVED"



Home | Main Index | Thread Index | Old Index