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)
Fri, Aug 1, 7:58 AM
Unknown Object (File)
Jul 5 2025, 8:05 AM
Unknown Object (File)
Jun 28 2025, 2:20 AM
Unknown Object (File)
Jun 26 2025, 9:53 PM
Unknown Object (File)
Jun 26 2025, 2:23 AM
Unknown Object (File)
Jun 25 2025, 5:11 AM
Unknown Object (File)
Jun 16 2025, 9:47 PM
Unknown Object (File)
Jun 12 2025, 6:49 PM
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.