Sat Dec 24 23:09:48 2022 UTC ()
csharp-xapian: give up on fixed PLIST

The name of the library contains a checksum and it's not stable.
Just generate the PLIST dynamically to fix packaging this.


(wiz)
diff -r1.26 -r1.27 pkgsrc/textproc/csharp-xapian/Makefile
diff -r1.5 -r0 pkgsrc/textproc/csharp-xapian/PLIST

cvs diff -r1.26 -r1.27 pkgsrc/textproc/csharp-xapian/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/csharp-xapian/Makefile 2022/11/23 16:21:11 1.26
+++ pkgsrc/textproc/csharp-xapian/Makefile 2022/12/24 23:09:48 1.27
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2022/11/23 16:21:11 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/12/24 23:09:48 wiz Exp $
 
 PKGNAME=		csharp-${PKGNAME_MODULE}
 PKGREVISION=		2
@@ -6,6 +6,11 @@
 HOMEPAGE=		https://xapian.org/docs/bindings/csharp/
 
 CONFIGURE_ARGS+=	--with-csharp
+
+GENERATE_PLIST+=	\
+	cd ${DESTDIR:Q}${PREFIX:Q} && \
+		${FIND} * \( -type f -o -type l \) | ${SORT};
+PLIST_SRC=		# none
 
 .include "../../lang/mono/buildlink3.mk"
 .include "../../textproc/xapian/module.mk"

File Deleted: pkgsrc/textproc/csharp-xapian/Attic/PLIST