Date: Sun, 23 May 1999 03:34:29 +0200 (SAT) From: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11855: Port fixup: net/radiusclient Message-ID: <199905230134.DAA10779@shale.csir.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 11855 >Category: ports >Synopsis: Port fixup: net/radiusclient >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 22 18:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection. >Description: This port will be broken by recent Libtool changes. USE_LIBTOOL to fix it. >How-To-Repeat: >Fix: net/radiusclient: Changes: Makefile pkg/PLIST Adds : Removes: --- /usr/ports.ref/net/radiusclient/Makefile Thu May 6 10:33:32 1999 +++ net/radiusclient/Makefile Sat May 22 16:27:56 1999 @@ -12,16 +12,7 @@ MAINTAINER= maurice@serc.rmit.edu.au -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/devel/libtool:patch - USE_GMAKE= yes -GNU_CONFIGURE= yes - -pre-configure: - ${CP} ${WRKDIRPREFIX}${PORTSDIR}/devel/libtool/work/libtool-1.3/ltconfig ${WRKSRC} - ${CP} ${WRKDIRPREFIX}${PORTSDIR}/devel/libtool/work/libtool-1.3/ltmain.sh ${WRKSRC} - -post-install: - ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes .include <bsd.port.mk> --- /usr/ports.ref/net/radiusclient/pkg/PLIST Wed Jan 13 01:37:51 1999 +++ net/radiusclient/pkg/PLIST Sat May 22 16:30:13 1999 @@ -7,15 +7,14 @@ etc/radiusclient/dictionary.merit etc/radiusclient/servers include/radiusclient.h -lib/libradiusclient.la lib/libradiusclient.a lib/libradiusclient.so lib/libradiusclient.so.0.3 +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B sbin/radlogin sbin/radstatus sbin/radacct sbin/radexample sbin/login.radius @dirrm etc/radiusclient -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905230134.DAA10779>