From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 21 04:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D94936F for ; Tue, 21 Jan 2014 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 186951F2B for ; Tue, 21 Jan 2014 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4e0ZE060658 for ; Tue, 21 Jan 2014 04:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4e01p060657; Tue, 21 Jan 2014 04:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 21 Jan 2014 04:40:00 GMT Resent-Message-Id: <201401210440.s0L4e01p060657@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B581D367; Tue, 21 Jan 2014 04:39:41 +0000 (UTC) Received: from smtpout3.timeweb.ru (smtpout3.timeweb.ru [92.53.117.25]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AF8C1F24; Tue, 21 Jan 2014 04:39:41 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1W5T7j-0001bq-B5; Tue, 21 Jan 2014 08:39:39 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 071BB5DD; Tue, 21 Jan 2014 08:39:39 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 033C218869; Tue, 21 Jan 2014 08:39:38 +0400 (MSK) Message-Id: <20140121043939.033C218869@hades.panopticon> Date: Tue, 21 Jan 2014 08:39:38 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185954: [PATCH] textproc/bsd-sort: fix build on 10.x Cc: gabor@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:40:01 -0000 >Number: 185954 >Category: ports >Synopsis: [PATCH] textproc/bsd-sort: fix build on 10.x >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 21 04:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Fix build on 10.x Port maintainer (gabor@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- bsd-sort-20120716.patch begins here --- Index: files/patch-sort.c =================================================================== --- files/patch-sort.c (revision 0) +++ files/patch-sort.c (working copy) @@ -0,0 +1,11 @@ +--- 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' }, Property changes on: files/patch-sort.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --- bsd-sort-20120716.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: