From owner-freebsd-ports@FreeBSD.ORG Fri Jul 24 05:39:08 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2D18106564A for ; Fri, 24 Jul 2009 05:39:08 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 7D3B18FC24 for ; Fri, 24 Jul 2009 05:39:08 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fxm18 with SMTP id 18so1213103fxm.43 for ; Thu, 23 Jul 2009 22:39:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=3iX/DDXYlkezfzIQoAeBs64HYSQUNzdcB2iT4mmYuIg=; b=u2lpH7dllOZ05r4y1fMypTCsCaJrAwaGVyV2jT8PQJm44VB7/0S/9oqrBIuEpg6rlA KoSNQsdqyD4T7w5/TV9pIPJjz+wku+7fsd5/k0Tg8JWbmSitJWWgq4RU8JC+P7scHjSq pIZevjAmCG26Z+uh5QQPFR1ApcQvTT/uEEugg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=HsN3h0a61sRBtQrbbLqjNPf9am4vwthR8g5/sPvOQGUNps8/LXD/6RiNy3tDZBERSh X61oKNx6n2YSuqr8B1sprA2Zmcj87QfWR2Z5z14JZXWf3dTjd759esXqK/l8CwFUSu0T ZXQHRIklNr2JLqM1XM+BuRTBaNACcrdUZo8jQ= Received: by 10.103.182.3 with SMTP id j3mr1527258mup.116.1248412408245; Thu, 23 Jul 2009 22:13:28 -0700 (PDT) Received: from localhost (95-24-64-233.broadband.corbina.ru [95.24.64.233]) by mx.google.com with ESMTPS id s10sm10616147muh.57.2009.07.23.22.13.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Jul 2009 22:13:27 -0700 (PDT) From: Anonymous To: Reinout Stevens References: <4A682D04.2050603@infogroep.be> Date: Fri, 24 Jul 2009 09:13:08 +0400 In-Reply-To: <4A682D04.2050603@infogroep.be> (Reinout Stevens's message of "Thu, 23 Jul 2009 11:27:32 +0200") Message-ID: <86bpna8xzv.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ports@freebsd.org, cy@freebsd.org Subject: Re: Typo in screen's manpage 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: Fri, 24 Jul 2009 05:39:09 -0000 Reinout Stevens writes: > Hi, > > Today I spotted a typo in screen's manpage: it's useful instead of > usefull. I've made a small diff in case that's necessary. I also filed > a "bug" in the screen dev's bugtracker. > I'll disappoint you. It was fixed long ago. http://git.savannah.gnu.org/cgit/screen.git/commit/?id=b12a744ebdda8edf6bc79da6242b6d1240d86c10 In case you're interested in -devel like port I keep git-master-pulled port in here: ftp://ftp.lissyara.su/users/Guest/screen.diff You can use it without distfile by generating one yourself. For that you need autotools and git. Then you can type smth like $ make maint-gen-distfile && make makesum && make install clean Perhaps, you can test it. > > Regards, > > > Reinout [...]