pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ccache
Module Name: pkgsrc
Committed By: gdt
Date: Fri Dec 9 11:56:47 UTC 2022
Modified Files:
pkgsrc/devel/ccache: Makefile PLIST
Log Message:
devel/ccache: Build man page
The man page was lost in the update, due to needing asciidoctor.
However, it built (and thus caused a PLIST error) on machines with
asciidoctor installed. Depend on asciidoctor, rather than forcing it
off, since this package ought to have a man page.
Tested on NetBSD 9 amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ccache/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.65 pkgsrc/devel/ccache/Makefile:1.66
--- pkgsrc/devel/ccache/Makefile:1.65 Tue Dec 6 16:14:50 2022
+++ pkgsrc/devel/ccache/Makefile Fri Dec 9 11:56:47 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2022/12/06 16:14:50 adam Exp $
+# $NetBSD: Makefile,v 1.66 2022/12/09 11:56:47 gdt Exp $
DISTNAME= ccache-4.7.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -19,6 +20,9 @@ TEST_TARGET= test
GCC_REQD= 8 # std::filesystem
+.include "../../lang/ruby/rubyversion.mk"
+TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-asciidoctor>=2.0.0:../../textproc/ruby-asciidoctor
+
.include "../../archivers/zstd/buildlink3.mk"
.include "../../databases/hiredis/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ccache/PLIST
diff -u pkgsrc/devel/ccache/PLIST:1.2 pkgsrc/devel/ccache/PLIST:1.3
--- pkgsrc/devel/ccache/PLIST:1.2 Mon Dec 5 08:29:44 2022
+++ pkgsrc/devel/ccache/PLIST Fri Dec 9 11:56:47 2022
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2022/12/05 08:29:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/12/09 11:56:47 gdt Exp $
bin/ccache
+man/man1/ccache.1
Home |
Main Index |
Thread Index |
Old Index