ports/165160: math/coinmp needs to use libtool

[ Available lists | Index of freebsd-ports-bugs | Month of Feb 2012 | Week of 15 Feb 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Pedro Giffuni <giffunip@tutopia.com>
Date
15 Feb 2012 02:20:10
Subject
ports/165160: math/coinmp needs to use libtool
Message-ID
201202150215.q1F2Fhct069721@red.freebsd.org


[ Hide this part ]
 
>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@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:


Elapsed time: 0.116 seconds