Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2006 23:00:42 +0200
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102516: [MAINTAINER] devel/libusb , x11/xfce4-clipman-plugin: use USE_LDCONFIG
Message-ID:  <44EF64FA.1000706@gmail.com>
Resent-Message-ID: <200608252110.k7PLAIHS041375@freefall.freebsd.org>

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

>Number:         102516
>Category:       ports
>Synopsis:       [MAINTAINER] devel/libusb , x11/xfce4-clipman-plugin: use
>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:   Fri Aug 25 21:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:
FreeBSD s000655.campus.tue.nl 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #2:
Thu Aug 24 01:06:16 CEST 2006
root@s000655.campus.tue.nl:/usr/obj/usr/src61/sys/RENE i386
>Description:
use USE_LDCONFIG instead of INSTALLS_SHLIB
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/devel/libusb/Makefile libusb/Makefile
--- /usr/ports/devel/libusb/Makefile	Sun Jul 30 13:48:24 2006
+++ libusb/Makefile	Fri Aug 25 22:44:54 2006
@@ -31,7 +31,7 @@
 PLIST_SUB=	SGML="@comment "
 .endif

-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

 post-patch:


----------------------


diff -ruN /usr/ports/x11/xfce4-clipman-plugin/Makefile
xfce4-clipman-plugin/Makefile
--- /usr/ports/x11/xfce4-clipman-plugin/Makefile	Thu May 25 22:32:45 2006
+++ xfce4-clipman-plugin/Makefile	Fri Aug 25 22:47:10 2006
@@ -26,7 +26,7 @@
 USE_GNOME=	gtk20
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}

 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
 USE_LDCONFIG



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