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
Responsible Changed From-To: freebsd-ports-bugs->sem Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!