Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73943 | Differences between
and this patch

Collapse All | Expand All

(-)samba-3.0.9.ebuild (+2 lines)
Lines 22-27 Link Here
22
S=${WORKDIR}/${PN}${_CVS}
22
S=${WORKDIR}/${PN}${_CVS}
23
#---------------------------------------------------------------------------
23
#---------------------------------------------------------------------------
24
SRC_URI="mirror://samba/${PN}${_CVS}.tar.gz
24
SRC_URI="mirror://samba/${PN}${_CVS}.tar.gz
25
	http://www.gentoo.org/~satya/packages/samba/samba-3.0.9-CAN-2004-1154.patch.bz2
25
	oav? mirror://sourceforge/openantivirus/${PN}-vscan-${VSCAN_VER}.tar.bz2
26
	oav? mirror://sourceforge/openantivirus/${PN}-vscan-${VSCAN_VER}.tar.bz2
26
	ldap? http://samba.idealx.org/dist/smbldap-tools-${SMBLDAP_TOOLS_VER}-3.tgz"
27
	ldap? http://samba.idealx.org/dist/smbldap-tools-${SMBLDAP_TOOLS_VER}-3.tgz"
27
#---------------------------------------------------------------------------
28
#---------------------------------------------------------------------------
Lines 74-79 Link Here
74
	find . -name CVS | xargs rm -rf
75
	find . -name CVS | xargs rm -rf
75
	# Add patch(es) --------------------------------------------------------
76
	# Add patch(es) --------------------------------------------------------
76
	epatch ${FILESDIR}/samba-3.0.x-python-setup.patch || die
77
	epatch ${FILESDIR}/samba-3.0.x-python-setup.patch || die
78
	epatch ${DISTDIR}/samba-3.0.9-CAN-2004-1154.patch.bz2 || die
77
	#bug #44743 ------------------------------------------------------------
79
	#bug #44743 ------------------------------------------------------------
78
	if [ ${ARCH} = "amd64" -o ${ARCH} = "ppc" -o ${ARCH} = "ppc64" ]; then
80
	if [ ${ARCH} = "amd64" -o ${ARCH} = "ppc" -o ${ARCH} = "ppc64" ]; then
79
		cd ${S} && epatch ${FILESDIR}/samba-3.0.x-smbumount-uid32.patch
81
		cd ${S} && epatch ${FILESDIR}/samba-3.0.x-smbumount-uid32.patch

Return to bug 73943