pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-terminal



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon May 30 23:58:13 UTC 2022

Modified Files:
        pkgsrc/x11/xfce4-terminal: Makefile

Log Message:
xfce4-terminal: drop MAKE_JOBS_SAFE=no

A lot has changed in the decade plus since that was set, many gmake
updates, many Xfce updates, etc. No issue noted with MAKE_JOBS=8. (I
will monitor bulk builds just in case.)


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/xfce4-terminal/Makefile

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

Modified files:

Index: pkgsrc/x11/xfce4-terminal/Makefile
diff -u pkgsrc/x11/xfce4-terminal/Makefile:1.67 pkgsrc/x11/xfce4-terminal/Makefile:1.68
--- pkgsrc/x11/xfce4-terminal/Makefile:1.67     Mon May 23 18:44:26 2022
+++ pkgsrc/x11/xfce4-terminal/Makefile  Mon May 30 23:58:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2022/05/23 18:44:26 gutteridge Exp $
+# $NetBSD: Makefile,v 1.68 2022/05/30 23:58:13 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -9,8 +9,6 @@ MASTER_SITES=   https://archive.xfce.org/s
 HOMEPAGE=      https://docs.xfce.org/apps/terminal/start
 COMMENT=       Xfce terminal emulator
 
-MAKE_JOBS_SAFE=        no
-
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/startup-notification/buildlink3.mk"



Home | Main Index | Thread Index | Old Index