Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 17:51:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376260 - head/graphics/p5-GD
Message-ID:  <201501041751.t04HpiEk060270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  4 17:51:43 2015
New Revision: 376260
URL: https://svnweb.freebsd.org/changeset/ports/376260
QAT: https://qat.redports.org/buildarchive/r376260/

Log:
  - Allow build as regular user
  
  Reported by:	naddy

Modified:
  head/graphics/p5-GD/Makefile

Modified: head/graphics/p5-GD/Makefile
==============================================================================
--- head/graphics/p5-GD/Makefile	Sun Jan  4 17:13:00 2015	(r376259)
+++ head/graphics/p5-GD/Makefile	Sun Jan  4 17:51:43 2015	(r376260)
@@ -23,4 +23,7 @@ CONFIGURE_ENV=	options="FT,GIF,JPEG,PNG,
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+	@${CHMOD} u+w ${WRKSRC}/bdf_scripts/bdf2gdfont.pl
+
 .include <bsd.port.mk>



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