From novel@FreeBSD.org  Thu Mar 15 20:05:59 2007
Return-Path: <novel@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 09A2216A406;
	Thu, 15 Mar 2007 20:05:59 +0000 (UTC)
	(envelope-from novel@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40])
	by mx1.freebsd.org (Postfix) with ESMTP id F044813C45B;
	Thu, 15 Mar 2007 20:05:58 +0000 (UTC)
	(envelope-from novel@FreeBSD.org)
Received: from freefall.freebsd.org (novel@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2FK5wmm000225;
	Thu, 15 Mar 2007 20:05:58 GMT
	(envelope-from novel@freefall.freebsd.org)
Received: (from novel@localhost)
	by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2FK5wO8000224;
	Thu, 15 Mar 2007 20:05:58 GMT
	(envelope-from novel)
Message-Id: <200703152005.l2FK5wO8000224@freefall.freebsd.org>
Date: Thu, 15 Mar 2007 20:05:58 GMT
From: Roman Bogorodskiy <novel@freebsd.org>
Reply-To: Roman Bogorodskiy <novel@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perky@freebsd.org
Subject: [ patch ] misc/xosd: fix shlib naming on -CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110351
>Category:       ports
>Synopsis:       [ patch ] misc/xosd: fix shlib naming on -CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 20:10:03 GMT 2007
>Closed-Date:    Fri Mar 23 20:01:02 GMT 2007
>Last-Modified:  Fri Mar 23 20:01:02 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 15 20:10:09 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110351 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Mar 23 20:00:26 UTC 2007 
State-Changed-Why:  
Duplicate of ports/109925 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110351 
>Unformatted:
