From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 27 21:10:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DD8351F for ; Thu, 27 Dec 2012 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 25E718FC12 for ; Thu, 27 Dec 2012 21:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBRLA1mr049381 for ; Thu, 27 Dec 2012 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBRLA1Es049380; Thu, 27 Dec 2012 21:10:01 GMT (envelope-from gnats) Date: Thu, 27 Dec 2012 21:10:01 GMT Message-Id: <201212272110.qBRLA1Es049380@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Uffe Jakobsen Subject: Re: ports/174742: mail/mailfront: patch update to mailfront-1.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Uffe Jakobsen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2012 21:10:01 -0000 The following reply was made to PR ports/174742; it has been noted by GNATS. From: Uffe Jakobsen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/174742: mail/mailfront: patch update to mailfront-1.21 Date: Thu, 27 Dec 2012 21:59:05 +0100 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_asus-u32u-1356641945-0000 Content-Type: text/plain; format=flowed; delsp=yes; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Wrong patch - the attached patch has proper lua plugin support. /Uffe --=_asus-u32u-1356641945-0000 Content-Disposition: attachment; FILENAME="freebsd-ports-mail-mailfront-1.21_1.patch" Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== --- Makefile (revision 309548) +++ Makefile (working copy) @@ -6,7 +6,8 @@ # PORTNAME= mailfront -PORTVERSION= 1.18 +PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ http://untroubled.org/${PORTNAME}/archive/ @@ -16,11 +17,14 @@ LIB_DEPENDS= cvm-v2client.2:${PORTSDIR}/security/cvm +ALL_TARGET= all lua + +USE_LUA=yes WANT_QMAIL= yes QMAIL_PREFIX?= /var/qmail -CFLAGS+= -I${CVM_INC} -CFLAGS_SO= ${CFLAGS} -fPIC -shared -L${CVM_LIB} -LDFLAGS+= -g -L${CVM_LIB} -rdynamic +CFLAGS+= -I${CVM_INC} -I${LUA_INCDIR} +CFLAGS_SO= ${CFLAGS} -fPIC -shared -L${CVM_LIB} -L${LUA_LIBDIR} +LDFLAGS+= -g -L${CVM_LIB} -L${LUA_LIBDIR} -rdynamic BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs CVM_INC= ${LOCALBASE}/include Index: distinfo =================================================================== --- distinfo (revision 309548) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mailfront-1.18.tar.gz) = 18d2815949f6126fa4b6a2496c07121e13b89db0d0847538c7c6746c6f8db896 -SIZE (mailfront-1.18.tar.gz) = 109988 +SHA256 (mailfront-1.21.tar.gz) = 219dcefafc1a458407ac0605168499f2e3e585cd14b89659809e5bcda2c82825 +SIZE (mailfront-1.21.tar.gz) = 113966 --=_asus-u32u-1356641945-0000--