Bug 182119 - [patch] update comms/bluegps for clang
Summary: [patch] update comms/bluegps for clang
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-15 16:20 UTC by dirkx
Modified: 2013-09-16 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (357 bytes, patch)
2013-09-15 16:20 UTC, dirkx
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dirkx 2013-09-15 16:20:00 UTC
Fix issue with hardcoded 'gcc' reference as reported/spotted by

http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/bluegps-linux-2.0.log

attached is an svn diff against below.

URL: https://svn0.us-west.freebsd.org/ports/head/comms/bluegps
Repository Root: https://svn0.us-west.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 327343
Node Kind: directory
Schedule: normal
Last Changed Author: beat
Last Changed Rev: 300895
Last Changed Date: 2012-07-14 14:56:14 +0200 (za, 14 jul 2012)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-09-15 19:55:47 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-15 19:56:13 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-15 19:56:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-16 14:31:03 UTC
Responsible Changed
From-To: miwi->sunpoet

I'll take it.
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-16 14:38:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-09-16 14:38:56 UTC
Author: sunpoet
Date: Mon Sep 16 13:38:47 2013
New Revision: 327396
URL: http://svnweb.freebsd.org/changeset/ports/327396

Log:
  - Respect CC: fix build on -head (with clang)
  - While I'm here:
    - Use PLIST_FILES instead of PLIST
    - Pet portlint: replace space with tab
    - Cleanup Makefile header
    - Remove Author line
  
  PR:		ports/182119
  Submitted by:	Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer)

Deleted:
  head/comms/bluegps/pkg-plist
Modified:
  head/comms/bluegps/Makefile   (contents, props changed)
  head/comms/bluegps/pkg-descr   (contents, props changed)

Modified: head/comms/bluegps/Makefile
==============================================================================
--- head/comms/bluegps/Makefile	Mon Sep 16 13:38:16 2013	(r327395)
+++ head/comms/bluegps/Makefile	Mon Sep 16 13:38:47 2013	(r327396)
@@ -1,19 +1,19 @@
-# New ports collection makefile for:   bluegps
-# Date created:                29 July 2007
-# Whom:                        dirkx@webweaving.org
-#
+# Created by: dirkx@webweaving.org
 # $FreeBSD$
-#
 
-PORTNAME=      bluegps-linux
-PORTVERSION=   2.0
-CATEGORIES=    comms
-MASTER_SITES=  http://www.harbaum.org/till/bluegps/
-EXTRACT_SUFX=  .tgz
+PORTNAME=	bluegps-linux
+PORTVERSION=	2.0
+CATEGORIES=	comms
+MASTER_SITES=	http://www.harbaum.org/till/bluegps/
+EXTRACT_SUFX=	.tgz
 
-MAINTAINER=    dirkx@webweaving.org
-COMMENT=       Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
+MAINTAINER=	dirkx@webweaving.org
+COMMENT=	Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
 
-MAN1=          bluegps.1
+MAN1=		bluegps.1
+PLIST_FILES=	bin/bluegps
+
+post-patch:
+	@${REINPLACE_CMD} -e '/^CC=/d' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

Modified: head/comms/bluegps/pkg-descr
==============================================================================
--- head/comms/bluegps/pkg-descr	Mon Sep 16 13:38:16 2013	(r327395)
+++ head/comms/bluegps/pkg-descr	Mon Sep 16 13:38:47 2013	(r327396)
@@ -2,5 +2,4 @@ BlueGPS is a simple (freebsd native) com
 datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a
 bluetooth link.
 
-Author: Till Harbaum <Till@Harbaum.org>
 WWW: http://www.harbaum.org/till/bluegps/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"