Bug 207698

Summary: databases/sfcgal: 1.2.2 -> 1.3.0
Product: Ports & Packages Reporter: Kurt Jaeger <pi>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: lbartoletti, pi
Priority: --- Flags: lbartoletti: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Kurt Jaeger freebsd_committer freebsd_triage 2016-03-04 12:03:56 UTC
Created attachment 167710 [details]
patch

testbuilds fine, portlint fine.

It fixes the build with boost 1.60. Other Changes see
https://github.com/Oslandia/SFCGAL/releases

    Add a validity flag to geometries
    Add an option to straight skeleton to return the distance to borders
    Add sfcgal_geometry_is_valid_detail to the C API
    Remove grid and ASC reader
    Remove the viewer
    Fix compilation issue with boost 1.60 (#119)
    Fix WKT parsing issues (#81 #117)
    Retain bisectors of narrow angles in MedialAxis output
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2016-03-05 05:17:19 UTC
Fine for me, I was just trying to build and test the new version with the same patch :)

Thank you.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-03-05 06:49:15 UTC
A commit references this bug:

Author: pi
Date: Sat Mar  5 06:49:06 UTC 2016
New revision: 410162
URL: https://svnweb.freebsd.org/changeset/ports/410162

Log:
  databases/sfcgal: 1.2.2 -> 1.3.0

  Fixes the build with boost 1.60. Other Changes see
  https://github.com/Oslandia/SFCGAL/releases

      Add a validity flag to geometries
      Add an option to straight skeleton to return the distance to borders
      Add sfcgal_geometry_is_valid_detail to the C API
      Remove grid and ASC reader
      Remove the viewer
      Fix compilation issue with boost 1.60 (#119)
      Fix WKT parsing issues (#81 #117)
      Retain bisectors of narrow angles in MedialAxis output

  PR:		207698
  Approved by:	coder@tuxfamily.org (maintainer)

Changes:
  head/databases/sfcgal/Makefile
  head/databases/sfcgal/distinfo
  head/databases/sfcgal/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-05 06:49:34 UTC
Committed, thanks.