Bug 229271

Summary: graphics/ufraw: fails to build requires a space between literal and identifier
Product: Ports & Packages Reporter: Walter Schwarzenfeld <w.schwarzenfeld>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi, rhurlin
Priority: --- Flags: bugzilla: maintainer-feedback? (rodrigo)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn-diff-ufraw none

Description Walter Schwarzenfeld freebsd_triage 2018-06-24 11:34:01 UTC
Created attachment 194557 [details]
svn-diff-ufraw

Details see:
https://lists.freebsd.org/pipermail/freebsd-ports/2018-June/113693.html
Comment 1 Walter Schwarzenfeld freebsd_triage 2018-06-24 13:54:12 UTC
I make the /patch-ufraw__developer.c	 cause the abs/fabs error cause on some platforms errors (here it was only a warning).
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2018-06-24 14:24:36 UTC
testbuilds look fine.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-07-01 21:43:15 UTC
A commit references this bug:

Author: rodrigo
Date: Sun Jul  1 21:42:50 UTC 2018
New revision: 473684
URL: https://svnweb.freebsd.org/changeset/ports/473684

Log:
  Fix graphics/ufraw build for 12.0

  Fix code issues who causes build failures
  due to missing spaces between literal and identifier.

  Bump PORTREVISION.

  PR:		229271
  Submitted by:	<w.schwarzenfeld@utanet.at>

Changes:
  head/graphics/ufraw/Makefile
  head/graphics/ufraw/files/patch-dcraw.cc
  head/graphics/ufraw/files/patch-ufraw__developer.c
Comment 4 Rodrigo Osorio freebsd_committer freebsd_triage 2018-07-01 21:44:14 UTC
Committed, thanks for the bug report.