pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/xpaint
Module Name: pkgsrc
Committed By: vins
Date: Sun Dec 21 07:47:50 UTC 2025
Modified Files:
pkgsrc/graphics/xpaint: Makefile
Log Message:
graphics/xpaint: mark as not not jobs safe
gmake segfaults in parallel builds. This apparently fixes it.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/graphics/xpaint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/xpaint/Makefile
diff -u pkgsrc/graphics/xpaint/Makefile:1.90 pkgsrc/graphics/xpaint/Makefile:1.91
--- pkgsrc/graphics/xpaint/Makefile:1.90 Mon Dec 8 21:05:41 2025
+++ pkgsrc/graphics/xpaint/Makefile Sun Dec 21 07:47:50 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2025/12/08 21:05:41 vins Exp $
+# $NetBSD: Makefile,v 1.91 2025/12/21 07:47:50 vins Exp $
DISTNAME= xpaint-3.1.4
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
EXTRACT_SUFX= .tar.bz2
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake autoreconf
USE_TOOLS+= bash gmake gunzip pkg-config
+MAKE_JOBS_SAFE= no
+
REPLACE_BASH= share/bin/imgmerge share/bin/xpaint_ocr
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
Home |
Main Index |
Thread Index |
Old Index