Date: Fri, 5 Mar 2004 16:52:51 +0300 (MSK) From: Seva Gluschenko <gvs@rinet.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63800: samba-libsmbclient port wants autoconf but it doesn't really need it Message-ID: <200403051352.i25Dqpet048259@road.yandex.ru> Resent-Message-ID: <200403051350.i25DoNW7084252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63800 >Category: ports >Synopsis: samba-libsmbclient port wants autoconf but it doesn't really need it >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 05 05:50:23 PST 2004 >Closed-Date: >Last-Modified: >Originator: Seva Gluschenko >Release: FreeBSD 5.2-CURRENT i386 >Organization: Yandex LLC >Environment: System: FreeBSD road.yandex.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Wed Jan 14 18:05:16 MSK 2004 gvs@road.yandex.ru:/local/obj/local/usr/src/sys/ROAD i386 >Description: net/samba-libsmbclient port uses USE_AUTOCONF=yes declaration in its Makefile thus forcing user to have autoconf (v2.53) installed. It doesn't really needed for the port to be built, however. >How-To-Repeat: Try to build the port. If you ports collection doesn't have devel/autoconf folder, the build will be broken. >Fix: The GNU_CONFIGURE=yes declaration is just enough. Apply patch below in /usr/ports/net/libsmbclient: --- Makefile.orig Fri Mar 5 16:48:21 2004 +++ Makefile Fri Mar 5 16:48:27 2004 @@ -29,8 +29,7 @@ USE_BZIP2= yes USE_SIZE= yes -USE_AUTOCONF= yes -WANT_AUTOCONF_VER= 253 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/source >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403051352.i25Dqpet048259>