Bug 185954 - [PATCH] textproc/bsdsort: fix build on 10.x
Summary: [PATCH] textproc/bsdsort: fix build on 10.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 04:40 UTC by Dmitry Marakasov
Modified: 2014-02-13 02:40 UTC (History)
1 user (show)

See Also:


Attachments
bsd-sort-20120716.patch (1.02 KB, patch)
2014-01-21 04:40 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-01-21 04:40:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-27 04:11:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-13 02:35:05 UTC
Author: amdmi3
Date: Thu Feb 13 02:34:53 2014
New Revision: 344038
URL: http://svnweb.freebsd.org/changeset/ports/344038
QAT: https://qat.redports.org/buildarchive/r344038/

Log:
  - Fix build on 10.x
  
  PR:		185954
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Added:
  head/textproc/bsdsort/files/
  head/textproc/bsdsort/files/patch-sort.c   (contents, props changed)

Added: head/textproc/bsdsort/files/patch-sort.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/bsdsort/files/patch-sort.c	Thu Feb 13 02:34:53 2014	(r344038)
@@ -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' },
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-02-13 02:37:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!