Bug 186381 - fix sysutils/spindown compile errors with clang
Summary: fix sysutils/spindown compile errors with 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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-02 18:10 UTC by Arjan van der Velde
Modified: 2014-04-02 18:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2014-02-02 18:10 UTC, Arjan van der Velde
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arjan van der Velde 2014-02-02 18:10:00 UTC
the sysutils/spindown utility was fixed so as to compile correctly with clang.

Fix: See attached patch.

Patch attached with submission follows:
How-To-Repeat: N/A
Comment 1 Rodrigo Osorio freebsd_committer freebsd_triage 2014-02-13 12:44:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rodrigo

I'll take it.
Comment 2 noresult 2014-03-18 13:54:33 UTC
Hello,

Is this waiting for something on my end?

Thanks.

-- Arjan
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-04-02 09:20:51 UTC
Responsible Changed
From-To: rodrigo->culot

Take it from rodrigo@, who seems to be busy
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2014-04-02 17:52:07 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-02 17:52:09 UTC
Author: culot
Date: Wed Apr  2 16:51:54 2014
New Revision: 349931
URL: http://svnweb.freebsd.org/changeset/ports/349931
QAT: https://qat.redports.org/buildarchive/r349931/

Log:
  - Update to 0.4
  
  PR:		ports/186381
  Submitted by:	Arjan van der Velde <noresult@noresult.net> (maintainer)

Modified:
  head/sysutils/spindown/Makefile
  head/sysutils/spindown/distinfo
  head/sysutils/spindown/files/patch-Makefile

Modified: head/sysutils/spindown/Makefile
==============================================================================
--- head/sysutils/spindown/Makefile	Wed Apr  2 16:21:32 2014	(r349930)
+++ head/sysutils/spindown/Makefile	Wed Apr  2 16:51:54 2014	(r349931)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spindown
-PORTVERSION=	0.3a
+PORTVERSION=	0.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.noresult.net/freebsd/spindown/
 

Modified: head/sysutils/spindown/distinfo
==============================================================================
--- head/sysutils/spindown/distinfo	Wed Apr  2 16:21:32 2014	(r349930)
+++ head/sysutils/spindown/distinfo	Wed Apr  2 16:51:54 2014	(r349931)
@@ -1,2 +1,2 @@
-SHA256 (spindown-0.3a.tar.gz) = b98d24c0a97e9d83a46e3fce711fd95e23ffd2e59b295d74b03c2daf7498c78d
-SIZE (spindown-0.3a.tar.gz) = 7395
+SHA256 (spindown-0.4.tar.gz) = ebc4c6795a3830acd84d6bc0183fbb8783fdfbb560b19e75b5288d6efca09268
+SIZE (spindown-0.4.tar.gz) = 7460

Modified: head/sysutils/spindown/files/patch-Makefile
==============================================================================
--- head/sysutils/spindown/files/patch-Makefile	Wed Apr  2 16:21:32 2014	(r349930)
+++ head/sysutils/spindown/files/patch-Makefile	Wed Apr  2 16:51:54 2014	(r349931)
@@ -1,12 +1,10 @@
---- ./Makefile.orig	2014-02-25 16:21:35.410946826 +0100
-+++ ./Makefile	2014-02-25 16:22:00.265977282 +0100
-@@ -8,8 +8,8 @@
+--- Makefile.orig	2014-04-02 18:45:11.564269707 +0200
++++ Makefile	2014-04-02 18:45:47.607267115 +0200
+@@ -8,7 +8,7 @@
  #
  
  EXTRAOPTS =
--CC = gcc
 -CFLAGS = -O2 -Wall $(EXTRAOPTS)
-+CC ?= gcc
 +CFLAGS += $(EXTRAOPTS)
  OBJS = spindown.o cam.o log.o
  INSTALL = /usr/bin/install
_______________________________________________
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"