pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update libfixposix to version 0.5.1
Module Name: pkgsrc-wip
Committed By: Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By: nros
Date: Sun Jan 5 13:27:48 2025 +0100
Changeset: 4277b2217b6c05eaa855ecb7ef2befe052b4456a
Modified Files:
libfixposix/Makefile
libfixposix/buildlink3.mk
libfixposix/distinfo
Log Message:
Update libfixposix to version 0.5.1
pkgsrc updates:
Include pthreads buildlink3 in
Makefile and buildlink3.mk since
the packages uses pthreads in source
and pkg-config file.
Don't include gettext-lib buildlink
file in buildlink3.mk since no
installed headers use libintl.h .
Add pkg-config override.
Set USE_CC_FEATURES to the required
C standard.
Changes from git log:
Fix setrlimit so that it allocates and
copies the right number of bytes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4277b2217b6c05eaa855ecb7ef2befe052b4456a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libfixposix/Makefile | 8 ++++++--
libfixposix/buildlink3.mk | 2 +-
libfixposix/distinfo | 6 +++---
3 files changed, 10 insertions(+), 6 deletions(-)
diffs:
diff --git a/libfixposix/Makefile b/libfixposix/Makefile
index 0540bbfaa5..7352ee8813 100644
--- a/libfixposix/Makefile
+++ b/libfixposix/Makefile
@@ -1,9 +1,9 @@
# $NetBSD$
-DISTNAME= libfixposix-0.5.0
+DISTNAME= libfixposix-0.5.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=sionescu/}
-GITHUB_TAG= 040cd8fba91e7bec8a14236db9f318c70f8c5390
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/sionescu/libfixposix/
@@ -14,8 +14,12 @@ USE_TOOLS+= pkg-config autoconf automake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+USE_CC_FEATURES+= c99
+PKGCONFIG_OVERRIDE+= src/libfixposix.pc.in
+
pre-configure:
cd ${WRKSRC} && autoreconf -fiv
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/libfixposix/buildlink3.mk b/libfixposix/buildlink3.mk
index 8d4d4db2ff..b5066f702c 100644
--- a/libfixposix/buildlink3.mk
+++ b/libfixposix/buildlink3.mk
@@ -8,7 +8,7 @@ LIBFIXPOSIX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libfixposix+= libfixposix>=0.4.3
BUILDLINK_PKGSRCDIR.libfixposix?= ../../wip/libfixposix
-.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.endif # LIBFIXPOSIX_BUILDLINK3_MK
BUILDLINK_TREE+= -libfixposix
diff --git a/libfixposix/distinfo b/libfixposix/distinfo
index c612c15d61..fb62007d51 100644
--- a/libfixposix/distinfo
+++ b/libfixposix/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (libfixposix-0.5.0-040cd8fba91e7bec8a14236db9f318c70f8c5390.tar.gz) = 916c687c9fc4e9475f74bdfff8d5f7ae2f682720
-SHA512 (libfixposix-0.5.0-040cd8fba91e7bec8a14236db9f318c70f8c5390.tar.gz) = 73707d4479062155de0b9f1528ea0e9af5a7fbd4877f4da0ea857857a68d29ffbee1f502ebc91fd55090469275acb74530dfc29cb852c75c4bc603ef6ff0c53e
-Size (libfixposix-0.5.0-040cd8fba91e7bec8a14236db9f318c70f8c5390.tar.gz) = 40602 bytes
+BLAKE2s (libfixposix-0.5.1.tar.gz) = dc4862ae508e2285b6c788eb0c36589459011b916d7ccdb12388768f3cc7b1ae
+SHA512 (libfixposix-0.5.1.tar.gz) = 7749f560e779d4dc5712f9871fcca6b6143c482cef90c1785616c2520d75a82b22831ab5e6b76e703dccd1f5344baddf847623ccb91b0552feae6aa7054ac859
+Size (libfixposix-0.5.1.tar.gz) = 41296 bytes
Home |
Main Index |
Thread Index |
Old Index