pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/rp-l2tp
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 25 08:46:32 UTC 2024
Modified Files:
pkgsrc/net/rp-l2tp: Makefile
Log Message:
irp-l2tp: not make-jobs safe
http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20240821.2158/rp-l2tp-0.3nb1/build.log
has multiple occurrences of the same command line.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/rp-l2tp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/rp-l2tp/Makefile
diff -u pkgsrc/net/rp-l2tp/Makefile:1.14 pkgsrc/net/rp-l2tp/Makefile:1.15
--- pkgsrc/net/rp-l2tp/Makefile:1.14 Sun Nov 3 11:45:52 2019
+++ pkgsrc/net/rp-l2tp/Makefile Sun Aug 25 08:46:32 2024
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/11/03 11:45:52 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.15 2024/08/25 08:46:32 wiz Exp $
DISTNAME= rp-l2tp-0.3
PKGREVISION= 1
@@ -21,6 +20,9 @@ LDFLAGS.NetBSD+= -lutil
INSTALL_MAKE_FLAGS+= RPM_INSTALL_ROOT=${DESTDIR:Q}
+# has been seen to compile cmd.o twice at the same time
+MAKE_JOBS_SAFE= no
+
post-patch:
for f in l2tp.conf.5 l2tpd.8; do \
${MV} ${WRKSRC}/man/$$f ${WRKSRC}/man/$$f.in && \
Home |
Main Index |
Thread Index |
Old Index