pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-cqueues
Module Name: pkgsrc
Committed By: alnsn
Date: Thu Aug 29 20:16:49 UTC 2019
Modified Files:
pkgsrc/devel/lua-cqueues: Makefile
Log Message:
Fix build on macOS. Bump PKGREVISION.
Patch from clement bouvier via pkg/54505, many thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lua-cqueues/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/lua-cqueues/Makefile
diff -u pkgsrc/devel/lua-cqueues/Makefile:1.1.1.1 pkgsrc/devel/lua-cqueues/Makefile:1.2
--- pkgsrc/devel/lua-cqueues/Makefile:1.1.1.1 Sat Jan 26 00:57:56 2019
+++ pkgsrc/devel/lua-cqueues/Makefile Thu Aug 29 20:16:49 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2019/01/26 00:57:56 alnsn Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/29 20:16:49 alnsn Exp $
DISTNAME= cqueues-20171014
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://25thandclement.com/~william/projects/releases/
EXTRACT_SUFX= .tgz
@@ -12,7 +13,7 @@ COMMENT= Stackable Continuation Queues f
LICENSE= mit
USE_LANGUAGES= c
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake m4
MAKE_ENV+= prefix=${PREFIX}
@@ -20,4 +21,5 @@ BUILD_TARGET= all${_LUA_DOT_VERSION}
INSTALL_TARGET= install${_LUA_DOT_VERSION}
.include "../../lang/lua/module.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index