ports/165160: math/coinmp needs to use libtool

Pedro Giffuni giffunip at tutopia.com
Wed Feb 15 02:20:10 UTC 2012


>Number:         165160
>Category:       ports
>Synopsis:       math/coinmp needs to use libtool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 15 02:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD pcbsd-8714 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 14:14:29 PST 2011     root at build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.0/sys/GENERIC  amd64
>Description:
While building coinmp as part of Apache OpenOffice Maho@ noticed
coinmp doesn't consider by default the case of freebsd-elf when
generating shared libraries.

The solution is to run libtool. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN coinmp.orig/Makefile coinmp/Makefile
--- coinmp.orig/Makefile	2012-02-14 16:37:55.000000000 -0500
+++ coinmp/Makefile	2012-02-14 21:08:00.000000000 -0500
@@ -21,7 +21,7 @@
 
 CONFLICTS=	clp-[0-9]*
 
-GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list