Bug 113350

Summary: [PATCH] devel/elfio: build dynamic library
Product: Ports & Packages Reporter: Marcin Cieslak <saper>
Component: Individual Port(s)Assignee: Stanislav Sedov <stas>
Status: Closed FIXED    
Severity: Affects Only Me CC: stas
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
elfio-1.0.3_2.patch none

Description Marcin Cieslak 2007-06-05 02:30:01 UTC
Hello, 

In order to build for secondlife client we need a dynamic version
of a libELFIO library. 
Attached please find a crude patch to get this done.

I don't like this *.o stuff but I do not want to dig into
the whole automake mess.

Port maintainer (stas@FreeBSD.org) is cc'd.

--Marcin

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-05 02:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-24 15:32:59 UTC
stas        2007-06-24 14:32:53 UTC

  FreeBSD ports repository

  Modified files:
    devel/elfio          Makefile pkg-plist 
  Added files:
    devel/elfio/files    patch-ELFIO_Makefile.am 
                         patch-configure.in 
  Log:
  - Switch to shared library instead of static one.
  
  Requested by:   Marcin Cieslak <saper@SYSTEM.PL>
  PR:             ports/113350
  
  Revision  Changes    Path
  1.11      +14 -0     ports/devel/elfio/Makefile
  1.1       +18 -0     ports/devel/elfio/files/patch-ELFIO_Makefile.am (new)
  1.1       +17 -0     ports/devel/elfio/files/patch-configure.in (new)
  1.5       +3 -0      ports/devel/elfio/pkg-plist
_______________________________________________
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 Stanislav Sedov freebsd_committer freebsd_triage 2007-06-24 15:33:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!