Revision: 67097 http://trac.macports.org/changeset/67097 Author: ryandesign@macports.org Date: 2010-04-28 20:32:10 -0700 (Wed, 28 Apr 2010) Log Message: ----------- vxl: rename patchfiles so their names don't contain whatever the hell that character was so people who haven't set LANG don't have trouble checking out from the repository; see http://lists.macosforge.org/pipermail/macports-users/2010-April/019949.html Modified Paths: -------------- trunk/dports/devel/vxl/Portfile Added Paths: ----------- trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__idct_altivec.c trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__motion_comp_altivec.c Removed Paths: ------------- trunk/dports/devel/vxl/files/patch-v3p?\226?\152?\131mpeg2?\226?\152?\131libmpeg2?\226?\152?\131idct_altivec.c trunk/dports/devel/vxl/files/patch-v3p?\226?\152?\131mpeg2?\226?\152?\131libmpeg2?\226?\152?\131motion_comp_altivec.c Modified: trunk/dports/devel/vxl/Portfile =================================================================== --- trunk/dports/devel/vxl/Portfile 2010-04-29 02:54:14 UTC (rev 67096) +++ trunk/dports/devel/vxl/Portfile 2010-04-29 03:32:10 UTC (rev 67097) @@ -25,8 +25,8 @@ # ffmpeg-devel is not universal universal_variant no -patchfiles patch-v3p☃mpeg2☃libmpeg2☃idct_altivec.c \ - patch-v3p☃mpeg2☃libmpeg2☃motion_comp_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 } Copied: trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__idct_altivec.c (from rev 67096, trunk/dports/devel/vxl/files/patch-v3p?\226?\152?\131mpeg2?\226?\152?\131libmpeg2?\226?\152?\131idct_altivec.c) =================================================================== --- trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__idct_altivec.c (rev 0) +++ trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__idct_altivec.c 2010-04-29 03:32:10 UTC (rev 67097) @@ -0,0 +1,11 @@ +--- v3p/mpeg2/libmpeg2/idct_altivec.c.orig 2008-12-02 20:17:34.000000000 -0800 ++++ v3p/mpeg2/libmpeg2/idct_altivec.c 2008-12-02 20:17:45.000000000 -0800 +@@ -21,7 +21,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#ifndef __ALTIVEC__ ++#if 1 + + #include "config.h" + Copied: trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__motion_comp_altivec.c (from rev 67096, trunk/dports/devel/vxl/files/patch-v3p?\226?\152?\131mpeg2?\226?\152?\131libmpeg2?\226?\152?\131motion_comp_altivec.c) =================================================================== --- trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__motion_comp_altivec.c (rev 0) +++ trunk/dports/devel/vxl/files/patch-v3p__mpeg2__libmpeg2__motion_comp_altivec.c 2010-04-29 03:32:10 UTC (rev 67097) @@ -0,0 +1,11 @@ +--- v3p/mpeg2/libmpeg2/motion_comp_altivec.c.orig 2008-12-02 20:17:11.000000000 -0800 ++++ v3p/mpeg2/libmpeg2/motion_comp_altivec.c 2008-12-02 20:17:26.000000000 -0800 +@@ -21,7 +21,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#ifndef __ALTIVEC__ ++#if 1 + + #include "config.h" + Deleted: trunk/dports/devel/vxl/files/patch-v3p?\226?\152?\131mpeg2?\226?\152?\131libmpeg2?\226?\152?\131idct_altivec.c ===================================================================