svn commit: r421196 - head/www/p5-Gtk2-WebKit

John Marino marino at FreeBSD.org
Thu Sep 1 01:51:12 UTC 2016


Author: marino
Date: Thu Sep  1 01:51:11 2016
New Revision: 421196
URL: https://svnweb.freebsd.org/changeset/ports/421196

Log:
  www/p5-Gtk2-WebKit: Comment out NO_PACKAGE hack from March 2010
  
  It's been 6.5 years since this port was marked with NO_PACKAGE which
  should have been a temporary measure.  It builds fine for me on F10.3
  amd64 (vm), so let's remove the designation so we can see if it's
  still an issue.  If the problem still exists, then it's better make
  the documentation optional and off by default.
  
  Approved by:	Just-Fix-It

Modified:
  head/www/p5-Gtk2-WebKit/Makefile

Modified: head/www/p5-Gtk2-WebKit/Makefile
==============================================================================
--- head/www/p5-Gtk2-WebKit/Makefile	Wed Aug 31 21:49:37 2016	(r421195)
+++ head/www/p5-Gtk2-WebKit/Makefile	Thu Sep  1 01:51:11 2016	(r421196)
@@ -22,7 +22,8 @@ RUN_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-
 
 MAKE_JOBS_UNSAFE=	yes
 
-NO_PACKAGE=	Man page creation hangs on some systems for unknown reasons
+# blocked since 2010.  Remove to see if it works on all systems again
+#NO_PACKAGE=	Man page creation hangs on some systems for unknown reasons
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list