Ticket #5368: xemacs.patch
File xemacs.patch, 1.1 KB (added by rsorasen@…, 19 years ago) |
---|
-
editors/xemacs/Portfile
78 78 extract.only ${name}-${version}.tar.gz ${name}-sumo-2005-07-15${extract.suffix} 79 79 } 80 80 81 if { [variant_isset mule] } { 82 extract.only ${name}-${version}.tar.gz ${name}-mule-sumo-2005-07-15${extract.suffix} 83 } 84 81 85 post-extract { 82 86 system "cp ${distpath}/${name}-${version}-carbon-b3.diff.bz2 ${workpath}" 83 87 system "cd ${workpath} && bzip2 -d ${name}-${version}-carbon-b3.diff.bz2" … … 113 117 system "cp -Rp ${worksrcpath}/../xemacs-packages ${xemacs_lib}" 114 118 } 115 119 } 120 121 variant mule { 122 set mule_dist ${name}-mule-sumo-2005-07-15${extract.suffix} 123 124 distfiles-append ${mule_dist}:sumo 125 checksums-append ${mule_dist} \ 126 md5 b8d74c5b1c20877fe5c4f622bdec0164 127 128 configure.args-append --with-mule 129 130 post-destroot { 131 ui_info "Installing mule (sumo) distribution into destroot" 132 system "cp -Rp ${worksrcpath}/../mule-packages ${xemacs_lib}" 133 } 134 }