Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, lxnay@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-print/cups/files: cups-1.5.0-systemd-socket-2.patch
Date: Thu, 11 Apr 2013 11:07:39
Message-Id: 51669965.3080501@gentoo.org
1 On 11/04/13 14:05, Fabio Erculiani (lxnay) wrote:
2 > lxnay 13/04/11 11:05:05
3 >
4 > Modified: cups-1.5.0-systemd-socket-2.patch
5 > Log:
6 > fix systemd units path variable setup, see bug #465474
7 >
8 > (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
9 >
10 > Revision Changes Path
11 > 1.2 net-print/cups/files/cups-1.5.0-systemd-socket-2.patch
12 >
13 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.5.0-systemd-socket-2.patch?rev=1.2&view=markup
14 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.5.0-systemd-socket-2.patch?rev=1.2&content-type=text/plain
15 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-1.5.0-systemd-socket-2.patch?r1=1.1&r2=1.2
16 >
17 > Index: cups-1.5.0-systemd-socket-2.patch
18 > ===================================================================
19 > RCS file: /var/cvsroot/gentoo-x86/net-print/cups/files/cups-1.5.0-systemd-socket-2.patch,v
20 > retrieving revision 1.1
21 > retrieving revision 1.2
22 > diff -u -r1.1 -r1.2
23 > --- cups-1.5.0-systemd-socket-2.patch 10 Apr 2013 16:39:19 -0000 1.1
24 > +++ cups-1.5.0-systemd-socket-2.patch 11 Apr 2013 11:05:05 -0000 1.2
25 > @@ -20,7 +20,7 @@
26 > +++ cups-1.5.0/config-scripts/cups-systemd.m4 2011-10-18 15:33:16.861989058 +0100
27 > @@ -0,0 +1,36 @@
28 > +dnl
29 > -+dnl "$Id: cups-1.5.0-systemd-socket-2.patch,v 1.1 2013/04/10 16:39:19 lxnay Exp $"
30 > ++dnl "$Id: cups-1.5.0-systemd-socket-2.patch,v 1.2 2013/04/11 11:05:05 lxnay Exp $"
31 > +dnl
32 > +dnl systemd stuff for CUPS.
33 > +
34 > @@ -32,11 +32,11 @@
35 > + [], [with_systemdsystemunitdir=$($PKGCONFIG --variable=systemdsystemunitdir systemd)])
36 > +if test "x$with_systemdsystemunitdir" != xno; then
37 > + AC_MSG_CHECKING(for libsystemd-daemon)
38 > ++ AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
39 > + if $PKGCONFIG --exists libsystemd-daemon; then
40 > + AC_MSG_RESULT(yes)
41 > + SDCFLAGS=`$PKGCONFIG --cflags libsystemd-daemon`
42 > + SDLIBS=`$PKGCONFIG --libs libsystemd-daemon`
43 > -+ AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
44 > + AC_DEFINE(HAVE_SYSTEMD)
45 > + else
46 > + AC_MSG_RESULT(no)
47 > @@ -53,7 +53,7 @@
48 > +AC_SUBST(SDLIBS)
49 > +
50 > +dnl
51 > -+dnl "$Id: cups-1.5.0-systemd-socket-2.patch,v 1.1 2013/04/10 16:39:19 lxnay Exp $"
52 > ++dnl "$Id: cups-1.5.0-systemd-socket-2.patch,v 1.2 2013/04/11 11:05:05 lxnay Exp $"
53
54 ^ This will likely cause the patch not to apply, at least with older
55 patch versions
56 You should be able to delete this section of the patch to avoid the CVS
57 tag polluting it

Replies