Bug 168867 - [PATCH] devel/dcmtk : Fix build with clang
Summary: [PATCH] devel/dcmtk : Fix build 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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-08 18:10 UTC by Gleb Popov
Modified: 2012-06-11 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (15.63 KB, patch)
2012-06-08 18:10 UTC, Gleb Popov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Popov freebsd_committer freebsd_triage 2012-06-08 18:10:09 UTC
Placing this patch into files/ fixes build with clang.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2012-06-08 18:15:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2012-06-09 20:29:42 UTC
Responsible Changed
From-To: miwi->gahr

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-11 13:27:17 UTC
gahr        2012-06-11 12:27:02 UTC

  FreeBSD ports repository

  Modified files:
    devel/dcmtk          Makefile pkg-plist 
  Added files:
    devel/dcmtk/files    patch-clang 
  Log:
  - Fix build with clang [1]
  - Fix PLIST
  
  PR:             168867 [1]
  Reported by:    arrowdodger <6yearold@gmail.com>
  
  Revision  Changes    Path
  1.6       +3 -0      ports/devel/dcmtk/Makefile
  1.1       +300 -0    ports/devel/dcmtk/files/patch-clang (new)
  1.3       +1 -0      ports/devel/dcmtk/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 4 Pietro Cerutti freebsd_committer freebsd_triage 2012-06-11 13:28:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!