Fix build on 10. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->glebius Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed.
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"
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"