pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-posix
Module Name: pkgsrc
Committed By: maya
Date: Tue Nov 20 17:30:47 UTC 2018
Modified Files:
pkgsrc/devel/lua-posix: Makefile
Log Message:
lua-posix: missing and wrong dependencies, missing packages
>From Edgar Fuß in PR pkg/53600.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/lua-posix/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-posix/Makefile
diff -u pkgsrc/devel/lua-posix/Makefile:1.15 pkgsrc/devel/lua-posix/Makefile:1.16
--- pkgsrc/devel/lua-posix/Makefile:1.15 Mon Mar 5 12:46:02 2018
+++ pkgsrc/devel/lua-posix/Makefile Tue Nov 20 17:30:47 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2018/03/05 12:46:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2018/11/20 17:30:47 maya Exp $
DISTNAME= luaposix-34.0.4
PKGNAME= ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=luaposix/}
GITHUB_PROJECT= luaposix
@@ -18,8 +19,10 @@ INSTALLATION_DIRS+= ${LUA_LDIR} ${LUA_CD
.include "../../lang/lua/luaversion.mk"
+DEPENDS+= ${LUA_PKGPREFIX}-std-normalize-[0-9]*:../../devel/lua-std-normalize
+DEPENDS+= ${LUA_PKGPREFIX}-std-_debug-[0-9]*:../../devel/lua-std-_debug
.if ${LUA_PKGPREFIX} == "lua51"
-DEPENDS+= lua51-BitOp-[0-9]*:../../devel/lua-BitOp
+DEPENDS+= lua51-bitlib-[0-9]*:../../devel/lua-bitlib
.endif
LIBFLAG+= ${LDFLAGS} -shared -fPIC
Home |
Main Index |
Thread Index |
Old Index