Page MenuHomeFreeBSD

astro/astrometry: Fix build on CURRENT
ClosedPublic

Authored by tobik on Jun 16 2017, 9:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 8, 7:51 AM
Unknown Object (File)
Mon, Jun 8, 6:26 AM
Unknown Object (File)
Sat, Jun 6, 1:23 PM
Unknown Object (File)
Thu, Jun 4, 5:52 AM
Unknown Object (File)
May 6 2026, 9:48 PM
Unknown Object (File)
Apr 20 2026, 2:55 AM
Unknown Object (File)
Apr 15 2026, 8:50 AM
Unknown Object (File)
Apr 13 2026, 3:35 AM
Subscribers
None

Details

Summary
Fix build on CURRENT

Exclude util/c.py (a symlink to util/util.py) from SHEBANG_FILES.

sed: util/c.py: in-place editing only works for regular files

This seems to be caused by base r313277.

PR:		219982
Reported by:	antoine, pkg-fallout
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D?????

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Oops, must have missed it

astro/astrometry/Makefile
21 ↗(On Diff #29734)

Would probably be better to just write:

RUN_DEPENDS=${PYNUMPY}

This revision is now accepted and ready to land.Jun 30 2017, 1:19 PM
This revision was automatically updated to reflect the committed changes.