Bug 149525 - [PATCH] astro/xplanet - fix install when astro/xearth is not there
Summary: [PATCH] astro/xplanet - fix install when astro/xearth is not there
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 14:50 UTC by Alberto Villa
Modified: 2010-09-01 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (716 bytes, patch)
2010-08-11 14:50 UTC, Alberto Villa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa freebsd_committer freebsd_triage 2010-08-11 14:50:08 UTC
xplanet installs files from astro/xearth/files without depending (obviously) on it. as a result of this, `porteasy` and similar scripts do not import xearth in custom ports trees, and the installation of xplanet fails (i'm thinking in particular about tinderbox environments)

Fix: the attached patch makes the installation of xearth files conditional (if they exist, they get installed)

Patch attached with submission follows:
How-To-Repeat: porteasy astro/xplanet and make install it. all the dependencies are there, except for astro/xearth
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-11 14:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-01 19:32:04 UTC
avilla      2010-09-01 18:31:50 UTC

  FreeBSD ports repository

  Modified files:
    astro/xplanet        Makefile 
  Log:
  - Fix install when astro/xearth is not there.
  
  PR:             ports/149525
  Submitted by:   avilla
  Approved by:    novel (maintainer timeout), tabthorpe (mentor)
  
  Revision  Changes    Path
  1.49      +2 -0      ports/astro/xplanet/Makefile
_______________________________________________
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 Alberto Villa freebsd_committer freebsd_triage 2010-09-01 19:33:46 UTC
State Changed
From-To: open->closed

committed after maintainer timeout (without PORTREVISION bump)