Bug 131421 - ports/graphics/geos: /usr/local/include/geos/geom/BinaryOp.h:54:44: error: geos/precision/GeometrySnapper.h: No such file or directory
Summary: ports/graphics/geos: /usr/local/include/geos/geom/BinaryOp.h:54:44: error: g...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 13:00 UTC by O. Hartmann
Modified: 2009-03-22 19:50 UTC (History)
0 users

See Also:


Attachments
geos-3.0.3.patch (1.98 KB, patch)
2009-02-06 18:02 UTC, Konstantin Saurbier
no flags Details | Diff
file.dat (2 bytes, text/plain; charset=US-ASCII; format=flowed)
2009-02-06 18:02 UTC, Konstantin Saurbier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2009-02-05 13:00:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-05 13:00:15 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-05 13:00:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 wenheping 2009-02-05 15:05:31 UTC
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
Comment 4 O. Hartmann 2009-02-06 12:12:09 UTC
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
Comment 5 Konstantin Saurbier 2009-02-06 18:02:09 UTC
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

Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2009-03-22 19:20:06 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-03-22 19:40:25 UTC
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"