diff --git a/MOVED b/MOVED index 2e885d27a4e61..213556cc46bc8 100644 --- a/MOVED +++ b/MOVED @@ -7700,3 +7700,4 @@ sysutils/mnrpes||2023-06-30|Has expired: Depends on broken sysutils/mcollective sysutils/mcollective||2023-06-30|Has expired: Broken with all supported Ruby versions databases/mariadb104-server||2023-06-30|Has expired: Use databases/mariadb106-server databases/mariadb104-client||2023-06-30|Has expired: Use databases/mariadb106-client +dns/mydns-ng||2023-06-30|Has expired: Abandonware, last release in 2010. Consider migrating to dns/powerdns diff --git a/dns/Makefile b/dns/Makefile index f4fde85804c30..fb58dc0f3404c 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -108,7 +108,6 @@ SUBDIR += maradns SUBDIR += mdnsd SUBDIR += mydns - SUBDIR += mydns-ng SUBDIR += namesilo_ddns SUBDIR += nextdns SUBDIR += noip diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile deleted file mode 100644 index 1b18d2463f432..0000000000000 --- a/dns/mydns-ng/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -PORTNAME= mydns-ng -PORTVERSION= 1.2.8.31 -PORTREVISION= 5 -CATEGORIES= dns databases -MASTER_SITES= SF/${PORTNAME}/mydns/${PORTVERSION} -DISTNAME= mydns-${PORTVERSION} - -MAINTAINER= gaod@hychen.org -COMMENT= Next generation DNS server for SQL-based DNS services -WWW= https://sourceforge.net/projects/mydns-ng/ - -LICENSE= GPLv2 - -DEPRECATED= Abandonware, last release in 2010. Consider migrating to dns/powerdns -EXPIRATION_DATE=2023-06-30 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc -USES= iconv -USE_RC_SUBR= mydns -SUB_FILES= pkg-message -INFO= mydns -DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO - -OPTIONS_DEFINE= DOCS ALIAS SSL NLS -OPTIONS_SINGLE= DATABASE -OPTIONS_SINGLE_DATABASE= PGSQL MYSQL -OPTIONS_DEFAULT= ALIAS MYSQL -OPTIONS_SUB= yes - -ALIAS_DESC= Server side aliasas - -ALIAS_CONFIGURE_ENABLE= alias - -SSL_USES= ssl -SSL_CONFIGURE_ON= --with-openssl \ - --with-openssl-include=${OPENSSLINC} \ - --with-openssl-lib=${OPENSSLLIB} - -PGSQL_USES= pgsql -PGSQL_CONFIGURE_ON= --with-pgsql \ - --with-pgsql-include=${LOCALBASE}/include \ - --with-pgsql-lib=${LOCALBASE}/lib -PGSQL_CONFIGURE_OFF= --without-pgsql - -MYSQL_USES= mysql -MYSQL_CONFIGURE_ON= --with-mysql \ - --with-mysql-include=${LOCALBASE}/include/mysql \ - --with-mysql-lib=${LOCALBASE}/lib/mysql -MYSQL_CONFIGURE_OFF= --without-mysql - -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext - -post-patch: -# Fix the build with -fno-common (for Clang 11 and GCC 10) - @${REINPLACE_CMD} -e '/^CONF \*Conf/d' ${WRKSRC}/src/util/util.c - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/contrib/*.p* ${STAGEDIR}${DOCSDIR}/contrib - ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/contrib - ${STAGEDIR}${PREFIX}/sbin/mydns --dump-config > \ - ${STAGEDIR}${PREFIX}/etc/mydns.conf.sample - -.include diff --git a/dns/mydns-ng/distinfo b/dns/mydns-ng/distinfo deleted file mode 100644 index 1b7881c969a39..0000000000000 --- a/dns/mydns-ng/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mydns-1.2.8.31.tar.gz) = cb10de11ccd948d3b86296c03c6fb692489945d58b0aaee5d17be083f3263629 -SIZE (mydns-1.2.8.31.tar.gz) = 958701 diff --git a/dns/mydns-ng/files/mydns.in b/dns/mydns-ng/files/mydns.in deleted file mode 100644 index d1142defded22..0000000000000 --- a/dns/mydns-ng/files/mydns.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -# PROVIDE: mydns -# REQUIRE: DAEMON mysql postgresql -# KEYWORD: shutdown - -# -# Add the following line to /etc/rc.conf to enable mydns: -# mydns_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable MyDNS. -# - -. /etc/rc.subr - -name="mydns" -rcvar=mydns_enable - -load_rc_config $name - -: ${mydns_enable="NO"} - -command="%%PREFIX%%/sbin/mydns" -command_args="-b" -pidfile="/var/run/mydns.pid" -required_files="%%PREFIX%%/etc/mydns.conf" - -run_rc_command "$1" diff --git a/dns/mydns-ng/files/patch-Makefile.in b/dns/mydns-ng/files/patch-Makefile.in deleted file mode 100644 index 055a555662029..0000000000000 --- a/dns/mydns-ng/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-12-26 01:55:08.000000000 +0800 -+++ Makefile.in 2010-12-26 01:56:22.000000000 +0800 -@@ -721,7 +721,7 @@ - - install-data-am: - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-data-hook -+ - install-dvi: install-dvi-recursive - - install-dvi-am: diff --git a/dns/mydns-ng/files/patch-config.h.in b/dns/mydns-ng/files/patch-config.h.in deleted file mode 100644 index 651528aa6f940..0000000000000 --- a/dns/mydns-ng/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.h.in.orig 2010-12-26 02:19:27.000000000 +0800 -+++ config.h.in 2010-12-26 02:20:07.000000000 +0800 -@@ -225,7 +225,7 @@ - #undef HAVE_NETINET_IN_H - - /* Define to 1 if you have the header file. */ --#undef HAVE_NET_IF_H -+#define HAVE_NET_IF_H 1 - - /* Define to 1 if you have the `nl_langinfo' function. */ - #undef HAVE_NL_LANGINFO diff --git a/dns/mydns-ng/files/pkg-message.in b/dns/mydns-ng/files/pkg-message.in deleted file mode 100644 index e3e73329db69b..0000000000000 --- a/dns/mydns-ng/files/pkg-message.in +++ /dev/null @@ -1,24 +0,0 @@ -[ -{ type: install - message: < -- 23-January-2009 Howard Wilkinsin diff --git a/dns/mydns-ng/pkg-plist b/dns/mydns-ng/pkg-plist deleted file mode 100644 index 2906172d8a3f6..0000000000000 --- a/dns/mydns-ng/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/mydns-conf -bin/mydnscheck -bin/mydnsexport -bin/mydnsimport -bin/mydnsptrconvert -@sample etc/mydns.conf.sample -man/man5/mydns.conf.5.gz -man/man8/mydns.8.gz -man/man8/mydnscheck.8.gz -man/man8/mydnsexport.8.gz -man/man8/mydnsimport.8.gz -man/man8/mydnsptrconvert.8.gz -man/man8/mydns-conf.8.gz -sbin/mydns -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/QUICKSTART.mysql -%%PORTDOCS%%%%DOCSDIR%%/QUICKSTART.postgres -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/contrib/MyDNS.pm -%%PORTDOCS%%%%DOCSDIR%%/contrib/README -%%PORTDOCS%%%%DOCSDIR%%/contrib/admin.php -%%PORTDOCS%%%%DOCSDIR%%/contrib/create_domain.pl -%%PORTDOCS%%%%DOCSDIR%%/contrib/stats.php -%%NLS%%share/locale/es/LC_MESSAGES/mydns.mo -%%NLS%%share/locale/fr/LC_MESSAGES/mydns.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/mydns.mo