Date: Sat, 22 Feb 2014 00:10:05 -0600 From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r345566 - head/mail/mess822 Message-ID: <53083F3D.50808@FreeBSD.org> In-Reply-To: <201402220533.s1M5X5bg068903@svn.freebsd.org> References: <201402220533.s1M5X5bg068903@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --XdtqCMVjl770lvxm0TfdDog3qaK8SRx6g Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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/ >=20 > Log: > - Fix build with clang More accurately "without gcc" > - This does not actually depend on qmail for build >=20 > Modified: > head/mail/mess822/Makefile >=20 > Modified: head/mail/mess822/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D mess822 > PORTVERSION=3D 0.58 > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D mail > MASTER_SITES=3D http://cr.yp.to/software/ \ > ftp://ftp.jp.qmail.org/qmail/ \ > @@ -13,7 +13,7 @@ MASTER_SITES=3D http://cr.yp.to/software/=20 > MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D RFC 822 mail message parsing library and rewriting utilitie= s > =20 > -USES=3D qmail > +USES=3D qmail:vars > =20 > ALL_TARGET=3D it > INSTALL_TARGET=3D setup check > @@ -29,8 +29,9 @@ NO_MTREE=3D yes > =20 > NO_STAGE=3D yes > post-patch: > - @${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc > @${REINPLACE_CMD} -e "s|.var.qmail|${QMAIL_PREFIX}|" ${WRKSRC}/conf-q= mail > + @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc > + @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld > @${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home > =20 > .include <bsd.port.mk> >=20 --=20 Regards, Bryan Drewery --XdtqCMVjl770lvxm0TfdDog3qaK8SRx6g Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTCD89AAoJEDXXcbtuRpfP240IAKWpaAvg1itD0bkXFDlb6Ct3 t8D0vIqreVJZKBvdjnLtB1d7PggL0Lu0Qwfcn6uNNXrmkE7V2ReEbyC4fl2jSi2U A33WqYQ5NH8j/D715rz14FxMgcTzR78sIsgPe3xzigFM5SsVBwNtS8tOiYZ9ziwG gIcvqztGIw5CIZ+At5xczYDxCt7EA+DDFn4jx3qGw5Kzkm4Ie4Svx6iIo7gn2iAy Sm86PAFVywfwvUMaUZuczZuVv+0mx2z1ZId01O4y75YGk3PBNfu+7NuxCSgpC2jW kqp/4HZzfJm0IejlcXG7Qsak3PuH4xHOBDUU3/fPnyfRhZmhF47tVPfLn99X9vY= =uNS2 -----END PGP SIGNATURE----- --XdtqCMVjl770lvxm0TfdDog3qaK8SRx6g--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53083F3D.50808>