X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id F2521DC0276 for ; Fri, 28 Jun 2013 16:03:16 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id u16so4599410iet.9 for ; Fri, 28 Jun 2013 09:03:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h3ztq9MArjALTC846JXax0QakOSaNfrM96udza8Deok=; b=aaRgknENGk+aDN6/NlmWR9vP4669EVzxEeWK5RsEN3DZkwyXrRSS5X6hYENSG0wN3U P3d00gzha8A1X5/4yhuC6I1UMg5rjgOZE/Vp+k5o8AFuJG3OR6vzO3/5eUPwCk6448EZ 9v6LEgxsnMznoH1Y8hbITFG+67dkKPB4BMQQnPHA0yYija2AFR6DQMaLAxyhyyRdYQc6 34T99oVNOOIng5QAznwXW9xLl/gtWWcgFveLp6fPZLEwoyZTuR1tqCboaUlTBZUGIWZ5 U2M9nLsJk94aJeMlcVXRRk3ojTFQaUA5ZGjPsHzXc4RBMd9AFNow4Xqh3QzzMFrx227O w0+w== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.50.23.108 with SMTP id l12mr4438781igf.45.1372435395789; Fri, 28 Jun 2013 09:03:15 -0700 (PDT) Received: by 10.64.14.18 with HTTP; Fri, 28 Jun 2013 09:03:15 -0700 (PDT) In-Reply-To: <20130628170541.1b15c733@ncopa-desktop.alpinelinux.org> References: <1372280211-26328-1-git-send-email-vitaliy.tokarev@gmail.com> <20130628170541.1b15c733@ncopa-desktop.alpinelinux.org> Date: Fri, 28 Jun 2013 20:03:15 +0400 Message-ID: Subject: Re: [alpine-devel] [PATCH] new aport for yaws 1.96 From: Vitaliy T To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=089e0149cbe83e4d6404e03904ac --089e0149cbe83e4d6404e03904ac Content-Type: text/plain; charset=ISO-8859-1 Yes, you are right. I'll check everything and then recommit again. On 28 June 2013 19:05, Natanael Copa wrote: > On Thu, 27 Jun 2013 00:56:51 +0400 > Vitaliy Tokarev wrote: > > > Yaws is a HTTP high perfomance 1.1 webserver particularly well > > suited for dynamic-content web applications. > > --- > > testing/yaws/APKBUILD | 66 > ++++++++++++++++++++++++++++++++++++++++ > > testing/yaws/yaws.init.d | 52 +++++++++++++++++++++++++++++++ > > testing/yaws/yaws.post-deinstall | 2 ++ > > testing/yaws/yaws.post-install | 2 ++ > > testing/yaws/yaws.post-upgrade | 2 ++ > > 5 files changed, 124 insertions(+) > > create mode 100644 testing/yaws/APKBUILD > > create mode 100755 testing/yaws/yaws.init.d > > create mode 100644 testing/yaws/yaws.post-deinstall > > create mode 100644 testing/yaws/yaws.post-install > > create mode 100644 testing/yaws/yaws.post-upgrade > > ... > > > diff --git a/testing/yaws/yaws.post-deinstall > b/testing/yaws/yaws.post-deinstall > > new file mode 100644 > > index 0000000..60dd86d > > --- /dev/null > > +++ b/testing/yaws/yaws.post-deinstall > > @@ -0,0 +1,2 @@ > > +#!/bin/sh > > +rmdir --ignore-fail-on-non-empty /usr/var/log/yaws && exit 0 > > diff --git a/testing/yaws/yaws.post-install > b/testing/yaws/yaws.post-install > > new file mode 100644 > > index 0000000..17ac6d7 > > --- /dev/null > > +++ b/testing/yaws/yaws.post-install > > @@ -0,0 +1,2 @@ > > +#!/bin/sh > > +mkdir -p /usr/var/log/yaws && exit 0 > > diff --git a/testing/yaws/yaws.post-upgrade > b/testing/yaws/yaws.post-upgrade > > new file mode 100644 > > index 0000000..17ac6d7 > > --- /dev/null > > +++ b/testing/yaws/yaws.post-upgrade > > @@ -0,0 +1,2 @@ > > +#!/bin/sh > > +mkdir -p /usr/var/log/yaws && exit 0 > > > Why are those needed? /usr/var sounds wrong. > > It also fails to build here: > ccache gcc -c -Os -fomit-frame-pointer -pipe -I/usr/include/security > -I"/usr/lib/erlang/usr/include" -I/usr/include/pam/ epam.c > setuid_drv.c:20:24: fatal error: erl_driver.h: No such file or directory > compilation terminated. > > sounds like erland-dev should be in makedepends. > > > -nc > -- With Best Regards, Vitaliy T. --089e0149cbe83e4d6404e03904ac Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Yes, you are right. I'll check everything and the= n recommit again.


