Bug 210063

Summary: astro/qmapshack: update to 1.6.1, unbreak and undeprecate
Product: Ports & Packages Reporter: Christoph Moench-Tegeder <cmt>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Only Me CC: cmt
Priority: --- Keywords: patch
Version: LatestFlags: bofh: maintainer-feedback+
Hardware: Any   
OS: Any   
Bug Depends on: 210062    
Bug Blocks:    
Attachments:
Description Flags
update qmapshack
none
poudriere testport log
none
update qmapshack - with c++11 compiler and lib none

Description Christoph Moench-Tegeder freebsd_committer freebsd_triage 2016-06-05 20:29:38 UTC
Created attachment 171075 [details]
update qmapshack

Attached patch updates astro/qmapshack to 1.6.1, thereby unbreaking the port.
Comment 1 Christoph Moench-Tegeder freebsd_committer freebsd_triage 2016-06-05 20:30:28 UTC
Created attachment 171076 [details]
poudriere testport log
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2016-06-09 22:34:35 UTC
Primary investigation says has some issues with compiler. Doesn't build in 9.3.
Comment 3 Christoph Moench-Tegeder freebsd_committer freebsd_triage 2016-06-10 08:49:10 UTC
Created attachment 171260 [details]
update qmapshack - with c++11 compiler and lib

In my tests, I could fix the build issue on 9.3 by adding compiler:c++11-lib to USES, see updated patch.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-06-10 09:40:50 UTC
A commit references this bug:

Author: bofh
Date: Fri Jun 10 09:40:13 UTC 2016
New revision: 416665
URL: https://svnweb.freebsd.org/changeset/ports/416665

Log:
  astro/qmapshack: Update version 1.3.1=>1.6.1

  - UNBREAK
  - Remove depreceation
  - Reqiores c++11 based compiler

  PR:		210063
  Submitted by:	cmt

Changes:
  head/astro/qmapshack/Makefile
  head/astro/qmapshack/distinfo
  head/astro/qmapshack/files/patch-src_device_IDevice.cpp
  head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp
  head/astro/qmapshack/files/patch-src_setup_IAppSetup.cpp
  head/astro/qmapshack/pkg-plist
Comment 5 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2016-06-10 09:41:30 UTC
Committed with changes.