From owner-freebsd-ports@FreeBSD.ORG Sun Oct 26 21:52:43 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B51E51065683 for ; Sun, 26 Oct 2008 21:52:43 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC398FC12 for ; Sun, 26 Oct 2008 21:52:43 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so672172eyi.7 for ; Sun, 26 Oct 2008 14:52:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=hLqq/PgO+9hs5SCe0VY07CPoH6i/trX2OKnZWbnKaZM=; b=v1mZW0MWJVzvVOVUU+DYGrAEFmqGZijPKUzhWt8U707wBBODpgrFhbjYSoT7L+pa50 TSOvvq58eRzgEVap5AMP/ZPzLgFc+kdjklmTvCzUW+6qSHs9+O0OjwKYtRytwEV+NNVa V0E5TRwH7zgn6h3n1uv7OFsG11gn5YuiVtX9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZNzzZ39gvsTNBEvJ/pGZ8hiL0WA/FKP0aI2CrERI6zvuWx+zjxdP5PG0CaG5VxFdWO gzfXjGhdVNdtIfWUqwsNLlzocAh5p+OwGREXJdST7QknSsFofyy+fBjbiaNSJrSdVzSE SzgUPKB+GOZFejBxjQzXhcG+i4Gc702GEDMWg= Received: by 10.103.178.17 with SMTP id f17mr2382774mup.8.1225057959863; Sun, 26 Oct 2008 14:52:39 -0700 (PDT) Received: by 10.103.231.14 with HTTP; Sun, 26 Oct 2008 14:52:39 -0700 (PDT) Message-ID: Date: Sun, 26 Oct 2008 19:52:39 -0200 From: "Carlos A. M. dos Santos" To: "Eitan Adler" In-Reply-To: <4904AB61.2070402@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48FB994A.1080704@gmail.com> <4903EDA9.10103@gmail.com> <4904AB61.2070402@gmail.com> Cc: freebsd-ports Subject: Re: xclip dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2008 21:52:43 -0000 On Sun, Oct 26, 2008 at 3:39 PM, Eitan Adler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Carlos A. M. dos Santos wrote: > > The makefile you provided works to install xclip it also reduces the > number of dependencies. I personally feel that it should be committed. > Any comments before I open a PR? The makefile clearly subverts the order by predefining USE_X_PREFIX as "no". It solves the problem but I'd prefer a general solution, perhaps removing the definitions of BUILD_DEPENDS and RUN_DEPENDS, in lines 2037 and 2038 of bsd.port.mk. I'm afraid, however, that this would break packages that don't list their run-time dependencies via USE_XORG. -- cd /usr/ports/sysutils/life make clean