svn commit: r376260 - head/graphics/p5-GD

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 4 17:51:44 UTC 2015


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>


More information about the svn-ports-all mailing list