Bug 137267 - [patch] Update sysutils/javaservicewrapper
Summary: [patch] Update sysutils/javaservicewrapper
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 16:20 UTC by Mike Jakubik
Modified: 2009-07-30 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.50 KB, patch)
2009-07-30 16:20 UTC, Mike Jakubik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Jakubik 2009-07-30 16:20:11 UTC
- Change port to properly pass 32/64bit options based on current ARCH to the ant build process.
- Remove javaservicewrapper/files/patch-build.xml, this patch should no longer be necessary due to the update above.
- Remove unnecessary USE_GMAKE.
- Strip resulting binary.
- Take over maintainership, Alejandro no longer uses this port.

---
On 7/9/2009 2:08 PM, Mike Jakubik wrote:
> Hi,
>
> Is there any chance of updating this port? The version in the ports tree
> is 3.2.3 while 3.3.5 is already available.
>
> Thanks
>

Hello,

I've just updated it, thanks (and sorry for the delay).

BTW I'm not using it now, if you want to maintain it you can have it.

Regards,
Ale
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-30 16:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-30 17:28:41 UTC
alepulver    2009-07-30 16:28:27 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/javaservicewrapper Makefile 
  Removed files:
    sysutils/javaservicewrapper/files patch-build.xml 
  Log:
  - Change port to properly pass 32/64bit options based on current ARCH to the
    ant build process.
  - Remove javaservicewrapper/files/patch-build.xml, this patch should no longer
    be necessary due to the update above.
  - Strip resulting binary.
  - Take over maintainership, Alejandro no longer uses this port.
  
  Changes by alepulver:
  - Keep USE_GMAKE because Ant calls it when building the C code.
  - Put do-build before bsd.port.pre.mk to avoid a target redefinition warning.
  
  PR:             ports/137267
  Submitted by:   Mike Jakubik <mikej@rogers.com>
  
  Revision  Changes    Path
  1.7       +19 -6     ports/sysutils/javaservicewrapper/Makefile
  1.2       +0 -10     ports/sysutils/javaservicewrapper/files/patch-build.xml (dead)
_______________________________________________
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 3 Alejandro Pulver freebsd_committer freebsd_triage 2009-07-30 17:30:41 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!