pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libnjs
Module Name: pkgsrc
Committed By: osa
Date: Sun Sep 22 03:02:36 UTC 2024
Modified Files:
pkgsrc/devel/libnjs: Makefile distinfo
pkgsrc/devel/libnjs/patches: patch-src_njs.pc.in
Log Message:
devel/libnjs: fix prefix path in the pkgconfig file
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libnjs/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libnjs/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libnjs/patches/patch-src_njs.pc.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/libnjs/Makefile
diff -u pkgsrc/devel/libnjs/Makefile:1.10 pkgsrc/devel/libnjs/Makefile:1.11
--- pkgsrc/devel/libnjs/Makefile:1.10 Thu Jun 27 16:03:24 2024
+++ pkgsrc/devel/libnjs/Makefile Sun Sep 22 03:02:36 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/06/27 16:03:24 osa Exp $
+# $NetBSD: Makefile,v 1.11 2024/09/22 03:02:36 osa Exp $
DISTNAME= njs-0.8.5
+PKGREVISION= 1
PKGNAME= lib${DISTNAME}
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_GITHUB:=nginx/}
@@ -19,7 +20,7 @@ INSTALLATION_DIRS= include lib/pkgconfig
SUBST_CLASSES+= fix-pc
SUBST_STAGE.fix-pc= pre-configure
SUBST_MESSAGE.fix-pc= Fix NJS pkg-config
-SUBST_FILES.fix-pc= auto/make
+SUBST_FILES.fix-pc= src/njs.pc.in
SUBST_NOOP_OK.fix-pc= yes
SUBST_SED.fix-pc= -e 's|%%LOCALBASE%%|${LOCALBASE}|'
Index: pkgsrc/devel/libnjs/distinfo
diff -u pkgsrc/devel/libnjs/distinfo:1.7 pkgsrc/devel/libnjs/distinfo:1.8
--- pkgsrc/devel/libnjs/distinfo:1.7 Thu Jun 27 16:03:24 2024
+++ pkgsrc/devel/libnjs/distinfo Sun Sep 22 03:02:36 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2024/06/27 16:03:24 osa Exp $
+$NetBSD: distinfo,v 1.8 2024/09/22 03:02:36 osa Exp $
BLAKE2s (njs-0.8.5.tar.gz) = d7087ba9174f8acc5fc8ac21a7eca77549d170adc6b7ff711ed9e0610edaadbe
SHA512 (njs-0.8.5.tar.gz) = 09fb37d609f5cb97b0af5eb097a017233af2eacb2d38071346b49f5e03b5e37280eebb360fc824acba0c600c44d234e2d11fa55f4bc913319491d7789a94171c
Size (njs-0.8.5.tar.gz) = 844437 bytes
-SHA1 (patch-src_njs.pc.in) = 163acd71272008f70e95e759eb3c1539ccaabb06
+SHA1 (patch-src_njs.pc.in) = 24a1a073fd5308d4e80395c93e446c86e6e69983
Index: pkgsrc/devel/libnjs/patches/patch-src_njs.pc.in
diff -u pkgsrc/devel/libnjs/patches/patch-src_njs.pc.in:1.1 pkgsrc/devel/libnjs/patches/patch-src_njs.pc.in:1.2
--- pkgsrc/devel/libnjs/patches/patch-src_njs.pc.in:1.1 Thu Jul 20 15:02:51 2023
+++ pkgsrc/devel/libnjs/patches/patch-src_njs.pc.in Sun Sep 22 03:02:36 2024
@@ -1,12 +1,13 @@
-$NetBSD: patch-src_njs.pc.in,v 1.1 2023/07/20 15:02:51 osa Exp $
+$NetBSD: patch-src_njs.pc.in,v 1.2 2024/09/22 03:02:36 osa Exp $
Fix NJS' pkg-config file.
---- src/njs.pc.in.orig 2023-07-11 23:13:20 UTC
+--- src/njs.pc.in.orig 2024-06-25 17:40:20.000000000 +0000
+++ src/njs.pc.in
@@ -1,8 +1,8 @@
- prefix=@PREFIX@
+-prefix=@PREFIX@
-libdir=@LIBDIR@
++prefix=%%LOCALBASE%%
+libdir=${prefix}/lib
Name: njs
Home |
Main Index |
Thread Index |
Old Index