pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/csharp-xapian



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 24 23:09:48 UTC 2022

Modified Files:
        pkgsrc/textproc/csharp-xapian: Makefile
Removed Files:
        pkgsrc/textproc/csharp-xapian: PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/csharp-xapian/Makefile
cvs rdiff -u -r1.5 -r0 pkgsrc/textproc/csharp-xapian/PLIST

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

Modified files:

Index: pkgsrc/textproc/csharp-xapian/Makefile
diff -u pkgsrc/textproc/csharp-xapian/Makefile:1.26 pkgsrc/textproc/csharp-xapian/Makefile:1.27
--- pkgsrc/textproc/csharp-xapian/Makefile:1.26 Wed Nov 23 16:21:11 2022
+++ pkgsrc/textproc/csharp-xapian/Makefile      Sat Dec 24 23:09:48 2022
@@ -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
@@ -7,6 +7,11 @@ HOMEPAGE=              https://xapian.org/docs/bindi
 
 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"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index