Bug 66503 - [MAINTAINER] upgrade of samba-devel to version 3.0.4
Summary: [MAINTAINER] upgrade of samba-devel to version 3.0.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-11 01:40 UTC by Timur I. Bakeyev
Modified: 2004-05-11 21:36 UTC (History)
0 users

See Also:


Attachments
file.diff (1.06 KB, patch)
2004-05-11 01:40 UTC, Timur I. Bakeyev
no flags Details | Diff
file.diff (38.50 KB, patch)
2004-05-11 01:40 UTC, Timur I. Bakeyev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timur I. Bakeyev 2004-05-11 01:40:17 UTC
	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
Comment 1 Michael Nottebrock freebsd_committer freebsd_triage 2004-05-11 21:36:04 UTC
State Changed
From-To: open->closed

Committed, thanks!