Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 08:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/178865: commit references a PR
Message-ID:  <201305250810.r4P8A1eC002023@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178865; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178865: commit references a PR
Date: Sat, 25 May 2013 08:06:17 +0000 (UTC)

 Author: az
 Date: Sat May 25 08:06:10 2013
 New Revision: 319032
 URL: http://svnweb.freebsd.org/changeset/ports/319032
 
 Log:
   - Avoid using SITE_PERL in dependencies
   
   PR:		ports/178865
   Submitted by:	az
   Approved by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
 
 Modified:
   head/mail/opendkim/Makefile.features
 
 Modified: head/mail/opendkim/Makefile.features
 ==============================================================================
 --- head/mail/opendkim/Makefile.features	Sat May 25 07:46:10 2013	(r319031)
 +++ head/mail/opendkim/Makefile.features	Sat May 25 08:06:10 2013	(r319032)
 @@ -63,7 +63,7 @@ CONFIGURE_ARGS+=	--enable-identity_heade
  .if ${PORT_OPTIONS:MLCOV}
  BROKEN=			Does not install
  BUILD_DEPENDS+=		lcov:${PORTSDIR}/devel/lcov \
 -			${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
 +			p5-GD>=0:${PORTSDIR}/graphics/p5-GD
  CONFIGURE_ARGS+=	--with-lcov
  .else
  CONFIGURE_ARGS+=	--without-lcov
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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