Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2018 03:06:12 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r476486 - in branches/2018Q3/graphics/IPA: . files
Message-ID:  <201808060306.w7636C4Q054676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Mon Aug  6 03:06:12 2018
New Revision: 476486
URL: https://svnweb.freebsd.org/changeset/ports/476486

Log:
  MFH: r476485
  
  Fix build with Perl >= 5.26 - regular expression match was failing with
  newer MakeMaker which caused the objects to be written to the wrong location
  
  Add LICENSE - the README says it is licensed the same as Perl
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2018Q3/graphics/IPA/files/
     - copied from r476485, head/graphics/IPA/files/
Modified:
  branches/2018Q3/graphics/IPA/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/graphics/IPA/Makefile
==============================================================================
--- branches/2018Q3/graphics/IPA/Makefile	Mon Aug  6 02:49:34 2018	(r476485)
+++ branches/2018Q3/graphics/IPA/Makefile	Mon Aug  6 03:06:12 2018	(r476486)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.prima.eu.org/IPA/ CPAN/Prima/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Image Processing Algorithms
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-Prima>1.24:x11-toolkits/p5-Prima
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
@@ -21,10 +24,4 @@ MAKE_JOBS_UNSAFE=	yes
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502600
-BROKEN=		Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808060306.w7636C4Q054676>