Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 21:10:01 GMT
From:      Uffe Jakobsen <uffe@uffe.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/174742: mail/mailfront: patch update to mailfront-1.21
Message-ID:  <201212272110.qBRLA1Es049380@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174742; it has been noted by GNATS.

From: Uffe Jakobsen <uffe@uffe.org>
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--
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212272110.qBRLA1Es049380>