pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libthreadar



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun 22 18:25:41 UTC 2024

Modified Files:
        pkgsrc/devel/libthreadar: distinfo
Added Files:
        pkgsrc/devel/libthreadar/patches: patch-src_libthreadar.pc.tmpl.in

Log Message:
libthreadar: avoid CXXFLAGS in pkgconfig file as these might end up in CFLAGS which triggers an error


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libthreadar/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/libthreadar/patches/patch-src_libthreadar.pc.tmpl.in

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

Modified files:

Index: pkgsrc/devel/libthreadar/distinfo
diff -u pkgsrc/devel/libthreadar/distinfo:1.1 pkgsrc/devel/libthreadar/distinfo:1.2
--- pkgsrc/devel/libthreadar/distinfo:1.1       Mon Oct  3 13:47:20 2022
+++ pkgsrc/devel/libthreadar/distinfo   Sat Jun 22 18:25:41 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2022/10/03 13:47:20 nros Exp $
+$NetBSD: distinfo,v 1.2 2024/06/22 18:25:41 adam Exp $
 
 BLAKE2s (libthreadar-1.4.0.tar.gz) = d65d0f493e5b3d627cef4e6762b04b36ef1d60222b11f011e90b50a7bcf3b53f
 SHA512 (libthreadar-1.4.0.tar.gz) = 3665817cf6327d4d24792d8cc2bd0a458bda1651b471e3440c1f63c22f397cfb4c8d81482f937e13f67f5ff1414662b1f69d9c311362a0a7a9249e8bc0236751
 Size (libthreadar-1.4.0.tar.gz) = 445672 bytes
 SHA1 (patch-Makefile.in) = 7c4ddba061da7bfd8dcef93531d5b30124e9b5a6
+SHA1 (patch-src_libthreadar.pc.tmpl.in) = f9f4773a76bbaf46060f567995f79e1fbc96d5a1

Added files:

Index: pkgsrc/devel/libthreadar/patches/patch-src_libthreadar.pc.tmpl.in
diff -u /dev/null pkgsrc/devel/libthreadar/patches/patch-src_libthreadar.pc.tmpl.in:1.1
--- /dev/null   Sat Jun 22 18:25:41 2024
+++ pkgsrc/devel/libthreadar/patches/patch-src_libthreadar.pc.tmpl.in   Sat Jun 22 18:25:41 2024
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_libthreadar.pc.tmpl.in,v 1.1 2024/06/22 18:25:41 adam Exp $
+
+CXXFLAGS must not be used in CFLAGS.
+
+--- src/libthreadar.pc.tmpl.in.orig    2024-06-22 15:04:53.912334782 +0000
++++ src/libthreadar.pc.tmpl.in
+@@ -8,4 +8,4 @@ Description: C++ classes to work with th
+ Requires:
+ Version: #LIBTHREADAR_VERSION#
+ Libs: -L${libdir} -lthreadar @LIBS@
+-Cflags: -I${includedir} @cxxstdflags@
++Cflags: -I${includedir}



Home | Main Index | Thread Index | Old Index