FreeBSD Bugzilla – Attachment 73357 Details for
Bug 106347
Maintainer update of devel/lua50-pty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lua-pty.diff
lua-pty.diff (text/plain), 3.37 KB, created by
Andrew Turner
on 2006-12-04 21:00:24 UTC
(
hide
)
Description:
lua-pty.diff
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2006-12-04 21:00:24 UTC
Size:
3.37 KB
patch
obsolete
>Index: Mk/bsd.lua.mk >=================================================================== >RCS file: /cvsroot/ports/Mk/bsd.lua.mk,v >retrieving revision 1.5 >diff -u -r1.5 bsd.lua.mk >--- Mk/bsd.lua.mk 30 Nov 2006 21:51:05 -0000 1.5 >+++ Mk/bsd.lua.mk 1 Dec 2006 08:58:15 -0000 >@@ -165,6 +165,7 @@ > _LUA_PORT_filename_5.1= devel/lua-filename > _LUA_PORT_gettext_5.1= devel/lua-gettext > _LUA_PORT_posix_5.1= devel/lua-posix >+_LUA_PORT_pty_5.1= devel/lua-pty > > .for comp in ${_LUA_COMPS_ALL} > _LUA_COMP= ${comp} >Index: devel/lua-pty/Makefile >=================================================================== >RCS file: /cvsroot/ports/devel/lua50-pty/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- devel/lua-pty/Makefile 18 Sep 2006 02:49:18 -0000 1.6 >+++ devel/lua-pty/Makefile 1 Dec 2006 09:08:42 -0000 >@@ -14,15 +14,16 @@ > DISTFILES= pty.lua?rev=1.2 pty.c?rev=1.25 > > MAINTAINER= andrew+ports@fubar.geek.nz >-COMMENT= Pty (pseudo-terminal) bindings for Lua 5.0.x >+COMMENT= Pty (pseudo-terminal) bindings for Lua 5 > >-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract >- >-USE_LUA= 5.0 >-LUA_COMPS= lua compat51 >+USE_LUA?= 5.1 > >+.if ${USE_LUA} == 5.0 >+LUA_COMPS= compat51 lua >+BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract > COMPAT_SRC= `(cd ${PORTSDIR}/devel/lua50-compat51 && ${MAKE} -V WRKSRC)` > MAKE_ENV= COMPATDIR="${COMPAT_SRC}" >+.endif > > PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \ > %%LUA_MODLIBDIR%%/lpty.so >Index: devel/lua-pty/files/Makefile >=================================================================== >RCS file: /cvsroot/ports/devel/lua50-pty/files/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- devel/lua-pty/files/Makefile 15 Sep 2006 08:17:07 -0000 1.3 >+++ devel/lua-pty/files/Makefile 16 Sep 2006 10:47:20 -0000 >@@ -3,7 +3,10 @@ > SHLIB= pty > SHLIB_NAME= lpty.so > >-SRCS= pty.c ${COMPATDIR}/compat-5.1.c >+SRCS= pty.c >+.if defined(COMPATDIR) >+SRCS+= ${COMPATDIR}/compat-5.1.c >+.endif > > CFLAGS+= -I${LUA_INCDIR} > LDFLAGS+= -L/usr/lib -lutil >Index: devel/lua50-pty/Makefile >=================================================================== >RCS file: /cvsroot/ports/devel/lua50-pty/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- devel/lua50-pty/Makefile 18 Sep 2006 02:49:18 -0000 1.6 >+++ devel/lua50-pty/Makefile 1 Dec 2006 09:14:28 -0000 >@@ -5,37 +5,8 @@ > # $FreeBSD: ports/devel/lua50-pty/Makefile,v 1.6 2006/09/18 02:49:18 linimon Exp $ > # > >-PORTNAME= pty >-PORTVERSION= 1.25 >-CATEGORIES= devel >-MASTER_SITES= ${MASTER_SITE_LOCAL} >-MASTER_SITE_SUBDIR= philip >-PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} >-DISTFILES= pty.lua?rev=1.2 pty.c?rev=1.25 >- >-MAINTAINER= andrew+ports@fubar.geek.nz >-COMMENT= Pty (pseudo-terminal) bindings for Lua 5.0.x >- >-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract >- > USE_LUA= 5.0 >-LUA_COMPS= lua compat51 >- >-COMPAT_SRC= `(cd ${PORTSDIR}/devel/lua50-compat51 && ${MAKE} -V WRKSRC)` >-MAKE_ENV= COMPATDIR="${COMPAT_SRC}" >- >-PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \ >- %%LUA_MODLIBDIR%%/lpty.so >- >-do-extract: >- @${MKDIR} ${WRKSRC} >-.for file in ${DISTFILES} >- @${CP} ${DISTDIR}/${file} ${WRKSRC}/${file:C/\?.*$//} >-.endfor >- @${CP} ${FILESDIR}/Makefile ${WRKSRC} > >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/lpty.so ${LUA_MODLIBDIR} >- ${INSTALL_DATA} ${WRKSRC}/pty.lua ${LUA_MODSHAREDIR} >+MASTERDIR= ${.CURDIR}/../lua-pty > >-.include <bsd.port.mk> >+.include "${MASTERDIR}/Makefile"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 106347
: 73357 |
73358