Bug 119403 - [PATCH] java/eclipse-devel: eclipse.desktop should point to eclipse-devel
Summary: [PATCH] java/eclipse-devel: eclipse.desktop should point to eclipse-devel
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: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 02:50 UTC by Daniel Rucci
Modified: 2008-01-16 16:30 UTC (History)
1 user (show)

See Also:


Attachments
eclipse-devel-3.3.1.patch (2.04 KB, patch)
2008-01-07 02:50 UTC, Daniel Rucci
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Rucci 2008-01-07 02:50:01 UTC
  - eclipse.desktop should be eclipse-devel, the current short cut would point to java/eclipse rather then this port.
  - I made the Makefile port(1) friendly (It didn't like PORTNAME=eclipse ). 
  - removed whitespace from distfile because portlint(1) didn't like this.

Port maintainer (freebsd-eclipse@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: Install java/eclipse-devel & Use the shortcut
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-07 02:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-eclipse

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2008-01-16 04:26:16 UTC
Responsible Changed
From-To: freebsd-eclipse->glewis

I'll take this.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-16 16:26:18 UTC
glewis      2008-01-16 16:26:13 UTC

  FreeBSD ports repository

  Modified files:
    java/eclipse-devel   Makefile distinfo 
    java/eclipse-devel/files eclipse.desktop eclipse.in 
  Log:
  . Make eclipse-devel.desktop point to eclipse-devel as it should rather
    than eclipse. [1]
  . Use a more consistent naming convention as per other -devel ports. [1]
  . Remove trailing blank lines in distinfo to make portlint(1) happier. [1]
  . Force eclipse-devel to use one of the jdk* ports rather than the
    diablo-jdk15 port on FreeBSD 7.x and higher as mixing the native
    7.x libraries of eclipse and the native 6.x libraries of diablo-jdk
    is a recipe for trouble. [2]
  
  PR:             119403 [1], 118115 [2]
  Submitted by:   Daniel Rucci <rucci@smurfbsd.warganizer.com> [1]
  
  Revision  Changes    Path
  1.14      +17 -4     ports/java/eclipse-devel/Makefile
  1.6       +0 -3      ports/java/eclipse-devel/distinfo
  1.2       +1 -1      ports/java/eclipse-devel/files/eclipse.desktop
  1.4       +2 -2      ports/java/eclipse-devel/files/eclipse.in
_______________________________________________
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 Greg Lewis freebsd_committer freebsd_triage 2008-01-16 16:26:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!