Changes between Version 1 and Version 2 of Ticket #64083, comment 5


Ignore:
Timestamp:
Nov 30, 2021, 2:17:57 PM (2 years ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64083, comment 5

    v1 v2  
    22Unfortunately, that did not work.  Macports insisted in creating a symlink between the worksrcdir and the extracted directory (from the xz archive).  Then when I tried to manually extract the tar.gz file into the worksrcdir, Macports rightfully complained -- "M2VRequantiser-v1.1/LICENSE.txt: Cannot extract through symlink M2VRequantiser-v1.1" etc.  The "use_xz yes" keyword appears to do something strange.
    33
    4 In any event, I was able to get the two files extracted properly by letting Macports extract the tar.gz file and manually extracting the tar.xz file.  I avoided using the"use_xz yes" keyword.  To ensure that the two files were properly extracted, I added "depends_extract port:gnutar port:xz".
    5 
    6 Attached please find an updated portfile that works and an renamed patchfile.  (I fixed the numbering of the patchfiles after I deleted the second Makefile.patch file).
     4In any event, I was able to get the two files extracted properly by letting Macports extract the tar.gz file and manually extracting the tar.xz file.  I avoided using the "use_xz yes" keyword.  To ensure that the two files were properly extracted, I added "depends_extract port:gnutar port:xz".
     5
     6Attached please find an updated portfile that works and an renamed patchfile.  (I fixed the numbering of the patchfiles after I deleted the second Makefile.patch file).  Only three patch files are needed now.
    77
    88As per your request, I changed the homepage and directed Macports to download the main source file from the developers website.  I had to add a second master_site to master_sites and had to use tags!  Finally, I get to use tags!