Changes between Initial Version and Version 2 of Ticket #778


Ignore:
Timestamp:
Mar 24, 2016, 1:28:50 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #778

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port fortune added
  • Ticket #778 – Description

    initial v2  
    11fortune will try and use bzip2 on the fortune datfiles like so..
    22
     3{{{
    34--->  Fetching fortune
    45--->  Verifying checksum for fortune
     
    67Warning: No checksum recorded for fortune-starwars.tgz
    78--->  Extracting fortune
    8 Error: Target com.apple.extract returned: shell command "cd "/Users/yeled/Documents/DEV/
    9 darwinports/dports/games/fortune/work" && bzip2 -dc /opt/local/var/db/dports/distfiles/
    10 fortune-starwars.tgz | tar -xf -" returned error 1
    11 Command output: bzip2: /opt/local/var/db/dports/distfiles/fortune-starwars.tgz is not a bzip2
    12 file.
     9Error: Target com.apple.extract returned: shell command "cd "/Users/yeled/Documents/DEV/darwinports/dports/games/fortune/work" && bzip2 -dc /opt/local/var/db/dports/distfiles/fortune-starwars.tgz | tar -xf -" returned error 1
     10Command output: bzip2: /opt/local/var/db/dports/distfiles/fortune-starwars.tgz is not a bzip2 file.
    1311tar: End of archive volume 1 reached
    1412tar: Sorry, unable to determine archive format.
    15 
     13}}}
    1614
    1715and here is a patch to fix this,
    1816
     17{{{
    1918--- Portfile.old        Thu Aug 14 22:26:19 2003
    2019+++ Portfile    Thu Aug 14 22:25:31 2003
     
    3029 # zero, then set them in each variant, and then check them all in post-extract
    3130 set plusstarwars 0
     31}}}