FreeBSD Bugzilla – Attachment 203236 Details for
Bug 221702
[NEW PORT]: graphics/ossim: suite of geospatial libraries and applications used to process imagery, maps, terrain, and vector data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ossim 2.7.0_1
ossim (text/plain), 1.02 KB, created by
Loïc Bartoletti
on 2019-03-29 08:39:09 UTC
(
hide
)
Description:
ossim 2.7.0_1
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2019-03-29 08:39:09 UTC
Size:
1.02 KB
patch
obsolete
>diff --git graphics/ossim/Makefile graphics/ossim/Makefile >index 32fdb7f6c18f..02f5de6e6e1a 100644 >--- graphics/ossim/Makefile >+++ graphics/ossim/Makefile >@@ -3,6 +3,7 @@ > PORTNAME= ossim > DISTVERSIONPREFIX= Laguna- > DISTVERSION= 2.7.0 >+PORTREVISION= 1 > CATEGORIES= graphics geography > > MAINTAINER= lbartoletti@tuxfamily.org >diff --git graphics/ossim/files/patch-src_projection_ossimRpcModel.cpp graphics/ossim/files/patch-src_projection_ossimRpcModel.cpp >new file mode 100644 >index 000000000000..964a92b8001a >--- /dev/null >+++ graphics/ossim/files/patch-src_projection_ossimRpcModel.cpp >@@ -0,0 +1,11 @@ >+--- src/projection/ossimRpcModel.cpp.orig 2019-03-28 19:14:59 UTC >++++ src/projection/ossimRpcModel.cpp >+@@ -920,7 +920,7 @@ bool ossimRpcModel::loadState(const ossimKeywordlist& >+ << std::endl; >+ return false; >+ } >+- thePolyType = (PolynomialType) value[0]; >++ thePolyType = (PolynomialType)value.at(0); >+ >+ keyword = LINE_SCALE_KW; >+ value = kwl.find(prefix, keyword);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 221702
:
185653
| 203236