mgorny 15/01/03 18:36:21 Modified: samba-4.1.14.ebuild ChangeLog Log: Support linking against libsystemd, bug #526362. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 net-fs/samba/samba-4.1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?r1=1.2&r2=1.3 Index: samba-4.1.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- samba-4.1.14.ebuild 3 Jan 2015 17:28:06 -0000 1.2 +++ samba-4.1.14.ebuild 3 Jan 2015 18:36:21 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v 1.2 2015/01/03 17:28:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v 1.3 2015/01/03 18:36:21 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -70,6 +70,8 @@ PATCHES=( "${FILESDIR}/${PN}-4.1.14-named.conf.dlz.patch" "${FILESDIR}/${PN}-4.0.19-automagic_aio_fix.patch" + # support libsystemd (instead of libsystemd-daemon), bug #526362 + "${FILESDIR}/${PN}-4.1.14-libsystemd.patch" ) WAF_BINARY="${S}/buildtools/bin/waf" 1.703 net-fs/samba/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.703&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.703&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.702&r2=1.703 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v retrieving revision 1.702 retrieving revision 1.703 diff -u -r1.702 -r1.703 --- ChangeLog 3 Jan 2015 17:28:06 -0000 1.702 +++ ChangeLog 3 Jan 2015 18:36:21 -0000 1.703 @@ -1,6 +1,10 @@ # ChangeLog for net-fs/samba # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.702 2015/01/03 17:28:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.703 2015/01/03 18:36:21 mgorny Exp $ + + 03 Jan 2015; Michał Górny <mgo...@gentoo.org> + +files/samba-4.1.14-libsystemd.patch, samba-4.1.14.ebuild: + Support linking against libsystemd, bug #526362. 03 Jan 2015; Michał Górny <mgo...@gentoo.org> samba-4.1.14.ebuild: Make systemd library support optional, bug #512510.