Ticket #24843: Portfile.diff
File Portfile.diff, 1.4 KB (added by mww@…, 15 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name spin 7 version 5.2. 27 version 5.2.5 8 8 set version_no_dot [join [split ${version} .] ""] 9 9 distname ${name}${version_no_dot} 10 10 categories devel … … 19 19 20 20 homepage http://spinroot.com 21 21 master_sites http://spinroot.com/spin/Src/ 22 checksums md5 71704ff4af9738eca68bcab7cd62d72f\23 sha1 049fe676b079cbe9e278099544fbb055c92e3927\24 rmd160 4a37d647fd1dfe782a5e552d363822528a3c55c622 checksums md5 03345f9713e7b4f82d2d8ec319802b9c \ 23 sha1 274649628c0c8ae3414b863c27a1b8d98a8e9921 \ 24 rmd160 8d01f8dd0da8c8013fbb8c6d6e9a8c40b8c5f33f 25 25 depends_lib port:tk port:tcl 26 26 patchfiles patch-makefile.diff \ 27 27 patch-xspin.diff … … 30 30 use_parallel_build no 31 31 32 32 set xspin_dir Xspin5.2 33 set xspin_name xspin52 1.tcl33 set xspin_name xspin525.tcl 34 34 35 35 pre-patch { 36 36 file rename ${worksrcpath}/../${xspin_dir}/${xspin_name} ${worksrcpath}/../${xspin_dir}/xspin … … 41 41 } 42 42 43 43 build.target "" 44 build.args CC="${configure.cc} -DNXT" 44 build.args CC="${configure.cc} -DNXT" CFLAGS="${configure.cflags} -ansi -D_POSIX_SOURCE -Wno-format-security" 45 45 46 46 destroot { 47 47 xinstall -m 0444 ${worksrcpath}/../Man/${name}.1 \