Bug 162323 - [maintainer] [patch] java/jrosetta
Summary: [maintainer] [patch] java/jrosetta
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-06 04:40 UTC by Robert Farmer
Modified: 2011-11-06 17:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.98 KB, patch)
2011-11-06 04:40 UTC, Robert Farmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Farmer 2011-11-06 04:40:06 UTC
Avoid pointyhat failure from maven downloading files during the build by using the pre-compiled jar, unless WITH_COMPILE is set

Fix: Patch attached with submission follows:
Comment 1 Chris Rees freebsd_committer freebsd_triage 2011-11-06 08:28:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 Chris Rees 2011-11-06 14:26:26 UTC
Hey Rob,

Thanks for fixing this so quickly!

I've added an OPTION for WITH_COMPILE, and moved the MASTER_SITES line
back to the traditional place so as not to make the port's Makefile
look too weird.

If you approve of these, I'll commit it.

Of course, if you don't like either/both of the changes I'll yank them
straight back out again! What do you think?

Chris

http://www.bayofrum.net/~crees/patches/jrosetta-compile-option.diff.txt
Comment 3 Robert Farmer 2011-11-06 17:15:36 UTC
On Sun, Nov 6, 2011 at 6:26 AM, Chris Rees <utisoft@gmail.com> wrote:
> http://www.bayofrum.net/~crees/patches/jrosetta-compile-option.diff.txt
>

Yes, this is fine.

-- 
Rob Farmer
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-11-06 17:41:08 UTC
crees       2011-11-06 17:40:59 UTC

  FreeBSD ports repository

  Modified files:
    java/jrosetta        Makefile distinfo 
  Log:
  Make compilation from source an option-- maven downloads extra files, thus
  breaking on package building.
  
  PR:             ports/162323
  Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
  Pointyhat to:   crees
  
  Revision  Changes    Path
  1.4       +33 -7     ports/java/jrosetta/Makefile
  1.4       +4 -0      ports/java/jrosetta/distinfo
_______________________________________________
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 5 Chris Rees freebsd_committer freebsd_triage 2011-11-06 17:41:18 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!