ports/63800: samba-libsmbclient port wants autoconf but it doesn't really need it

Seva Gluschenko gvs at rinet.ru
Fri Mar 5 13:50:23 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list