From owner-svn-ports-head@FreeBSD.ORG Fri Nov 9 15:29:43 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7713838A for ; Fri, 9 Nov 2012 15:29:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8A08FC15 for ; Fri, 9 Nov 2012 15:29:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA9FThs7063189 for ; Fri, 9 Nov 2012 15:29:43 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA9FTg0e063182 for svn-ports-head@freebsd.org; Fri, 9 Nov 2012 15:29:42 GMT (envelope-from bdrewery) Received: (qmail 88711 invoked from network); 9 Nov 2012 09:29:40 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 9 Nov 2012 09:29:40 -0600 Message-ID: <509D216D.4020809@FreeBSD.org> Date: Fri, 09 Nov 2012 09:29:49 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r306199 - in head/devel/readline: . files References: <201210201559.q9KFx4mA060483@svn.freebsd.org> In-Reply-To: <201210201559.q9KFx4mA060483@svn.freebsd.org> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 15:29:43 -0000 On 10/20/2012 10:59 AM, Eitan Adler wrote: > Author: eadler > Date: Sat Oct 20 15:59:04 2012 > New Revision: 306199 > URL: http://svn.freebsd.org/changeset/ports/306199 > > Log: > Convert to OptionsNG > Remove stale patch (seems to not matter anymore with recent gcc versions) > > Feature safe: yes > > Deleted: > head/devel/readline/files/support_shobj-conf.diff > Modified: > head/devel/readline/Makefile > > Modified: head/devel/readline/Makefile > ============================================================================== > --- head/devel/readline/Makefile Sat Oct 20 15:55:45 2012 (r306198) > +++ head/devel/readline/Makefile Sat Oct 20 15:59:04 2012 (r306199) > @@ -20,12 +20,8 @@ MAN3= readline.3 history.3 > > .include > > -.if ${ARCH} == "sparc64" > -EXTRA_PATCHES+= ${FILESDIR}/support_shobj-conf.diff > -.endif > - > pre-configure: > -.if !defined(WITHOUT_TERMCAP) > +.if ${PORT_OPTIONS:MNLS} > ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in > .endif > This effectively changes TERMCAP from being default to now not-default. This causes problems for at least devel/gdb. See recent thread. > -- Regards, Bryan Drewery bdrewery@freenode/EFNet