When compiling some software against geos, the compiler environment compalins about a missing header files, which is included by BinaryOp.h: /usr/local/include/geos/geom/BinaryOp.h:54:44: error: geos/precision/GeometrySnapper.h: No such file or directory
Maintainer of graphics/geos, Please note that PR ports/131421 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131421 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hi: I think it is just a bug in upstreams source code. A simple fix way is just copy the file: /usr/ports/graphics/geos/work/geos-3.0.2/source/headers/geos/precision/GeometrySnapper.h to: /usr/local/include/geos//precision/ May it help. :) Regards, wen
wen heping wrote: > Hi: > > I think it is just a bug in upstreams source code. > > A simple fix way is just copy the file: > > /usr/ports/graphics/geos/work/geos-3.0.2/source/headers/geos/precision/GeometrySnapper.h > to: > /usr/local/include/geos//precision/ > > May it help. :) > > > > Regards, > wen Hello, I already did and was just intended to apply the patch. You're right, the Makefile.am does not reflect the existence AND installation of the specific file. Regards, Oliver
Hi, this fix installs the missing header and updates Geos to 3.0.3. Also I will submit a bug report to the Geos developers, because this error is still present in the RC1 for release 3.1.0. Best regards, Konstantin Saurbier
State Changed From-To: feedback->closed Committed, thanks!
pav 2009-03-22 19:39:48 UTC FreeBSD ports repository Modified files: graphics/geos Makefile distinfo pkg-plist Added files: graphics/geos/files patch-source-headers-geos-precision-Makefile.in Log: - Update to 3.0.3 - Install GeometrySnapper.h header PR: ports/131421 Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer) Revision Changes Path 1.20 +1 -1 ports/graphics/geos/Makefile 1.11 +3 -3 ports/graphics/geos/distinfo 1.1 +15 -0 ports/graphics/geos/files/patch-source-headers-geos-precision-Makefile.in (new) 1.9 +1 -0 ports/graphics/geos/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"