svn commit: r443463 - head/astro/xephem
Sunpoet Po-Chuan Hsieh
sunpoet at freebsd.org
Mon Jun 12 20:11:35 UTC 2017
On Tue, Jun 13, 2017 at 3:54 AM, Josh Paetzel <jpaetzel at 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 at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>
More information about the svn-ports-all
mailing list