pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/dspam



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Sun Mar 10 12:03:33 UTC 2024

Modified Files:
        pkgsrc/mail/dspam: Makefile

Log Message:
Under certain conditions this package fails to build
properly, and attempts to link an image with object
files that have not yet been built.  Just disable
parallel builds to avoid the issue.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/mail/dspam/Makefile

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

Modified files:

Index: pkgsrc/mail/dspam/Makefile
diff -u pkgsrc/mail/dspam/Makefile:1.117 pkgsrc/mail/dspam/Makefile:1.118
--- pkgsrc/mail/dspam/Makefile:1.117    Wed Nov  8 13:19:55 2023
+++ pkgsrc/mail/dspam/Makefile  Sun Mar 10 12:03:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2023/11/08 13:19:55 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2024/03/10 12:03:33 pgoyette Exp $
 
 DISTNAME=      dspam-3.10.2
 PKGREVISION=   40
@@ -9,6 +9,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://dspam.sourceforge.net/
 COMMENT=       Extremely scalable, statistical-hybrid anti-spam filter
 
+MAKE_JOBS_SAFE=        no
+
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index