Bug 168009 - devel/php53-gettext is missing patch after repocopy from devel/php5-gettext
Summary: devel/php53-gettext is missing patch after repocopy from devel/php5-gettext
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 13:20 UTC by Rolandas Naujikas
Modified: 2012-05-17 13:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rolandas Naujikas 2012-05-17 13:20:07 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-17 13:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-17 13:44:13 UTC
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"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2012-05-17 13:44:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!