summaryrefslogtreecommitdiffstats
path: root/net
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 /net
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 'net')
-rw-r--r--net/geocode-glib/Makefile7
-rw-r--r--net/glib-networking/Makefile1
-rw-r--r--net/gnome-nettool/Makefile5
-rw-r--r--net/gnome-nettool3/Makefile5
-rw-r--r--net/gnome-online-accounts/Makefile1
-rw-r--r--net/gtk-vnc/Makefile9
-rw-r--r--net/gtk-vnc3/Makefile7
-rw-r--r--net/libgweather3/Makefile3
-rw-r--r--net/libproxy/Makefile3
-rw-r--r--net/libzapojit/Makefile7
-rw-r--r--net/vinagre/Makefile13
-rw-r--r--net/vinagre3/Makefile17
-rw-r--r--net/vino/Makefile9
-rw-r--r--net/vino3/Makefile15
14 files changed, 58 insertions, 44 deletions
diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile
index 93ab3dbb7..cfc09b1e7 100644
--- a/net/geocode-glib/Makefile
+++ b/net/geocode-glib/Makefile
@@ -7,11 +7,12 @@ CATEGORIES= net devel gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
-COMMENT= a convenience library for the Yahoo! Place Finder APIs
+COMMENT= Convenience library for the Yahoo! Place Finder APIs
-LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/devel/json-glib \
- soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+NO_STAGE= yes
USES= gettext gmake pathfix
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index afa1cffe9..65c7c7b75 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
+NO_STAGE= yes
USE_XZ= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20 intltool
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile
index 1085014f7..2a76fd8a3 100644
--- a/net/gnome-nettool/Makefile
+++ b/net/gnome-nettool/Makefile
@@ -11,12 +11,13 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNOME utility that provides network information statistics
+COMMENT= GNOME utility that provides network information statistics
-LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
CONFLICTS= gnome-nettool-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= intlhack gnomeprefix libglade2 gconf2 gnomedocutils
USES= gettext gmake pathfix
diff --git a/net/gnome-nettool3/Makefile b/net/gnome-nettool3/Makefile
index e129fa894..85761a353 100644
--- a/net/gnome-nettool3/Makefile
+++ b/net/gnome-nettool3/Makefile
@@ -10,10 +10,11 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNOME utility that provides network information statistics
+COMMENT= GNOME utility that provides network information statistics
-LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
+NO_STAGE= yes
CONFLICTS= gnome-nettool-2.[0-9]*
LATEST_LINK= gnome-nettool3
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile
index ae96fad66..bfc4f09a3 100644
--- a/net/gnome-online-accounts/Makefile
+++ b/net/gnome-online-accounts/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
libsecret-1.so:${PORTSDIR}/security/libsecret \
librest-0.7.so:${PORTSDIR}/devel/librest
+NO_STAGE= yes
USE_XZ= yes
USE_GNOME= gtk30 intlhack introspection:build libxslt:build
USES= gettext gmake pathfix pkgconfig
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile
index d59cbc057..c6c7a53d6 100644
--- a/net/gtk-vnc/Makefile
+++ b/net/gtk-vnc/Makefile
@@ -10,13 +10,14 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC viewer widget for GTK+
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- gcrypt:${PORTSDIR}/security/libgcrypt \
- sasl2:${PORTSDIR}/security/cyrus-sasl2 \
- gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext
+LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
+ libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
CONFLICTS= gtk-vnc-0.4.[0-9]*
+NO_STAGE= yes
USE_GNOME= pygtk2
USES= gettext gmake pathfix pkgconfig
USE_LDCONFIG= yes
diff --git a/net/gtk-vnc3/Makefile b/net/gtk-vnc3/Makefile
index 52eab8beb..8b639eaa2 100644
--- a/net/gtk-vnc3/Makefile
+++ b/net/gtk-vnc3/Makefile
@@ -10,15 +10,16 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC viewer widget for GTK+
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- gcrypt:${PORTSDIR}/security/libgcrypt \
- sasl2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
CONFLICTS= gtk-vnc-0.3.[0-9]*
+NO_STAGE= yes
LATEST_LINK= gtk-vnc3
USE_XZ= yes
USE_GNOME= gtk30
diff --git a/net/libgweather3/Makefile b/net/libgweather3/Makefile
index 36f9e03a2..5cbd7022c 100644
--- a/net/libgweather3/Makefile
+++ b/net/libgweather3/Makefile
@@ -11,11 +11,12 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to accessing online weather informations
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
CONFLICTS= libgweather-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= libgweather3
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile
index ccd8e3969..0f1a92873 100644
--- a/net/libproxy/Makefile
+++ b/net/libproxy/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/net/libproxy/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= libproxy
PORTVERSION= 0.4.6
@@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= gnome@FreeBSD.org
COMMENT?= Library that provides automatic proxy configuration management
+NO_STAGE= yes
USES= cmake
USE_GNOME= gnomehier
diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile
index 169dd3760..02240b8f8 100644
--- a/net/libzapojit/Makefile
+++ b/net/libzapojit/Makefile
@@ -12,10 +12,11 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GLib/GObject wrapper for the Skydrive and Hotmail API
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= goa-1:${PORTSDIR}/net/gnome-online-accounts \
- json-glib-1:${PORTSDIR}/devel/json-glib \
- rest-0.7:${PORTSDIR}/devel/librest
+LIB_DEPENDS= libgoa-1.so:${PORTSDIR}/net/gnome-online-accounts \
+ libjson-glib-1.so:${PORTSDIR}/devel/json-glib \
+ librest-0.7.so:${PORTSDIR}/devel/librest
+NO_STAGE= yes
USE_XZ= yes
USES= gmake pathfix
USE_GNOME= gnomeprefix intlhack
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
index d15981977..b687ad669 100644
--- a/net/vinagre/Makefile
+++ b/net/vinagre/Makefile
@@ -12,14 +12,15 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC client for the GNOME Desktop
-LIB_DEPENDS= gtk-vnc-1.0:${PORTSDIR}/net/gtk-vnc \
- avahi-core:${PORTSDIR}/net/avahi-app \
- avahi-ui:${PORTSDIR}/net/avahi-gtk \
- gdbm:${PORTSDIR}/databases/gdbm \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS= libgtk-vnc-1.0.so:${PORTSDIR}/net/gtk-vnc \
+ libavahi-core.so:${PORTSDIR}/net/avahi-app \
+ libavahi-ui.so:${PORTSDIR}/net/avahi-gtk \
+ libgdbm.so:${PORTSDIR}/databases/gdbm \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
CONFLICTS= vinagre-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
USES= desktop-file-utils gettext gmake pathfix shared-mime-info
USE_GNOME= gnomeprefix intlhack vte gconf2 gnomedocutils gnomepanel
@@ -42,7 +43,7 @@ TELEPATHY_DESC= Telepathy integration
.if ${PORT_OPTIONS:MTELEPATHY}
CONFIGURE_ARGS+=--enable-telepathy
-LIB_DEPENDS+= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
+LIB_DEPENDS+= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
PLIST_SUB+= TELEPATHY=""
.else
CONFIGURE_ARGS+=--disable-telepathy
diff --git a/net/vinagre3/Makefile b/net/vinagre3/Makefile
index 3625f0e5e..8789b7cb8 100644
--- a/net/vinagre3/Makefile
+++ b/net/vinagre3/Makefile
@@ -12,16 +12,17 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC client for the GNOME Desktop
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= gtk-vnc-2.0:${PORTSDIR}/net/gtk-vnc3 \
- avahi-core:${PORTSDIR}/net/avahi-app \
- avahi-ui-gtk3:${PORTSDIR}/net/avahi-gtk3 \
- gdbm:${PORTSDIR}/databases/gdbm \
- secret-1:${PORTSDIR}/security/libsecret \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS= libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc3 \
+ libavahi-core.so:${PORTSDIR}/net/avahi-app \
+ libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3 \
+ libgdbm.so:${PORTSDIR}/databases/gdbm \
+ libsecret-1.so:${PORTSDIR}/security/libsecret \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
CONFLICTS= vinagre-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= vinagre3
USE_XZ= yes
USES= desktop-file-utils gettext gmake pathfix pkgconfig \
@@ -45,8 +46,8 @@ RDP_DESC= MS Windows remote desktop support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTELEPATHY}
-LIB_DEPENDS+= telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
PLIST_SUB+= TELEPATHY=""
.else
CONFIGURE_ARGS+=--without-telepathy
diff --git a/net/vino/Makefile b/net/vino/Makefile
index 56b33f697..0fb8fb191 100644
--- a/net/vino/Makefile
+++ b/net/vino/Makefile
@@ -12,12 +12,13 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC server that allows for remote access to your GNOME desktop
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
- unique-1.0:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
CONFLICTS= vino-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomeprefix intlhack gnomepanel
@@ -35,7 +36,7 @@ OPTIONS_DEFAULT=NOTIFY
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
CONFIGURE_ARGS+=--enable-libnotify=yes
.else
CONFIGURE_ARGS+=--enable-libnotify=no
diff --git a/net/vino3/Makefile b/net/vino3/Makefile
index 36e4732e7..731716f81 100644
--- a/net/vino3/Makefile
+++ b/net/vino3/Makefile
@@ -11,15 +11,16 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC server that allows for remote access to your GNOME desktop
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- soup-2.4:${PORTSDIR}/devel/libsoup \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring \
- avahi-glib:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
+ libavahi-glib.so:${PORTSDIR}/net/avahi-app
CONFLICTS= vino-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= vino3
USE_XZ= yes
USES= gettext gmake pathfix
@@ -39,7 +40,7 @@ OPTIONS_DEFAULT=NOTIFY
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+=--without-libnotify
.endif