pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/hexchat
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 13 15:35:18 UTC 2022
Modified Files:
pkgsrc/chat/hexchat: distinfo options.mk
Removed Files:
pkgsrc/chat/hexchat/patches: patch-plugins_sysinfo_unix_parse.c
patch-plugins_sysinfo_unix_pci.c patch-plugins_sysinfo_unix_pci.h
Log Message:
hexchat: adapt libpci option for pciutils 3.8.0
default-off, so no PKGREVISION bump
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/hexchat/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/hexchat/options.mk
cvs rdiff -u -r1.2 -r0 \
pkgsrc/chat/hexchat/patches/patch-plugins_sysinfo_unix_parse.c
cvs rdiff -u -r1.1 -r0 \
pkgsrc/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.c \
pkgsrc/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/hexchat/distinfo
diff -u pkgsrc/chat/hexchat/distinfo:1.16 pkgsrc/chat/hexchat/distinfo:1.17
--- pkgsrc/chat/hexchat/distinfo:1.16 Fri Mar 4 07:48:16 2022
+++ pkgsrc/chat/hexchat/distinfo Fri May 13 15:35:17 2022
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.16 2022/03/04 07:48:16 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/05/13 15:35:17 wiz Exp $
BLAKE2s (hexchat-2.16.1.tar.xz) = c4a0d6d4925f062eb6401c4764c38fdd28b261339de5d915544b424d5f30a286
SHA512 (hexchat-2.16.1.tar.xz) = 9e6baa30ec8c3ce4fb56e2c82625da63295040eaf93a542aec8a4a18a6a3c95d69d1d4ffabc952bcdcd7b754afef234b348f296143991fafd0550342db95ce0e
Size (hexchat-2.16.1.tar.xz) = 1349536 bytes
SHA1 (patch-osx_launcher.sh) = 7493430921809182898aca2ebb8fd1f493dbd9d3
SHA1 (patch-plugins_sysinfo_meson.build) = 35257a24137fe02a1ba292d7da8b627d318de0ab
-SHA1 (patch-plugins_sysinfo_unix_parse.c) = 92b882b7573cfcfc280351353a7bdcb0a7940c06
-SHA1 (patch-plugins_sysinfo_unix_pci.c) = db2d20261419bed6d6c4b716b4416d73b3386053
-SHA1 (patch-plugins_sysinfo_unix_pci.h) = 018b74796143b26d6a1f9ad821f3889b74b09cc8
Index: pkgsrc/chat/hexchat/options.mk
diff -u pkgsrc/chat/hexchat/options.mk:1.11 pkgsrc/chat/hexchat/options.mk:1.12
--- pkgsrc/chat/hexchat/options.mk:1.11 Fri Dec 17 20:09:34 2021
+++ pkgsrc/chat/hexchat/options.mk Fri May 13 15:35:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2021/12/17 20:09:34 maya Exp $
+# $NetBSD: options.mk,v 1.12 2022/05/13 15:35:17 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat
PKG_SUPPORTED_OPTIONS= dbus gtk2 libcanberra libpci
@@ -38,6 +38,7 @@ MESON_ARGS+= -Dlibcanberra=disabled
.endif
.if !empty(PKG_OPTIONS:Mlibpci)
+BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8
.include "../../sysutils/pciutils/buildlink3.mk"
.include "../../sysutils/pciutils/libname.mk"
LIBS+= -l${PCIUTILS_LIBNAME}
Home |
Main Index |
Thread Index |
Old Index