Bug 135047 - [PATCH] devel/argp-standalone: build and install libargp.so
Summary: [PATCH] devel/argp-standalone: build and install libargp.so
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 00:20 UTC by kaiwang27
Modified: 2009-06-15 13:30 UTC (History)
1 user (show)

See Also:


Attachments
argp-standalone-1.3.patch (3.71 KB, patch)
2009-05-29 00:20 UTC, kaiwang27
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kaiwang27 2009-05-29 00:20:01 UTC
Currently argp-standalone only build and install a static library libargp.a,
while sometimes application might want to dynamically link to a libargp.so.
(I'm currently working on an application that needs this dso)

This patch change port argp-standalone to use libtool to build and install both
dynamic shared object and static library.

Added file(s):
- files/patch-Makefile.am
- files/patch-configure.ac
- files/patch-testsuite::Makefile.am

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-29 00:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-15 13:20:00 UTC
sem         2009-06-15 12:19:51 UTC

  FreeBSD ports repository

  Modified files:
    devel/argp-standalone Makefile 
  Added files:
    devel/argp-standalone/files patch-Makefile.am 
                                patch-configure.ac 
                                patch-testsuite_Makefile.am 
  Log:
  - Build and install dynamic linked libraries too.
  
  PR:             ports/135047
  Submitted by:   Kai Wang <kaiwang27 at gmail.com>
  
  Revision  Changes    Path
  1.7       +19 -4     ports/devel/argp-standalone/Makefile
  1.1       +28 -0     ports/devel/argp-standalone/files/patch-Makefile.am (new)
  1.1       +10 -0     ports/devel/argp-standalone/files/patch-configure.ac (new)
  1.1       +11 -0     ports/devel/argp-standalone/files/patch-testsuite_Makefile.am (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 Sergey Matveychuk freebsd_committer freebsd_triage 2009-06-15 13:20:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!