Bug 164785

Summary: [patch] devel/bglibs: linking with libbg causes time(3) to fail
Product: Ports & Packages Reporter: Tony Morlan <tony>
Component: Individual Port(s)Assignee: Sylvio Cesar Teixeira <sylvio>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tony Morlan 2012-02-05 06:00:21 UTC
The post-patch step intended to fix some "void main()" functions will also change a valid "int main(void)" into "int main(int)". That makes the tryclockgettime test fail, which causes an incompatible clock_gettime to be built into the library.

How-To-Repeat: make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-05 06:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-07 18:25:48 UTC
sylvio      2012-05-07 17:25:38 UTC

  FreeBSD ports repository

  Modified files:
    devel/bglibs         Makefile 
  Log:
  - Fix void main(), int main(void), int main(int) functions, which causes an incompatibl clock_gettime to be build into the library
  
  PR:             ports/164785
  Submitted by:   Tony Morlan <tony@scroner.com>
  
  Revision  Changes    Path
  1.44      +1 -1      ports/devel/bglibs/Makefile
_______________________________________________
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 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2012-05-07 18:25:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!