When building devel/php53-gettext I found that gettext module is missing some functions. Checking build log I found that configure was failing to find -lintl. Finally I found that devel/php5-gettext has files/patch-config.m4 and after copying to devel/php53-gettext it was compiled OK with all functions. Fix: copy files/patch-config.m4 from develphp5-gettext How-To-Repeat: cd /usr/ports/devel/php53-gettext
Responsible Changed From-To: freebsd-ports-bugs->flo Over to maintainer (via the GNATS Auto Assign Tool)
flo 2012-05-17 12:43:53 UTC FreeBSD ports repository Modified files: devel/php53-gettext Makefile Added files: devel/php53-gettext/files patch-config.m4 Log: add a missing patch, without this the module compiles but functionality is missing thus bump PORTREVISION PR: ports/168009 Submitted by: Rolandas Naujikas <rolnas@gmail.com> Revision Changes Path 1.2 +2 -0 ports/devel/php53-gettext/Makefile 1.1 +17 -0 ports/devel/php53-gettext/files/patch-config.m4 (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!