pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc No xfce4-diskperf-plugin for DragonFly (requested by J...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6aff4343e3bc
branches:  trunk
changeset: 527979:6aff4343e3bc
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Apr 17 18:20:06 2007 +0000

description:
No xfce4-diskperf-plugin for DragonFly (requested by Joerg Sonnenberger).

diffstat:

 meta-pkgs/xfce4-extras/Makefile         |  4 +++-
 sysutils/xfce4-diskperf-plugin/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 738a1f5a5afb -r 6aff4343e3bc meta-pkgs/xfce4-extras/Makefile
--- a/meta-pkgs/xfce4-extras/Makefile   Tue Apr 17 17:59:06 2007 +0000
+++ b/meta-pkgs/xfce4-extras/Makefile   Tue Apr 17 18:20:06 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/04/17 13:50:07 martti Exp $
+# $NetBSD: Makefile,v 1.22 2007/04/17 18:20:06 martti Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -30,7 +30,9 @@
 .include "../../misc/xfce4-weather-plugin/buildlink3.mk"
 .include "../../net/xfce4-wavelan-plugin/buildlink3.mk"
 .include "../../sysutils/xfce4-cpugraph-plugin/buildlink3.mk"
+.if ${OPSYS} != "DragonFly"
 .include "../../sysutils/xfce4-diskperf-plugin/buildlink3.mk"
+.endif
 .include "../../sysutils/xfce4-fsguard-plugin/buildlink3.mk"
 .include "../../sysutils/xfce4-netload-plugin/buildlink3.mk"
 .include "../../sysutils/xfce4-quicklauncher-plugin/buildlink3.mk"
diff -r 738a1f5a5afb -r 6aff4343e3bc sysutils/xfce4-diskperf-plugin/Makefile
--- a/sysutils/xfce4-diskperf-plugin/Makefile   Tue Apr 17 17:59:06 2007 +0000
+++ b/sysutils/xfce4-diskperf-plugin/Makefile   Tue Apr 17 18:20:06 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/04/12 09:55:13 martti Exp $
+# $NetBSD: Makefile,v 1.14 2007/04/17 18:20:06 martti Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -10,5 +10,7 @@
 MASTER_SITES=  http://goodies.xfce.org/releases/xfce4-diskperf-plugin/
 COMMENT=       Xfce disk performance plugin
 
+NOT_FOR_PLATFORM+=     DragonFly-*-*
+
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index