X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by lists.alpinelinux.org (Postfix) with ESMTP id A86EA170000BA for ; Fri, 27 Feb 2009 07:49:50 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so555760fgg.25 for ; Thu, 26 Feb 2009 23:49:50 -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=S/l/ER+X48pdP+MRTchbVrWIgWavZzTZfyTTZMXBgho=; b=WOmUnxOsf2TaFGnrq12602m4zPWliFZfn2ha92N0vlaCZyCA8z/z9Dm25nN0FXPNm8 EOuZNjbkgF4t3e3qaFf5ccbpK484TEf/oPf0s9F8kFAHi87SS7rCZNaZJgdQglF6dgwI 6yrtr1sN4iMKamN9Nih8o7RP75CDJ1W67cSj4= 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=g51eB2P3wiA7Awww+ibUmN84S4gv3rOEi+/jVu++7yrk0ADFg2QQrMNKp6pTxOJfGX KcBwp4Cs87llspukH0ncAD++FRilUO7mww2YI5yk10lIo1qOfAuuoiLeRtTd9hcpfYLW 9YPcCR291jfHFX3sc3LpObldiwjm4CQ5mximI= Received: by 10.86.61.13 with SMTP id j13mr3431458fga.59.1235720989975; Thu, 26 Feb 2009 23:49:49 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 4sm6246186fge.54.2009.02.26.23.49.48 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Feb 2009 23:49:49 -0800 (PST) Subject: Re: [alpine-devel] extra/fetchmail From: Natanael Copa To: Michael Mason Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: References: Content-Type: text/plain Date: Fri, 27 Feb 2009 08:49:47 +0100 Message-Id: <1235720987.17189.420.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.4 Content-Transfer-Encoding: 7bit On Thu, 2009-02-26 at 22:35 +0000, Michael Mason wrote: > Please review and commit. Nice! You need openssl-dev in makedepends (or evt remove openssl from depends). If openssl-dev is not installed it will build it wihtout ssl support. If that what we want, then should not openssl be in depends either. Generally, if you have a library "foo" linked in, you need "foo" in depends and "foo-dev" in makedepends. Only exception is uclibc-dev which will automatically be added to makedepends (togehter with gcc, make, binutils and friends) Also, the fetchmailconf binary depends on python. I made a subpackage called fetchmailconf which depends on python. (seems like it halves the size of fetchmail pkg too so this is good) Thanks! > Thx > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---