Bug 199267 - [PATCH] security/ruby-camellia: fix build error
Summary: [PATCH] security/ruby-camellia: fix build error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Michael Moll
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-07 15:59 UTC by Yoshisato Yanagisawa
Modified: 2015-05-08 09:24 UTC (History)
1 user (show)

See Also:


Attachments
patch to fix the build error. (3.15 KB, patch)
2015-04-07 15:59 UTC, Yoshisato Yanagisawa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshisato Yanagisawa 2015-04-07 15:59:31 UTC
Created attachment 155308 [details]
patch to fix the build error.

The port was marked as broken recently because of build failure.
http://svnweb.freebsd.org/ports/head/security/ruby-camellia/Makefile

The attached patch fixes the build error.

Additional change with the patch:
- fixed some portlint warnings.
Comment 1 Michael Moll freebsd_committer freebsd_triage 2015-05-07 12:08:27 UTC
take
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-08 09:22:44 UTC
A commit references this bug:

Author: mmoll
Date: Fri May  8 09:21:48 UTC 2015
New revision: 385743
URL: https://svnweb.freebsd.org/changeset/ports/385743

Log:
  security/ruby-camellia: unbreak build for ruby 2.1+

  PR:		199267
  Differential Revision:	https://reviews.freebsd.org/D2476
  Submitted by:	Yoshisato Yanagisawa <osho@pcc-software.org> (maintainer)
  Approved by:	swills (mentor)

Changes:
  head/security/ruby-camellia/Makefile
  head/security/ruby-camellia/files/
  head/security/ruby-camellia/files/patch-ext_camellia-rb.c
  head/security/ruby-camellia/files/patch-setup.rb
  head/security/ruby-camellia/pkg-descr
Comment 3 Michael Moll freebsd_committer freebsd_triage 2015-05-08 09:24:17 UTC
commited, thanks!