pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/libwebsockets
Module Name: pkgsrc
Committed By: nros
Date: Fri Oct 18 18:41:09 UTC 2024
Modified Files:
pkgsrc/www/libwebsockets: Makefile
Log Message:
libwebsockets: Bump pkgrevision due to changes in build files, remove bl transform
Bump pkgrevision to to changes in the installed cmake files.
The buildlink transform changing libdl can be removed now when
cmake handles libdl correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/libwebsockets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/libwebsockets/Makefile
diff -u pkgsrc/www/libwebsockets/Makefile:1.8 pkgsrc/www/libwebsockets/Makefile:1.9
--- pkgsrc/www/libwebsockets/Makefile:1.8 Mon Oct 14 17:22:54 2024
+++ pkgsrc/www/libwebsockets/Makefile Fri Oct 18 18:41:09 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/10/14 17:22:54 nros Exp $
+# $NetBSD: Makefile,v 1.9 2024/10/18 18:41:09 nros Exp $
DISTNAME= libwebsockets-4.3.3
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=warmcat/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -35,5 +36,4 @@ PKGCONFIG_OVERRIDE+= libwebsockets_stat
.include "../../devel/libuv/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
-BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index