Bug 207698 - databases/sfcgal: 1.2.2 -> 1.3.0
Summary: databases/sfcgal: 1.2.2 -> 1.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 12:03 UTC by Kurt Jaeger
Modified: 2016-03-05 08:39 UTC (History)
2 users (show)

See Also:
lbartoletti: maintainer-feedback+


Attachments
patch (2.20 KB, patch)
2016-03-04 12:03 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.