svn commit: r345566 - head/mail/mess822

Bryan Drewery bdrewery at FreeBSD.org
Sat Feb 22 06:10:18 UTC 2014


On 2/21/2014 11:33 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Sat Feb 22 05:33:05 2014
> New Revision: 345566
> URL: http://svnweb.freebsd.org/changeset/ports/345566
> QAT: https://qat.redports.org/buildarchive/r345566/
> 
> Log:
>   - Fix build with clang

More accurately "without gcc"

>   - This does not actually depend on qmail for build
> 
> Modified:
>   head/mail/mess822/Makefile
> 
> Modified: head/mail/mess822/Makefile
> ==============================================================================
> --- head/mail/mess822/Makefile	Sat Feb 22 04:21:21 2014	(r345565)
> +++ head/mail/mess822/Makefile	Sat Feb 22 05:33:05 2014	(r345566)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	mess822
>  PORTVERSION=	0.58
> -PORTREVISION=	1
> +PORTREVISION=	2
>  CATEGORIES=	mail
>  MASTER_SITES=	http://cr.yp.to/software/ \
>  		ftp://ftp.jp.qmail.org/qmail/ \
> @@ -13,7 +13,7 @@ MASTER_SITES=	http://cr.yp.to/software/ 
>  MAINTAINER=	ports at FreeBSD.org
>  COMMENT=	RFC 822 mail message parsing library and rewriting utilities
>  
> -USES=		qmail
> +USES=		qmail:vars
>  
>  ALL_TARGET=	it
>  INSTALL_TARGET=	setup check
> @@ -29,8 +29,9 @@ NO_MTREE=	yes
>  
>  NO_STAGE=	yes
>  post-patch:
> -	@${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc
>  	@${REINPLACE_CMD} -e "s|.var.qmail|${QMAIL_PREFIX}|" ${WRKSRC}/conf-qmail
> +	@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
> +	@${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld
>  	@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
>  
>  .include <bsd.port.mk>
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140222/e5203420/attachment.sig>


More information about the svn-ports-all mailing list