aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-09-30 14:51:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-09-30 14:51:41 +0000
commit9f3fe7d50edfed42c4718f570a503f92201d3fc5 (patch)
tree1783c4625bde488f5f24b0083d383fefd919d1e1 /net
parent64b6cb94ecdc674af19a1e5030b7f84624b103bb (diff)
downloadports-9f3fe7d50edfed42c4718f570a503f92201d3fc5.tar.gz
ports-9f3fe7d50edfed42c4718f570a503f92201d3fc5.zip
Remove libproxy-gnome2
It is used by no ports and gnome2 is not supported anymore
Notes
Notes: svn path=/head/; revision=550709
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/libproxy-gnome2/Makefile16
-rw-r--r--net/libproxy-gnome2/pkg-descr8
-rw-r--r--net/libproxy-gnome2/pkg-plist2
-rw-r--r--net/libproxy/Makefile2
5 files changed, 1 insertions, 28 deletions
diff --git a/net/Makefile b/net/Makefile
index 947728575c8e..d84d7326ee0b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -378,7 +378,6 @@
SUBDIR += libpcap
SUBDIR += libpcapnav
SUBDIR += libproxy
- SUBDIR += libproxy-gnome2
SUBDIR += libproxy-gnome3
SUBDIR += libproxy-kde
SUBDIR += libproxy-mozjs
diff --git a/net/libproxy-gnome2/Makefile b/net/libproxy-gnome2/Makefile
deleted file mode 100644
index b1263b9da738..000000000000
--- a/net/libproxy-gnome2/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-
-PORTREVISION= 0
-CATEGORIES= net devel
-PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
-
-COMMENT= GConf-based plug-in for libproxy
-
-USES= gnome
-USE_GNOME= gconf2 glib20
-
-LIBPROXY_SLAVE= gnome2
-MASTERDIR= ${.CURDIR}/../libproxy
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/libproxy-gnome2/pkg-descr b/net/libproxy-gnome2/pkg-descr
deleted file mode 100644
index 8890a8c4f701..000000000000
--- a/net/libproxy-gnome2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Libproxy exists to answer the question: Given a network resource, how do I
-reach it? It handles all the details, enabling you to get back to
-programming.
-
-This plug-in allows libproxy to obtain proxy settings from a GNOME2 desktop
-by using GConf.
-
-WWW: https://libproxy.github.io/libproxy/
diff --git a/net/libproxy-gnome2/pkg-plist b/net/libproxy-gnome2/pkg-plist
deleted file mode 100644
index 4b735c7b3567..000000000000
--- a/net/libproxy-gnome2/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/libproxy/%%VERSION%%/modules/config_gnome.so
-libexec/pxgconf
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile
index c08c9c697646..cebee974ac0c 100644
--- a/net/libproxy/Makefile
+++ b/net/libproxy/Makefile
@@ -21,7 +21,7 @@ CMAKE_ON+= WITH_VALA
CMAKE_OFF+= BIPR WITH_DOTNET WITH_NATUS WITH_NM WITH_NMold
# Slave ports.
-LIBPROXY_SLAVES= library gnome2 gnome3 kde mozjs python perl webkit3
+LIBPROXY_SLAVES= library gnome3 kde mozjs python perl webkit3
# If nothing is set, we're building the library, i.e. this port.
LIBPROXY_SLAVE?= library