diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
commit | a6888a2a213b49d671bf658e58428d9a1d342f66 (patch) | |
tree | 73b4b8892d2a32df0f24d16b19046bc481baf971 /net | |
parent | a740241125f843ca61310f787f0eea0d5b40784f (diff) | |
download | marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
52 files changed, 0 insertions, 1927 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile deleted file mode 100644 index 2c31254cd..000000000 --- a/net/avahi-app/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# New ports collection makefile for: avahi -# Date created: 18 November 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/avahi-app/Makefile,v 1.8 2008/01/19 20:08:24 marcus Exp $ -# - -PORTNAME= avahi -PORTVERSION= 0.6.22 -PORTREVISION?= 2 -CATEGORIES?= net dns -MASTER_SITES= http://www.avahi.org/download/ -PKGNAMESUFFIX?= -app - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Service discovery on a local network - -LIB_DEPENDS?= expat.6:${PORTSDIR}/textproc/expat2 \ - daemon.0:${PORTSDIR}/devel/libdaemon \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gdbm.3:${PORTSDIR}/databases/gdbm - -USE_GNOME?= gnomehack ltverhack glib20 intltool -USE_GETTEXT= yes -USE_GNOME_SUBR= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -AVAHI_SLAVE?= no -CONFIGURE_ARGS?=--with-distro=freebsd \ - --with-dbus-system-address=unix:path=/var/run/dbus/system_bus_socket \ - --disable-monodoc \ - --disable-doxygen-doc \ - --disable-doxygen-dot \ - --localstatedir=/var \ - --enable-compat-howl -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_KQUEUE" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.if ${AVAHI_SLAVE}=="no" -CONFLICTS= howl-[0-9]* - -MAN1= avahi-browse.1 avahi-publish.1 avahi-resolve.1 avahi-set-host-name.1 -MAN5= avahi-daemon.conf.5 avahi.service.5 avahi.hosts.5 -MAN8= avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 - -MLINKS= avahi-browse.1 avahi-browse-domains.1 \ - avahi-publish.1 avahi-publish-address.1 \ - avahi-publish.1 avahi-publish-service.1 \ - avahi-resolve.1 avahi-resolve-address.1 \ - avahi-resolve.1 avahi-resolve-host-name.1 -.endif - -USE_RC_SUBR=yes - -.include <bsd.port.pre.mk> - -.if ${AVAHI_SLAVE}=="autoipd" -CONFIGURE_ARGS+=--enable-autoipd -.if ${OSVERSION} < 600000 -IGNORE= ${PORTNAME} does not build with libpcap from FreeBSD ${OSVERSION} -.endif -.else -CONFIGURE_ARGS+=--disable-autoipd -.endif -.if ${AVAHI_SLAVE}=="gtk" -CONFIGURE_ARGS+=--enable-gtk -.else -CONFIGURE_ARGS+=--disable-gtk -.endif -.if ${AVAHI_SLAVE}=="libdns" -CONFIGURE_ARGS+=--enable-compat-libdns_sd -.else -CONFIGURE_ARGS+=--disable-compat-libdns_sd -.endif -.if ${AVAHI_SLAVE}=="python" -CONFIGURE_ARGS+=--enable-python -.else -CONFIGURE_ARGS+=--disable-python -.endif -.if ${AVAHI_SLAVE}=="qt3" -CONFIGURE_ARGS+=--enable-qt3 -.else -CONFIGURE_ARGS+=--disable-qt3 -.endif -.if ${AVAHI_SLAVE}=="qt4" -CONFIGURE_ARGS+=--enable-qt4 \ - --disable-expat \ - --disable-gdbm -.else -CONFIGURE_ARGS+=--disable-qt4 -.endif -.if ${AVAHI_SLAVE}=="sharp" -CONFIGURE_ARGS+=--enable-mono -.else -CONFIGURE_ARGS+=--disable-mono -.endif - -post-patch: avahi-post-patch - -avahi-post-patch: - @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \ - ${WRKSRC}/man/*.* - @${RM} -f ${WRKSRC}/man/*.bak - @${REINPLACE_CMD} -e 's|-ldl||g ; s|netdev|network|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/avahi-client/Makefile.in \ - ${WRKSRC}/avahi-daemon/Makefile.in - @${REINPLACE_CMD} -e 's|%%RC_SUBR%%|${RC_SUBR}| ; \ - s|%%GNOME_SUBR%%|${GNOME_SUBR}|' \ - ${WRKSRC}/initscript/freebsd/avahi-dnsconfd.sh.in \ - ${WRKSRC}/initscript/freebsd/avahi-daemon.sh.in - @${REINPLACE_CMD} -e 's|dbus_connection_disconnect|dbus_connection_close|g' \ - ${WRKSRC}/avahi-client/client.c \ - ${WRKSRC}/avahi-daemon/dbus-protocol.c - -post-build: avahi-post-build - -avahi-post-build: -.for f in ${AVAHI_PKGCONFIG} - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${f} -.endfor - -pre-su-install: avahi-pre-su-install - -avahi-pre-su-install: -.if ${AVAHI_SLAVE}=="no" - @${MKDIR} ${PREFIX}/lib/avahi - @${TOUCH} -f ${PREFIX}/lib/avahi/.keep -.endif - -post-install: avahi-post-install - -avahi-post-install: -.if ${AVAHI_SLAVE}!="no" -.for f in ${MAN1} ${MAN2} ${MAN3} ${MAN4} ${MAN5} ${MAN6} ${MAN7} ${MAN8} ${MAN9} - ${INSTALL_DATA} ${WRKSRC}/man/${f} ${PREFIX}/man/man${f:E}/${f} -.endfor -.endif -.for f in ${AVAHI_PKGCONFIG} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/pkgconfig -.endfor -.if !defined(PACKAGE_BUILDING) && (${AVAHI_SLAVE}=="no" || ${AVAHI_SLAVE}=="autoipd") - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.include <bsd.port.post.mk> diff --git a/net/avahi-app/distinfo b/net/avahi-app/distinfo deleted file mode 100644 index 258a9c7d0..000000000 --- a/net/avahi-app/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (avahi-0.6.22.tar.gz) = c84b1a8a23126e188426728710414dc8 -SHA256 (avahi-0.6.22.tar.gz) = 9dc6f870b6ce050059054a26bfc15d6e7a836fa299edd1b89c63c1089bfedd52 -SIZE (avahi-0.6.22.tar.gz) = 1199901 diff --git a/net/avahi-app/files/patch-Makefile.in b/net/avahi-app/files/patch-Makefile.in deleted file mode 100644 index 9c2862103..000000000 --- a/net/avahi-app/files/patch-Makefile.in +++ /dev/null @@ -1,50 +0,0 @@ ---- Makefile.in.orig Wed Oct 11 01:31:58 2006 -+++ Makefile.in Wed Oct 11 01:34:55 2006 -@@ -1057,21 +1056,29 @@ uninstall-info: uninstall-info-recursive - avahi-core.pc: avahi-core.pc.in - sed -e 's,@prefix\@,$(prefix),g' \ - -e 's,@libdir\@,$(libdir),g' \ -+ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ -+ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ - -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @HAVE_DBUS_TRUE@avahi-client.pc: avahi-client.pc.in - @HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @HAVE_DBUS_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi-compat-howl.pc: avahi-compat-howl.pc.in - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' $< > $@ - - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@avahi-compat-libdns_sd.pc: avahi-compat-libdns_sd.pc.in - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@avahi-sharp.pc: avahi-sharp.pc.in -@@ -1096,6 +1104,8 @@ - @HAVE_GLIB_TRUE@avahi-glib.pc: avahi-glib.pc.in - @HAVE_GLIB_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @HAVE_GLIB_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@HAVE_GLIB_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@HAVE_GLIB_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @HAVE_GLIB_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@avahi-ui.pc: avahi-ui.pc.in -@@ -1106,6 +1116,8 @@ - @HAVE_QT3_TRUE@avahi-qt3.pc: avahi-qt3.pc.in - @HAVE_QT3_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ - @HAVE_QT3_TRUE@ -e 's,@libdir\@,$(libdir),g' \ -+@HAVE_QT3_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ -+@HAVE_QT3_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ - @HAVE_QT3_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ - - @HAVE_QT4_TRUE@avahi-qt4.pc: avahi-qt4.pc.in diff --git a/net/avahi-app/files/patch-avahi-autoipd_main.c b/net/avahi-app/files/patch-avahi-autoipd_main.c deleted file mode 100644 index f67ed7a2a..000000000 --- a/net/avahi-app/files/patch-avahi-autoipd_main.c +++ /dev/null @@ -1,13 +0,0 @@ ---- avahi-autoipd/main.c.orig 2007-12-19 15:22:16.000000000 +0000 -+++ avahi-autoipd/main.c 2007-12-19 15:23:39.000000000 +0000 -@@ -64,8 +64,8 @@ - #include <pcap.h> - - /* Old versions of PCAP defined it as D_IN */ --#ifndef PCAP_D_IN --#define PCAP_D_IN D_IN -+#ifndef D_IN -+#define D_IN PCAP_D_IN - #endif - - #endif diff --git a/net/avahi-app/files/patch-avahi-client.pc.in b/net/avahi-app/files/patch-avahi-client.pc.in deleted file mode 100644 index e980e52e0..000000000 --- a/net/avahi-app/files/patch-avahi-client.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-client.pc.in.orig Mon May 15 02:28:25 2006 -+++ avahi-client.pc.in Mon May 15 02:30:08 2006 -@@ -6,5 +6,5 @@ - Name: avahi-client - Description: Avahi Multicast DNS Responder (Client Support) - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -lavahi-common -lavahi-client --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-common -lavahi-client @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-common_Makefile.in b/net/avahi-app/files/patch-avahi-common_Makefile.in deleted file mode 100644 index e30b7e2af..000000000 --- a/net/avahi-app/files/patch-avahi-common_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- avahi-common/Makefile.in.orig 2007-12-24 13:57:24.000000000 -0500 -+++ avahi-common/Makefile.in 2007-12-24 14:00:15.000000000 -0500 -@@ -555,7 +555,7 @@ libavahi_common_la_SOURCES = \ - i18n.c i18n.h - - libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\" --libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) -+libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(INTLLIBS) - libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO) - strlst_test_SOURCES = \ - strlst.c strlst.h \ diff --git a/net/avahi-app/files/patch-avahi-compat-howl.pc.in b/net/avahi-app/files/patch-avahi-compat-howl.pc.in deleted file mode 100644 index f101cc1da..000000000 --- a/net/avahi-app/files/patch-avahi-compat-howl.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-compat-howl.pc.in.orig Sun Jan 29 13:32:39 2006 -+++ avahi-compat-howl.pc.in Sun Jan 29 13:32:56 2006 -@@ -6,5 +6,5 @@ - Name: avahi-compat-howl - Description: Avahi Multicast DNS Responder (HOWL Compatibility) - Version: @HOWL_COMPAT_VERSION@ --Libs: -L${libdir} -lhowl --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lhowl @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-compat-libdns_sd.pc.in b/net/avahi-app/files/patch-avahi-compat-libdns_sd.pc.in deleted file mode 100644 index 8487c1b5a..000000000 --- a/net/avahi-app/files/patch-avahi-compat-libdns_sd.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-compat-libdns_sd.pc.in.orig Sun Jan 29 13:33:21 2006 -+++ avahi-compat-libdns_sd.pc.in Sun Jan 29 13:33:40 2006 -@@ -6,5 +6,5 @@ - Name: avahi-compat-libdns_sd - Description: Avahi Multicast DNS Responder (libdns_sd Compatibility) - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -ldns_sd --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -ldns_sd @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-compat-libdns_sd_Makefile.in b/net/avahi-app/files/patch-avahi-compat-libdns_sd_Makefile.in deleted file mode 100644 index f111db2ab..000000000 --- a/net/avahi-app/files/patch-avahi-compat-libdns_sd_Makefile.in +++ /dev/null @@ -1,58 +0,0 @@ ---- avahi-compat-libdns_sd/Makefile.in.orig 2007-07-31 12:31:07.000000000 -0400 -+++ avahi-compat-libdns_sd/Makefile.in 2007-07-31 12:35:41.000000000 -0400 -@@ -101,17 +101,14 @@ - null_test_OBJECTS = $(am_null_test_OBJECTS) - am__DEPENDENCIES_1 = - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \ --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \ --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la \ --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) - am__txt_test_SOURCES_DIST = dns_sd.h txt.c txt-test.c warn.c warn.h - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am_txt_test_OBJECTS = txt_test-txt.$(OBJEXT) \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt_test-txt-test.$(OBJEXT) \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt_test-warn.$(OBJEXT) - txt_test_OBJECTS = $(am_txt_test_OBJECTS) - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \ --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \ --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -430,7 +427,7 @@ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h - - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) `$(PKG_CONFIG) --libs --cflags avahi-client` - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_SOURCES = \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ dns_sd.h \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt.c \ -@@ -438,7 +435,7 @@ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h - - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) `$(PKG_CONFIG) --libs --cflags avahi-client` - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_SOURCES = \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ dns_sd.h \ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ compat.c \ -@@ -446,7 +443,7 @@ - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h - - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) `$(PKG_CONFIG) --libs --cflags avahi-client` - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@CLEANFILES = libdns_sd-test.o libdns_sd-test - all: all-am - -@@ -883,7 +880,7 @@ - - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd-test: libdns_sd-test.c libdns_sd.la - @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(LIBTOOL) --mode=compile $(CC) $(AM_CFLAGS) $(PTHREAD_CFLAGS) -o libdns_sd-test.o -c libdns_sd-test.c --@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(PTHREAD_CFLAGS) -o libdns_sd-test libdns_sd-test.o $(PTHREAD_LIBS) ../avahi-common/libavahi-common.la libdns_sd.la -+@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(PTHREAD_CFLAGS) -o libdns_sd-test libdns_sd-test.o $(PTHREAD_LIBS) libdns_sd.la - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/net/avahi-app/files/patch-avahi-core.pc.in b/net/avahi-app/files/patch-avahi-core.pc.in deleted file mode 100644 index fdde41be9..000000000 --- a/net/avahi-app/files/patch-avahi-core.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-core.pc.in.orig Sun Jan 29 13:31:30 2006 -+++ avahi-core.pc.in Sun Jan 29 13:31:48 2006 -@@ -6,5 +6,5 @@ - Name: avahi-core - Description: Avahi Multicast DNS Responder (Embeddable Stack) - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -lavahi-common -lavahi-core --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-common -lavahi-core @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-daemon_Makefile.in b/net/avahi-app/files/patch-avahi-daemon_Makefile.in deleted file mode 100644 index d1bec2793..000000000 --- a/net/avahi-app/files/patch-avahi-daemon_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- avahi-daemon/Makefile.in.orig 2007-12-19 14:17:37.000000000 +0000 -+++ avahi-daemon/Makefile.in 2007-12-19 14:17:43.000000000 +0000 -@@ -709,7 +709,7 @@ - done - avahi-daemon$(EXEEXT): $(avahi_daemon_OBJECTS) $(avahi_daemon_DEPENDENCIES) - @rm -f avahi-daemon$(EXEEXT) -- $(LINK) $(avahi_daemon_LDFLAGS) $(avahi_daemon_OBJECTS) $(avahi_daemon_LDADD) $(LIBS) -+ $(LINK) $(avahi_daemon_LDFLAGS) $(avahi_daemon_OBJECTS) $(avahi_daemon_LDADD) $(LIBS) $(INTLLIBS) - ini-file-parser-test$(EXEEXT): $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_DEPENDENCIES) - @rm -f ini-file-parser-test$(EXEEXT) - $(LINK) $(ini_file_parser_test_LDFLAGS) $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_LDADD) $(LIBS) diff --git a/net/avahi-app/files/patch-avahi-daemon_main.c b/net/avahi-app/files/patch-avahi-daemon_main.c deleted file mode 100644 index c95ab399f..000000000 --- a/net/avahi-app/files/patch-avahi-daemon_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- avahi-daemon/main.c.orig 2007-08-26 00:48:40.000000000 -0400 -+++ avahi-daemon/main.c 2007-08-26 00:49:04.000000000 -0400 -@@ -317,6 +317,11 @@ static void update_browse_domains(void) - int n; - char **p; - -+ if (!resolv_conf_search_domains) { -+ avahi_server_set_browse_domains(avahi_server, NULL); -+ return; -+ } -+ - l = avahi_string_list_copy(config.server_config.browse_domains); - - for (p = resolv_conf_search_domains, n = 0; *p && n < BROWSE_DOMAINS_MAX; p++, n++) { diff --git a/net/avahi-app/files/patch-avahi-discover-standalone_Makefile.in b/net/avahi-app/files/patch-avahi-discover-standalone_Makefile.in deleted file mode 100644 index 70562fd5a..000000000 --- a/net/avahi-app/files/patch-avahi-discover-standalone_Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- avahi-discover-standalone/Makefile.in.orig Tue Jul 31 11:41:28 2007 -+++ avahi-discover-standalone/Makefile.in Tue Jul 31 11:43:05 2007 -@@ -79,9 +79,6 @@ - $(am_avahi_discover_standalone_OBJECTS) - am__DEPENDENCIES_1 = - @HAVE_GTK_TRUE@avahi_discover_standalone_DEPENDENCIES = \ --@HAVE_GTK_TRUE@ ../avahi-common/libavahi-common.la \ --@HAVE_GTK_TRUE@ ../avahi-glib/libavahi-glib.la \ --@HAVE_GTK_TRUE@ ../avahi-core/libavahi-core.la \ - @HAVE_GTK_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - @HAVE_GTK_TRUE@ $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -@@ -406,10 +403,7 @@ - @HAVE_GTK_TRUE@ -DAVAHI_INTERFACES_DIR=\"$(interfacesdir)\" - - @HAVE_GTK_TRUE@avahi_discover_standalone_LDADD = \ --@HAVE_GTK_TRUE@ $(AM_LDADD) \ --@HAVE_GTK_TRUE@ ../avahi-common/libavahi-common.la \ --@HAVE_GTK_TRUE@ ../avahi-glib/libavahi-glib.la \ --@HAVE_GTK_TRUE@ ../avahi-core/libavahi-core.la \ -+@HAVE_GTK_TRUE@ $(AM_LDADD) `$(PKG_CONFIG) --cflags --libs avahi-client avahi-core avahi-glib` \ - @HAVE_GTK_TRUE@ $(GLIB20_LIBS) $(GTK20_LIBS) $(GLADE20_LIBS) - - @HAVE_GTK_FALSE@@HAVE_PYTHON_DBUS_TRUE@interfaces_DATA = $(interfaces) diff --git a/net/avahi-app/files/patch-avahi-glib.pc.in b/net/avahi-app/files/patch-avahi-glib.pc.in deleted file mode 100644 index e2633c32d..000000000 --- a/net/avahi-app/files/patch-avahi-glib.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-glib.pc.in.orig Mon May 15 02:31:01 2006 -+++ avahi-glib.pc.in Mon May 15 02:31:25 2006 -@@ -7,5 +7,5 @@ - Description: Avahi Multicast DNS Responder (GLib Support) - Version: @PACKAGE_VERSION@ - Requires: glib-2.0 --Libs: -L${libdir} -lavahi-glib --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-glib @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-qt3.pc.in b/net/avahi-app/files/patch-avahi-qt3.pc.in deleted file mode 100644 index 8174f2584..000000000 --- a/net/avahi-app/files/patch-avahi-qt3.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-qt3.pc.in.orig Thu Apr 12 00:18:53 2007 -+++ avahi-qt3.pc.in Thu Apr 12 00:19:20 2007 -@@ -7,5 +7,5 @@ Name: avahi-qt3 - Description: Avahi Multicast DNS Responder (QT3 Support) - Version: @PACKAGE_VERSION@ - Requires.private: qt-mt >= 3.0.0 --Libs: -L${libdir} -lavahi-qt3 --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-qt3 @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-qt4.pc.in b/net/avahi-app/files/patch-avahi-qt4.pc.in deleted file mode 100644 index 7bffe2d95..000000000 --- a/net/avahi-app/files/patch-avahi-qt4.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- avahi-qt4.pc.in.orig 2006-01-23 07:15:20.000000000 +1000 -+++ avahi-qt4.pc.in 2007-10-28 12:10:17.000000000 +1000 -@@ -7,5 +7,5 @@ - Description: Avahi Multicast DNS Responder (QT4 Support) - Version: @PACKAGE_VERSION@ - Requires.private: QtCore >= 4.0.0 --Libs: -L${libdir} -lavahi-qt4 --Cflags: -D_REENTRANT -I${includedir} -+Libs: -L${libdir} -lavahi-qt4 @PTHREAD_LIBS@ -+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} diff --git a/net/avahi-app/files/patch-avahi-qt_Makefile.in b/net/avahi-app/files/patch-avahi-qt_Makefile.in deleted file mode 100644 index 5788e2399..000000000 --- a/net/avahi-app/files/patch-avahi-qt_Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ ---- avahi-qt/Makefile.in.orig Thu Apr 12 00:16:01 2007 -+++ avahi-qt/Makefile.in Thu Apr 12 00:17:25 2007 -@@ -90,7 +90,6 @@ libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - @HAVE_QT3_TRUE@libavahi_qt3_la_DEPENDENCIES = \ --@HAVE_QT3_TRUE@ ../avahi-common/libavahi-common.la \ - @HAVE_QT3_TRUE@ $(am__DEPENDENCIES_1) - am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp - @HAVE_QT3_TRUE@am_libavahi_qt3_la_OBJECTS = \ -@@ -98,7 +97,6 @@ am__libavahi_qt3_la_SOURCES_DIST = qt-wa - libavahi_qt3_la_OBJECTS = $(am_libavahi_qt3_la_OBJECTS) - @HAVE_QT3_TRUE@am_libavahi_qt3_la_rpath = -rpath $(libdir) - @HAVE_QT4_TRUE@libavahi_qt4_la_DEPENDENCIES = \ --@HAVE_QT4_TRUE@ ../avahi-common/libavahi-common.la \ - @HAVE_QT4_TRUE@ $(am__DEPENDENCIES_1) - am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp - @HAVE_QT4_TRUE@am_libavahi_qt4_la_OBJECTS = \ -@@ -418,7 +416,7 @@ BUILT_SOURCES = $(am__append_2) $(am__ap - @HAVE_QT3_TRUE@ qt-watch.cpp - - @HAVE_QT3_TRUE@libavahi_qt3_la_CPPFLAGS = $(AM_CFLAGS) $(QT3_CFLAGS) --@HAVE_QT3_TRUE@libavahi_qt3_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(QT3_LIBS) -+@HAVE_QT3_TRUE@libavahi_qt3_la_LIBADD = $(AM_LDADD) -lavahi-common $(QT3_LIBS) - @HAVE_QT3_TRUE@libavahi_qt3_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_QT3_VERSION_INFO) - @HAVE_QT4_TRUE@avahiqt4includedir = $(includedir)/avahi-qt4 - @HAVE_QT4_TRUE@avahiqt4include_HEADERS = \ -@@ -428,7 +426,7 @@ BUILT_SOURCES = $(am__append_2) $(am__ap - @HAVE_QT4_TRUE@ qt-watch.cpp - - @HAVE_QT4_TRUE@libavahi_qt4_la_CPPFLAGS = $(AM_CFLAGS) $(QT4_CFLAGS) -DQT4 --@HAVE_QT4_TRUE@libavahi_qt4_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(QT4_LIBS) -+@HAVE_QT4_TRUE@libavahi_qt4_la_LIBADD = $(AM_LDADD) -lavahi-common $(QT4_LIBS) - @HAVE_QT4_TRUE@libavahi_qt4_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_QT4_VERSION_INFO) - CLEANFILES = $(BUILT_SOURCES) - all: $(BUILT_SOURCES) diff --git a/net/avahi-app/files/patch-avahi-ui_Makefile.in b/net/avahi-app/files/patch-avahi-ui_Makefile.in deleted file mode 100644 index 531e50668..000000000 --- a/net/avahi-app/files/patch-avahi-ui_Makefile.in +++ /dev/null @@ -1,40 +0,0 @@ ---- avahi-ui/Makefile.in.orig Tue Jul 31 11:49:11 2007 -+++ avahi-ui/Makefile.in Tue Jul 31 11:50:37 2007 -@@ -89,9 +89,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@libavahi_ui_la_DEPENDENCIES = ../avahi-common/libavahi-common.la \ --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ ../avahi-client/libavahi-client.la \ --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ ../avahi-glib/libavahi-glib.la \ -+@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@libavahi_ui_la_DEPENDENCIES = \ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(am__DEPENDENCIES_1) \ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(am__DEPENDENCIES_1) - am__libavahi_ui_la_SOURCES_DIST = avahi-ui.h avahi-ui.c \ -@@ -112,8 +110,6 @@ - bssh_OBJECTS = $(am_bssh_OBJECTS) - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@bssh_DEPENDENCIES = \ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(am__DEPENDENCIES_1) \ --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ ../avahi-client/libavahi-client.la \ --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ ../avahi-common/libavahi-common.la \ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ libavahi-ui.la - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -439,15 +435,12 @@ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@libavahi_ui_la_CFLAGS = $(AM_CFLAGS) \ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(GTK20_CFLAGS) $(am__append_2) \ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(am__append_5) --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@libavahi_ui_la_LIBADD = $(AM_LDADD) \ --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ ../avahi-common/libavahi-common.la \ --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ ../avahi-client/libavahi-client.la \ --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ ../avahi-glib/libavahi-glib.la \ -+@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@libavahi_ui_la_LIBADD = $(AM_LDADD) `$(PKG_CONFIG) --cflags --libs avahi-client avahi-core avahi-glib` \ - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(GTK20_LIBS) $(am__append_3) - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@libavahi_ui_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_UI_VERSION_INFO) - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@bssh_SOURCES = bssh.c - @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@bssh_CFLAGS = $(AM_CFLAGS) $(GTK20_CFLAGS) --@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@bssh_LDADD = $(AM_LDADD) $(GTK20_LIBS) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la libavahi-ui.la -+@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@bssh_LDADD = $(AM_LDADD) $(GTK20_LIBS) `$(PKG_CONFIG) --cflags --libs avahi-client avahi-core` libavahi-ui.la - CLEANFILES = $(desktop_DATA) - all: all-am - diff --git a/net/avahi-app/files/patch-avahi-utils_Makefile.in b/net/avahi-app/files/patch-avahi-utils_Makefile.in deleted file mode 100644 index 9505c4fbe..000000000 --- a/net/avahi-app/files/patch-avahi-utils_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- avahi-utils/Makefile.in.orig 2007-12-19 14:37:00.000000000 +0000 -+++ avahi-utils/Makefile.in 2007-12-19 14:38:01.000000000 +0000 -@@ -570,16 +570,16 @@ - done - avahi-browse$(EXEEXT): $(avahi_browse_OBJECTS) $(avahi_browse_DEPENDENCIES) - @rm -f avahi-browse$(EXEEXT) -- $(LINK) $(avahi_browse_LDFLAGS) $(avahi_browse_OBJECTS) $(avahi_browse_LDADD) $(LIBS) -+ $(LINK) $(avahi_browse_LDFLAGS) $(avahi_browse_OBJECTS) $(avahi_browse_LDADD) $(LIBS) $(INTLLIBS) - avahi-publish$(EXEEXT): $(avahi_publish_OBJECTS) $(avahi_publish_DEPENDENCIES) - @rm -f avahi-publish$(EXEEXT) -- $(LINK) $(avahi_publish_LDFLAGS) $(avahi_publish_OBJECTS) $(avahi_publish_LDADD) $(LIBS) -+ $(LINK) $(avahi_publish_LDFLAGS) $(avahi_publish_OBJECTS) $(avahi_publish_LDADD) $(LIBS) $(INTLLIBS) - avahi-resolve$(EXEEXT): $(avahi_resolve_OBJECTS) $(avahi_resolve_DEPENDENCIES) - @rm -f avahi-resolve$(EXEEXT) -- $(LINK) $(avahi_resolve_LDFLAGS) $(avahi_resolve_OBJECTS) $(avahi_resolve_LDADD) $(LIBS) -+ $(LINK) $(avahi_resolve_LDFLAGS) $(avahi_resolve_OBJECTS) $(avahi_resolve_LDADD) $(LIBS) $(INTLLIBS) - avahi-set-host-name$(EXEEXT): $(avahi_set_host_name_OBJECTS) $(avahi_set_host_name_DEPENDENCIES) - @rm -f avahi-set-host-name$(EXEEXT) -- $(LINK) $(avahi_set_host_name_LDFLAGS) $(avahi_set_host_name_OBJECTS) $(avahi_set_host_name_LDADD) $(LIBS) -+ $(LINK) $(avahi_set_host_name_LDFLAGS) $(avahi_set_host_name_OBJECTS) $(avahi_set_host_name_LDADD) $(LIBS) $(INTLLIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) diff --git a/net/avahi-app/files/patch-configure b/net/avahi-app/files/patch-configure deleted file mode 100644 index 141c9403f..000000000 --- a/net/avahi-app/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Sat Jun 23 02:05:47 2007 -+++ configure Sat Jun 23 02:13:52 2007 -@@ -20338,6 +20338,7 @@ echo $ECHO_N "checking whether to check - check_inconsistencies=yes - case "${host_cpu}-${host_os}" in - *-darwin*) check_inconsistencies=no ;; -+ *-freebsd*) check_inconsistencies=no ;; - esac - if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then - { echo "$as_me:$LINENO: result: no" >&5 -@@ -22442,6 +22443,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+#include <sys/socket.h> - int - main () - { diff --git a/net/avahi-app/files/patch-dnsconfd_Makefile.in b/net/avahi-app/files/patch-dnsconfd_Makefile.in deleted file mode 100644 index 22e8ddb7a..000000000 --- a/net/avahi-app/files/patch-dnsconfd_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- avahi-dnsconfd/Makefile.in.orig 2007-12-19 14:33:03.000000000 +0000 -+++ avahi-dnsconfd/Makefile.in 2007-12-19 14:33:08.000000000 +0000 -@@ -523,7 +523,7 @@ - done - avahi-dnsconfd$(EXEEXT): $(avahi_dnsconfd_OBJECTS) $(avahi_dnsconfd_DEPENDENCIES) - @rm -f avahi-dnsconfd$(EXEEXT) -- $(LINK) $(avahi_dnsconfd_LDFLAGS) $(avahi_dnsconfd_OBJECTS) $(avahi_dnsconfd_LDADD) $(LIBS) -+ $(LINK) $(avahi_dnsconfd_LDFLAGS) $(avahi_dnsconfd_OBJECTS) $(avahi_dnsconfd_LDADD) $(LIBS) $(INTLLIBS) - install-pkgsysconfSCRIPTS: $(pkgsysconf_SCRIPTS) - @$(NORMAL_INSTALL) - test -z "$(pkgsysconfdir)" || $(mkdir_p) "$(DESTDIR)$(pkgsysconfdir)" diff --git a/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in b/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in deleted file mode 100644 index 564577bf0..000000000 --- a/net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in +++ /dev/null @@ -1,17 +0,0 @@ ---- initscript/freebsd/avahi-daemon.sh.in.orig Sun Nov 5 12:35:16 2006 -+++ initscript/freebsd/avahi-daemon.sh.in Sun Nov 5 12:36:51 2006 -@@ -9,10 +9,12 @@ - # Avahi's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon. - # - --avahi_daemon_enable=${avahi_daemon_enable-"NO"} - avahi_daemon_flags=${avahi_daemon_flags-"-D"} - --. /etc/rc.subr -+. %%RC_SUBR%% -+. %%GNOME_SUBR%% -+ -+avahi_daemon_enable=${avahi_daemon_enable-${gnome_enable}} - - name=avahi_daemon - rcvar=`set_rcvar` diff --git a/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in b/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in deleted file mode 100644 index 1e7939466..000000000 --- a/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in +++ /dev/null @@ -1,17 +0,0 @@ ---- initscript/freebsd/avahi-dnsconfd.sh.in.orig Sun Nov 5 12:35:20 2006 -+++ initscript/freebsd/avahi-dnsconfd.sh.in Sun Nov 5 12:36:24 2006 -@@ -12,10 +12,12 @@ - # DNS servers in a DHCP-like fashion with mDNS. - # - --avahi_dnsconfd_enable=${avahi_dnsconfd_enable-"NO"} - avahi_dnsconfd_flags=${avahi_dnsconfd_flags-"-D"} - --. /etc/rc.subr -+. %%RC_SUBR%% -+. %%GNOME_SUBR%% -+ -+avahi_dnsconfd_enable=${avahi_dnsconfd_enable-${gnome_enable}} - - name=avahi_dnsconfd - rcvar=`set_rcvar` diff --git a/net/avahi-app/files/patch-man_Makefile.in b/net/avahi-app/files/patch-man_Makefile.in deleted file mode 100644 index b46557af6..000000000 --- a/net/avahi-app/files/patch-man_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- man/Makefile.in.orig Sat Jun 9 14:04:44 2007 -+++ man/Makefile.in Sat Jun 9 14:05:41 2007 -@@ -861,7 +861,7 @@ uninstall-man: uninstall-man1 uninstall- - @HAVE_DBUS_TRUE@ $(LN_S) avahi-browse.1 avahi-browse-domains.1 && \ - @HAVE_DBUS_TRUE@ $(LN_S) avahi-publish.1 avahi-publish-address.1 && \ - @HAVE_DBUS_TRUE@ $(LN_S) avahi-publish.1 avahi-publish-service.1 && \ --@HAVE_DBUS_TRUE@ $(LN_S) bssh.1 bvnc.1 -+@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(LN_S) bssh.1 bvnc.1 - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/net/avahi-app/pkg-descr b/net/avahi-app/pkg-descr deleted file mode 100644 index fb85b6205..000000000 --- a/net/avahi-app/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Service discovery on a local network -- this means that you can plug your -laptop or computer into a network and instantly be able to view other people -who you can chat with, find printers to print to or find files being shared. -This kind of technology is already found in MacOS X (branded 'Rendezvous', -'Bonjour' and sometimes 'ZeroConf') and is very convenient. - -WWW: http://www.avahi.org/ diff --git a/net/avahi-app/pkg-install b/net/avahi-app/pkg-install deleted file mode 100644 index 9bbd14bce..000000000 --- a/net/avahi-app/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=avahi - GROUP=${USER} - UID=558 - GID=${UID} - PW=/usr/sbin/pw - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "Avahi Daemon User" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - exit 0 - ;; -esac diff --git a/net/avahi-app/pkg-plist b/net/avahi-app/pkg-plist deleted file mode 100644 index 72475a8b2..000000000 --- a/net/avahi-app/pkg-plist +++ /dev/null @@ -1,128 +0,0 @@ -bin/avahi-browse -bin/avahi-browse-domains -bin/avahi-publish -bin/avahi-publish-address -bin/avahi-publish-service -bin/avahi-resolve -bin/avahi-resolve-address -bin/avahi-resolve-host-name -bin/avahi-set-host-name -etc/avahi/avahi-daemon.conf -etc/avahi/avahi-dnsconfd.action -etc/avahi/hosts -etc/avahi/services/sftp-ssh.service -etc/avahi/services/ssh.service -etc/dbus-1/system.d/avahi-dbus.conf -etc/rc.d/avahi-daemon.sh -etc/rc.d/avahi-dnsconfd.sh -include/avahi-client/client.h -include/avahi-client/lookup.h -include/avahi-client/publish.h -include/avahi-common/address.h -include/avahi-common/alternative.h -include/avahi-common/cdecl.h -include/avahi-common/defs.h -include/avahi-common/domain.h -include/avahi-common/error.h -include/avahi-common/gccmacro.h -include/avahi-common/llist.h -include/avahi-common/malloc.h -include/avahi-common/rlist.h -include/avahi-common/simple-watch.h -include/avahi-common/strlst.h -include/avahi-common/thread-watch.h -include/avahi-common/timeval.h -include/avahi-common/watch.h -include/avahi-compat-howl/corby/buffer.h -include/avahi-compat-howl/corby/channel.h -include/avahi-compat-howl/corby/corby.h -include/avahi-compat-howl/corby/message.h -include/avahi-compat-howl/corby/object.h -include/avahi-compat-howl/corby/orb.h -include/avahi-compat-howl/discovery/discovery.h -include/avahi-compat-howl/discovery/text_record.h -include/avahi-compat-howl/howl.h -include/avahi-compat-howl/rendezvous/rendezvous.h -include/avahi-compat-howl/rendezvous/text_record.h -include/avahi-compat-howl/salt/address.h -include/avahi-compat-howl/salt/debug.h -include/avahi-compat-howl/salt/interface.h -include/avahi-compat-howl/salt/platform.h -include/avahi-compat-howl/salt/salt.h -include/avahi-compat-howl/salt/signal.h -include/avahi-compat-howl/salt/socket.h -include/avahi-compat-howl/salt/time.h -include/avahi-core/core.h -include/avahi-core/log.h -include/avahi-core/lookup.h -include/avahi-core/publish.h -include/avahi-core/rr.h -include/avahi-glib/glib-malloc.h -include/avahi-glib/glib-watch.h -include/avahi-gobject/ga-client.h -include/avahi-gobject/ga-entry-group.h -include/avahi-gobject/ga-enums.h -include/avahi-gobject/ga-error.h -include/avahi-gobject/ga-record-browser.h -include/avahi-gobject/ga-service-browser.h -include/avahi-gobject/ga-service-resolver.h -lib/avahi/.keep -lib/libavahi-client.a -lib/libavahi-client.la -lib/libavahi-client.so -lib/libavahi-client.so.3 -lib/libavahi-common.a -lib/libavahi-common.la -lib/libavahi-common.so -lib/libavahi-common.so.3 -lib/libavahi-core.a -lib/libavahi-core.la -lib/libavahi-core.so -lib/libavahi-core.so.5 -lib/libavahi-glib.a -lib/libavahi-glib.la -lib/libavahi-glib.so -lib/libavahi-glib.so.1 -lib/libavahi-gobject.a -lib/libavahi-gobject.la -lib/libavahi-gobject.so -lib/libavahi-gobject.so.0 -lib/libhowl.a -lib/libhowl.la -lib/libhowl.so -lib/libhowl.so.0 -libdata/pkgconfig/avahi-client.pc -libdata/pkgconfig/avahi-compat-howl.pc -libdata/pkgconfig/avahi-core.pc -libdata/pkgconfig/avahi-glib.pc -libdata/pkgconfig/avahi-gobject.pc -sbin/avahi-daemon -sbin/avahi-dnsconfd -%%DATADIR%%/avahi-service.dtd -%%DATADIR%%/introspection/AddressResolver.introspect -%%DATADIR%%/introspection/DomainBrowser.introspect -%%DATADIR%%/introspection/EntryGroup.introspect -%%DATADIR%%/introspection/HostNameResolver.introspect -%%DATADIR%%/introspection/RecordBrowser.introspect -%%DATADIR%%/introspection/Server.introspect -%%DATADIR%%/introspection/ServiceBrowser.introspect -%%DATADIR%%/introspection/ServiceResolver.introspect -%%DATADIR%%/introspection/ServiceTypeBrowser.introspect -%%DATADIR%%/service-types -share/locale/de/LC_MESSAGES/avahi.mo -@dirrm %%DATADIR%%/introspection -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm lib/avahi -@dirrm include/avahi-gobject -@dirrm include/avahi-glib -@dirrm include/avahi-core -@dirrm include/avahi-compat-howl/salt -@dirrm include/avahi-compat-howl/rendezvous -@dirrm include/avahi-compat-howl/discovery -@dirrm include/avahi-compat-howl/corby -@dirrm include/avahi-compat-howl -@dirrm include/avahi-common -@dirrm include/avahi-client -@dirrm etc/avahi/services -@dirrm etc/avahi diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile deleted file mode 100644 index cf5888d62..000000000 --- a/net/gnome-nettool/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnomenetwork -# Date Created: 03 June 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-nettool -PORTVERSION= 2.22.0 -PORTEPOCH= 1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME utility that provides network information statistics - -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CFLAGS+= -DHAVE_SOCKADDR_SA_LEN - -post-install: - ${MKDIR} ${PREFIX}/share/pixmaps - ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \ - ${PREFIX}/share/pixmaps/gnome-nettool.png - -.include <bsd.port.mk> diff --git a/net/gnome-nettool/distinfo b/net/gnome-nettool/distinfo deleted file mode 100644 index 6bf5e40c6..000000000 --- a/net/gnome-nettool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-nettool-2.22.0.tar.bz2) = 290dd50a08a3859332afb6daf46dde25 -SHA256 (gnome2/gnome-nettool-2.22.0.tar.bz2) = ddf6de5d2df6515423ef8aad12750a69a553584685854fa47073126b89fc25a3 -SIZE (gnome2/gnome-nettool-2.22.0.tar.bz2) = 617193 diff --git a/net/gnome-nettool/files/patch-src_info.c b/net/gnome-nettool/files/patch-src_info.c deleted file mode 100644 index 74eb698a4..000000000 --- a/net/gnome-nettool/files/patch-src_info.c +++ /dev/null @@ -1,259 +0,0 @@ ---- src/info.c.orig Fri Dec 1 10:36:15 2006 -+++ src/info.c Mon Dec 18 17:32:19 2006 -@@ -20,6 +20,10 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> -+#include <string.h> -+#include <errno.h> -+#include <unistd.h> - - #ifdef HAVE_CONFIG_H - # include <config.h> -@@ -38,6 +42,11 @@ - #include <sys/ioctl.h> - #include <stdlib.h> - #include <net/if.h> -+#ifdef __FreeBSD__ -+#include <sys/sysctl.h> -+#include <net/if_dl.h> -+#include <net/if_media.h> -+#endif - - #include "info.h" - #include "utils.h" -@@ -58,6 +67,7 @@ static InfoInterfaceDescription info_ifa - { N_("Ethernet Interface"), INFO_INTERFACE_ETH, "16_ethernet.xpm", "eth", NULL }, - { N_("Wireless Interface"), INFO_INTERFACE_WLAN, "wavelan-16.png", "wlan", NULL }, - { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "ppp", NULL }, -+ { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "tun", NULL }, - { N_("Parallel Line Interface"), INFO_INTERFACE_PLIP, "16_plip.xpm", "plip", NULL }, - { N_("Infrared Interface"), INFO_INTERFACE_IRLAN, "irda-16.png", "irlan", NULL }, - { N_("Loopback Interface"), INFO_INTERFACE_LO, "16_loopback.xpm", "lo", NULL }, -@@ -128,9 +138,42 @@ info_get_interface_from_dev_name (const - { - gint i; - gchar *path; -- -+ gchar *dev_type = NULL; -+#if defined(__FreeBSD__) -+ int s; -+ struct ifmediareq ifmr; -+ -+ if ((s = socket (AF_INET, SOCK_DGRAM, 0)) > -1) { -+ -+ (void) memset (&ifmr, 0, sizeof (ifmr)); -+ (void) strncpy (ifmr.ifm_name, dev_name, sizeof (ifmr.ifm_name)); -+ -+ if (ioctl (s, SIOCGIFMEDIA, (caddr_t) &ifmr) > -1) { -+ switch (IFM_TYPE (ifmr.ifm_active)) { -+ case IFM_ETHER: -+ dev_type = "eth"; -+ break; -+ case IFM_FDDI: -+ case IFM_TOKEN: -+#ifdef IFM_ATM -+ case IFM_ATM: -+#endif -+ dev_type = "other_type"; -+ break; -+ case IFM_IEEE80211: -+ dev_type = "wlan"; -+ break; -+ } -+ } -+ close (s); -+ } -+#endif /* defined(__FreeBSD__) */ -+ -+ if (!dev_type) -+ dev_type = (gchar *) dev_name; -+ - for (i = 0; info_iface_desc[i].name; i++) -- if (strstr (dev_name, info_iface_desc[i].prefix) == dev_name) { -+ if (strstr (dev_type, info_iface_desc[i].prefix) == dev_type) { - (*iface) = g_strdup_printf ("%s (%s)", _(info_iface_desc[i].name), dev_name); - if (info_iface_desc[i].pixbuf == NULL) { - path = g_build_filename (PIXMAPS_DIR, info_iface_desc[i].icon, NULL); -@@ -218,38 +261,87 @@ info_nic_update_stats (gpointer data) - gchar tx[10], tx_error[10], tx_drop[10], tx_ovr[10]; - */ - gchar iface[30]; /*, flags[30]; */ -- gchar rx_bytes[16], rx_pkt[10], rx_error[10], rx_drop[10], rx_fifo[10]; -- gchar frame[10], compressed[10], multicast[10]; -- gchar tx_bytes[16], tx_pkt[10], tx_error[10], tx_drop[10], tx_fifo[10]; -+ gchar rx_bytes[16], rx_pkt[10], rx_error[10]; -+ gchar tx_bytes[16], tx_pkt[10], tx_error[10]; - gchar collissions[10]; -+#if defined(__linux__) -+ gchar rx_drop[10], rx_fifo[10]; -+ gchar frame[10], compressed[10], multicast[10]; -+ gchar tx_drop[10], tx_fifo[10]; -+#elif defined(__FreeBSD__) -+ char *p; -+ gchar **tokens, **argv; -+ int i; -+ int pipe_out; -+#endif - - GIOChannel *io = NULL; - gchar *line; - gboolean title = TRUE; - const gchar *text; - gchar *text_tx_bytes, *text_rx_bytes; -- -+ - g_return_val_if_fail (info != NULL, FALSE); - - model = gtk_combo_box_get_model (GTK_COMBO_BOX (info->combo)); - text = info_get_nic (info); - if (!text) - return FALSE; -- -+ - #if defined(__linux__) - io = g_io_channel_new_file ("/proc/net/dev", "r", NULL); -- -+#elif defined(__FreeBSD__) -+ if (!g_shell_parse_argv ("/usr/bin/netstat -in -b -f link", NULL, &argv, NULL)) { -+ return FALSE; -+ } -+ if (!g_spawn_async_with_pipes (NULL, argv, NULL, 0, NULL, NULL, NULL, NULL, &pipe_out, NULL, NULL)) { -+ g_strfreev (argv); -+ return FALSE; -+ } -+ -+ g_strfreev (argv); -+ -+ io = g_io_channel_unix_new (pipe_out); -+#endif /* defined(__linux__) */ -+ - while (g_io_channel_read_line (io, &line, NULL, NULL, NULL) == G_IO_STATUS_NORMAL) { - if (title) { - title = FALSE; - g_free (line); - continue; - } -+#if defined(__linux__) - line = g_strdelimit (line, ":", ' '); - sscanf (line, "%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s", iface, - rx_bytes, rx_pkt, rx_error, rx_drop, rx_fifo, frame, - compressed, multicast, - tx_bytes, tx_pkt, tx_error, tx_drop, tx_fifo, collissions); -+#elif defined(__FreeBSD__) -+ tokens = (gchar **) g_malloc0 (sizeof (gchar *) * 12); -+ p = strtok (line, " \t\n"); -+ /* We only care about 11 fields for now */ -+ for (i = 0; i < 11 && p; i++, p = strtok (NULL, " \t\n")) { -+ tokens[i] = g_strdup (p); -+ } -+ -+ if (i == 0 || i < 10) { -+ g_free (line); -+ g_strfreev (tokens); -+ continue; -+ } -+ -+ g_strlcpy (iface, tokens[0], sizeof (iface)); -+ -+ g_strlcpy (collissions, tokens[--i], sizeof (collissions)); -+ g_strlcpy (tx_bytes, tokens[--i], sizeof (tx_bytes)); -+ g_strlcpy (tx_error, tokens[--i], sizeof (tx_error)); -+ g_strlcpy (tx_pkt, tokens[--i], sizeof (tx_pkt)); -+ g_strlcpy (rx_bytes, tokens[--i], sizeof (rx_bytes)); -+ g_strlcpy (rx_error, tokens[--i], sizeof (rx_error)); -+ g_strlcpy (rx_pkt, tokens[--i], sizeof (rx_pkt)); -+ -+ g_strfreev (tokens); -+#endif /* defined(__linux__) */ - - if (g_ascii_strcasecmp (iface, text) == 0) { - /* -@@ -277,7 +369,9 @@ info_nic_update_stats (gpointer data) - } - - g_io_channel_unref (io); --#endif /* defined(__linux__) */ -+#if defined(__FreeBSD__) -+ close (pipe_out); -+#endif /* defined(__FreeBSD__) */ - - return TRUE; - } -@@ -425,8 +519,19 @@ info_get_nic_information (const gchar *n - #ifdef __linux__ - mii_data_result data; - #endif -+#ifdef __FreeBSD__ -+ gint hwmib[6]; -+ size_t hwlen; -+ gchar *hwbuf; -+ guchar *hwptr; -+ struct if_msghdr *hwifm; -+ struct sockaddr_dl *hwsinptr; -+#endif - -- getifaddrs (&ifa0); -+ if (getifaddrs (&ifa0) != 0) { -+ g_warning ("getifaddrs failed: %s", g_strerror (errno)); -+ goto fail; -+ } - - for (ifr6 = ifa0; ifr6; ifr6 = ifr6->ifa_next) { - if (strcmp (ifr6->ifa_name, nic) != 0) { -@@ -510,6 +615,45 @@ info_get_nic_information (const gchar *n - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[3], - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[4], - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[5]); -+#elif defined(__FreeBSD__) -+ hwmib[0] = CTL_NET; -+ hwmib[1] = AF_ROUTE; -+ hwmib[2] = 0; -+ hwmib[3] = AF_LINK; -+ hwmib[4] = NET_RT_IFLIST; -+ if ((hwmib[5] = if_nametoindex (nic)) == 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if (sysctl (hwmib, 6, NULL, &hwlen, NULL, 0) < 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if ((hwbuf = g_malloc (hwlen)) == NULL) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if (sysctl (hwmib, 6, hwbuf, &hwlen, NULL, 0) < 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ -+ hwifm = (struct if_msghdr *) hwbuf; -+ hwsinptr = (struct sockaddr_dl *) (hwifm + 1); -+ hwptr = (guchar *) LLADDR (hwsinptr); -+ if (*hwptr != 0 || *(hwptr + 1) != 0 || -+ *(hwptr + 2) != 0 || *(hwptr + 3) != 0 || -+ *(hwptr + 4) != 0 || *(hwptr + 5) != 0) { -+ g_sprintf (dst, "%02x:%02x:%02x:%02x:%02x:%02x", -+ *hwptr, *(hwptr + 1), *(hwptr + 2), -+ *(hwptr + 3), *(hwptr + 4), *(hwptr + 5)); -+ } -+ else { -+ g_sprintf (dst, NOT_AVAILABLE); -+ } -+ g_free (hwbuf); -+ -+hwfail: - #else - g_sprintf (dst, NOT_AVAILABLE); - #endif /* SIOCGIFHWADDR */ -@@ -625,6 +769,8 @@ info_get_nic_information (const gchar *n - } - - freeifaddrs (ifa0); -+fail: -+ ; - } - - static gint * diff --git a/net/gnome-nettool/files/patch-src_lookup.c b/net/gnome-nettool/files/patch-src_lookup.c deleted file mode 100644 index 9744c1397..000000000 --- a/net/gnome-nettool/files/patch-src_lookup.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lookup.c.orig Sun Jul 3 17:47:02 2005 -+++ src/lookup.c Sun Jul 3 17:47:20 2005 -@@ -21,6 +21,7 @@ - #include <gtk/gtk.h> - #include <glib/gi18n.h> - #include <glib/gprintf.h> -+#include <sys/types.h> - - #include "lookup.h" - #include "utils.h" diff --git a/net/gnome-nettool/files/patch-src_netstat.c b/net/gnome-nettool/files/patch-src_netstat.c deleted file mode 100644 index 1eec84927..000000000 --- a/net/gnome-nettool/files/patch-src_netstat.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/netstat.c.orig Tue Jul 6 13:55:25 2004 -+++ src/netstat.c Fri Aug 20 15:55:40 2004 -@@ -108,12 +108,17 @@ - g_return_val_if_fail (netinfo != NULL, NULL); - - if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) { -+#ifdef __FreeBSD__ -+ /* XXX We only support ipv4 now */ -+ option = g_strdup ("-rn -f inet"); -+#else - /* Works for Solaris and Linux */ - if (netinfo_is_ipv6_enable ()) { - option = g_strdup ("-rn -A inet -A inet6"); - } else { - option = g_strdup ("-rn -A inet"); - } -+#endif - - if (netinfo->stbar_text) - g_free (netinfo->stbar_text); diff --git a/net/gnome-nettool/files/patch-src_nettool.c b/net/gnome-nettool/files/patch-src_nettool.c deleted file mode 100644 index 1009298e6..000000000 --- a/net/gnome-nettool/files/patch-src_nettool.c +++ /dev/null @@ -1,37 +0,0 @@ ---- src/nettool.c.orig Fri Apr 14 08:36:08 2006 -+++ src/nettool.c Fri May 12 15:54:15 2006 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <signal.h> - #include <errno.h> - #include <sys/wait.h> -@@ -360,6 +361,10 @@ netinfo_io_text_buffer_dialog (GIOChanne - len, NULL); - } - -+ g_free (text); -+ -+ return TRUE; -+ - } else if (status == G_IO_STATUS_AGAIN) { - char buf[1]; - -@@ -371,12 +376,13 @@ netinfo_io_text_buffer_dialog (GIOChanne - } - g_string_append_c (netinfo->command_output, buf[0]); - } -+ -+ g_free (text); -+ return TRUE; - } else if (status == G_IO_STATUS_EOF) { - } - - g_free (text); -- -- return TRUE; - } - - /* The condition is not G_IO_HUP | G_IO_ERR | G_IO_NVAL, so diff --git a/net/gnome-nettool/files/patch-src_utils.c b/net/gnome-nettool/files/patch-src_utils.c deleted file mode 100644 index 921c78049..000000000 --- a/net/gnome-nettool/files/patch-src_utils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/utils.c.orig Fri May 6 16:10:28 2005 -+++ src/utils.c Sun Jul 3 17:48:12 2005 -@@ -24,6 +24,8 @@ - on GNOME 2.0 */ - - #include "utils.h" -+#include <stdlib.h> -+#include <limits.h> - #include <string.h> - #include <glib/gi18n.h> - -@@ -240,7 +242,7 @@ util_legible_bytes (gchar *bytes) - const gchar *unit = "B"; - gchar *result; - -- sscanf (bytes, "%lld", &rx); -+ rx = strtoull (bytes, (char **)NULL, 10); - short_rx = rx * 10; - - if (rx > 1125899906842624ull) { diff --git a/net/gnome-nettool/pkg-descr b/net/gnome-nettool/pkg-descr deleted file mode 100644 index 5619126fe..000000000 --- a/net/gnome-nettool/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome-nettool is a utility for getting network information such as interface -statistics, and for front-ending commands like ping and traceroute. It -is very similar to the MacOS X Network Utility. diff --git a/net/gnome-nettool/pkg-plist b/net/gnome-nettool/pkg-plist deleted file mode 100644 index 3dceffc9e..000000000 --- a/net/gnome-nettool/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -bin/gnome-nettool -share/applications/gnome-nettool.desktop -%%DATADIR%%/dialogs/gnome-nettool.glade -%%DATADIR%%/pixmaps/16_ethernet.xpm -%%DATADIR%%/pixmaps/16_loopback.xpm -%%DATADIR%%/pixmaps/16_plip.xpm -%%DATADIR%%/pixmaps/16_ppp.xpm -%%DATADIR%%/pixmaps/gnome-nettool.png -%%DATADIR%%/pixmaps/irda-16.png -%%DATADIR%%/pixmaps/network.png -%%DATADIR%%/pixmaps/wavelan-16.png -share/gnome/help/gnome-nettool/C/gnome-nettool.xml -share/gnome/help/gnome-nettool/C/legal.xml -share/gnome/help/gnome-nettool/ca/gnome-nettool.xml -share/gnome/help/gnome-nettool/es/gnome-nettool.xml -share/gnome/help/gnome-nettool/fr/gnome-nettool.xml -share/gnome/help/gnome-nettool/oc/gnome-nettool.xml -share/gnome/help/gnome-nettool/pa/gnome-nettool.xml -share/gnome/help/gnome-nettool/sv/gnome-nettool.xml -share/gnome/help/gnome-nettool/uk/gnome-nettool.xml -share/gnome/help/gnome-nettool/vi/gnome-nettool.xml -share/icons/hicolor/16x16/apps/gnome-nettool.png -share/icons/hicolor/22x22/apps/gnome-nettool.png -share/icons/hicolor/24x24/apps/gnome-nettool.png -share/icons/hicolor/32x32/apps/gnome-nettool.png -share/icons/hicolor/scalable/apps/gnome-nettool.svg -share/locale/ar/LC_MESSAGES/gnome-nettool.mo -share/locale/as/LC_MESSAGES/gnome-nettool.mo -share/locale/az/LC_MESSAGES/gnome-nettool.mo -share/locale/bg/LC_MESSAGES/gnome-nettool.mo -share/locale/bn/LC_MESSAGES/gnome-nettool.mo -share/locale/bn_IN/LC_MESSAGES/gnome-nettool.mo -share/locale/bs/LC_MESSAGES/gnome-nettool.mo -share/locale/ca/LC_MESSAGES/gnome-nettool.mo -share/locale/cs/LC_MESSAGES/gnome-nettool.mo -share/locale/cy/LC_MESSAGES/gnome-nettool.mo -share/locale/da/LC_MESSAGES/gnome-nettool.mo -share/locale/de/LC_MESSAGES/gnome-nettool.mo -share/locale/dz/LC_MESSAGES/gnome-nettool.mo -share/locale/el/LC_MESSAGES/gnome-nettool.mo -share/locale/en_CA/LC_MESSAGES/gnome-nettool.mo -share/locale/en_GB/LC_MESSAGES/gnome-nettool.mo -share/locale/es/LC_MESSAGES/gnome-nettool.mo -share/locale/et/LC_MESSAGES/gnome-nettool.mo -share/locale/eu/LC_MESSAGES/gnome-nettool.mo -share/locale/fa/LC_MESSAGES/gnome-nettool.mo -share/locale/fi/LC_MESSAGES/gnome-nettool.mo -share/locale/fr/LC_MESSAGES/gnome-nettool.mo -share/locale/ga/LC_MESSAGES/gnome-nettool.mo -share/locale/gl/LC_MESSAGES/gnome-nettool.mo -share/locale/gu/LC_MESSAGES/gnome-nettool.mo -share/locale/he/LC_MESSAGES/gnome-nettool.mo -share/locale/hi/LC_MESSAGES/gnome-nettool.mo -share/locale/hr/LC_MESSAGES/gnome-nettool.mo -share/locale/hu/LC_MESSAGES/gnome-nettool.mo -share/locale/id/LC_MESSAGES/gnome-nettool.mo -share/locale/it/LC_MESSAGES/gnome-nettool.mo -share/locale/ja/LC_MESSAGES/gnome-nettool.mo -share/locale/ka/LC_MESSAGES/gnome-nettool.mo -share/locale/kn/LC_MESSAGES/gnome-nettool.mo -share/locale/ko/LC_MESSAGES/gnome-nettool.mo -share/locale/ku/LC_MESSAGES/gnome-nettool.mo -share/locale/lt/LC_MESSAGES/gnome-nettool.mo -share/locale/lv/LC_MESSAGES/gnome-nettool.mo -share/locale/mg/LC_MESSAGES/gnome-nettool.mo -share/locale/mk/LC_MESSAGES/gnome-nettool.mo -share/locale/ml/LC_MESSAGES/gnome-nettool.mo -share/locale/mn/LC_MESSAGES/gnome-nettool.mo -share/locale/mr/LC_MESSAGES/gnome-nettool.mo -share/locale/ms/LC_MESSAGES/gnome-nettool.mo -share/locale/nb/LC_MESSAGES/gnome-nettool.mo -share/locale/ne/LC_MESSAGES/gnome-nettool.mo -share/locale/nl/LC_MESSAGES/gnome-nettool.mo -share/locale/nn/LC_MESSAGES/gnome-nettool.mo -share/locale/oc/LC_MESSAGES/gnome-nettool.mo -share/locale/or/LC_MESSAGES/gnome-nettool.mo -share/locale/pa/LC_MESSAGES/gnome-nettool.mo -share/locale/pl/LC_MESSAGES/gnome-nettool.mo -share/locale/pt/LC_MESSAGES/gnome-nettool.mo -share/locale/pt_BR/LC_MESSAGES/gnome-nettool.mo -share/locale/ro/LC_MESSAGES/gnome-nettool.mo -share/locale/ru/LC_MESSAGES/gnome-nettool.mo -share/locale/rw/LC_MESSAGES/gnome-nettool.mo -share/locale/si/LC_MESSAGES/gnome-nettool.mo -share/locale/sk/LC_MESSAGES/gnome-nettool.mo -share/locale/sl/LC_MESSAGES/gnome-nettool.mo -share/locale/sq/LC_MESSAGES/gnome-nettool.mo -share/locale/sr/LC_MESSAGES/gnome-nettool.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-nettool.mo -share/locale/sv/LC_MESSAGES/gnome-nettool.mo -share/locale/ta/LC_MESSAGES/gnome-nettool.mo -share/locale/te/LC_MESSAGES/gnome-nettool.mo -share/locale/th/LC_MESSAGES/gnome-nettool.mo -share/locale/tr/LC_MESSAGES/gnome-nettool.mo -share/locale/uk/LC_MESSAGES/gnome-nettool.mo -share/locale/uz/LC_MESSAGES/gnome-nettool.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-nettool.mo -share/locale/vi/LC_MESSAGES/gnome-nettool.mo -share/locale/wa/LC_MESSAGES/gnome-nettool.mo -share/locale/xh/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_CN/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_HK/LC_MESSAGES/gnome-nettool.mo -share/locale/zh_TW/LC_MESSAGES/gnome-nettool.mo -share/omf/gnome-nettool/gnome-nettool-C.omf -share/omf/gnome-nettool/gnome-nettool-ca.omf -share/omf/gnome-nettool/gnome-nettool-es.omf -share/omf/gnome-nettool/gnome-nettool-fr.omf -share/omf/gnome-nettool/gnome-nettool-oc.omf -share/omf/gnome-nettool/gnome-nettool-pa.omf -share/omf/gnome-nettool/gnome-nettool-sv.omf -share/omf/gnome-nettool/gnome-nettool-uk.omf -share/omf/gnome-nettool/gnome-nettool-vi.omf -share/pixmaps/gnome-nettool.png -@dirrm share/omf/gnome-nettool -@dirrm share/gnome/help/gnome-nettool/vi -@dirrm share/gnome/help/gnome-nettool/uk -@dirrm share/gnome/help/gnome-nettool/sv -@dirrm share/gnome/help/gnome-nettool/pa -@dirrm share/gnome/help/gnome-nettool/oc -@dirrm share/gnome/help/gnome-nettool/fr -@dirrm share/gnome/help/gnome-nettool/es -@dirrm share/gnome/help/gnome-nettool/ca -@dirrm share/gnome/help/gnome-nettool/C -@dirrm share/gnome/help/gnome-nettool -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/dialogs -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/gstreamer-plugins-libmms/Makefile b/net/gstreamer-plugins-libmms/Makefile deleted file mode 100644 index 14568238c..000000000 --- a/net/gstreamer-plugins-libmms/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libmms -# Date created: 8 March 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/gstreamer-plugins-libmms/Makefile,v 1.2 2008/03/15 21:09:37 ahze Exp $ -# - -PORTREVISION= 2 -CATEGORIES= net - -COMMENT= Gstreamer mms:// and mmsh:// plugin - -GST_PLUGIN= libmms - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile deleted file mode 100644 index 5fa59090c..000000000 --- a/net/libgweather/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libgweather -# Date created: 14th Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/libgweather/Makefile,v 1.6 2008/02/26 21:53:32 kwm Exp $ -# - -PORTNAME= libgweather -PORTVERSION= 2.22.0 -CATEGORIES= net gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library to accessing online weather informations - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gnomevfs2 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gweather.schemas - -.include <bsd.port.mk> diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo deleted file mode 100644 index 62580528c..000000000 --- a/net/libgweather/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgweather-2.22.0.tar.bz2) = f25d3dada7416bf2d5edb5c7fd7ffce0 -SHA256 (libgweather-2.22.0.tar.bz2) = 4532c8f6938b8f878e20a5fd4069ac7ee9153da28561e74162fc112abfd0f411 -SIZE (libgweather-2.22.0.tar.bz2) = 2785765 diff --git a/net/libgweather/pkg-descr b/net/libgweather/pkg-descr deleted file mode 100644 index 99ea830ef..000000000 --- a/net/libgweather/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -libgweather is a library to access weather information from online -services for numerous locations. - -libgweather isn't supported in the devel platform, which means OS vendors -won't guarantee the API/ABI long-term, but authors of open source apps -should feel free to use libgweather as users can always recompile against -a new version. - -WWW: http://www.gnome.org/ diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist deleted file mode 100644 index 5ffe9ae7e..000000000 --- a/net/libgweather/pkg-plist +++ /dev/null @@ -1,170 +0,0 @@ -include/libgweather/gweather-gconf.h -include/libgweather/gweather-prefs.h -include/libgweather/weather.h -lib/libgweather.a -lib/libgweather.la -lib/libgweather.so -lib/libgweather.so.0 -libdata/pkgconfig/gweather.pc -%%DATADIR%%/Locations.xml -%%DATADIR%%/locations.dtd -share/locale/am/LC_MESSAGES/libgweather.mo -share/locale/ar/LC_MESSAGES/libgweather.mo -share/locale/as/LC_MESSAGES/libgweather.mo -share/locale/az/LC_MESSAGES/libgweather.mo -share/locale/be/LC_MESSAGES/libgweather.mo -share/locale/be@latin/LC_MESSAGES/libgweather.mo -share/locale/bg/LC_MESSAGES/libgweather.mo -share/locale/bn/LC_MESSAGES/libgweather.mo -share/locale/bn_IN/LC_MESSAGES/libgweather.mo -share/locale/bs/LC_MESSAGES/libgweather.mo -share/locale/ca/LC_MESSAGES/libgweather.mo -share/locale/cs/LC_MESSAGES/libgweather.mo -share/locale/cy/LC_MESSAGES/libgweather.mo -share/locale/da/LC_MESSAGES/libgweather.mo -share/locale/de/LC_MESSAGES/libgweather.mo -share/locale/dz/LC_MESSAGES/libgweather.mo -share/locale/el/LC_MESSAGES/libgweather.mo -share/locale/en_CA/LC_MESSAGES/libgweather.mo -share/locale/en_GB/LC_MESSAGES/libgweather.mo -share/locale/es/LC_MESSAGES/libgweather.mo -share/locale/es_AR/LC_MESSAGES/libgweather.mo -share/locale/es_CL/LC_MESSAGES/libgweather.mo -share/locale/es_CO/LC_MESSAGES/libgweather.mo -share/locale/es_CR/LC_MESSAGES/libgweather.mo -share/locale/es_DO/LC_MESSAGES/libgweather.mo -share/locale/es_EC/LC_MESSAGES/libgweather.mo -share/locale/es_ES/LC_MESSAGES/libgweather.mo -share/locale/es_GT/LC_MESSAGES/libgweather.mo -share/locale/es_HN/LC_MESSAGES/libgweather.mo -share/locale/es_MX/LC_MESSAGES/libgweather.mo -share/locale/es_NI/LC_MESSAGES/libgweather.mo -share/locale/es_PA/LC_MESSAGES/libgweather.mo -share/locale/es_PE/LC_MESSAGES/libgweather.mo -share/locale/es_PR/LC_MESSAGES/libgweather.mo -share/locale/es_SV/LC_MESSAGES/libgweather.mo -share/locale/es_UY/LC_MESSAGES/libgweather.mo -share/locale/es_VE/LC_MESSAGES/libgweather.mo -share/locale/et/LC_MESSAGES/libgweather.mo -share/locale/eu/LC_MESSAGES/libgweather.mo -share/locale/fa/LC_MESSAGES/libgweather.mo -share/locale/fi/LC_MESSAGES/libgweather.mo -share/locale/fr/LC_MESSAGES/libgweather.mo -share/locale/ga/LC_MESSAGES/libgweather.mo -share/locale/gl/LC_MESSAGES/libgweather.mo -share/locale/gu/LC_MESSAGES/libgweather.mo -share/locale/he/LC_MESSAGES/libgweather.mo -share/locale/hi/LC_MESSAGES/libgweather.mo -share/locale/hr/LC_MESSAGES/libgweather.mo -share/locale/hu/LC_MESSAGES/libgweather.mo -share/locale/hy/LC_MESSAGES/libgweather.mo -share/locale/id/LC_MESSAGES/libgweather.mo -share/locale/is/LC_MESSAGES/libgweather.mo -share/locale/it/LC_MESSAGES/libgweather.mo -share/locale/ja/LC_MESSAGES/libgweather.mo -share/locale/ka/LC_MESSAGES/libgweather.mo -share/locale/kn/LC_MESSAGES/libgweather.mo -share/locale/ko/LC_MESSAGES/libgweather.mo -share/locale/ku/LC_MESSAGES/libgweather.mo -share/locale/ky/LC_MESSAGES/libgweather.mo -share/locale/lt/LC_MESSAGES/libgweather.mo -share/locale/lv/LC_MESSAGES/libgweather.mo -share/locale/mg/LC_MESSAGES/libgweather.mo -share/locale/mk/LC_MESSAGES/libgweather.mo -share/locale/ml/LC_MESSAGES/libgweather.mo -share/locale/mn/LC_MESSAGES/libgweather.mo -share/locale/mr/LC_MESSAGES/libgweather.mo -share/locale/ms/LC_MESSAGES/libgweather.mo -share/locale/nb/LC_MESSAGES/libgweather.mo -share/locale/ne/LC_MESSAGES/libgweather.mo -share/locale/nl/LC_MESSAGES/libgweather.mo -share/locale/nn/LC_MESSAGES/libgweather.mo -share/locale/oc/LC_MESSAGES/libgweather.mo -share/locale/or/LC_MESSAGES/libgweather.mo -share/locale/pa/LC_MESSAGES/libgweather.mo -share/locale/pl/LC_MESSAGES/libgweather.mo -share/locale/pt/LC_MESSAGES/libgweather.mo -share/locale/pt_BR/LC_MESSAGES/libgweather.mo -share/locale/ro/LC_MESSAGES/libgweather.mo -share/locale/ru/LC_MESSAGES/libgweather.mo -share/locale/rw/LC_MESSAGES/libgweather.mo -share/locale/si/LC_MESSAGES/libgweather.mo -share/locale/sk/LC_MESSAGES/libgweather.mo -share/locale/sl/LC_MESSAGES/libgweather.mo -share/locale/sq/LC_MESSAGES/libgweather.mo -share/locale/sr/LC_MESSAGES/libgweather.mo -share/locale/sr@Latn/LC_MESSAGES/libgweather.mo -share/locale/sv/LC_MESSAGES/libgweather.mo -share/locale/ta/LC_MESSAGES/libgweather.mo -share/locale/te/LC_MESSAGES/libgweather.mo -share/locale/th/LC_MESSAGES/libgweather.mo -share/locale/tr/LC_MESSAGES/libgweather.mo -share/locale/uk/LC_MESSAGES/libgweather.mo -share/locale/vi/LC_MESSAGES/libgweather.mo -share/locale/wa/LC_MESSAGES/libgweather.mo -share/locale/xh/LC_MESSAGES/libgweather.mo -share/locale/zh_CN/LC_MESSAGES/libgweather.mo -share/locale/zh_HK/LC_MESSAGES/libgweather.mo -share/locale/zh_TW/LC_MESSAGES/libgweather.mo -@dirrm %%DATADIR%% -@dirrm include/libgweather -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/es_VE/LC_MESSAGES -@dirrmtry share/locale/es_VE -@dirrmtry share/locale/es_UY/LC_MESSAGES -@dirrmtry share/locale/es_UY -@dirrmtry share/locale/es_SV/LC_MESSAGES -@dirrmtry share/locale/es_SV -@dirrmtry share/locale/es_PR/LC_MESSAGES -@dirrmtry share/locale/es_PR -@dirrmtry share/locale/es_PE/LC_MESSAGES -@dirrmtry share/locale/es_PE -@dirrmtry share/locale/es_PA/LC_MESSAGES -@dirrmtry share/locale/es_PA -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/es_HN/LC_MESSAGES -@dirrmtry share/locale/es_HN -@dirrmtry share/locale/es_GT/LC_MESSAGES -@dirrmtry share/locale/es_GT -@dirrmtry share/locale/es_EC/LC_MESSAGES -@dirrmtry share/locale/es_EC -@dirrmtry share/locale/es_DO/LC_MESSAGES -@dirrmtry share/locale/es_DO -@dirrmtry share/locale/es_CR/LC_MESSAGES -@dirrmtry share/locale/es_CR -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_CL/LC_MESSAGES -@dirrmtry share/locale/es_CL -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile deleted file mode 100644 index 4048a427a..000000000 --- a/net/vinagre/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: vinagre -# Date created: 16 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/vinagre/Makefile,v 1.4 2008/02/25 15:28:32 kwm Exp $ -# - -PORTNAME= vinagre -PORTVERSION= 0.5.0 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC client for the GNOME Desktop - -LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ - avahi-core.5:${PORTSDIR}/net/avahi-app \ - avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 gnomedocutils -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-avahi -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vinagre.schemas - -MAN1= vinagre.1 - -post-install: - @-update-desktop-database > /dev/null - @-update-mime-database ${PREFIX}/share/mime > /dev/null -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog MAINTAINERS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net/vinagre/distinfo b/net/vinagre/distinfo deleted file mode 100644 index a1327a702..000000000 --- a/net/vinagre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vinagre-0.5.0.tar.bz2) = 3d5febbf26565e2095355848064a796a -SHA256 (gnome2/vinagre-0.5.0.tar.bz2) = 9e0552bb68b8514e0a6d6f62ccda60edbcf0a4f5dc3c524017321916e902d151 -SIZE (gnome2/vinagre-0.5.0.tar.bz2) = 1026066 diff --git a/net/vinagre/files/patch-Makefile.in b/net/vinagre/files/patch-Makefile.in deleted file mode 100644 index d54e01e7f..000000000 --- a/net/vinagre/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-12-16 14:18:35.000000000 -0500 -+++ Makefile.in 2007-12-16 14:19:09.000000000 -0500 -@@ -667,7 +667,7 @@ info: info-recursive - - info-am: - --install-data-am: install-vinagredocDATA -+install-data-am: - - install-dvi: install-dvi-recursive - diff --git a/net/vinagre/pkg-descr b/net/vinagre/pkg-descr deleted file mode 100644 index 9aa3ad1fa..000000000 --- a/net/vinagre/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Vinagre is a VNC Client for the GNOME Desktop. Its features include: - -* You can connect to several machines at the same time, we like tabs -* You can keep track of your most used connections, we like favorites -* You can keep track of your recently used connections, we like GtkRecent -* You can browse your network for VNC servers, we like avahi -* You don't need to supply the password on every connection, we like GNOME - Keyring - -WWW: http://www.gnome.org/projects/vinagre/ diff --git a/net/vinagre/pkg-plist b/net/vinagre/pkg-plist deleted file mode 100644 index 59d5b0b09..000000000 --- a/net/vinagre/pkg-plist +++ /dev/null @@ -1,132 +0,0 @@ -bin/vinagre -share/applications/vinagre-file.desktop -share/applications/vinagre.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/help/vinagre/C/figures/vinagre-screenshot.png -share/gnome/help/vinagre/C/legal.xml -share/gnome/help/vinagre/C/vinagre.xml -share/gnome/help/vinagre/es/figures/vinagre-screenshot.png -share/gnome/help/vinagre/es/vinagre.xml -share/gnome/help/vinagre/fr/figures/vinagre-screenshot.png -share/gnome/help/vinagre/fr/vinagre.xml -share/gnome/help/vinagre/it/figures/vinagre-screenshot.png -share/gnome/help/vinagre/it/vinagre.xml -share/gnome/help/vinagre/oc/figures/vinagre-screenshot.png -share/gnome/help/vinagre/oc/vinagre.xml -share/gnome/help/vinagre/pt/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pt/vinagre.xml -share/gnome/help/vinagre/sv/figures/vinagre-screenshot.png -share/gnome/help/vinagre/sv/vinagre.xml -share/icons/hicolor/16x16/apps/vinagre.png -share/icons/hicolor/16x16/mimetypes/application-x-remote-connection.png -share/icons/hicolor/16x16/mimetypes/application-x-vnc.png -share/icons/hicolor/22x22/apps/vinagre.png -share/icons/hicolor/22x22/mimetypes/application-x-remote-connection.png -share/icons/hicolor/22x22/mimetypes/application-x-vnc.png -share/icons/hicolor/24x24/apps/vinagre.png -share/icons/hicolor/24x24/mimetypes/application-x-remote-connection.png -share/icons/hicolor/24x24/mimetypes/application-x-vnc.png -share/icons/hicolor/32x32/apps/vinagre.png -share/icons/hicolor/32x32/mimetypes/application-x-remote-connection.png -share/icons/hicolor/32x32/mimetypes/application-x-vnc.png -share/icons/hicolor/48x48/apps/vinagre.png -share/icons/hicolor/48x48/mimetypes/application-x-remote-connection.png -share/icons/hicolor/48x48/mimetypes/application-x-vnc.png -share/icons/hicolor/scalable/apps/vinagre.svg -share/icons/hicolor/scalable/mimetypes/application-x-remote-connection.svg -share/icons/hicolor/scalable/mimetypes/application-x-vnc.svg -share/locale/ar/LC_MESSAGES/vinagre.mo -share/locale/be@latin/LC_MESSAGES/vinagre.mo -share/locale/bg/LC_MESSAGES/vinagre.mo -share/locale/bn_IN/LC_MESSAGES/vinagre.mo -share/locale/ca/LC_MESSAGES/vinagre.mo -share/locale/cs/LC_MESSAGES/vinagre.mo -share/locale/da/LC_MESSAGES/vinagre.mo -share/locale/de/LC_MESSAGES/vinagre.mo -share/locale/el/LC_MESSAGES/vinagre.mo -share/locale/en_GB/LC_MESSAGES/vinagre.mo -share/locale/es/LC_MESSAGES/vinagre.mo -share/locale/et/LC_MESSAGES/vinagre.mo -share/locale/eu/LC_MESSAGES/vinagre.mo -share/locale/fi/LC_MESSAGES/vinagre.mo -share/locale/fr/LC_MESSAGES/vinagre.mo -share/locale/gl/LC_MESSAGES/vinagre.mo -share/locale/he/LC_MESSAGES/vinagre.mo -share/locale/hi/LC_MESSAGES/vinagre.mo -share/locale/hu/LC_MESSAGES/vinagre.mo -share/locale/it/LC_MESSAGES/vinagre.mo -share/locale/ja/LC_MESSAGES/vinagre.mo -share/locale/ko/LC_MESSAGES/vinagre.mo -share/locale/lt/LC_MESSAGES/vinagre.mo -share/locale/mk/LC_MESSAGES/vinagre.mo -share/locale/ml/LC_MESSAGES/vinagre.mo -share/locale/mr/LC_MESSAGES/vinagre.mo -share/locale/nb/LC_MESSAGES/vinagre.mo -share/locale/nl/LC_MESSAGES/vinagre.mo -share/locale/oc/LC_MESSAGES/vinagre.mo -share/locale/pl/LC_MESSAGES/vinagre.mo -share/locale/pt/LC_MESSAGES/vinagre.mo -share/locale/pt_BR/LC_MESSAGES/vinagre.mo -share/locale/ru/LC_MESSAGES/vinagre.mo -share/locale/si/LC_MESSAGES/vinagre.mo -share/locale/sl/LC_MESSAGES/vinagre.mo -share/locale/sv/LC_MESSAGES/vinagre.mo -share/locale/ta/LC_MESSAGES/vinagre.mo -share/locale/th/LC_MESSAGES/vinagre.mo -share/locale/tr/LC_MESSAGES/vinagre.mo -share/locale/uk/LC_MESSAGES/vinagre.mo -share/locale/zh_CN/LC_MESSAGES/vinagre.mo -share/locale/zh_HK/LC_MESSAGES/vinagre.mo -share/locale/zh_TW/LC_MESSAGES/vinagre.mo -share/mime/application/x-remote-connection.xml -share/mime/application/x-vnc.xml -share/mime/packages/vinagre-mime.xml -share/omf/vinagre/vinagre-C.omf -share/omf/vinagre/vinagre-es.omf -share/omf/vinagre/vinagre-fr.omf -share/omf/vinagre/vinagre-it.omf -share/omf/vinagre/vinagre-oc.omf -share/omf/vinagre/vinagre-pt.omf -share/omf/vinagre/vinagre-sv.omf -%%DATADIR%%/vinagre-ui.xml -%%DATADIR%%/vinagre.glade -@dirrm %%DATADIR%% -@dirrm share/omf/vinagre -@dirrm share/gnome/help/vinagre/sv/figures -@dirrm share/gnome/help/vinagre/sv -@dirrm share/gnome/help/vinagre/pt/figures -@dirrm share/gnome/help/vinagre/pt -@dirrm share/gnome/help/vinagre/oc/figures -@dirrm share/gnome/help/vinagre/oc -@dirrm share/gnome/help/vinagre/it/figures -@dirrm share/gnome/help/vinagre/it -@dirrm share/gnome/help/vinagre/fr/figures -@dirrm share/gnome/help/vinagre/fr -@dirrm share/gnome/help/vinagre/es/figures -@dirrm share/gnome/help/vinagre/es -@dirrm share/gnome/help/vinagre/C/figures -@dirrm share/gnome/help/vinagre/C -@dirrm share/gnome/help/vinagre -@dirrm %%PORTDOCS%%%%DOCSDIR%% -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/net/vino/Makefile b/net/vino/Makefile deleted file mode 100644 index 4d201920d..000000000 --- a/net/vino/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: vino -# Date created: 16 July 2004 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.55 2008/02/25 15:33:33 kwm Exp $ -# - -PORTNAME= vino -PORTVERSION= 2.22.0 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC server that allows for remote access to your GNOME desktop - -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-session-support -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vino-server.schemas - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-libnotify=yes -.else -CONFIGURE_ARGS+=--enable-libnotify=no -.endif - -.include <bsd.port.mk> diff --git a/net/vino/distinfo b/net/vino/distinfo deleted file mode 100644 index 374426be8..000000000 --- a/net/vino/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vino-2.22.0.tar.bz2) = c4bb4a18f264ad8dc21e7200911a0412 -SHA256 (vino-2.22.0.tar.bz2) = 1b81a3a1f0fe717ccf8256a325492a8aa76d348afbf301c22f172f1bbbae06e4 -SIZE (vino-2.22.0.tar.bz2) = 661662 diff --git a/net/vino/files/patch-server_libvncserver_sockets.c b/net/vino/files/patch-server_libvncserver_sockets.c deleted file mode 100644 index b182a2c4f..000000000 --- a/net/vino/files/patch-server_libvncserver_sockets.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: server/libvncserver/sockets.c -diff -u -p server/libvncserver/sockets.c.orig server/libvncserver/sockets.c ---- server/libvncserver/sockets.c.orig Tue Jan 2 22:34:50 2007 -+++ server/libvncserver/sockets.c Sun Mar 25 22:52:02 2007 -@@ -560,6 +560,7 @@ ListenOnTCPPort(port, localOnly) - - #ifdef ENABLE_IPV6 - struct sockaddr_in6 addr_in6; -+ int off = 0; - - memset(&addr_in6, 0, sizeof(addr_in6)); - addr_in6.sin6_family = AF_INET6; -@@ -570,6 +571,9 @@ ListenOnTCPPort(port, localOnly) - addrlen = sizeof(addr_in6); - - sock = socket(AF_INET6, SOCK_STREAM, 0); -+#ifdef IPV6_V6ONLY -+ setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)); -+#endif - #endif - - if (sock < 0) { diff --git a/net/vino/files/patch-server_vino-http.c b/net/vino/files/patch-server_vino-http.c deleted file mode 100644 index d51f95885..000000000 --- a/net/vino/files/patch-server_vino-http.c +++ /dev/null @@ -1,24 +0,0 @@ -Index: server/vino-http.c -diff -u -p server/vino-http.c.orig server/vino-http.c ---- server/vino-http.c.orig Tue Feb 27 19:47:35 2007 -+++ server/vino-http.c Sun Mar 25 20:56:41 2007 -@@ -595,6 +595,9 @@ vino_http_create_listening_socket (VinoH - { - #ifdef ENABLE_IPV6 - struct sockaddr_in6 saddr_in6; -+#ifdef IPV6_V6ONLY -+ int off = 0; -+#endif - #endif - struct sockaddr_in saddr_in; - struct sockaddr *saddr; -@@ -621,6 +624,9 @@ vino_http_create_listening_socket (VinoH - - #ifdef ENABLE_IPV6 - sock = socket (AF_INET6, SOCK_STREAM, 0); -+#ifdef IPV6_V6ONLY -+ setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)); -+#endif - - memset (&saddr_in6, 0, sizeof (struct sockaddr_in6)); - saddr_in6.sin6_family = AF_INET6; diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr deleted file mode 100644 index f56a27700..000000000 --- a/net/vino/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Vino is a VNC server for GNOME - it allows someone to remotely connect -to your desktop session using the RFB protocol. - -WWW: http://www.gnome.org diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist deleted file mode 100644 index 5f0b20bdf..000000000 --- a/net/vino/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/vino-preferences -bin/vino-session -libdata/bonobo/servers/GNOME_RemoteDesktop.server -libexec/vino-server -share/applications/vino-preferences.desktop -share/locale/ar/LC_MESSAGES/vino.mo -share/locale/as/LC_MESSAGES/vino.mo -share/locale/az/LC_MESSAGES/vino.mo -share/locale/be@latin/LC_MESSAGES/vino.mo -share/locale/bg/LC_MESSAGES/vino.mo -share/locale/bn/LC_MESSAGES/vino.mo -share/locale/bn_IN/LC_MESSAGES/vino.mo -share/locale/bs/LC_MESSAGES/vino.mo -share/locale/ca/LC_MESSAGES/vino.mo -share/locale/cs/LC_MESSAGES/vino.mo -share/locale/cy/LC_MESSAGES/vino.mo -share/locale/da/LC_MESSAGES/vino.mo -share/locale/de/LC_MESSAGES/vino.mo -share/locale/dz/LC_MESSAGES/vino.mo -share/locale/el/LC_MESSAGES/vino.mo -share/locale/en_CA/LC_MESSAGES/vino.mo -share/locale/en_GB/LC_MESSAGES/vino.mo -share/locale/es/LC_MESSAGES/vino.mo -share/locale/et/LC_MESSAGES/vino.mo -share/locale/eu/LC_MESSAGES/vino.mo -share/locale/fa/LC_MESSAGES/vino.mo -share/locale/fi/LC_MESSAGES/vino.mo -share/locale/fr/LC_MESSAGES/vino.mo -share/locale/gl/LC_MESSAGES/vino.mo -share/locale/gu/LC_MESSAGES/vino.mo -share/locale/he/LC_MESSAGES/vino.mo -share/locale/hi/LC_MESSAGES/vino.mo -share/locale/hu/LC_MESSAGES/vino.mo -share/locale/id/LC_MESSAGES/vino.mo -share/locale/it/LC_MESSAGES/vino.mo -share/locale/ja/LC_MESSAGES/vino.mo -share/locale/ka/LC_MESSAGES/vino.mo -share/locale/kn/LC_MESSAGES/vino.mo -share/locale/ko/LC_MESSAGES/vino.mo -share/locale/ku/LC_MESSAGES/vino.mo -share/locale/lt/LC_MESSAGES/vino.mo -share/locale/lv/LC_MESSAGES/vino.mo -share/locale/mk/LC_MESSAGES/vino.mo -share/locale/ml/LC_MESSAGES/vino.mo -share/locale/mn/LC_MESSAGES/vino.mo -share/locale/mr/LC_MESSAGES/vino.mo -share/locale/ms/LC_MESSAGES/vino.mo -share/locale/nb/LC_MESSAGES/vino.mo -share/locale/ne/LC_MESSAGES/vino.mo -share/locale/nl/LC_MESSAGES/vino.mo -share/locale/nn/LC_MESSAGES/vino.mo -share/locale/oc/LC_MESSAGES/vino.mo -share/locale/or/LC_MESSAGES/vino.mo -share/locale/pa/LC_MESSAGES/vino.mo -share/locale/pl/LC_MESSAGES/vino.mo -share/locale/pt/LC_MESSAGES/vino.mo -share/locale/pt_BR/LC_MESSAGES/vino.mo -share/locale/ro/LC_MESSAGES/vino.mo -share/locale/ru/LC_MESSAGES/vino.mo -share/locale/rw/LC_MESSAGES/vino.mo -share/locale/si/LC_MESSAGES/vino.mo -share/locale/sk/LC_MESSAGES/vino.mo -share/locale/sl/LC_MESSAGES/vino.mo -share/locale/sq/LC_MESSAGES/vino.mo -share/locale/sr/LC_MESSAGES/vino.mo -share/locale/sr@Latn/LC_MESSAGES/vino.mo -share/locale/sv/LC_MESSAGES/vino.mo -share/locale/ta/LC_MESSAGES/vino.mo -share/locale/te/LC_MESSAGES/vino.mo -share/locale/th/LC_MESSAGES/vino.mo -share/locale/tr/LC_MESSAGES/vino.mo -share/locale/ug/LC_MESSAGES/vino.mo -share/locale/uk/LC_MESSAGES/vino.mo -share/locale/vi/LC_MESSAGES/vino.mo -share/locale/wa/LC_MESSAGES/vino.mo -share/locale/xh/LC_MESSAGES/vino.mo -share/locale/zh_CN/LC_MESSAGES/vino.mo -share/locale/zh_HK/LC_MESSAGES/vino.mo -share/locale/zh_TW/LC_MESSAGES/vino.mo -%%DATADIR%%/vino-preferences.glade -%%DATADIR%%/vino-prompt.glade -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |