From owner-dev-commits-ports-all@freebsd.org Wed Apr 21 10:58:28 2021 Return-Path: Delivered-To: dev-commits-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 E9DBE5E04DA; Wed, 21 Apr 2021 10:58:28 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FQHbS6K8pz3CPp; Wed, 21 Apr 2021 10:58:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB9B124CC4; Wed, 21 Apr 2021 10:58:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13LAwSJ0059562; Wed, 21 Apr 2021 10:58:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13LAwSbT059561; Wed, 21 Apr 2021 10:58:28 GMT (envelope-from git) Date: Wed, 21 Apr 2021 10:58:28 GMT Message-Id: <202104211058.13LAwSbT059561@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: b54974bf33c7 - main - Remove textproc/bsdsort MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b54974bf33c767167f058350819fa7b9c3142f02 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2021 10:58:29 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=b54974bf33c767167f058350819fa7b9c3142f02 commit b54974bf33c767167f058350819fa7b9c3142f02 Author: Tobias Kortkamp AuthorDate: 2021-04-21 08:33:48 +0000 Commit: Tobias Kortkamp CommitDate: 2021-04-21 10:57:20 +0000 Remove textproc/bsdsort FWICT it's just an old version of sort(1). --- MOVED | 1 + textproc/Makefile | 1 - textproc/bsdsort/Makefile | 43 ------------------------------------ textproc/bsdsort/distinfo | 2 -- textproc/bsdsort/files/patch-sort.c | 11 --------- textproc/bsdsort/files/patch-vsort.h | 11 --------- textproc/bsdsort/pkg-descr | 6 ----- 7 files changed, 1 insertion(+), 74 deletions(-) diff --git a/MOVED b/MOVED index b6da06f3962a..0b1a1174772d 100644 --- a/MOVED +++ b/MOVED @@ -16293,3 +16293,4 @@ x11-toolkits/qt5-gtkplatform||2021-04-17|Has expired: Archived upstream textproc/py-markdown3|textproc/py-markdown|2021-04-20|markdown3 confilicts with too many ports security/fbopenssl||2021-04-20|Unmaintained, abandoned, does not build with recent OS versions devel/gearmand-devel||2021-04-20|Unmaintained, abandoned, has not built for over half a year +textproc/bsdsort||2021-04-21|Old version of sort(1) diff --git a/textproc/Makefile b/textproc/Makefile index eec612bc6bb2..a1b3714f497b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -78,7 +78,6 @@ SUBDIR += br-aspell SUBDIR += bsddiff SUBDIR += bsdgrep - SUBDIR += bsdsort SUBDIR += btparse SUBDIR += c2html SUBDIR += c2man diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile deleted file mode 100644 index fde2c71c791a..000000000000 --- a/textproc/bsdsort/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Gabor Kovesdan - -PORTNAME= sort -PORTVERSION= 20120716 -CATEGORIES= textproc -MASTER_SITES= LOCAL/gabor -PKGNAMEPREFIX= bsd- - -MAINTAINER= ports@FreeBSD.org -COMMENT= BSD-licensed version of sort - -LICENSE= BSD2CLAUSE - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAKE_ENV+= BINDIR="${PREFIX}/bin" \ - MANDIR="${MANPREFIX}/man/man" \ - CATDIR="${MANPREFIX}/man/man" \ - NLSDIR="${PREFIX}/share/nls" \ - NO_WERROR="defined" \ - MK_GNU_SORT="no" -USES= uidfix - -CFLAGS+= -std=c99 - -PLIST_FILES= bin/sort \ - bin/bsdsort \ - bin/gnusort \ - man/man1/sort.1.gz - -OPTIONS_DEFINE= THREADS NLS -OPTIONS_DEFAULT= THREADS -OPTIONS_SUB= yes - -NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes -NLS_PLIST_FILES= share/nls/hu_HU.ISO8859-2/sort.cat -THREADS_MAKE_ENV= WITH_THREADS=yes - -post-install: - (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s sort bsdsort) - ${LN} -s /usr/bin/sort ${STAGEDIR}${PREFIX}/bin/gnusort - -.include diff --git a/textproc/bsdsort/distinfo b/textproc/bsdsort/distinfo deleted file mode 100644 index 2888224a604b..000000000000 --- a/textproc/bsdsort/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sort-20120716.tar.gz) = a30c577b78730f6acf2fe6aed154dbe906fc6834998c8f67c9b7e30fb10755a4 -SIZE (sort-20120716.tar.gz) = 40754 diff --git a/textproc/bsdsort/files/patch-sort.c b/textproc/bsdsort/files/patch-sort.c deleted file mode 100644 index f2cc676237ea..000000000000 --- a/textproc/bsdsort/files/patch-sort.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sort.c.orig 2012-07-04 20:25:12.000000000 +0400 -+++ sort.c 2014-01-21 07:18:36.832891740 +0400 -@@ -146,7 +146,7 @@ - #define NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS 6 - static const char mutually_exclusive_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] = { 'M', 'n', 'g', 'R', 'h', 'V' }; - --struct option long_options[] = { -+static struct option long_options[] = { - { "batch-size", required_argument, NULL, BS_OPT }, - { "buffer-size", required_argument, NULL, 'S' }, - { "check", optional_argument, NULL, 'c' }, diff --git a/textproc/bsdsort/files/patch-vsort.h b/textproc/bsdsort/files/patch-vsort.h deleted file mode 100644 index a966e5c111fe..000000000000 --- a/textproc/bsdsort/files/patch-vsort.h +++ /dev/null @@ -1,11 +0,0 @@ ---- vsort.h.orig 2014-08-15 12:06:55.000000000 -0400 -+++ vsort.h 2014-08-15 12:07:03.000000000 -0400 -@@ -28,7 +28,7 @@ - */ - - #if !defined(__VSORT_H__) --#define _VSORT_H__ -+#define __VSORT_H__ - - #include "bwstring.h" - diff --git a/textproc/bsdsort/pkg-descr b/textproc/bsdsort/pkg-descr deleted file mode 100644 index 8f79dfa58589..000000000000 --- a/textproc/bsdsort/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This a BSD-licensed version of the well-known sort utility that has been -rewritten from scratch by Gabor Kovesdan and later -developed by Oleg Moskalenko . This -implementation is meant to be a replacement of GNU sort for FreeBSD. -Currently, it seems to be quite feature-complete but performance needs -some improvements.