summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/zephyr/Makefile60
-rw-r--r--net-im/zephyr/distinfo2
-rw-r--r--net-im/zephyr/files/patch-configure53
-rw-r--r--net-im/zephyr/files/patch-zhm__Makefile.in18
-rw-r--r--net-im/zephyr/files/zhm.in37
-rw-r--r--net-im/zephyr/pkg-descr6
-rw-r--r--net-im/zephyr/pkg-plist34
9 files changed, 1 insertions, 211 deletions
diff --git a/MOVED b/MOVED
index 7eb9ca860bad..148d1599b07e 100644
--- a/MOVED
+++ b/MOVED
@@ -15673,3 +15673,4 @@ devel/gitg0|devel/gitg|2020-11-01|Has expired: ancient version of gitg not maint
devel/py-twext||2020-11-03|Has expired: Uses deprecated version of python
databases/py-sqlparse020|databases/py-sqlparse|2020-11-03|Dependency of removed www/calendarserver
devel/nimble|lang/nim|2020-11-06|Integrated in lang/nim
+net-im/zephyr||2020-11-07|Has expired: Broken for more than 6 months
diff --git a/net-im/Makefile b/net-im/Makefile
index f9afa47f900c..40f6fd43b773 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -178,7 +178,6 @@
SUBDIR += uTox
SUBDIR += vqcc-gtk
SUBDIR += xmpp-client
- SUBDIR += zephyr
SUBDIR += zoom
.include <bsd.port.subdir.mk>
diff --git a/net-im/zephyr/Makefile b/net-im/zephyr/Makefile
deleted file mode 100644
index 068481abbb83..000000000000
--- a/net-im/zephyr/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: Ben Kaduk <kaduk@mit.edu>
-# $FreeBSD$
-
-PORTNAME= zephyr
-DISTVERSION= 3.0.1
-PORTREVISION= 4
-CATEGORIES= net-im
-MASTER_SITES= http://zephyr.1ts.org/export/2642/distribution/
-
-MAINTAINER= kaduk-fbsd@mit.edu
-COMMENT= Enterprise-scale distributed messaging system
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LICENSE= MIT
-
-BROKEN_aarch64= Fails to link: missing sbrk
-
-GNU_CONFIGURE= yes
-# it is an upstream bug that --with-krb5 needs a path
-CONFIGURE_ARGS= --with-krb5="${KRB5_DIR}"
-USES= iconv libtool readline
-USE_RC_SUBR= zhm
-USE_LDCONFIG= yes
-MAKE_JOBS_UNSAFE= yes
-
-LDFLAGS+= -L${LOCALBASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include
-
-OPTIONS_DEFINE= HEIMDAL
-HEIMDAL_DESC= Link against libss.so from security/heimdal
-
-.include <bsd.port.pre.mk>
-
-.if empty(ICONV_LIB)
-CONFIGURE_ARGS+=ac_cv_lib_iconv_libiconv_open=no
-.endif
-
-.if ${PORT_OPTIONS:MHEIMDAL}
-BROKEN= bad depobj
-LIB_DEPENDS+= libss.so.1:security/heimdal
-.if defined(HEIMDAL_HOME)
-KRB5_DIR?= ${HEIMDAL_HOME}
-.else
-KRB5_DIR?= ${LOCALBASE}
-.endif
-.else
-LIB_DEPENDS+= libss.so.2:devel/e2fsprogs-libss
-KRB5_DIR?= ${DESTDIR}/usr
-.endif
-
-# try to fix parallel (-jX) builds: add missing inter-source dependencies
-post-patch:
- @${REINPLACE_CMD} -e \
- '/^eval\.o/,$$s,port\.h,& string_stack.h new_string.h, ; \
- s,_aux\.h,.h,' ${WRKSRC}/zwgc/Makefile.in
-
-.include <bsd.port.post.mk>
diff --git a/net-im/zephyr/distinfo b/net-im/zephyr/distinfo
deleted file mode 100644
index 5aed882210b6..000000000000
--- a/net-im/zephyr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (zephyr-3.0.1.tar.gz) = a67c8b04aedc2e80e8e157853b91c01963ddeb1bdb5f776fdb3bc69bf703763b
-SIZE (zephyr-3.0.1.tar.gz) = 671953
diff --git a/net-im/zephyr/files/patch-configure b/net-im/zephyr/files/patch-configure
deleted file mode 100644
index ae217286a4f6..000000000000
--- a/net-im/zephyr/files/patch-configure
+++ /dev/null
@@ -1,53 +0,0 @@
---- ./configure.orig 2010-11-06 19:01:04.000000000 -0400
-+++ ./configure 2011-02-21 14:30:09.000000000 -0500
-@@ -20412,13 +20412,13 @@
-
- LIBZEPHYR_LIBS="$LIBZEPHYR_LIBS $KRB5_LIBS"
- # the zephyr library needs -lresolv if it's built with krb5
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
-+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lc" >&5
- $as_echo_n "checking for res_send in -lresolv... " >&6; }
- if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
- $as_echo_n "(cached) " >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lresolv $LIBS"
-+LIBS="-lc $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -20449,7 +20449,7 @@
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
- $as_echo "$ac_cv_lib_resolv_res_send" >&6; }
- if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
-- LIBZEPHYR_LIBS="-lresolv $LIBZEPHYR_LIBS"
-+ LIBZEPHYR_LIBS="$LIBZEPHYR_LIBS"
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
- $as_echo_n "checking for __res_send in -lresolv... " >&6; }
-@@ -20567,13 +20567,13 @@
- CPPFLAGS="$CPPFLAGS -I$hesiod/include"
- LDFLAGS="$LDFLAGS -L$hesiod/lib"
- fi
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_resolve in -lhesiod" >&5
--$as_echo_n "checking for hes_resolve in -lhesiod... " >&6; }
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_resolve in -lc" >&5
-+$as_echo_n "checking for hes_resolve in -lc... " >&6; }
- if test "${ac_cv_lib_hesiod_hes_resolve+set}" = set; then :
- $as_echo_n "(cached) " >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lhesiod $LIBS $LIBS"
-+LIBS="-lc $LIBS $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -20609,7 +20609,7 @@
- as_fn_error $? "Hesiod library not found" "$LINENO" 5
- fi
-
-- HESIOD_LIBS="-lhesiod"
-+ HESIOD_LIBS="-lc"
- $as_echo "#define HAVE_HESIOD 1" >>confdefs.h
-
- fi
diff --git a/net-im/zephyr/files/patch-zhm__Makefile.in b/net-im/zephyr/files/patch-zhm__Makefile.in
deleted file mode 100644
index 45bc1f432d63..000000000000
--- a/net-im/zephyr/files/patch-zhm__Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- zhm/Makefile.in.orig 2014-08-21 09:11:35 UTC
-+++ zhm/Makefile.in
-@@ -27,13 +27,14 @@ CFLAGS=@CFLAGS@
- ALL_CFLAGS=${CFLAGS} -I${top_srcdir}/h -I${BUILDTOP}/h ${CPPFLAGS}
- LDFLAGS=@LDFLAGS@
- HESIOD_LIBS=@HESIOD_LIBS@
-+LIBS=${LIBZEPHYR} -lcom_err ${HESIOD_LIBS} @LIBS@
-
- OBJS= timer.o queue.o zhm.o zhm_client.o zhm_server.o
-
- all: zhm
-
- zhm: ${OBJS} ${LIBZEPHYR}
-- ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBZEPHYR} ${HESIOD_LIBS}
-+ ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
-
- .c.o:
- ${CC} -c ${ALL_CFLAGS} $<
diff --git a/net-im/zephyr/files/zhm.in b/net-im/zephyr/files/zhm.in
deleted file mode 100644
index c374a9c85b21..000000000000
--- a/net-im/zephyr/files/zhm.in
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-#
-#
-# PROVIDE: zhm
-# REQUIRE: named
-
-. /etc/rc.subr
-
-name="zhm"
-rcvar=zhm_enable
-start_cmd="zhm_start"
-stop_postcmd="zhm_postcmd"
-start_precmd="zhm_precmd"
-command="%%PREFIX%%/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-
-load_rc_config "$name"
-eval "${rcvar}=\${${rcvar}:-'NO'}"
-
-zhm_zephyr_servers="${zhm_zephyr_servers:-}"
-
-zhm_precmd()
-{
- mkdir -p $(dirname ${pidfile})
-}
-
-zhm_start()
-{
- ${command} -f ${zhm_zephyr_servers}
-}
-
-zhm_postcmd()
-{
- rm -f ${pidfile}
-}
-
-run_rc_command "$1"
diff --git a/net-im/zephyr/pkg-descr b/net-im/zephyr/pkg-descr
deleted file mode 100644
index f3766f344dee..000000000000
--- a/net-im/zephyr/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is an enterprise-class instant messaging/notification system.
-It was developed as part of MIT's Project Athena, and has a
-unique design that leads to the ability to develop a unique
-sense of community.
-
-WWW: http://zephyr.1ts.org/
diff --git a/net-im/zephyr/pkg-plist b/net-im/zephyr/pkg-plist
deleted file mode 100644
index 9ad7550dee32..000000000000
--- a/net-im/zephyr/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-bin/zaway
-bin/zctl
-bin/zleave
-bin/zlocate
-bin/znol
-bin/zstat
-bin/zwrite
-bin/zwgc
-etc/zephyr/default.subscriptions
-include/zephyr/mit-copyright.h
-include/zephyr/zephyr.h
-include/zephyr/zephyr_err.h
-lib/libzephyr.a
-lib/libzephyr.so
-lib/libzephyr.so.4
-lib/libzephyr.so.4.0.0
-sbin/zshutdown_notify
-sbin/zephyrd
-sbin/zhm
-%%DATADIR%%/zwgc.desc
-%%DATADIR%%/zwgc_resources
-man/man1/zaway.1.gz
-man/man1/zctl.1.gz
-man/man1/zephyr.1.gz
-man/man1/zleave.1.gz
-man/man1/zlocate.1.gz
-man/man1/znol.1.gz
-man/man1/zwgc.1.gz
-man/man1/zwrite.1.gz
-man/man8/zephyrd.8.gz
-man/man8/zhm.8.gz
-man/man8/zshutdown_notify.8.gz
-man/man8/zstat.8.gz
-@dir etc/zephyr/acl