From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 3 04:10:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6DAA1065674 for ; Fri, 3 Jul 2009 04:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 86E2F8FC14 for ; Fri, 3 Jul 2009 04:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n634A6Hd084424 for ; Fri, 3 Jul 2009 04:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n634A6CL084418; Fri, 3 Jul 2009 04:10:06 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jul 2009 04:10:06 GMT Resent-Message-Id: <200907030410.n634A6CL084418@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B14711065674 for ; Fri, 3 Jul 2009 04:06:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5B38FC08 for ; Fri, 3 Jul 2009 04:06:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n63461qh098522 for ; Fri, 3 Jul 2009 04:06:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n63461SW098511; Fri, 3 Jul 2009 04:06:01 GMT (envelope-from nobody) Message-Id: <200907030406.n63461SW098511@www.freebsd.org> Date: Fri, 3 Jul 2009 04:06:01 GMT From: Andrew Lewis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136264: Update port: devel/lua50-compat51 - Header files not installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 04:10:07 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: