Remove USE_GROFF and bump, to resolve the circular dependency

of ccache and groff on each other; problem reported by
Kusalananda Andreas Kaehaeri <dh dot kusalananda at gmail dot com>.
ok sthen@ (MAINTAINER)
This commit is contained in:
schwarze 2011-10-16 20:18:54 +00:00
parent c09b2cb353
commit 3ee3ad5c0f

View File

@ -1,10 +1,19 @@
# $OpenBSD: Makefile,v 1.18 2011/08/22 13:24:53 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2011/10/16 20:18:54 schwarze Exp $
COMMENT = compiler cache
DISTNAME = ccache-3.1.6
REVISION = 0
CATEGORIES = devel
# The ccache(1) manual page causes ERRORs with mandoc(1),
# so normally this port would require USE_GROFF.
# However, the actual formatting issues are not very serious,
# and USE_GROFF would cause a circular dependency
# because the textproc/groff port can use ccache.
# When updating, please check that mandoc(1) still
# does not drop any content from the ccache(1) manual.
HOMEPAGE = http://ccache.samba.org/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
@ -20,7 +29,6 @@ WANTLIB += c
MASTER_SITES = http://samba.org/ftp/ccache/
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
NO_CCACHE = Yes