From owner-svn-ports-all@freebsd.org Sat Oct 19 08:46:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72B1815E136; Sat, 19 Oct 2019 08:46:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46wGjP2Szdz40jZ; Sat, 19 Oct 2019 08:46:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 344A51FF05; Sat, 19 Oct 2019 08:46:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9J8knIs013765; Sat, 19 Oct 2019 08:46:49 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9J8km5N013759; Sat, 19 Oct 2019 08:46:48 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201910190846.x9J8km5N013759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 19 Oct 2019 08:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514777 - in head: security/snort sysutils/froxlor sysutils/radmind www/mongoose x11-toolkits/tk86 x11-toolkits/tk87 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: security/snort sysutils/froxlor sysutils/radmind www/mongoose x11-toolkits/tk86 x11-toolkits/tk87 X-SVN-Commit-Revision: 514777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2019 08:46:49 -0000 Author: tobik Date: Sat Oct 19 08:46:47 2019 New Revision: 514777 URL: https://svnweb.freebsd.org/changeset/ports/514777 Log: Remove a bunch of unused *_DESC Modified: head/security/snort/Makefile head/sysutils/froxlor/Makefile head/sysutils/radmind/Makefile head/www/mongoose/Makefile head/x11-toolkits/tk86/Makefile head/x11-toolkits/tk87/Makefile Modified: head/security/snort/Makefile ============================================================================== --- head/security/snort/Makefile Sat Oct 19 08:40:52 2019 (r514776) +++ head/security/snort/Makefile Sat Oct 19 08:46:47 2019 (r514777) @@ -54,7 +54,6 @@ NONETHER_DESC= Non-Ethernet Decoders NORMALIZER_DESC= Normalizer PERFPROFILE_DESC= Performance profiling SOURCEFIRE_DESC= Sourcefire recommended build options -TARGETBASED_DESC= Targetbased support APPID_DESC= Build with application id support (EXPERIMENTAL) HA_DESC= Enable high-availability state sharing (EXPERIMENTAL) FILEINSPECT_DESC= Build with extended file inspection features (EXPERIMENTAL) Modified: head/sysutils/froxlor/Makefile ============================================================================== --- head/sysutils/froxlor/Makefile Sat Oct 19 08:40:52 2019 (r514776) +++ head/sysutils/froxlor/Makefile Sat Oct 19 08:46:47 2019 (r514777) @@ -43,7 +43,6 @@ FTP_DESC= FTP server dependency APACHE_DESC= Apache as HTTP/HTTPS server LIGHTTPD_DESC= Lighttpd as HTTP/HTTPS server NGINX_DESC= Nginx as HTTP/HTTPS server -MYSQLC_DESC= MySQL database client only POSTFIX_DESC= Postfix as SMTP server EXIM_DESC= Exim as SMTP server DKIM_DESC= OpenDKIM for DomainKeys Identified Mail Modified: head/sysutils/radmind/Makefile ============================================================================== --- head/sysutils/radmind/Makefile Sat Oct 19 08:40:52 2019 (r514776) +++ head/sysutils/radmind/Makefile Sat Oct 19 08:46:47 2019 (r514777) @@ -34,7 +34,6 @@ SUB_FILES+= pkg-install pkg-message DOCS= COPYRIGHT SPEC README.md OPTIONS_DEFINE= DOCS -IGNORE_TIMESTAMPS_DESC= Add '-t' option to fsdiff .include Modified: head/www/mongoose/Makefile ============================================================================== --- head/www/mongoose/Makefile Sat Oct 19 08:40:52 2019 (r514776) +++ head/www/mongoose/Makefile Sat Oct 19 08:46:47 2019 (r514777) @@ -31,7 +31,6 @@ OPTIONS_NS=SSL IPV6 DEBUG OPTIONS_DEFINE=${OPTIONS_MONGOOSE} ${OPTIONS_NS} DEBUG_HEXDUMP THREADS OPTIONS_DEFAULT=${OPTIONS_DEFINE:NDEBUG*} -POPEN_DESC= Enable process execute in SSI CGI_DESC= Enable CGI AUTH_DESC= Enable authentication DAV_DESC= Enable DAV (requires DIRECTORY_LISTING) Modified: head/x11-toolkits/tk86/Makefile ============================================================================== --- head/x11-toolkits/tk86/Makefile Sat Oct 19 08:40:52 2019 (r514776) +++ head/x11-toolkits/tk86/Makefile Sat Oct 19 08:46:47 2019 (r514777) @@ -25,7 +25,6 @@ OPTIONS_DEFAULT=TKMAN THREADS OPTIONS_SUB= yes TKMAN_DESC= Install Tk function manpages DEMOS_DESC= Install demos -XSS_DESC= XScrnSaver support WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix Modified: head/x11-toolkits/tk87/Makefile ============================================================================== --- head/x11-toolkits/tk87/Makefile Sat Oct 19 08:40:52 2019 (r514776) +++ head/x11-toolkits/tk87/Makefile Sat Oct 19 08:46:47 2019 (r514777) @@ -24,7 +24,6 @@ OPTIONS_DEFINE= TKMAN DEMOS OPTIONS_SUB= yes TKMAN_DESC= Install Tk function manpages DEMOS_DESC= Install demos -XSS_DESC= XScrnSaver support WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSION}/unix