Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 265 invoked from network); 22 Nov 2016 05:58:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2016 05:58:00 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 74.125.82.48 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 74.125.82.48 mail-wm0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:37060] helo=mail-wm0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/F6-40890-76ED3385 for ; Tue, 22 Nov 2016 00:57:59 -0500 Received: by mail-wm0-f48.google.com with SMTP id t79so6460470wmt.0 for ; Mon, 21 Nov 2016 21:57:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=K/SQ15dnc0BwejM3CQ0SvQnZx68sRYHywCQgddFKRtI=; b=hl0F0pjEkJnlhRUEtb2b3LrBWtdv8zTa6HOVBd6/oIRndr+HHThjmro0qurTPrIiop TSb+pHrhSXpdEj/z+Bq0mG3vVh5s0B52nWsJHJVPjwdE6bYKryMaZ8wq/U0VLDjGpqmP /Y8xHJcyWMZigh0XIkW4OgfwVSiGfX1YkNBSMj0ADXGjENZj8A/8xpL761jBprTufeWm RrePbiFQNWBb6fjUyY0OkT4dXfxash52yPDJWxOmt/6zn00fvWmVKKgIKCM41at0wqdy zKK7apPZ35x+FrrqTxGGiVH2GtRrbWwXKhlCSonMLkWVUUzG4rCXdsbcQLPzl1HtiBqc 2b9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=K/SQ15dnc0BwejM3CQ0SvQnZx68sRYHywCQgddFKRtI=; b=Gn3Af9ymCqbiBpWPcKhj6UTvdRYeqlrSJvJi2jTGYajQAFEPJC0s5ck4oLFXF4Oifq OpPDPC2xvV8sau+gxMESrloY/H7Fe/ilecpr9uVpIFMd+VJOLcu/LnLcZ1VR9Jn7HgdX gp6/oO5UehyXh2OmAs8ZBPvP60mMPu7lVBWBy/882SGF7SUgw1Ge4myhqbI1Bb9Vr8yM t0ixG45D1ZDMTNqLg6B4XUNKky7VzF5eSYW8oFk/t7QAQ6eyX8F9nDO8L2z8bVI33jtb OyptDQaZBYRvmyQ0Ayn/vozIX3NVdnk1uS3uoNPixtFY2C8Pr6ngjD+5HCdbzUvklVp5 vQEg== X-Gm-Message-State: AKaTC01JP63cBg6BDrusVEbt0TL+j/yjt+m/3rj18eVR+dGim1/l4lUU94E42a17x+xCLuBjLwqCg08DLAAAHQ== X-Received: by 10.28.9.80 with SMTP id 77mr717276wmj.68.1479794276685; Mon, 21 Nov 2016 21:57:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.142.81 with HTTP; Mon, 21 Nov 2016 21:57:56 -0800 (PST) X-Originating-IP: [86.168.50.82] Date: Tue, 22 Nov 2016 05:57:56 +0000 Message-ID: To: PHP internals , Remi Collet Content-Type: multipart/alternative; boundary=001a11444da833fc9e0541dd74eb Subject: makerpm From: pthreads@pthreads.org (Joe Watkins) --001a11444da833fc9e0541dd74eb Content-Type: text/plain; charset=UTF-8 Morning internals, We have in the root of the repository a script named "makerpm". Other than token changes (changing php5 to php7) it hasn't been properly maintained, and I have to guess that this is because nobody is using it. Possibly I'm wrong about it being out of date, and there are some widely used redhat derivatives that can still use it ? Could anyone familiar, especially Remi, try to ascertain if it is worth keeping this file, or if it's worth rewriting it for modern tooling (rpmbuild). There is a case to be made that it's not doing any harm, however it appears to be broken at the moment. We do try to leave packaging to maintainers who know what they are doing, and for that reason it may be pernicious to leave it in the repository, as if it's supported. Cheers Joe --001a11444da833fc9e0541dd74eb--