pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/opengrok



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr  7 10:05:58 UTC 2025

Modified Files:
        pkgsrc/devel/opengrok: Makefile

Log Message:
opengrok: add comment that this downloads files during build


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/opengrok/Makefile

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

Modified files:

Index: pkgsrc/devel/opengrok/Makefile
diff -u pkgsrc/devel/opengrok/Makefile:1.72 pkgsrc/devel/opengrok/Makefile:1.73
--- pkgsrc/devel/opengrok/Makefile:1.72 Thu Nov 14 22:19:34 2024
+++ pkgsrc/devel/opengrok/Makefile      Mon Apr  7 10:05:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2024/11/14 22:19:34 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2025/04/07 10:05:58 wiz Exp $
 
 DISTNAME=      OpenGrok-0.12.1.5
 PKGNAME=       ${DISTNAME:tl:S/-rc/rc/}
@@ -17,6 +17,10 @@ DEPENDS+=    exctags-[0-9]*:../../devel/exc
 DEPENDS+=      jflex-[0-9]*:../../devel/jflex
 DEPENDS+=      apache-ant-[0-9]*:../../devel/apache-ant
 
+# TODO:
+# This downloads files during build
+# download-jflex: Error getting https://repo1.maven.org/maven2/de/jflex/jflex/1.5.1/jflex-1.5.1.jar to /pbulk/work/devel/opengrok/work/OpenGrok-0.12.1.5/lib/jflex-1.5.1.jar
+
 # XXX PREFIX should not be used here, but I would like to reduce dependencies.
 SUBST_CLASSES+=                vcs
 SUBST_FILES.vcs+=      OpenGrok



Home | Main Index | Thread Index | Old Index