Bug 147722

Summary: [patch] several fixes to astro/gpsd
Product: Ports & Packages Reporter: Gleb Smirnoff <glebius>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gleb Smirnoff freebsd_committer freebsd_triage 2010-06-09 15:00:15 UTC
  Here are several fixes to the port.

  1) Fix installation of gpsfake, gpscat, gpsprof and their manual pages.
     Since we now patch the Makefile.in, create patch-file and remove
     post-patch REINPLACE_CMD.

  2) Remove MKT3301 - no such option anymore.

  3) Add AIVDM option.

  4) gpsdecode and its manual page are installed only and only if three
     options are on: RTCM104V2 && RTCM104V3 && AIVDM.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-09 15:00:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glebius

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-09 15:00:31 UTC
Maintainer of astro/gpsd,

Please note that PR ports/147722 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/147722

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-09 15:00:33 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Gleb Smirnoff freebsd_committer freebsd_triage 2010-06-09 15:03:48 UTC
State Changed
From-To: feedback->open

I am not ports committer. 


Comment 5 Gleb Smirnoff freebsd_committer freebsd_triage 2010-06-09 15:03:48 UTC
Responsible Changed
From-To: glebius->freebsd-ports-bugs

I am not ports committer.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-06-10 03:02:54 UTC
wen         2010-06-10 02:02:40 UTC

  FreeBSD ports repository

  Modified files:
    astro/gpsd           Makefile pkg-plist 
  Added files:
    astro/gpsd/files     patch-Makefile.in 
  Log:
  - Fix installation of gpsfake, gpscat, gpsprof and their manual pages. [1]
  - Remove MKT3301 [1]
  - Add AIVDM option. [1]
  - gpsdecode and its manual page are installed only and only if three
    options are on: RTCM104V2 && RTCM104V3 && AIVDM. [1]
  - Fix PLIST
  
  PR:             ports/147722 [1]
  Submitted by:   Gleb Smirnoff <glebius@freebsd.org> [1]
  
  Revision  Changes    Path
  1.21      +14 -10    ports/astro/gpsd/Makefile
  1.1       +27 -0     ports/astro/gpsd/files/patch-Makefile.in (new)
  1.8       +17 -2     ports/astro/gpsd/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"
Comment 7 Wen Heping freebsd_committer freebsd_triage 2010-06-10 03:04:57 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!