On 28 June 2013 19:05, Natanael Copa <ncopa@alpinelinux.org<= /a>> wrote:
On Thu, 27 Jun 2013 00:56:= 51 +0400
Vitaliy Tokarev <
vitaliy.to= karev@gmail.com> wrote:

> Yaws is a HTTP high perfomance 1.1 webserver particularly well
> suited for dynamic-content web applications.
> ---
> =A0testing/yaws/APKBUILD =A0 =A0 =A0 =A0 =A0 =A0| 66 +++++++++++++++++= +++++++++++++++++++++++
> =A0testing/yaws/yaws.init.d =A0 =A0 =A0 =A0 | 52 +++++++++++++++++++++= ++++++++++
> =A0testing/yaws/yaws.post-deinstall | =A02 ++
> =A0testing/yaws/yaws.post-install =A0 | =A02 ++
> =A0testing/yaws/yaws.post-upgrade =A0 | =A02 ++
> =A05 files changed, 124 insertions(+)
> =A0create mode 100644 testing/yaws/APKBUILD
> =A0create mode 100755 testing/yaws/yaws.init.d
> =A0create mode 100644 testing/yaws/yaws.post-deinstall
> =A0create mode 100644 testing/yaws/yaws.post-install
> =A0create mode 100644 testing/yaws/yaws.post-upgrade

...

> diff --git a/testing/yaws/yaws.post-deinstall b/testing/yaws/yaws.post= -deinstall
> new file mode 100644
> index 0000000..60dd86d
> --- /dev/null
> +++ b/testing/yaws/yaws.post-deinstall
> @@ -0,0 +1,2 @@
> +#!/bin/sh
> +rmdir --ignore-fail-on-non-empty /usr/var/log/yaws && exit 0<= br> > diff --git a/testing/yaws/yaws.post-install b/testing/yaws/yaws.post-i= nstall
> new file mode 100644
> index 0000000..17ac6d7
> --- /dev/null
> +++ b/testing/yaws/yaws.post-install
> @@ -0,0 +1,2 @@
> +#!/bin/sh
> +mkdir -p /usr/var/log/yaws && exit 0
> diff --git a/testing/yaws/yaws.post-upgrade b/testing/yaws/yaws.post-u= pgrade
> new file mode 100644
> index 0000000..17ac6d7
> --- /dev/null
> +++ b/testing/yaws/yaws.post-upgrade
> @@ -0,0 +1,2 @@
> +#!/bin/sh
> +mkdir -p /usr/var/log/yaws && exit 0


Why are those needed? /usr/var sounds wrong.

It also fails to build here:
ccache gcc -c -Os -fomit-frame-pointer -pipe -I/usr/include/security =A0-I&= quot;/usr/lib/erlang/usr/include" -I/usr/include/pam/ =A0epam.c
setuid_drv.c:20:24: fatal error: erl_driver.h: No such file or directory compilation terminated.

sounds like erland-dev should be in makedepends.


-nc



--
With Best= Regards,
Vitaliy T.
--089e0149cbe83e4d6404e03904ac-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---