This is an update of samba-devel port and it's slave ports, py-samba and samba-libsmblcient to the version 3.0.4. Fix: Patches are attached. --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="py-samba.diff" --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="samba-libsmbclient.diff" --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="samba-devel.diff" --KsGdsel6WgEHnImy----FkeDhK3LbxGnVrrgiaV2WzW5GCwD1NLDRMTNWa6zXFBuynUH Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/py-samba/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 9 May 2004 20:34:39 -0000 1.1 +++ Makefile 10 May 2004 23:56:54 -0000 @@ -8,7 +8,7 @@ PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= net python -PKGNAMEPREFIX= py- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python bindings for Samba @@ -28,12 +28,12 @@ # This is taken from SAMBA_PORT(grep without) CONFIGURE_ARGS+= --disable-cups CONFIGURE_ARGS+= --without-libsmbclient -CONFIGURE_ARGS+= --without-syslog -CONFIGURE_ARGS+= --without-quotas -CONFIGURE_ARGS+= --without-utmp -CONFIGURE_ARGS+= --without-winbind -CONFIGURE_ARGS+= --without-ldapsam -CONFIGURE_ARGS+= --without-pam_smbpass +CONFIGURE_ARGS+= --without-syslog +CONFIGURE_ARGS+= --without-quotas +CONFIGURE_ARGS+= --without-utmp +CONFIGURE_ARGS+= --without-winbind +CONFIGURE_ARGS+= --without-ldapsam +CONFIGURE_ARGS+= --without-pam_smbpass do-build: cd ${WRKSRC} && ${MAKE} proto How-To-Repeat: None
State Changed From-To: open->closed Committed, thanks!