Date: Thu, 1 Sep 2016 01:51:11 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421196 - head/www/p5-Gtk2-WebKit Message-ID: <201609010151.u811pB24016712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609010151.u811pB24016712>