Bug 128033

Summary: [ patch ] net/xmlrpc-c: libraries should be compiled with -fPIC
Product: Ports & Packages Reporter: Roman Bogorodskiy <novel>
Component: Individual Port(s)Assignee: chinsan <chinsan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xmlrpc-c-pic.diff none

Description Roman Bogorodskiy freebsd_committer freebsd_triage 2008-10-12 19:20:02 UTC
	It's not possible to link with static xmlrpc-c libraries - linker
	complains that they should be build with -fPIC. The attached patch
	obtained from gentoo portage fixes the problem.

	PS The thing I cannot figure out: why does it build only static
	version of C++ libraries?
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-12 19:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-24 10:02:16 UTC
chinsan     2008-10-24 09:02:02 UTC

  FreeBSD ports repository

  Modified files:
    net/xmlrpc-c         Makefile 
  Added files:
    net/xmlrpc-c/files   patch-src-cpp-Makefile 
  Log:
  - Fix linker issue with static xmlrpc-c libraries.
  - Bump PORTREVISION
  
  PR:             ports/128033
  Submitted by:   Roman Bogorodskiy (novel@)
  
  Revision  Changes    Path
  1.36      +1 -0      ports/net/xmlrpc-c/Makefile
  1.1       +11 -0     ports/net/xmlrpc-c/files/patch-src-cpp-Makefile (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 dfilter service freebsd_committer freebsd_triage 2008-10-24 10:07:54 UTC
chinsan     2008-10-24 09:07:41 UTC

  FreeBSD ports repository

  Modified files:
    net/xmlrpc-c-devel   Makefile 
  Added files:
    net/xmlrpc-c-devel/files patch-src-cpp-Makefile 
  Log:
  - Fix linker issue with static xmlrpc-c libraries.
  - Bump PORTREVISION
  
  PR:             ports/128033
  Submitted by:   Roman Bogorodskiy (novel@)
  
  Revision  Changes    Path
  1.35      +1 -0      ports/net/xmlrpc-c-devel/Makefile
  1.1       +11 -0     ports/net/xmlrpc-c-devel/files/patch-src-cpp-Makefile (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 4 chinsan freebsd_committer freebsd_triage 2008-10-24 10:08:10 UTC
State Changed
From-To: open->closed

Committed, thanks.