pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

arcan: list proper homepage. more clearly mark ruby issue.



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sun Jun 30 20:08:44 2019 +0300
Changeset:	985766914d00885d66b24a5db749a60ef04367c0

Modified Files:
	arcan/Makefile
	arcan/TODO

Log Message:
arcan: list proper homepage. more clearly mark ruby issue.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=985766914d00885d66b24a5db749a60ef04367c0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 arcan/Makefile | 4 ++--
 arcan/TODO     | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/arcan/Makefile b/arcan/Makefile
index 44a5a5787b..6dceb1f505 100644
--- a/arcan/Makefile
+++ b/arcan/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=letoram/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	coypu+arcan%sdf.org@localhost
-HOMEPAGE=	https://github.com/letoram/arcan/
+HOMEPAGE=	https://arcan-fe.com/
 COMMENT=	Graphical development toolkit
 LICENSE=	modified-bsd AND gnu-gpl-v2 AND gnu-lgpl-v2 AND public-domain
 
@@ -25,7 +25,7 @@ PKGCONFIG_OVERRIDE+=	src/platform/cmake/shmif_tui.pc.in
 
 BUILDLINK_TRANSFORM+=	rm:-march=native
 
-# Ruby replace happens too late.
+# XXX Ruby replace happens too late.
 pre-configure: 
 	chmod +x ${WRKSRC}/doc/docgen.rb
 	cd ${WRKSRC}/doc && ruby${RUBY_VER} ./docgen.rb mangen
diff --git a/arcan/TODO b/arcan/TODO
index fb118697ae..210a232c54 100644
--- a/arcan/TODO
+++ b/arcan/TODO
@@ -1 +1,3 @@
 - Doesn't actually run in my test setup!
+- Ruby replace happens too late. Probably the cleanest way to fix it
+  is to teach CMake to generate the docs itself, if ruby is available.


Home | Main Index | Thread Index | Old Index