Date: Fri, 30 Jun 2023 05:48:34 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c399a41b1ce - main - dns/mydns-ng: Remove expired port Message-ID: <202306300548.35U5mYMo012440@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c399a41b1cef3a3941da273cdaf33370db436f7 commit 9c399a41b1cef3a3941da273cdaf33370db436f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 05:39:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 05:48:20 +0000 dns/mydns-ng: Remove expired port 2023-06-30 dns/mydns-ng: Abandonware, last release in 2010. Consider migrating to dns/powerdns Approved by: portmgr (blanket) --- MOVED | 1 + dns/Makefile | 1 - dns/mydns-ng/Makefile | 69 ------------------------------------ dns/mydns-ng/distinfo | 2 -- dns/mydns-ng/files/mydns.in | 27 -------------- dns/mydns-ng/files/patch-Makefile.in | 11 ------ dns/mydns-ng/files/patch-config.h.in | 11 ------ dns/mydns-ng/files/pkg-message.in | 24 ------------- dns/mydns-ng/pkg-descr | 11 ------ dns/mydns-ng/pkg-plist | 30 ---------------- 10 files changed, 1 insertion(+), 186 deletions(-) diff --git a/MOVED b/MOVED index 2e885d27a4e6..213556cc46bc 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 f4fde85804c3..fb58dc0f3404 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 1b18d2463f43..000000000000 --- 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 <bsd.port.mk> diff --git a/dns/mydns-ng/distinfo b/dns/mydns-ng/distinfo deleted file mode 100644 index 1b7881c969a3..000000000000 --- 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 d1142defded2..000000000000 --- 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 055a55566202..000000000000 --- 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 651528aa6f94..000000000000 --- 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 <net/if.h> 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 e3e73329db69..000000000000 --- a/dns/mydns-ng/files/pkg-message.in +++ /dev/null @@ -1,24 +0,0 @@ -[ -{ type: install - message: <<EOM -To get MyDNS working you will need to do some configuration, first you -will need to create %%PREFIX%%/etc/mydns.conf based on the -installed sample file. Following that you will need to setup your -database tables, you can use the output of - - %%PREFIX%%/sbin/mydns --create-tables - -as a template. Finally enable MyDNS by adding - - mydns_enable="YES" - -into your rc.conf. - -You can use %%DOCSDIR%%/contrib/admin.php to maintain MyDNS. - -If you are looking for the web interface for MyDNS, it's included in -the MyDNS distribution as %%DOCSDIR%%/contrib/admin.php. -See %%DOCSDIR%%/contrib/README for installation instructions. -EOM -} -] diff --git a/dns/mydns-ng/pkg-descr b/dns/mydns-ng/pkg-descr deleted file mode 100644 index 654ab834e1d6..000000000000 --- a/dns/mydns-ng/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -MyDNS - SQL-based DNS server - -This is the MyDNS package. MyDNS is a simple, non-recursive Internet -name daemon which serves records directly from an SQL database. It -currently works with either MySQL or PostgreSQL. - -This version of the MyDNS package is a development of the original one -produced by Don Moore. - -- 12-May-2004 Don Moore <bboy@bboy.net> -- 23-January-2009 Howard Wilkinsin <howard@cohtech.com> diff --git a/dns/mydns-ng/pkg-plist b/dns/mydns-ng/pkg-plist deleted file mode 100644 index 2906172d8a3f..000000000000 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300548.35U5mYMo012440>