Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 08:39:38 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gabor@FreeBSD.org
Subject:   ports/185954: [PATCH] textproc/bsd-sort: fix build on 10.x
Message-ID:  <20140121043939.033C218869@hades.panopticon>
Resent-Message-ID: <201401210440.s0L4e01p060657@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140121043939.033C218869>