X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 95985DC83E3 for ; Sun, 24 May 2015 20:13:05 +0000 (UTC) Received: from karif.server-speed.net (karif.server-speed.net [78.46.56.141]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 5AA0BDC00FE for ; Sun, 24 May 2015 20:13:00 +0000 (UTC) Received: from karif.server-speed.net (karif.server-speed.net [127.0.0.1]) by karif.server-speed.net (Postfix) with ESMTP id 7E7DE142B73 for ; Sun, 24 May 2015 22:12:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on karif.server-speed.net X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Virus: No Received: from wallander (117-231.echostar.pl [213.156.117.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: barthalion) by karif.server-speed.net (Postfix) with ESMTPSA for ; Sun, 24 May 2015 22:12:57 +0200 (CEST) Date: Sun, 24 May 2015 22:12:55 +0200 From: =?UTF-8?B?QmFydMWCb21pZWo=?= Piotrowski To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 2/2] main/xorg-xserver: disable systemd features Message-ID: <20150524221255.2a6eefa2@wallander> In-Reply-To: <1432497467-31645-2-git-send-email-ahills@ednos.net> References: <1432497467-31645-1-git-send-email-ahills@ednos.net> <1432497467-31645-2-git-send-email-ahills@ednos.net> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) X-Clacks-Overhead: GNU Terry Pratchett X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/ag.RzX9C58TDSm_rEoBI0m8"; protocol="application/pgp-signature" X-Virus-Scanned: ClamAV using ClamSMTP --Sig_/ag.RzX9C58TDSm_rEoBI0m8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 24 May 2015 15:57:47 -0400 Andrew Hills wrote: > --- > main/xorg-server/APKBUILD | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/main/xorg-server/APKBUILD b/main/xorg-server/APKBUILD > index 61fb471..9899f0e 100644 > --- a/main/xorg-server/APKBUILD > +++ b/main/xorg-server/APKBUILD > @@ -116,6 +116,7 @@ build() { > --with-default-font-path=3D${_fontroot}/misc,${_fontroot}/100dpi:unsca= led,${_fontroot}/75dpi:unscaled,${_fontroot}/TTF,${_fontroot}/Type1 > \ --with-xkb-path=3D/usr/share/X11/xkb \ > --with-xkb-output=3D/var/lib/xkb \ > + --without-systemd-daemon \ > --enable-aiglx \ > --enable-composite \ > --enable-config-udev \ > @@ -135,6 +136,7 @@ build() { > --disable-config-hal \ > --disable-dmx \ > --disable-tslib \ > + --disable-systemd-logind \ > || return 1 > =20 > make || return 1 You either have used tabs or spaces for indentation, when APKBUILD has the opposite one. Could you update your patch to reflect that? Cheers, Bart=C5=82omiej --Sig_/ag.RzX9C58TDSm_rEoBI0m8 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVYjDHAAoJELvkN3FIcyipv3oH/itQSTSYhNAxQk1jRYKAnb+u vwn/bf8OTpE6aV9NNZvGcJDAgZm0H7t0yYejqbRCvGPkGJC9QGsvHST+tCLGp6As vCL0YnMnaMeCxt1bp4b8VpFd7ZpQ5xgpyRJtyE0R1BJ3X3rRGDYL+Vl9fJaMLqxi bw33FWU5+2knBtYf5FOGFsrZCW43eSXI6ophQKHP6IasAOQYLHPF8WuO+k+wv76X fx2UXKmUyErC9AHFoyn8EQjHgfwv33Pg1uxqYOH3yj8vjeUdmFyA9/4R6L7Ix+Ah rsSCho+qunZ06bjpmYgFvjc33aMM7M5i6qhuFqfv/BSERZEJF6EsFimqB2Kypy8= =7PlA -----END PGP SIGNATURE----- --Sig_/ag.RzX9C58TDSm_rEoBI0m8-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---