pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/xxhash
Module Name: pkgsrc
Committed By: nia
Date: Mon May 20 11:45:55 UTC 2024
Modified Files:
pkgsrc/devel/xxhash: Makefile
pkgsrc/devel/xxhash/files: Makefile
Log Message:
xxhash: Substitute PKGVERSION_NOREV in .pc file.
Bump for change to installed .pc file.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/xxhash/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/xxhash/files/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/xxhash/Makefile
diff -u pkgsrc/devel/xxhash/Makefile:1.8 pkgsrc/devel/xxhash/Makefile:1.9
--- pkgsrc/devel/xxhash/Makefile:1.8 Sat Mar 16 10:12:43 2024
+++ pkgsrc/devel/xxhash/Makefile Mon May 20 11:45:55 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/03/16 10:12:43 nia Exp $
+# $NetBSD: Makefile,v 1.9 2024/05/20 11:45:55 nia Exp $
DISTNAME= xxhash-0.8.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Cyan4973/}
GITHUB_PROJECT= xxHash
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
MAKE_ENV+= MANDIR=${PKGMANDIR}
MAKE_ENV+= PKGVERSION_NOREV=${PKGVERSION_NOREV}
+PKGCONFIG_OVERRIDE+= libxxhash.pc.in
+
pre-configure:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
Index: pkgsrc/devel/xxhash/files/Makefile
diff -u pkgsrc/devel/xxhash/files/Makefile:1.2 pkgsrc/devel/xxhash/files/Makefile:1.3
--- pkgsrc/devel/xxhash/files/Makefile:1.2 Sat Mar 16 10:34:29 2024
+++ pkgsrc/devel/xxhash/files/Makefile Mon May 20 11:45:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/03/16 10:34:29 nia Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/20 11:45:55 nia Exp $
LIBTOOL?= libtool
MANDIR?= man
@@ -43,6 +43,7 @@ libxxhash.pc: libxxhash.pc.in
-e "s,@EXECPREFIX@,$(PREFIX)/bin,g" \
-e "s,@INCLUDEDIR@,$(PREFIX)/include,g" \
-e "s,@LIBDIR@,$(PREFIX)/lib,g" \
+ -e "s,@VERSION@,$(PKGVERSION_NOREV),g" \
libxxhash.pc.in > libxxhash.pc
install:
Home |
Main Index |
Thread Index |
Old Index