Bug 163560 - astro/pyephem patch file no longer needed
Summary: astro/pyephem patch file no longer needed
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-23 11:20 UTC by kenji.rikitake
Modified: 2011-12-23 14:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kenji.rikitake 2011-12-23 11:20:06 UTC
astro/pyephem patch file fails to apply when building;
this patch file is no longer needed.

===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
===>  Extracting for pyephem-3.7.5.1,1
=> SHA256 Checksum OK for pyephem-3.7.5.1.tar.gz.
===>  Patching for pyephem-3.7.5.1,1
===>  Applying FreeBSD patches for pyephem-3.7.5.1,1
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to setup.py.rej
=> Patch patch-setup.py failed to apply cleanly.
*** Error code 1

Fix: 

Removing the patch file at /usr/ports/astro/pyephem/files/patch-setup.py solves the problem.
How-To-Repeat: (cd /usr/ports/astro/pyephem; make)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-23 11:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-23 13:52:11 UTC
rm          2011-12-23 13:52:03 UTC

  FreeBSD ports repository

  Modified files:
    astro/pyephem        pkg-plist 
  Removed files:
    astro/pyephem/files  patch-setup.py 
  Log:
  - fix build (remove unneeded patch) [1]
  - while i'm here also fix pkg-plist
  
  PR:             163560 [1]
  Submitted by:   Kenji Rikitake <kenji.rikitake at acm dot org>
  Requested by:   wen (by email)
  Approved by:    wen (maintainer), novel (mentor, implicit)
  
  Revision  Changes    Path
  1.2       +0 -11     ports/astro/pyephem/files/patch-setup.py (dead)
  1.7       +0 -1      ports/astro/pyephem/pkg-plist
_______________________________________________
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 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2011-12-23 13:52:49 UTC
State Changed
From-To: open->closed

Committed, thank you!