Date: Tue, 13 Jun 2017 04:10:53 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Josh Paetzel <jpaetzel@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r443463 - head/astro/xephem Message-ID: <CAMHz58QXb-y0JibQWxTwHvqai2D05hv7dLnUo79cejeGCQpjdA@mail.gmail.com> In-Reply-To: <201706121954.v5CJssic062893@repo.freebsd.org> References: <201706121954.v5CJssic062893@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 13, 2017 at 3:54 AM, Josh Paetzel <jpaetzel@freebsd.org> wrote: > Author: jpaetzel > Date: Mon Jun 12 19:54:54 2017 > New Revision: 443463 > URL: https://svnweb.freebsd.org/changeset/ports/443463 > > Log: > Update port to work after removal of groff from the base system. > > PR: 219907 > Submitted by: ohartmann@walstatt.org > > Modified: > head/astro/xephem/Makefile > > Modified: head/astro/xephem/Makefile > ============================================================ > ================== > --- head/astro/xephem/Makefile Mon Jun 12 19:38:17 2017 (r443462) > +++ head/astro/xephem/Makefile Mon Jun 12 19:54:54 2017 (r443463) > @@ -27,6 +27,10 @@ XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tgz > > .include <bsd.port.pre.mk> > > +.if ${OSVERSION} >= 1200032 > +BUILD_DEPENDS+= nroff:textproc/groff > +.endif > + > Hello Josh, Please use USES=groff instead. And it can be used without OSVERSION check since it checks the existence of /usr/bin/groff. Regards, sunpoet > .for file in ${XEPHEMSRC} > .if !exists(${DISTDIR}/${file}) > IGNORE= because of licensing restrictions, you must manually fetch > ${file}\ > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58QXb-y0JibQWxTwHvqai2D05hv7dLnUo79cejeGCQpjdA>