pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/lua-posix lua-posix: missing and wrong dependenc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c54914ee83c
branches:  trunk
changeset: 315280:7c54914ee83c
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Nov 20 17:30:47 2018 +0000

description:
lua-posix: missing and wrong dependencies, missing packages

>From Edgar Fu? in PR pkg/53600.
Bump PKGREVISION.

diffstat:

 devel/lua-posix/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 9cee3ea11e34 -r 7c54914ee83c devel/lua-posix/Makefile
--- a/devel/lua-posix/Makefile  Tue Nov 20 17:29:24 2018 +0000
+++ b/devel/lua-posix/Makefile  Tue Nov 20 17:30:47 2018 +0000
@@ -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 @@
 
 .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