summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /x11
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/cinnamon/Makefile25
-rw-r--r--x11/gdm/Makefile1
-rw-r--r--x11/gdm3/Makefile1
-rw-r--r--x11/gnome-desktop/Makefile1
-rw-r--r--x11/gnome-desktop3/Makefile3
-rw-r--r--x11/gnome-menus/Makefile1
-rw-r--r--x11/gnome-menus3/Makefile1
-rw-r--r--x11/gnome-panel/Makefile1
-rw-r--r--x11/gnome-panel3/Makefile1
-rw-r--r--x11/gnome-screensaver/Makefile1
-rw-r--r--x11/gnome-screensaver3/Makefile1
-rw-r--r--x11/gnome-session/Makefile1
-rw-r--r--x11/gnome-session3/Makefile1
-rw-r--r--x11/gnome-shell-extensions/Makefile1
-rw-r--r--x11/gnome-shell/Makefile3
-rw-r--r--x11/gnome-terminal/Makefile1
-rw-r--r--x11/gnome-terminal3/Makefile1
-rw-r--r--x11/libgnomekbd/Makefile1
-rw-r--r--x11/libgnomekbd3/Makefile1
-rw-r--r--x11/libxklavier/Makefile1
-rw-r--r--x11/yelp3/Makefile3
-rw-r--r--x11/zenity/Makefile1
-rw-r--r--x11/zenity3/Makefile1
23 files changed, 38 insertions, 15 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile
index 576cd5916..63f741325 100644
--- a/x11/cinnamon/Makefile
+++ b/x11/cinnamon/Makefile
@@ -7,21 +7,21 @@ CATEGORIES= x11 gnome
DIST_SUBDIR= gnome3
MAINTAINER= gustau.perez@gmail.com
-COMMENT= A fork of GNOME Shell with layout similar to GNOME 2
+COMMENT= Fork of GNOME Shell with layout similar to GNOME 2
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
-LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \
- caribou:${PORTSDIR}/accessibility/caribou \
- muffin:${PORTSDIR}/x11-wm/muffin \
- telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
- telepathy-logger:${PORTSDIR}/net-im/telepathy-logger \
- folks:${PORTSDIR}/net-im/folks \
- pulse:${PORTSDIR}/audio/pulseaudio \
- croco:${PORTSDIR}/textproc/libcroco \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- clutter-glx-1:${PORTSDIR}/graphics/clutter \
- gjs:${PORTSDIR}/lang/gjs
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+ libcaribou.so:${PORTSDIR}/accessibility/caribou \
+ libmuffin.so:${PORTSDIR}/x11-wm/muffin \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \
+ libfolks.so:${PORTSDIR}/net-im/folks \
+ libpulse.so:${PORTSDIR}/audio/pulseaudio \
+ libcroco.so:${PORTSDIR}/textproc/libcroco \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libclutter-glx-1.so:${PORTSDIR}/graphics/clutter \
+ libgjs.so:${PORTSDIR}/lang/gjs
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
cinnamon-control-center:${PORTSDIR}/sysutils/cinnamon-control-center \
@@ -36,6 +36,7 @@ GH_COMMIT= 941456a
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-Cinnamon-${GH_COMMIT}
+NO_STAGE= yes
USE_XORG= x11 xfixes sm
USES= gettext gmake pathfix
USE_AUTOTOOLS= libtool autoconf automake
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index dd199ceab..495090c20 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -30,6 +30,7 @@ CONFLICTS= gdm-3.[0-9]*
USERS= gdm
GROUPS= gdm
+NO_STAGE= yes
USE_XZ= yes
USE_LDCONFIG= yes
USE_XORG= dmx dmxproto
diff --git a/x11/gdm3/Makefile b/x11/gdm3/Makefile
index 3f90e870c..98d0f2adf 100644
--- a/x11/gdm3/Makefile
+++ b/x11/gdm3/Makefile
@@ -41,6 +41,7 @@ CONFLICTS= gdm-2.[0-9]*
USERS= gdm
GROUPS= gdm
+NO_STAGE= yes
LATEST_LINK= gdm3
USE_XZ= yes
USE_LDCONFIG= yes
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile
index e82910743..848eba2ce 100644
--- a/x11/gnome-desktop/Makefile
+++ b/x11/gnome-desktop/Makefile
@@ -18,6 +18,7 @@ USE_BZIP2= yes
LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
+NO_STAGE= yes
USE_XORG= xpm
USES= bison gettext gmake pathfix pkgconfig
USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile
index 59893abd4..efabfedc3 100644
--- a/x11/gnome-desktop3/Makefile
+++ b/x11/gnome-desktop3/Makefile
@@ -20,11 +20,12 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${POR
${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \
${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \
itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \
${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile
+NO_STAGE= yes
LATEST_LINK= gnome-desktop3
USE_XORG= x11 xrandr xext
USES= bison gettext gmake pathfix
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile
index bc0ccbfff..16f8ff5ed 100644
--- a/x11/gnome-menus/Makefile
+++ b/x11/gnome-menus/Makefile
@@ -14,6 +14,7 @@ COMMENT= Implementation of the FreeDesktop Desktop Menu Spec
CONFLICTS= gnome-menus-3.[0-9]*
+NO_STAGE= yes
USES= gettext gmake pathfix pkgconfig
USE_BZIP2= yes
USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack \
diff --git a/x11/gnome-menus3/Makefile b/x11/gnome-menus3/Makefile
index 678b0267f..a9753662b 100644
--- a/x11/gnome-menus3/Makefile
+++ b/x11/gnome-menus3/Makefile
@@ -13,6 +13,7 @@ COMMENT= Implementation of the FreeDesktop Desktop Menu Spec
CONFLICTS= gnome-menus-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= gnome-menus3
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index 42ba738a1..b0f063490 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Panel component for the GNOME 2 Desktop
USE_BZIP2= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11/gnome-panel3/Makefile b/x11/gnome-panel3/Makefile
index 19fe4c41c..208975684 100644
--- a/x11/gnome-panel3/Makefile
+++ b/x11/gnome-panel3/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Panel component for the GNOME 3 Desktop
USE_XZ= yes
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile
index a342295ba..28e2dc66e 100644
--- a/x11/gnome-screensaver/Makefile
+++ b/x11/gnome-screensaver/Makefile
@@ -17,6 +17,7 @@ RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks
CONFLICTS= gnome-screensaver-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_XORG= xtst xxf86vm
diff --git a/x11/gnome-screensaver3/Makefile b/x11/gnome-screensaver3/Makefile
index e12bbd46c..58ad020b8 100644
--- a/x11/gnome-screensaver3/Makefile
+++ b/x11/gnome-screensaver3/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= pam_helper:${PORTSDIR}/security/pam_helper \
CONFLICTS= gnome-screensaver-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= gnome-screensaver3
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index 4b73273cd..8ca80cab9 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -24,6 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gno
${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
+NO_STAGE= yes
INSTALLS_ICONS= yes
USES= gettext gmake pathfix pkgconfig
USE_BZIP2= yes
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile
index 2c6d75b35..462b48d25 100644
--- a/x11/gnome-session3/Makefile
+++ b/x11/gnome-session3/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consoleki
CONFLICTS= gnome-session-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= gnome-session3
INSTALLS_ICONS= yes
USES= gettext gmake pathfix pkgconfig
diff --git a/x11/gnome-shell-extensions/Makefile b/x11/gnome-shell-extensions/Makefile
index aa6b8d94a..64945397c 100644
--- a/x11/gnome-shell-extensions/Makefile
+++ b/x11/gnome-shell-extensions/Makefile
@@ -13,6 +13,7 @@ COMMENT= GNOME desktop shell extensions
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
RUN_DEPENDS= gnome-shell>=3.6.2:${PORTSDIR}/x11/gnome-shell
+NO_STAGE= yes
USE_BZIP2= yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= glib20 gnomedesktop3 intltool
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index f9d5ce36e..926b8fe02 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -30,12 +30,13 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-
gdm>=3.6.0:${PORTSDIR}/x11/gdm3 \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+NO_STAGE= yes
USE_XZ= yes
USE_XORG= x11 xfixes sm
USES= gettext gmake pathfix
USE_AUTOTOOLS= libtool
USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomemenus3 gnomeprefix \
- gtk30 intlhack ltverhack
+ gtk30 intlhack introspection ltverhack
USE_GSTREAMER1= yes
USE_LDCONFIG= yes
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index d2284e084..8958da444 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
CONFLICTS= gnome-terminal-3.[0-9]*
+NO_STAGE= yes
USES= gettext gmake pathfix pkgconfig
USE_BZIP2= yes
INSTALLS_OMF= yes
diff --git a/x11/gnome-terminal3/Makefile b/x11/gnome-terminal3/Makefile
index 3effde5bd..e5c644adb 100644
--- a/x11/gnome-terminal3/Makefile
+++ b/x11/gnome-terminal3/Makefile
@@ -18,6 +18,7 @@ BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-
LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
+NO_STAGE= yes
LATEST_LINK= gnome-terminal3
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile
index 2a235e1df..3e5f76c21 100644
--- a/x11/libgnomekbd/Makefile
+++ b/x11/libgnomekbd/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= xklavier:${PORTSDIR}/x11/libxklavier
CONFLICTS= libgnomekbd-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix ltverhack gconf2
USE_AUTOTOOLS= libtool
diff --git a/x11/libgnomekbd3/Makefile b/x11/libgnomekbd3/Makefile
index ec7c0b48b..802d396f7 100644
--- a/x11/libgnomekbd3/Makefile
+++ b/x11/libgnomekbd3/Makefile
@@ -18,6 +18,7 @@ LATEST_LINK= libgnomekbd3
CONFLICTS= libgnomekbd-2.[0-9]*
+NO_STAGE= yes
USE_XZ= yes
USE_GNOME= gnomeprefix ltverhack intltool gtk30 introspection:build
USE_AUTOTOOLS= libtool
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index 12361a9df..4be6bee9a 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-
RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \
${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+NO_STAGE= yes
USE_XORG= x11 xkbfile
USE_XZ= yes
USES= gmake pathfix
diff --git a/x11/yelp3/Makefile b/x11/yelp3/Makefile
index 0280a45a0..357f554be 100644
--- a/x11/yelp3/Makefile
+++ b/x11/yelp3/Makefile
@@ -1,6 +1,6 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-#
+# $MCom$
PORTNAME= yelp
PORTVERSION= 3.6.2
@@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/yelp-xsl.pc:${PORTSDIR}/textproc/yel
CONFLICTS= yelp-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= yelp3
USES= desktop-file-utils gettext gmake pathfix pkgconfig
USE_XZ= yes
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index 3883eeb01..c51d957e3 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -15,6 +15,7 @@ COMMENT= Display GNOME dialogs from the command line
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
+NO_STAGE= yes
USE_GNOME= gnomeprefix gtk20 gnomedocutils intlhack
USE_BZIP2= yes
USES= gettext gmake pathfix pkgconfig
diff --git a/x11/zenity3/Makefile b/x11/zenity3/Makefile
index da1b439bd..1495b7ef0 100644
--- a/x11/zenity3/Makefile
+++ b/x11/zenity3/Makefile
@@ -15,6 +15,7 @@ LICENSE= LGPL20
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+NO_STAGE= yes
LATEST_LINK= zenity3
USES= gettext gmake pathfix
USE_GNOME= gnomeprefix gtk30 intlhack