Date: Wed, 5 Feb 2014 17:19:20 +0100 From: "Schweigert, Udo" <Udo.Schweigert@siemens.com> To: Udo Schweigert <Udo.Schweigert@siemens.com>, Albert Shih <Albert.Shih@obspm.fr>, freebsd-ports@FreeBSD.org, Bryan Drewery <bdrewery@FreeBSD.org> Subject: Re: Tr: mutt port broken with SLANG option [was mutt ports broke portupgrade] Message-ID: <20140205161920.GA37287@alaska.cert.siemens.com> In-Reply-To: <20140205090951.GA96545@graf.pompo.net> References: <20140204232420.GA76864@pcjas.obspm.fr> <52F19477.6050306@FreeBSD.org> <20140205090951.GA96545@graf.pompo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Thierry, thanks a lot for that, I'm of cause completely OK with it. Udo On Wed, Feb 05, 2014 at 10:09:51 +0100, Thierry Thomas wrote: > Hello Udo, > > I just committed a quick fix for this problem. > Could you please check it? > > Thanks. > > Le mer 5 fév 14 à 2:31:35 +0100, Bryan Drewery <bdrewery@FreeBSD.org> > écrivait : > > On 2/4/2014 5:24 PM, Albert Shih wrote: > > > hi all, > > > > > > mutt ports broke portuprade in the last update > > > > > > [root@ /root]# portupgrade --all > > > [Reading data from pkg(8) ... - 886 packages found - done] > > > [Updating the portsdb <format:dbm_hash> in /usr/ports ... - 24579 port > > > entries found > > > .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000.........20000.........21000.........22000.........23000.........24000..... > > > ..... done] > > > "Makefile", line 441: Unassociated shell command "@${ECHO} "=====================================================" > ${PKGMESSAGE}" > > > "Makefile", line 442: Unassociated shell command "@${ECHO} "You have installed ${PORTNAME} with SLANG support." >> ${PKGMESSAGE}" > > > "Makefile", line 443: Unassociated shell command "@${ECHO} "This may work for a color terminal only when defining" >> ${PKGMESSAGE}" > > > "Makefile", line 444: Unassociated shell command "@${ECHO} "COLORTERM=yes and COLORFGBG=\"color1;color2\" in your" >> ${PKGMESSAGE}" > > > "Makefile", line 445: Unassociated shell command "@${ECHO} "environment." >> ${PKGMESSAGE}" > > > "Makefile", line 446: Unassociated shell command "@${ECHO} "=====================================================" >> ${PKGMESSAGE}" > > > make: fatal errors encountered -- cannot continue > > > ** Makefile possibly broken: mail/mutt: > > > ** Please report this to the maintainer for mail/mutt > > > /usr/local/sbin/portupgrade:1580:in `get_pkgname': Makefile broken (MakefileBrokenError) > > > from /usr/local/sbin/portupgrade:642:in `block (4 levels) in main' > > > from /usr/local/sbin/portupgrade:626:in `each' > > > from /usr/local/sbin/portupgrade:626:in `block (3 levels) in main' > > > from /usr/local/sbin/portupgrade:599:in `catch' > > > from /usr/local/sbin/portupgrade:599:in `block (2 levels) in main' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1408:in `call' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1408:in `block (2 levels) in parse_in_order' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1403:in `catch' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1403:in `block in parse_in_order' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1351:in `catch' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1351:in `parse_in_order' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1345:in `order!' > > > from /usr/local/lib/ruby/2.0/optparse.rb:1337:in `order' > > > from /usr/local/sbin/portupgrade:576:in `block in main' > > > from /usr/local/lib/ruby/2.0/optparse.rb:885:in `initialize' > > > from /usr/local/sbin/portupgrade:237:in `new' > > > from /usr/local/sbin/portupgrade:237:in `main' > > > from /usr/local/sbin/portupgrade:2371:in `<main>' > > > > > > Regards. > > > > > > JAS > > > > > > > It's more than just portupgrade, the port is broken when you select the > > SLANG option. > > > > This block of code needs some help. The ECHO lines used to be in > > post-install but are now orphaned, and the PKGMESSAGE seems orphaned > > too, I can't find the actual file. > > > > > .if ${PORT_OPTIONS:MSLANG} > > > PKGMESSAGE= ${WRKDIR}/pkg-message > > > @${ECHO} "=====================================================" > ${PKGMESSAGE} > > > @${ECHO} "You have installed ${PORTNAME} with SLANG support." >> ${PKGMESSAGE} > > > @${ECHO} "This may work for a color terminal only when defining" >> ${PKGMESSAGE} > > > @${ECHO} "COLORTERM=yes and COLORFGBG=\"color1;color2\" in your" >> ${PKGMESSAGE} > > > @${ECHO} "environment." >> ${PKGMESSAGE} > > > @${ECHO} "=====================================================" >> ${PKGMESSAGE} > > > .endif > > > > > > > > > > -- > > Regards, > > Bryan Drewery > > -- > Th. Thomas.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140205161920.GA37287>