Bug 159198 - [PATCH] fix sysutils/usbhotkey to work with Ruby 1.9
Summary: [PATCH] fix sysutils/usbhotkey to work with Ruby 1.9
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 03:30 UTC by Steve Wills
Modified: 2011-07-29 03:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.16 KB, patch)
2011-07-26 03:30 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2011-07-26 03:30:12 UTC
sysutils/usbhotkey does not build with Ruby 1.9. The attached patch fixes that. Note I have only done build testing with this patch; run testing should be done.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-26 03:30:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-26 03:30:33 UTC
Maintainer of sysutils/usbhotkey,

Please note that PR ports/159198 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159198

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-26 03:30:36 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Nikos Ntarmos 2011-07-27 11:41:38 UTC
The patchs seems ok. Please commit.

\n\n
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-07-29 02:50:51 UTC
swills      2011-07-29 01:50:34 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/usbhotkey   Makefile 
  Added files:
    sysutils/usbhotkey/files extra-patch-main.c 
  Log:
  - Fix build with Ruby 1.9
  
  PR:             ports/159198
  Approved by:    Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
  
  Revision  Changes    Path
  1.12      +9 -3      ports/sysutils/usbhotkey/Makefile
  1.1       +26 -0     ports/sysutils/usbhotkey/files/extra-patch-main.c (new)
_______________________________________________
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 6 Steve Wills freebsd_committer freebsd_triage 2011-07-29 02:51:00 UTC
State Changed
From-To: feedback->closed

Committed.