Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2006 01:25:31 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kay_lehmann@web.de
Subject:   ports/105962: [PATCH] sysutils/lineakd: USE_LDCONFIG
Message-ID:  <200611281725.kASHPVfj059328@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200611281740.kASHeHgR083584@freefall.freebsd.org>

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

>Number:         105962
>Category:       ports
>Synopsis:       [PATCH] sysutils/lineakd: USE_LDCONFIG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 28 17:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- use USE_LDCONFIG, INSTALL_SHLIBS is deprecated

Port maintainer (kay_lehmann@web.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lineakd-0.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/sysutils/lineakd/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	9 Jul 2006 17:33:32 -0000	1.11
+++ Makefile	28 Nov 2006 17:25:10 -0000
@@ -20,7 +20,7 @@
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \
 		LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}"
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS+=--program-prefix=''
 
--- lineakd-0.9.patch ends here ---

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



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