Bug 184724 - [PATCH] graphics/libecwj2: Fix build on 10.
Summary: [PATCH] graphics/libecwj2: Fix build on 10.
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: Gleb Smirnoff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 15:00 UTC by Mathieu Arnold
Modified: 2013-12-27 17:40 UTC (History)
0 users

See Also:


Attachments
libecwj2-3.3_1.patch (933 bytes, patch)
2013-12-12 15:00 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-12-12 15:00:00 UTC
Fix build on 10.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-12 15:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glebius

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2013-12-27 17:30:26 UTC
State Changed
From-To: open->closed

Committed.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-27 17:31:18 UTC
Author: mat
Date: Fri Dec 27 17:31:10 2013
New Revision: 337758
URL: http://svnweb.freebsd.org/changeset/ports/337758

Log:
  Fix build on 10.
  
  maintainer timeout.
  
  PR:		ports/184724
  Submitted by:	mat

Modified:
  head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp

Modified: head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp
==============================================================================
--- head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp	Fri Dec 27 17:30:32 2013	(r337757)
+++ head/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp	Fri Dec 27 17:31:10 2013	(r337758)
@@ -1,6 +1,17 @@
 --- Source/C/NCSnet/NCScnet3/NCSProxy.cpp.orig	2009-04-05 21:38:54.000000000 +0400
-+++ Source/C/NCSnet/NCScnet3/NCSProxy.cpp	2009-04-05 21:39:11.000000000 +0400
-@@ -639,7 +639,7 @@
++++ Source/C/NCSnet/NCScnet3/NCSProxy.cpp	2013-12-12 15:30:11.000000000 +0100
+@@ -43,6 +43,10 @@
+ #include <stdio.h> // for cuserid
+ #endif
+ 
++#ifdef FREEBSD
++#include <unistd.h>
++#endif
++
+ /** Dialog to prompt for Username and Password.
+  */
+ bool NCSGetPasswordDlg( const char *pszSite, const char *pszRealm, string &sUsername, string &sPassword, bool &bRememberAuth );
+@@ -639,7 +643,7 @@
  		return(NCSStrDup(szNameBuf));
  	}
  #elif defined(POSIX)
_______________________________________________
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 4 dfilter service freebsd_committer freebsd_triage 2013-12-27 17:33:16 UTC
Author: mat
Date: Fri Dec 27 17:33:07 2013
New Revision: 337759
URL: http://svnweb.freebsd.org/changeset/ports/337759

Log:
  MFH: r337758
  
  Fix build on 10.
  
  maintainer timeout.
  
  PR:		ports/184724
  Submitted by:	mat
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp
==============================================================================
--- branches/2014Q1/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp	Fri Dec 27 17:31:10 2013	(r337758)
+++ branches/2014Q1/graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.cpp	Fri Dec 27 17:33:07 2013	(r337759)
@@ -1,6 +1,17 @@
 --- Source/C/NCSnet/NCScnet3/NCSProxy.cpp.orig	2009-04-05 21:38:54.000000000 +0400
-+++ Source/C/NCSnet/NCScnet3/NCSProxy.cpp	2009-04-05 21:39:11.000000000 +0400
-@@ -639,7 +639,7 @@
++++ Source/C/NCSnet/NCScnet3/NCSProxy.cpp	2013-12-12 15:30:11.000000000 +0100
+@@ -43,6 +43,10 @@
+ #include <stdio.h> // for cuserid
+ #endif
+ 
++#ifdef FREEBSD
++#include <unistd.h>
++#endif
++
+ /** Dialog to prompt for Username and Password.
+  */
+ bool NCSGetPasswordDlg( const char *pszSite, const char *pszRealm, string &sUsername, string &sPassword, bool &bRememberAuth );
+@@ -639,7 +643,7 @@
  		return(NCSStrDup(szNameBuf));
  	}
  #elif defined(POSIX)
_______________________________________________
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"