Changes between Initial Version and Version 2 of Ticket #61719


Ignore:
Timestamp:
Dec 1, 2020, 11:56:30 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I'm not sure why the wiki advises you to rename the port to have a "-devel" suffix. We usually use the "-devel" suffix for development versions, as opposed to most ports which are for stable versions. The default values of several variables in a portfile are based on its name, so if you change a port's name, that will also change what file it tries to download, unless you override it in the port. And of course ports depend on other ports by name. If you were trying to patch grace because it is a dependency of another port, your patched version will not satisfy the dependency if you've renamed it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61719

    • Property Summary changed from patch wiki instructions fail to PatchLocal wiki instructions fail to get distfile for new "arb-devel" port
  • Ticket #61719 – Description

    initial v2  
    1 I'm trying to follow the instructions in https://trac.macports.org/wiki/howto/PatchLocal to make a patch for grace (to fix the XmRegisterConverters issue).  I can get through step 1, but the first item in step 2 "port patch grace-devel" doesn't work. It tries to download dist files for grace-devel-5.1.25.tar.gz from various mirrors, which obviously don't exist:
     1I'm trying to follow the instructions in wiki:howto/PatchLocal to make a patch for grace (to fix the XmRegisterConverters issue).  I can get through step 1, but the first item in step 2 "port patch grace-devel" doesn't work. It tries to download dist files for grace-devel-5.1.25.tar.gz from various mirrors, which obviously don't exist:
    22{{{
    33bernsteiadmin@vpn214062 ports % sudo port patch grace-devel