svn commit: r337759 - branches/2014Q1/graphics/libecwj2/files
Mathieu Arnold
mat at FreeBSD.org
Fri Dec 27 17:33:08 UTC 2013
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)
More information about the svn-ports-all
mailing list