Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2006 09:22:59 +0100
From:      "Timur I. Bakeyev" <timur@gnu.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93555: [MAINTAINER] Update for net/py-samba to 3.0.21b
Message-ID:  <1140337379.30535@timur.home.bat.ru>
Resent-Message-ID: <200602190830.k1J8U9hJ084226@freefall.freebsd.org>

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

>Number:         93555
>Category:       ports
>Synopsis:       [MAINTAINER] Update for net/py-samba to 3.0.21b
>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:   Sun Feb 19 08:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Timur I. Bakeyev
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #2: Sun Jan  8 03:29:17 CET 2006
    root@timur.home.bat.ru:/usr/src/sys/i386/compile/COMMON



>Description:


Just cosmetic changes to Samba3 slave port.


>How-To-Repeat:





>Fix:


--- py-samba.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/py-samba/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	20 Jan 2006 17:19:21 -0000	1.7
+++ Makefile	19 Feb 2006 08:00:54 -0000
@@ -24,17 +24,18 @@
 USE_PYDISTUTILS=	yes
 PYSETUP=		python/setup.py
 
-GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-python
 
+WITHOUT_ADS=		yes
+
 do-build:
 	cd ${WRKSRC} && ${MAKE} proto
 	cd ${WRKSRC} && ${MAKE} python_ext
 
 post-install:
 	-@${MKDIR} ${EXAMPLESDIR}
-	@${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
-	@${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* \
+	${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
+	${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* \
 	    ${EXAMPLESDIR}
 
 .include "${MASTERDIR}/Makefile"
--- py-samba.diff ends here ---



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



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