X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by lists.alpinelinux.org (Postfix) with ESMTP id E6A6617003B80 for ; Thu, 1 Jan 2009 12:53:49 +0000 (UTC) Received: by ewy14 with SMTP id 14so7213843ewy.1 for ; Thu, 01 Jan 2009 04:53:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=BWoeGR5u+B/dBOT441PQoFdEFvxkZWHQQ6i+K8qFMPc=; b=lizqa2Bs/r73VP5Xv637mHwNBWqSGZFX1YEZkO9mvgE7orGFJin5dxW83BiHEl4cx3 ySQCJZ7LpSmDaLAwJ9N5Jq9LapG94SSolA6MvkZVzUD9aDDgoMe7vVFo4jZh9pU9kPBi cyCEzWfHu95S5YEHSmiftZCepPSWrBz5h4QEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Kelj5OoZ1Q6jwD5Cm5UJcSf6g23SToRM8d5s7w1hTD4c5xi4z8DQ9Cx7skrfMCNx6r INU1+v4K6AcAhz/Qg22I2xiSXtFqC+sMVPYcf7PlQsBGiUbGyjBF9fA+S5/gOAN+Zx2Z bdj0ZXQwCCi2upHES9l7xNjKZbPjsBnb1hU+g= Received: by 10.210.34.19 with SMTP id h19mr5571358ebh.73.1230814428078; Thu, 01 Jan 2009 04:53:48 -0800 (PST) Received: from ?10.65.0.5? (ti211310a081-5172.bb.online.no [85.164.20.62]) by mx.google.com with ESMTPS id k10sm46021630nfh.56.2009.01.01.04.53.46 (version=SSLv3 cipher=RC4-MD5); Thu, 01 Jan 2009 04:53:47 -0800 (PST) Subject: Re: [alpine-devel] New aport email From: Natanael Copa To: Carlo Landmeter Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <20081230161131.8CB5F28B2B@smtp1.prioritytelecom.nl> References: <20081230161131.8CB5F28B2B@smtp1.prioritytelecom.nl> Content-Type: text/plain Date: Thu, 01 Jan 2009 13:53:06 +0100 Message-Id: <1230814386.7505.25.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit On Tue, 2008-12-30 at 16:11 +0000, Carlo Landmeter wrote: > git patch for new aport "email". Small commandline email client. looks like a useful program > > Please review. committed. http://dev.alpinelinux.org/cgit/cgit.cgi/aports/commit/?id=3c4a7b431a1d8e326cc76e2eca4b4f3f5efb46e4 I noted that documentation was in wrong location and ended up in email-*.apk rather than email-doc-*.apk Applied a patch that fixes the problem. I also added your patch to $source so correct link is created to $srcdir (and you can use ../*.patch where you will not have lots of testpatches floating around). It will also make sure that the patch is included if you would make a sourcepackage (abuild srcpkg) have a look at the commit here: http://dev.alpinelinux.org/cgit/cgit.cgi/aports/commit/?id=eba4f64c1aa1fac8000e97313f22c90c4a135aec Does it look ok for you? Do you think you could send the 2 patches for the 'email' author/maintainer? The first patch is needed to link with --as-needed LDFLAG (i think) and second will let the configure script select the standard docdir, which is overrideable with --docdir Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---