Opened 6 years ago

Closed 6 years ago

#56872 closed defect (fixed)

openscad-devel requires git as extract dependency

Reported by: mf2k (Frank Schima) Owned by: dstrubbe (David Strubbe)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: openscad

Description

When attempting to install openscad-devel, I see the following error.

--->  Extracting openscad-devel
--->  Extracting openscad-e7c0851d4023817b2a11df2583d6f406f3b58883.tar.gz
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_science_openscad/openscad-devel/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/openscad/openscad-e7c0851d4023817b2a11df2583d6f406f3b58883.tar.gz' | /usr/bin/tar -xf - 
sh: /opt/local/bin/git: No such file or directory

Clearly git needs to be added as an extract dependency.

Change History (1)

comment:1 Changed 6 years ago by Ken <21211439+kencu@…>

Resolution: fixed
Status: assignedclosed

In 632978efaa91434af15f6e5f06c3110374394857/macports-ports (master):

openscad-devel: add dep on git

allows system git clone to work on all systems
should move this to another distfile and fetch it during the fetch phase instead
once it is sorted out how to do that correctly
closes: #56872

Note: See TracTickets for help on using tickets.