Date: Fri, 3 Jul 2009 04:06:01 GMT From: Andrew Lewis <dru@silenceisdefeat.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136264: Update port: devel/lua50-compat51 - Header files not installed Message-ID: <200907030406.n63461SW098511@www.freebsd.org> Resent-Message-ID: <200907030410.n634A6CL084418@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907030406.n63461SW098511>