ports/136264: Update port: devel/lua50-compat51 - Header files not installed

Andrew Lewis dru at silenceisdefeat.net
Fri Jul 3 04:10:07 UTC 2009


>Number:         136264
>Category:       ports
>Synopsis:       Update port: devel/lua50-compat51 - Header files not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 03 04:10:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Lewis
>Release:        7.1-RELEASE-p6
>Organization:
Private
>Environment:
FreeBSD foo.bar 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #4: Wed Jun 24 14:25:56 UTC 2009     toor at foo.bar:/usr/obj/usr/src/sys/ADAMANTIUM71  i386
>Description:
devel/lua50-compat51 doesn't install compat-5.1.h - which may be needed to build certain software
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig       2009-07-03 02:35:25.000000000 +0000
+++ Makefile    2009-07-03 03:19:34.000000000 +0000
@@ -19,7 +19,8 @@

 MAKE_ENV=      CVER="${CVER}"
 PLIST_FILES=   %%LUA_MODSHAREDIR%%/compat-${CVER}.lua \
-               %%LUA_MODLIBDIR%%/lcompat-${CVER}.so
+               %%LUA_MODLIBDIR%%/lcompat-${CVER}.so \
+               %%LUA_INCDIR%%/compat-${CVER}.h

 # Update these values when there is a new release.
 CVER=          5.1
@@ -31,5 +32,6 @@
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/compat-${CVER}.lua ${LUA_MODSHAREDIR}
        ${INSTALL_PROGRAM} ${WRKSRC}/lcompat-${CVER}.so ${LUA_MODLIBDIR}
+       ${INSTALL_DATA} ${WRKSRC}/compat-${CVER}.h ${LUA_INCDIR}

 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list