diff options
author | mezz <mezz@FreeBSD.org> | 2006-12-15 12:42:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-12-15 12:42:04 +0800 |
commit | 9f34dfa58b0492b830058a7f49ac8190df1648a5 (patch) | |
tree | 0aa5eb8d9580cea1c909db8deaf5025c0ff18326 | |
parent | 5611aed61dbadad9fed83e1cd34da85855ad2cff (diff) | |
download | freebsd-ports-gnome-9f34dfa58b0492b830058a7f49ac8190df1648a5.tar.gz freebsd-ports-gnome-9f34dfa58b0492b830058a7f49ac8190df1648a5.tar.zst freebsd-ports-gnome-9f34dfa58b0492b830058a7f49ac8190df1648a5.zip |
It's dead, unmaintain and nothing use it.
Discussed with: marcus
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gmdns/Makefile | 27 | ||||
-rw-r--r-- | net/gmdns/distinfo | 3 | ||||
-rw-r--r-- | net/gmdns/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net/gmdns/files/patch-configure | 53 | ||||
-rw-r--r-- | net/gmdns/files/patch-src_Makefile.in | 13 | ||||
-rw-r--r-- | net/gmdns/files/patch-src_gmdns-query.h | 13 | ||||
-rw-r--r-- | net/gmdns/files/patch-src_gmdns-service-query.h | 13 | ||||
-rw-r--r-- | net/gmdns/files/patch-src_gmdns-service.c | 16 | ||||
-rw-r--r-- | net/gmdns/files/patch-src_gmdns-txt.c | 22 | ||||
-rw-r--r-- | net/gmdns/files/patch-src_gmdns.c | 11 | ||||
-rw-r--r-- | net/gmdns/pkg-descr | 2 | ||||
-rw-r--r-- | net/gmdns/pkg-plist | 11 |
15 files changed, 1 insertions, 197 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index ad3abf82d678..058739fc70c9 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -3456,7 +3456,6 @@ gmap ports/biology/gmap gmastermind ports/games/gmastermind gmat ports/textproc/gmat gmcal ports/deskutils/gmcal -gmdns ports/net/gmdns gmencoder ports/multimedia/gmencoder gmessage ports/x11/gmessage gmetadom ports/textproc/gmetadom @@ -2619,3 +2619,4 @@ sysutils/kdar||2006-12-14|Has expired: Does not compile with dar-2.3.0 net-im/ymessenger||2006-12-14|Has expired: is a dynamically linked binary linked to old version of gtkhtml no longer in ports audio/ac3dec||2006-12-14|Dead outside FreeBSD and replaced by liba52 net-p2p/mldonkey-sancho||2006-12-14|Removed due to developer's request +net/gmdns||2006-12-14|Dead, unmaintain and nothing use it diff --git a/net/Makefile b/net/Makefile index fb7b9ada4a30..b6fdc516ed11 100644 --- a/net/Makefile +++ b/net/Makefile @@ -148,7 +148,6 @@ SUBDIR += gkrellmwireless2 SUBDIR += glflow SUBDIR += globus4 - SUBDIR += gmdns SUBDIR += gnet SUBDIR += gnet-glib2 SUBDIR += gnet2 diff --git a/net/gmdns/Makefile b/net/gmdns/Makefile deleted file mode 100644 index 55b937cc0e2d..000000000000 --- a/net/gmdns/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gmdns -# Date created: 05 June 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gmdns -PORTVERSION= 0.1 -PORTREVISION= 4 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU implementation of multicast DNS, part of Zeroconf - -USE_BZIP2= yes -USE_GNOME= gnomehack glib20 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/net/gmdns/distinfo b/net/gmdns/distinfo deleted file mode 100644 index 36f7be97bfbb..000000000000 --- a/net/gmdns/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gmdns-0.1.tar.bz2) = 8915a10de6236b2c4e18d2d8f40051d2 -SHA256 (gnome2/gmdns-0.1.tar.bz2) = 9ed7bb72fabf69f5324ca70185e83fe268f42a5e03ada3603a884971c2703437 -SIZE (gnome2/gmdns-0.1.tar.bz2) = 224351 diff --git a/net/gmdns/files/patch-Makefile.in b/net/gmdns/files/patch-Makefile.in deleted file mode 100644 index 9357ee41b568..000000000000 --- a/net/gmdns/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 01:17:16 2004 -+++ Makefile.in Sun Jun 6 01:17:21 2004 -@@ -93,7 +93,7 @@ - STRIP = @STRIP@ - VERSION = @VERSION@ - --SUBDIRS = src test -+SUBDIRS = src - - pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = gmdns.pc diff --git a/net/gmdns/files/patch-configure b/net/gmdns/files/patch-configure deleted file mode 100644 index 9a722e570448..000000000000 --- a/net/gmdns/files/patch-configure +++ /dev/null @@ -1,53 +0,0 @@ ---- configure.orig Sun Jun 6 01:23:07 2004 -+++ configure Sun Jun 6 01:23:32 2004 -@@ -19108,50 +19108,18 @@ - echo "*** to the full path to pkg-config." - echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." - else -- PKG_CONFIG_MIN_VERSION=0.9.0 -- if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then -- echo "$as_me:$LINENO: checking for gtk+-2.0" >&5 --echo $ECHO_N "checking for gtk+-2.0... $ECHO_C" >&6 -- -- if $PKG_CONFIG --exists "gtk+-2.0" ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 - succeeded=yes -- -- echo "$as_me:$LINENO: checking GUITEST_CFLAGS" >&5 --echo $ECHO_N "checking GUITEST_CFLAGS... $ECHO_C" >&6 -- GUITEST_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0"` -- echo "$as_me:$LINENO: result: $GUITEST_CFLAGS" >&5 --echo "${ECHO_T}$GUITEST_CFLAGS" >&6 -- -- echo "$as_me:$LINENO: checking GUITEST_LIBS" >&5 --echo $ECHO_N "checking GUITEST_LIBS... $ECHO_C" >&6 -- GUITEST_LIBS=`$PKG_CONFIG --libs "gtk+-2.0"` -- echo "$as_me:$LINENO: result: $GUITEST_LIBS" >&5 --echo "${ECHO_T}$GUITEST_LIBS" >&6 -- else - GUITEST_CFLAGS="" - GUITEST_LIBS="" - ## If we have a custom action on failure, don't print errors, but - ## do set a variable so people can do so. -- GUITEST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0"` -- echo $GUITEST_PKG_ERRORS -- fi - - - -- else -- echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." -- echo "*** See http://www.freedesktop.org/software/pkgconfig" -- fi - fi - - if test $succeeded = yes; then - : -- else -- { { echo "$as_me:$LINENO: error: Library requirements (gtk+-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 --echo "$as_me: error: Library requirements (gtk+-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} -- { (exit 1); exit 1; }; } - fi - - diff --git a/net/gmdns/files/patch-src_Makefile.in b/net/gmdns/files/patch-src_Makefile.in deleted file mode 100644 index 991a5de2e49b..000000000000 --- a/net/gmdns/files/patch-src_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.in.orig Sun Jun 6 01:25:02 2004 -+++ src/Makefile.in Sun Jun 6 01:25:09 2004 -@@ -97,8 +97,8 @@ - - MDNSD_FILES = 1035.h mdnsd.h 1035.c mdnsd.c - --CFLAGS = $(GOBJECT_CFLAGS) -Wall -Werror -g --LDFLAGS = $(GOBJECT_LIBS) -+CFLAGS += $(GOBJECT_CFLAGS) -Wall -Werror -g -+LDFLAGS += $(GOBJECT_LIBS) - - lib_LTLIBRARIES = libgmdns.la - diff --git a/net/gmdns/files/patch-src_gmdns-query.h b/net/gmdns/files/patch-src_gmdns-query.h deleted file mode 100644 index 51bb2d7743c4..000000000000 --- a/net/gmdns/files/patch-src_gmdns-query.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/gmdns-query.h.orig Sat Jun 5 23:08:23 2004 -+++ src/gmdns-query.h Sat Jun 5 23:09:06 2004 -@@ -23,7 +23,10 @@ - - #include <glib-object.h> - #include <gmdns.h> -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - - #define GMDNS_TYPE_QUERY (gmdns_query_get_type ()) - #define GMDNS_QUERY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GMDNS_TYPE_QUERY, GmDNSQuery)) diff --git a/net/gmdns/files/patch-src_gmdns-service-query.h b/net/gmdns/files/patch-src_gmdns-service-query.h deleted file mode 100644 index 6fb7f906b14d..000000000000 --- a/net/gmdns/files/patch-src_gmdns-service-query.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/gmdns-service-query.h.orig Sun Jun 6 01:16:02 2004 -+++ src/gmdns-service-query.h Sun Jun 6 01:16:25 2004 -@@ -23,7 +23,10 @@ - - #include <glib-object.h> - #include <gmdns.h> -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - - #define GMDNS_TYPE_SERVICE_QUERY (gmdns_service_query_get_type ()) - #define GMDNS_SERVICE_QUERY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GMDNS_TYPE_SERVICE_QUERY, GmDNSServiceQuery)) diff --git a/net/gmdns/files/patch-src_gmdns-service.c b/net/gmdns/files/patch-src_gmdns-service.c deleted file mode 100644 index 1be48437f989..000000000000 --- a/net/gmdns/files/patch-src_gmdns-service.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gmdns-service.c.orig Sun Jun 6 01:14:54 2004 -+++ src/gmdns-service.c Sun Jun 6 01:15:12 2004 -@@ -304,10 +304,12 @@ - gmdns_service_new (const char* name, const char* service_name, - const char* protocol, const char* domain) - { -+ GmDNSService *service; -+ - g_return_val_if_fail (name != NULL, NULL); - g_return_val_if_fail (service_name != NULL, NULL); - -- GmDNSService *service = -+ service = - (GmDNSService*) g_object_new (GMDNS_TYPE_SERVICE, NULL); - - if (protocol == NULL) { diff --git a/net/gmdns/files/patch-src_gmdns-txt.c b/net/gmdns/files/patch-src_gmdns-txt.c deleted file mode 100644 index 8006992d6ad7..000000000000 --- a/net/gmdns/files/patch-src_gmdns-txt.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/gmdns-txt.c.orig Fri Jun 4 13:19:40 2004 -+++ src/gmdns-txt.c Fri Jun 18 15:19:04 2004 -@@ -78,7 +78,11 @@ - } - - if (pairlen+i > len) { -+#if GLIB_SIZEOF_LONG == 4 - g_warning ("invalid record (pair claims to extend beyond the end of the record (%d + %d > len = %d))", pairlen, i, len); -+#else -+ g_warning ("invalid record (pair claims to extend beyond the end of the record (%d + %d > len = %ld))", pairlen, i, len); -+#endif - return hash; - } - -@@ -106,6 +110,7 @@ - return hash; - } - -+ name = g_strndup (work, namelen); - value = g_strndup (work + namelen + 1, valuelen); - - if (hash == NULL) { diff --git a/net/gmdns/files/patch-src_gmdns.c b/net/gmdns/files/patch-src_gmdns.c deleted file mode 100644 index 4dee7cbd412a..000000000000 --- a/net/gmdns/files/patch-src_gmdns.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gmdns.c.orig Sat Jun 5 23:06:29 2004 -+++ src/gmdns.c Sat Jun 5 23:07:20 2004 -@@ -439,7 +439,7 @@ - - /* if there are no more listeners */ - if (aq->listeners == NULL) { -- g_message ("mdnsd_query (%s, %d, %p, %p)\n", name, type, NULL, NULL); -+ g_message ("mdnsd_query (%s, %d, %p, %p)\n", name, type, (void*)NULL, (void*)NULL); - /* stop the query */ - mdnsd_query (GMDNS_MDNSD, (char*) name, type, NULL, NULL); - diff --git a/net/gmdns/pkg-descr b/net/gmdns/pkg-descr deleted file mode 100644 index 3d8453b0705d..000000000000 --- a/net/gmdns/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Gmdns is a GNU implementation of the multicast DNS protocol, a component of -Zerconf (aka Rendezvous by Apple). diff --git a/net/gmdns/pkg-plist b/net/gmdns/pkg-plist deleted file mode 100644 index fdd62f1fdf1c..000000000000 --- a/net/gmdns/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -include/gmdns/gmdns-query.h -include/gmdns/gmdns-record.h -include/gmdns/gmdns-service-query.h -include/gmdns/gmdns-service.h -include/gmdns/gmdns.h -lib/libgmdns.a -lib/libgmdns.la -lib/libgmdns.so -lib/libgmdns.so.0 -libdata/pkgconfig/gmdns.pc -@dirrm include/gmdns |