summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-26 18:42:35 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-26 18:42:35 +0800
commit2772996df5e3c010f5d17d633fca6b117c56eb7a (patch)
tree1467d8ed471411133ca91b3695d6e1b3a0a47ddf /sysutils
parent40d38ee86c9312b2a0c98a5387c6e42cb217d2a3 (diff)
downloadmarcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar
marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.gz
marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.bz2
marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.lz
marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.xz
marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.zst
marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.zip
Catch up with ports infra changes.
USE_GMAKE= => USES=gmake Sort Uses Remove MAKE_JOBS_SAFE as it is default now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/accountsservice/Makefile5
-rw-r--r--sysutils/brasero/Makefile6
-rw-r--r--sysutils/brasero3/Makefile6
-rw-r--r--sysutils/cinnamon-control-center/Makefile3
-rw-r--r--sysutils/consolekit/Makefile5
-rw-r--r--sysutils/drwright/Makefile5
-rw-r--r--sysutils/gconf-editor/Makefile5
-rw-r--r--sysutils/gconf-editor3/Makefile5
-rw-r--r--sysutils/gnome-control-center/Makefile6
-rw-r--r--sysutils/gnome-control-center3/Makefile6
-rw-r--r--sysutils/gnome-power-manager3/Makefile5
-rw-r--r--sysutils/gnome-settings-daemon3/Makefile5
-rw-r--r--sysutils/gnome-system-monitor/Makefile5
-rw-r--r--sysutils/gnome-system-monitor3/Makefile5
-rw-r--r--sysutils/polkit-gnome/Makefile5
-rw-r--r--sysutils/polkit/Makefile5
-rw-r--r--sysutils/system-tools-backends/Makefile5
-rw-r--r--sysutils/upower/Makefile5
18 files changed, 39 insertions, 53 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index 6d6f13fc1..021fc6598 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/accountsservice/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= accountsservice
PORTVERSION= 0.6.24
@@ -17,8 +17,7 @@ LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt \
USE_XZ= yes
USE_GNOME= glib20 intlhack gnomehier introspection:build
-USES= gettext pathfix pkgconfig
-USE_GMAKE= yes
+USES= gettext gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-systemd --localstatedir=/var/
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index 1c9046705..b10837a1e 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -1,6 +1,6 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/brasero/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= brasero
PORTVERSION= 2.32.1
@@ -24,9 +24,9 @@ CONFLICTS= brasero-3.[0-9]*
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_XORG= sm
-USES= desktop-file-utils gettext pathfix pkgconfig shared-mime-info
+USES= desktop-file-utils gettext gmake pathfix pkgconfig \
+ shared-mime-info
USE_GNOME= intlhack gnomeprefix gnomedocutils
USE_LDCONFIG= yes
USE_GSTREAMER= gconf core
diff --git a/sysutils/brasero3/Makefile b/sysutils/brasero3/Makefile
index 25ec32e38..56a52b107 100644
--- a/sysutils/brasero3/Makefile
+++ b/sysutils/brasero3/Makefile
@@ -1,6 +1,6 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/brasero3/Makefile 18503 2013-05-27 13:37:42Z kwm $
PORTNAME= brasero
PORTVERSION= 3.6.1
@@ -21,10 +21,10 @@ RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
CONFLICTS= brasero-2.[0-9]*
LATEST_LINK= brasero3
-USES= gettext pathfix pkgconfig desktop-file-utils shared-mime-info
+USES= desktop-file-utils gettext gmake pathfix pkgconfig \
+ shared-mime-info
USE_XZ= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_XORG= sm ice
USE_GNOME= gconf2 gnomeprefix gtk30 intlhack libxml2
USE_LDCONFIG= yes
diff --git a/sysutils/cinnamon-control-center/Makefile b/sysutils/cinnamon-control-center/Makefile
index ff8f72c80..62e3cd8bd 100644
--- a/sysutils/cinnamon-control-center/Makefile
+++ b/sysutils/cinnamon-control-center/Makefile
@@ -39,8 +39,7 @@ GH_TAGNAME= 1.7.1
GH_COMMIT= a3883df
USE_XORG= x11 xfixes sm
-USES= gettext pathfix
-USE_GMAKE= yes
+USES= gettext gmake pathfix
USE_GNOME= gnomeprefix intlhack gtk30 gconf2 gnomemenus3 \
gnomedesktop3 evolutiondataserver3
USE_LDCONFIG= yes
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile
index b1b991e57..e5555f504 100644
--- a/sysutils/consolekit/Makefile
+++ b/sysutils/consolekit/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/consolekit/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= consolekit
PORTVERSION= 0.4.5
@@ -15,9 +15,8 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION}
USE_BZIP2= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
USE_XORG= x11
-USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/sysutils/drwright/Makefile b/sysutils/drwright/Makefile
index 6be52ffc1..5ab0817f8 100644
--- a/sysutils/drwright/Makefile
+++ b/sysutils/drwright/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/drwright/Makefile 18393 2013-04-26 21:23:07Z kwm $
PORTNAME= drwright
PORTVERSION= 3.2.5
@@ -16,8 +16,7 @@ LIB_DEPENDS= canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 \
USE_XZ= yes
USE_GNOME= intlhack gtk30 gnomecontrolcenter3
USE_XORG= x11 xscrnsaver
-USE_GMAKE= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
index 79a660bd3..6752c3d97 100644
--- a/sysutils/gconf-editor/Makefile
+++ b/sysutils/gconf-editor/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gconf-editor/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gconf-editor
PORTVERSION= 2.32.0
@@ -16,10 +16,9 @@ COMMENT= A gconf database editor for the GNOME 2 environment
CONFLICTS= gconf-editor-3.[0-9]*
USE_BZIP2= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack libgnomeui gnomedocutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/sysutils/gconf-editor3/Makefile b/sysutils/gconf-editor3/Makefile
index d13d4a2cf..f1457976a 100644
--- a/sysutils/gconf-editor3/Makefile
+++ b/sysutils/gconf-editor3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gconf-editor3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gconf-editor
PORTVERSION= 3.0.1
@@ -15,10 +15,9 @@ CONFLICTS= gconf-editor-2.[0-9]*
LATEST_LINK= gconf-editor3
USE_XZ= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gtk30 gconf2 gnomedocutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index 2e582408d..1f0df0916 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gnome-control-center/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-control-center
PORTVERSION= 2.32.1
@@ -23,8 +23,8 @@ RUN_DEPENDS= gnome-eject:${PORTSDIR}/sysutils/gnome-mount \
CONFLICTS= gnome-control-center-3.[0-9]*
USE_BZIP2= yes
-USES= gettext pathfix pkgconfig desktop-file-utils shared-mime-info
-USE_GMAKE= yes
+USES= desktop-file-utils gettext gmake pathfix pkgconfig \
+ shared-mime-info
USE_GSTREAMER= good
WANT_GNOME= yes
USE_GNOME= gnomeprefix intlhack metacity gnomemenus \
diff --git a/sysutils/gnome-control-center3/Makefile b/sysutils/gnome-control-center3/Makefile
index ba097a782..fbfd8f596 100644
--- a/sysutils/gnome-control-center3/Makefile
+++ b/sysutils/gnome-control-center3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gnome-control-center3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-control-center
PORTVERSION= 3.6.3
@@ -37,8 +37,8 @@ CONFLICTS= gnome-control-center-2.[0-9]* gnome-media-2.[0-9]*
LATEST_LINK= gnome-control-center3
USE_XZ= yes
-USES= desktop-file-utils gettext pathfix pkgconfig shared-mime-info
-USE_GMAKE= yes
+USES= desktop-file-utils gettext gmake pathfix pkgconfig \
+ shared-mime-info
USE_GNOME= gnomeprefix gnomehier intlhack libxml2 gnomemenus3 \
libgnomekbd3 gnomedesktop3 gconf2
USE_XORG= xscrnsaver x11 xxf86misc kbproto xi
diff --git a/sysutils/gnome-power-manager3/Makefile b/sysutils/gnome-power-manager3/Makefile
index 4271259c0..fa7b1382f 100644
--- a/sysutils/gnome-power-manager3/Makefile
+++ b/sysutils/gnome-power-manager3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gnome-power-manager3/Makefile 18545 2013-06-17 11:34:52Z kwm $
PORTNAME= gnome-power-manager
PORTVERSION= 3.6.0
@@ -16,9 +16,8 @@ LIB_DEPENDS= upower-glib:${PORTSDIR}/sysutils/upower \
CONFLICTS= gnome-power-manager-2.[0-9]*
LATEST_LINK= gnome-power-manager3
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
-USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gtk30 intlhack
MAKE_JOBS_UNSAFE=yes
diff --git a/sysutils/gnome-settings-daemon3/Makefile b/sysutils/gnome-settings-daemon3/Makefile
index cbc9682b3..7c7dde055 100644
--- a/sysutils/gnome-settings-daemon3/Makefile
+++ b/sysutils/gnome-settings-daemon3/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gnome-settings-daemon3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-settings-daemon
PORTVERSION= 3.6.3
@@ -30,9 +30,8 @@ CONFLICTS= gnome-settings-daemon-2.[0-9]*
LATEST_LINK= gnome-settings-daemon3
USE_XORG= xxf86misc
USE_XZ= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomedesktop3 libgnomekbd3 gnomehier
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-gudev \
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
index 3da9309be..64b456ca3 100644
--- a/sysutils/gnome-system-monitor/Makefile
+++ b/sysutils/gnome-system-monitor/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gnome-system-monitor/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-system-monitor
PORTVERSION= 2.28.2
@@ -20,9 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc
CONFLICTS= gnome-system-monitor-3.[0-9]*
USE_BZIP2= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack libwnck gnomevfs2 gnomedocutils librsvg2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
diff --git a/sysutils/gnome-system-monitor3/Makefile b/sysutils/gnome-system-monitor3/Makefile
index 9ed9a9f91..320f2c5e0 100644
--- a/sysutils/gnome-system-monitor3/Makefile
+++ b/sysutils/gnome-system-monitor3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/gnome-system-monitor3/Makefile 18579 2013-06-23 08:34:44Z kwm $
PORTNAME= gnome-system-monitor
PORTVERSION= 3.6.1
@@ -20,9 +20,8 @@ CONFLICTS= gnome-system-monitor-2.[0-9]*
LATEST_LINK= gnome-system-monitor3
USE_XZ= yes
-USES= gettext pathfix
+USES= gettext gmake pathfix
INSTALLS_OMF= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix gtkmm30 intlhack librsvg2 libwnck3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile
index 78a410e18..af5498be7 100644
--- a/sysutils/polkit-gnome/Makefile
+++ b/sysutils/polkit-gnome/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast<kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/polkit-gnome/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= polkit-gnome
PORTVERSION= 0.102
@@ -13,8 +13,7 @@ COMMENT= GNOME frontend to the PolicyKit framework
LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit
USE_XZ= yes
-USE_GMAKE= yes
-USES= gettext pathfix
+USES= gettext gmake pathfix
USE_GNOME= gnomeprefix gtk20 intlhack introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
index 9612f13f6..e65991a44 100644
--- a/sysutils/polkit/Makefile
+++ b/sysutils/polkit/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast<kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/polkit/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= polkit
PORTVERSION= 0.105
@@ -15,8 +15,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
RUN_DEPENDS= dbus-launch:${PORTSDIR}/devel/dbus
USE_GNOME= glib20 intlhack gnomehier introspection
-USE_GMAKE= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc \
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile
index 3df18b633..727b37de3 100644
--- a/sysutils/system-tools-backends/Makefile
+++ b/sysutils/system-tools-backends/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/system-tools-backends/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= system-tools-backends
PORTVERSION= 2.10.2
@@ -17,9 +17,8 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus
USE_BZIP2= yes
-USE_GMAKE= yes
USE_PERL5= yes
-USES= pathfix
+USES= gmake pathfix
USE_GNOME= intlhack glib20
GNU_CONFIGURE= yes
USE_GNOME_SUBR= yes
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile
index 9cced54c5..56ba38691 100644
--- a/sysutils/upower/Makefile
+++ b/sysutils/upower/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/sysutils/upower/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= upower
PORTVERSION= 0.9.18
@@ -16,9 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib
-USES= gettext pathfix
+USES= gettext gmake pathfix
USE_XZ= yes
-USE_GMAKE= yes
USE_GNOME= intlhack ltverhack glib20 introspection
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes