pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/jrep
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 7 10:08:39 UTC 2025
Modified Files:
pkgsrc/textproc/jrep: Makefile
Log Message:
jrep: add comment that this downloads files during the build
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/jrep/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/jrep/Makefile
diff -u pkgsrc/textproc/jrep/Makefile:1.7 pkgsrc/textproc/jrep/Makefile:1.8
--- pkgsrc/textproc/jrep/Makefile:1.7 Mon Mar 29 06:28:43 2021
+++ pkgsrc/textproc/jrep/Makefile Mon Apr 7 10:08:39 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/03/29 06:28:43 nia Exp $
-#
+# $NetBSD: Makefile,v 1.8 2025/04/07 10:08:39 wiz Exp $
DISTNAME= jrep-1.1.0
CATEGORIES= textproc
@@ -23,6 +22,9 @@ TEST_TARGET= test
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} MAVEN_OPTS=${MAVEN_OPTS:Q}
+# TODO: this downloads files during the build
+# [ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-resources-plugin:jar:2.6: Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https://repo.maven.apache.org/maven2):
transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom: Network is unreachable (connect failed) -> [Help 1]
+
MAVEN_OPTS+= -Duser.home=${FAKEHOMEDIR}
#MAVEN_OPTS+= -Dmaven.repo.local=${WRKDIR}/deps
#MAVEN_OPTS+= --offline
Home |
Main Index |
Thread Index |
Old Index