Date: Tue, 21 Aug 2007 09:50:11 GMT From: Marcus von Appen <mva@sysfault.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/115676: archivers/rpm fails to build on RELENG_6 Message-ID: <200708210950.l7L9oBmE081602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/115676; it has been noted by GNATS. From: Marcus von Appen <mva@sysfault.org> To: bug-followup@freebsd.org Cc: Subject: Re: ports/115676: archivers/rpm fails to build on RELENG_6 Date: Tue, 21 Aug 2007 11:24:12 +0200 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, archivers/rpm seems to require gawk explicitly. The following patch fixes the problem: diff -ur rpm/Makefile rpm.new/Makefile --- rpm/Makefile 2007-08-21 11:16:18.000000000 +0200 +++ rpm.new/Makefile 2007-08-21 11:18:11.000000000 +0200 @@ -15,6 +15,7 @@ MAINTAINER=3D ports@FreeBSD.org COMMENT=3D The Red Hat Package Manager =20 +BUILD_DEPENDS=3D gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS=3D popt.0:${PORTSDIR}/devel/popt =20 CONFLICTS=3D rpm-4.* Regards Marcus --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGyq88o/JpszXavhwRAuVuAJsFHR9zcDpdtRX1XUICr4zZTgECjwCggArU 6iyGZornNaHc4lR8VE6OzeA= =gDgV -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708210950.l7L9oBmE081602>