aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2011-02-27 22:27:43 +0800
committeraraujo <araujo@FreeBSD.org>2011-02-27 22:27:43 +0800
commit46565070ea32dbcfd38aaa5fdd058dc6db35e0f9 (patch)
treee893db2a4503961162eac8af314c398181654ad0
parentc86829ee151976b22309c7aeb720c00e854528b0 (diff)
downloadfreebsd-ports-gnome-46565070ea32dbcfd38aaa5fdd058dc6db35e0f9.tar.gz
freebsd-ports-gnome-46565070ea32dbcfd38aaa5fdd058dc6db35e0f9.tar.zst
freebsd-ports-gnome-46565070ea32dbcfd38aaa5fdd058dc6db35e0f9.zip
- It is no longer maintained, updated as well as can't be fetched, try to use net/gnet2.
Reported by: pointyhat (miwi)
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/gnet/Makefile48
-rw-r--r--net/gnet/distinfo3
-rw-r--r--net/gnet/files/patch-configure13
-rw-r--r--net/gnet/pkg-descr3
-rw-r--r--net/gnet/pkg-plist74
7 files changed, 1 insertions, 142 deletions
diff --git a/MOVED b/MOVED
index 4b66b1ffef5b..b402d13730ee 100644
--- a/MOVED
+++ b/MOVED
@@ -1552,3 +1552,4 @@ security/py-hashlib||2011-02-25|Removed, part of python since python25
www/py-hashlib||2011-02-25|Removed, part of python since python25
x11/gstreamer-plugins-vdpau|multimedia/gstreamer-plugins-vdpau|2011-02-25|Move to the multimedia category
x11/gir-repository-babl|x11/babl|2011-02-25|Merged into babl
+net/gnet|net/gnet2|2011-02-27|It is no longer maintained as well as updated, try to use net/gnet2
diff --git a/net/Makefile b/net/Makefile
index a94bd40554f8..cbe31ec6b171 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -184,7 +184,6 @@
SUBDIR += gkrellmwireless
SUBDIR += gkrellmwireless2
SUBDIR += glflow
- SUBDIR += gnet
SUBDIR += gnet2
SUBDIR += gnetcat
SUBDIR += gnoemoe
diff --git a/net/gnet/Makefile b/net/gnet/Makefile
deleted file mode 100644
index 70af69c6a4da..000000000000
--- a/net/gnet/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: gnet
-# Date created: 16 February 2000
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnet
-PORTVERSION= 1.1.9
-CATEGORIES= net
-MASTER_SITES= http://www.gnetlibrary.org/src/
-
-MAINTAINER= araujo@FreeBSD.org
-COMMENT= A simple network library built upon Glib
-
-USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack glib12
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-MAN1= gnet-config.1
-
-post-patch:
-# fix pthreads detection
- @${REINPLACE_CMD} -E -e 's,-lpthread|-lc_r,${PTHREAD_LIBS},' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-# remove "release" information from lib name
- @${REINPLACE_CMD} -E -e 's|-release[ ]+\$$\(LT_RELEASE\)||g' \
- ${WRKSRC}/src/Makefile.in
-# don't install gnet-config script with odd name. We will install it ourselves
- @${REINPLACE_CMD} -E -e 's|^(install-exec-am:).+$$|\1|' \
- ${WRKSRC}/Makefile.in
-# install gnet-config.1 man (not another name). Revise at EVERY port update
- @${REINPLACE_CMD} -e 's|\$$\$$inst|\$$\$$file|g' \
- ${WRKSRC}/doc/Makefile.in
-# install configincludedir correctly
- @${REINPLACE_CMD} -E -e 's|^(configincludedir).+$$|\1=\$$\(pkgincludedir\)|' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/gnet-config ${PREFIX}/bin
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/gnet/distinfo b/net/gnet/distinfo
deleted file mode 100644
index a5c9188b1c80..000000000000
--- a/net/gnet/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnet-1.1.9.tar.gz) = 381b5c6d4031806fc4c3e6b28dc752ec
-SHA256 (gnet-1.1.9.tar.gz) = 9bbbf915c3daba553698355e6e4fd6e403279d72cd7064e1ab386fbb0d2373d2
-SIZE (gnet-1.1.9.tar.gz) = 351618
diff --git a/net/gnet/files/patch-configure b/net/gnet/files/patch-configure
deleted file mode 100644
index 0071caef4a7f..000000000000
--- a/net/gnet/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- configure 2002/07/20 11:29:10 1.1
-+++ configure 2002/07/20 11:29:19
-@@ -6725,6 +6725,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/net/gnet/pkg-descr b/net/gnet/pkg-descr
deleted file mode 100644
index 370d05dfadb7..000000000000
--- a/net/gnet/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A simple network library built upon glib.
-
-WWW: http://www.gnetlibrary.org/
diff --git a/net/gnet/pkg-plist b/net/gnet/pkg-plist
deleted file mode 100644
index 43ded6272e99..000000000000
--- a/net/gnet/pkg-plist
+++ /dev/null
@@ -1,74 +0,0 @@
-bin/gnet-config
-include/gnet/conn.h
-include/gnet/gnet.h
-include/gnet/gnetconfig.h
-include/gnet/inetaddr.h
-include/gnet/iochannel.h
-include/gnet/mcast.h
-include/gnet/md5.h
-include/gnet/pack.h
-include/gnet/server.h
-include/gnet/sha.h
-include/gnet/socks.h
-include/gnet/tcp.h
-include/gnet/udp.h
-include/gnet/unix.h
-include/gnet/url.h
-lib/libgnet.a
-lib/libgnet.la
-lib/libgnet.so
-lib/libgnet.so.7
-libdata/pkgconfig/gnet.pc
-share/aclocal/gnet.m4
-%%PORTDOCS%%%%DOCSDIR%%/book1.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-conn.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-developers-tips.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-developers.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-examples.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-gnet.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-inetaddr.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-iochannel.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-mcast.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-md5.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-overview.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-pack.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-server.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-sha.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-socks.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-tcp.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-udp.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-unix.html
-%%PORTDOCS%%%%DOCSDIR%%/gnet-url.html
-%%PORTDOCS%%%%DOCSDIR%%/hfetch.html
-%%PORTDOCS%%%%DOCSDIR%%/libgnet-reference.html
-%%PORTDOCS%%%%DOCSDIR%%/sdr.html
-%%PORTDOCS%%%%DOCSDIR%%/tests.html
-share/doc/libgnet1.1-dev/html/book1.html
-share/doc/libgnet1.1-dev/html/gnet-conn.html
-share/doc/libgnet1.1-dev/html/gnet-developers-tips.html
-share/doc/libgnet1.1-dev/html/gnet-developers.html
-share/doc/libgnet1.1-dev/html/gnet-examples.html
-share/doc/libgnet1.1-dev/html/gnet-gnet.html
-share/doc/libgnet1.1-dev/html/gnet-inetaddr.html
-share/doc/libgnet1.1-dev/html/gnet-iochannel.html
-share/doc/libgnet1.1-dev/html/gnet-mcast.html
-share/doc/libgnet1.1-dev/html/gnet-md5.html
-share/doc/libgnet1.1-dev/html/gnet-overview.html
-share/doc/libgnet1.1-dev/html/gnet-pack.html
-share/doc/libgnet1.1-dev/html/gnet-server.html
-share/doc/libgnet1.1-dev/html/gnet-sha.html
-share/doc/libgnet1.1-dev/html/gnet-socks.html
-share/doc/libgnet1.1-dev/html/gnet-tcp.html
-share/doc/libgnet1.1-dev/html/gnet-udp.html
-share/doc/libgnet1.1-dev/html/gnet-unix.html
-share/doc/libgnet1.1-dev/html/gnet-url.html
-share/doc/libgnet1.1-dev/html/hfetch.html
-share/doc/libgnet1.1-dev/html/index.html
-share/doc/libgnet1.1-dev/html/index.sgml
-share/doc/libgnet1.1-dev/html/libgnet-reference.html
-share/doc/libgnet1.1-dev/html/sdr.html
-share/doc/libgnet1.1-dev/html/tests.html
-@dirrm share/doc/libgnet1.1-dev/html
-@dirrm share/doc/libgnet1.1-dev
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm include/gnet