Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2007 20:05:58 GMT
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perky@FreeBSD.org
Subject:   ports/110351: [ patch ] misc/xosd: fix shlib naming on -CURRENT
Message-ID:  <200703152005.l2FK5wO8000224@freefall.freebsd.org>
Resent-Message-ID: <200703152010.l2FKA32Y000271@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110351
>Category:       ports
>Synopsis:       [ patch ] misc/xosd: fix shlib naming on -CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 20:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:

>Description:
	xosd needs to use newer libtool so shared libraries were named
        in a right way on -CURRENT after objformat removing.
>How-To-Repeat:
>Fix:

--- xosd_libtool.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/xosd/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	10 May 2006 22:37:25 -0000	1.33
+++ Makefile	15 Mar 2007 20:01:08 -0000
@@ -21,6 +21,7 @@
 USE_GETOPT_LONG=yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
+USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ENV=	LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \
--- xosd_libtool.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703152005.l2FK5wO8000224>