Index: head/graphics/IPA/Makefile =================================================================== --- head/graphics/IPA/Makefile (revision 476484) +++ head/graphics/IPA/Makefile (revision 476485) @@ -1,30 +1,27 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= IPA PORTVERSION= 1.08 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK MAINTAINER= ports@FreeBSD.org COMMENT= Image Processing Algorithms +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Prima>1.24:x11-toolkits/p5-Prima USES= perl5 USE_PERL5= configure INSTALL_TARGET= pure_install MAKE_JOBS_UNSAFE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so -.include - -.if ${PERL_LEVEL} >= 502600 -BROKEN= Does not build -.endif - -.include +.include Index: head/graphics/IPA/files/patch-Makefile.PL =================================================================== --- head/graphics/IPA/files/patch-Makefile.PL (nonexistent) +++ head/graphics/IPA/files/patch-Makefile.PL (revision 476485) @@ -0,0 +1,16 @@ +Fix regular expression match and build with MakeMaker >= 7.05_05 which adds a +space between the target name and the operator. + +--- Makefile.PL.orig 2011-05-14 06:27:26 UTC ++++ Makefile.PL +@@ -79,8 +79,8 @@ H + sub c_o + { + my $t = shift-> SUPER::c_o(@_); +- unless ( $t =~ /.c\$\(OBJ_EXT\):\n\t.*\$\*\$\(OBJ_EXT\)/ ) { +- $t =~ s/(\.c\$\(OBJ_EXT\):\n\t.*)/$1 $co\$*\$(OBJ_EXT)/; ++ unless ( $t =~ /\.c\$\(OBJ_EXT\)\s*:\n\t.*\Q\$\*\$\(OBJ_EXT\)\E/ ) { ++ $t =~ s/(\.c\$\(OBJ_EXT\)\s*:\n\t.*)/$1 $co\$*\$(OBJ_EXT)/; + } + return $t; + } Property changes on: head/graphics/IPA/files/patch-Makefile.PL ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property