[48747] trunk/dports/devel/vxl

toby at macports.org toby at macports.org
Sat Mar 28 00:27:37 PDT 2009


Revision: 48747
          http://trac.macports.org/changeset/48747
Author:   toby at macports.org
Date:     2009-03-28 00:27:35 -0700 (Sat, 28 Mar 2009)
Log Message:
-----------
vxl 1.12.0 (disabled "BRL" -- too many compilation issues)

Modified Paths:
--------------
    trunk/dports/devel/vxl/Portfile

Removed Paths:
-------------
    trunk/dports/devel/vxl/files/patch-contrib?\226?\152?\131brl?\226?\152?\131bpro?\226?\152?\131bprb?\226?\152?\131Templates?\226?\152?\131bprb_parameters+unsigned_int-.cxx
    trunk/dports/devel/vxl/files/patch-contrib?\226?\152?\131brl?\226?\152?\131bpro?\226?\152?\131bprb?\226?\152?\131bprb_process_manager.txx
    trunk/dports/devel/vxl/files/patch-contrib?\226?\152?\131brl?\226?\152?\131bseg?\226?\152?\131bvxm?\226?\152?\131bvxm_memory_chunk.cxx

Modified: trunk/dports/devel/vxl/Portfile
===================================================================
--- trunk/dports/devel/vxl/Portfile	2009-03-28 06:52:34 UTC (rev 48746)
+++ trunk/dports/devel/vxl/Portfile	2009-03-28 07:27:35 UTC (rev 48747)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             vxl
-version          1.11.0
+version          1.12.0
 categories       devel
 maintainers      toby
 description      C++ libraries for computer vision
@@ -18,15 +18,15 @@
 
 master_sites     sourceforge
 use_zip          yes
-checksums        md5    e2d3f0dbc98241607ee5d4a121d1253b \
-                 sha1   7fd772bfad640f9672307eacdbf0a5e3ff150ffb \
-                 rmd160 35812c0fcfdda27c77ee9044e65e9e8dcccfffc0
+checksums        md5    910b42ff0f0c048015425992d979c8f7 \
+                 sha1   679e9d23220c6278c6da0cef35cd5df8eed7f064 \
+                 rmd160 aed78aed12e6d90a1406f36e1ea1129993994350
 
-patchfiles       patch-contrib☃brl☃bpro☃bprb☃Templates☃bprb_parameters+unsigned_int-.cxx \
-                 patch-contrib☃brl☃bpro☃bprb☃bprb_process_manager.txx \
-                 patch-contrib☃brl☃bseg☃bvxm☃bvxm_memory_chunk.cxx \
-                 patch-v3p☃mpeg2☃libmpeg2☃idct_altivec.c \
+patchfiles       patch-v3p☃mpeg2☃libmpeg2☃idct_altivec.c \
                  patch-v3p☃mpeg2☃libmpeg2☃motion_comp_altivec.c
+post-patch {
+	file delete ${worksrcpath}/contrib/mul/vil3d/Templates/vil3d_tricub_interp+uint-.cxx
+}
 
 depends_build    port:cmake
 
@@ -34,8 +34,11 @@
 configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix}
 configure.args     -DBUILD_SHARED_LIBS=YES \
                    -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/${name} \
+                   -DBUILD_BRL=NO \
                    ${worksrcpath}
 
+use_parallel_build no
+
 # shuffle directories around to turn ${prefix}/lib into ${prefix}/lib/${name}
 post-destroot {
 	file rename ${destroot}${prefix}/lib ${destroot}${prefix}/tmp
@@ -43,10 +46,5 @@
 	file rename ${destroot}${prefix}/tmp ${destroot}${prefix}/lib/${name}
 }
 
-# llvm-gcc-4.2 segfaults
-platform darwin 10 {
-	configure.compiler gcc-4.2
-}
-
 livecheck.check  regex
 livecheck.regex  latest official release vxl-(.*)

Deleted: trunk/dports/devel/vxl/files/patch-contrib?\226?\152?\131brl?\226?\152?\131bpro?\226?\152?\131bprb?\226?\152?\131Templates?\226?\152?\131bprb_parameters+unsigned_int-.cxx
===================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090328/51813b4d/attachment.html>


More information about the macports-changes mailing list