FreeBSD Port: portmaster-3.19_27

2021-03-15 Thread Alex V. Petrov
When I install some ports via portmaster (sysutils/cbsd as sample), I have many errors during check packages: # pkg che -B Checking all packages: 3% pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh/.depend): No such file or directory pkg: fstat() failed for(/usr/local/cbsd/bin/cbsdsh

Re: portmaster new development

2020-12-28 Thread Tatsuki Makino
Guido Falsi wrote on 2020/12/29 08:49: > This is intentional behaviour, hand there are good reasons for this. > > Anyway poudriere has the CHECK_CHANGED_DEPS option which can be disabled and > should restrict this behavior. I have never tested it though, I don't think > the risk of getting and i

Re: portmaster new development

2020-12-28 Thread Guido Falsi via freebsd-ports
On 29/12/20 00:07, Tatsuki Makino wrote: Where should I hang out to reply? :) poudriere has weaknesses in updating packages such as libxml and glib. When run all at once, all packages that depend on the package being updated and all packages that depend on the package being removed will be remo

Re: portmaster new development

2020-12-28 Thread Tatsuki Makino
To add to the extremes, it is enough to be able to topologically sort in some way. #!/bin/tcsh foreach origin (`pkg version -vPL= | cut -f 1 -w | xargs pkg some-topological-sort-command-can-someone-make-this -o`) make -C /usr/ports/${origin:q} clean make -C /usr/ports/${origin:q} build deinstall

Re: portmaster new development

2020-12-28 Thread Tatsuki Makino
Where should I hang out to reply? :) poudriere has weaknesses in updating packages such as libxml and glib. When run all at once, all packages that depend on the package being updated and all packages that depend on the package being removed will be removed. The text is not clear :), but qt5-webk

Re: portmaster new development

2020-12-28 Thread Stefan Esser
Am 28.12.20 um 22:07 schrieb Michael Grimm:>> On 28. Dec 2020, at 21:41, Stefan Esser wrote: Poudriere works best on sufficiently powerful build servers and it often requires rebuilding dependencies over hours when I just want to test a new port before committing it. Excuse me, but that is no

Re: portmaster new development

2020-12-28 Thread Michael Grimm
Hi > On 28. Dec 2020, at 21:41, Stefan Esser wrote: > > Poudriere works best on sufficiently powerful build servers and it > often requires rebuilding dependencies over hours when I just want to > test a new port before committing it. Excuse me, but that is not true in this generality. I do run

Re: portmaster new development

2020-12-28 Thread Stefan Esser
use tmpfs or ccache either. I migrated from portmaster when it was abandoned several years ago and don't think I'll come back, especially if new portmaster will be written on bash. The idea behind portmaster was zero dependencies, so it doesn't brake after major upgrades. You are

Re: portmaster new development

2020-12-28 Thread Edward Sanford Sutton, III
On 12/27/20 4:00 AM, LuMiWa via freebsd-ports wrote: > The subject is 'portmaster new development' but again start pushing > poudriere to FreeBSD users. I do not use zfs file system and I do not > use poudriere and I do not want to use on my computer for building some > p

Re: portmaster new development

2020-12-28 Thread Chris
On 2020-12-28 05:16, Stefan Esser wrote: Am 28.12.20 um 11:11 schrieb abi via freebsd-ports:> I build my ports in poudriere in VM without zfs or ssd on pre-Sandy Bridge CPU. I don't have enough memory or disk space, so I don't use tmpfs or ccache either. I migrated from portmaste

Re: portmaster new development

2020-12-28 Thread Kevin Oberman
>> Bridge CPU. I don't have enough memory or disk space, so I don't use > >> tmpfs or ccache either. I migrated from portmaster when it was > >> abandoned several years ago and don't think I'll come back, > >> especially if new portmaster will be writt

Re: portmaster new development

2020-12-28 Thread abi via freebsd-ports
On 28.12.2020 16:16, Stefan Esser wrote: Am 28.12.20 um 11:11 schrieb abi via freebsd-ports:> I build my ports in poudriere in VM without zfs or ssd on pre-Sandy Bridge CPU. I don't have enough memory or disk space, so I don't use tmpfs or ccache either. I migrated from portmaste

Re: portmaster new development

2020-12-28 Thread Stefan Esser
Am 28.12.20 um 11:11 schrieb abi via freebsd-ports:> I build my ports in poudriere in VM without zfs or ssd on pre-Sandy Bridge CPU. I don't have enough memory or disk space, so I don't use tmpfs or ccache either. I migrated from portmaster when it was abandoned several years

Re: portmaster new development

2020-12-28 Thread abi via freebsd-ports
On 28.12.2020 12:44, David Gessel wrote: Original Message Subject: Re: portmaster new development From: LuMiWa via freebsd-ports To: freebsd-ports@freebsd.org Date: 2020-12-27 02:00+0300 On Sun, 27 Dec 2020 11:16:23 +0100 Michael Grimm wrote: Matthias Apitz wrote: El

Re: portmaster new development

2020-12-28 Thread David Gessel
Original Message Subject: Re: portmaster new development From: LuMiWa via freebsd-ports To: freebsd-ports@freebsd.org Date: 2020-12-27 02:00+0300 On Sun, 27 Dec 2020 11:16:23 +0100 Michael Grimm wrote: Matthias Apitz wrote: El día domingo, diciembre 27, 2020 a las 09

Re: portmaster new development

2020-12-27 Thread John Kennedy
On Sat, Dec 26, 2020 at 07:23:59PM -0800, Thomas Mueller wrote: > ... An improved portmaster arouses my interest. Maybe modify the name so it > can be added to the ports tree and coexist with the "official" portmaster. > Desired features/options would be to keep going rather

Re: portmaster new development

2020-12-27 Thread Stefan Esser
Am 27.12.20 um 06:04 schrieb Thomas Mueller: And as portsnap user I have a question: Do they planning deprecation of portmaster too? No, I'm actively working on portmaster and have rewritten it from scratch for better performance (and additional features, e.g. building in a clean c

Re: portmaster new development

2020-12-27 Thread LuMiWa via freebsd-ports
of the poudriere jail (I have some of > > them) and the ports options stay there, as well the make.conf > > options in /usr/local/etc/poudriere.d/freebsd-head-make.conf > > > I am following stable, and my jail's name has been set to stable. > > All of poudriere

Re: portmaster new development

2020-12-27 Thread Michael Grimm
Matthias Apitz wrote: > El día domingo, diciembre 27, 2020 a las 09:22:42a. m. +0100, Kurt Jaeger > escribió: >> That works as well. I have a checkout of the ports tree, use >> make config to define non-default port options. This stores the >> selected OPTIONs in /var/db/ports/, and poudriere us

Re: portmaster new development

2020-12-27 Thread Matthias Apitz
El día domingo, diciembre 27, 2020 a las 09:22:42a. m. +0100, Kurt Jaeger escribió: > Hi! > > > How is poudriere in that regard? I never used poudriere, have been > > intimidated by not wanting to use zfs or dialog4ports, or such an elaborate > > setup just to update one or a few ports. > >

Re: portmaster new development

2020-12-27 Thread Don Lewis
On 27 Dec, Kurt Jaeger wrote: > Hi! > >> How is poudriere in that regard? I never used poudriere, have been >> intimidated by not wanting to use zfs or dialog4ports, or such an >> elaborate setup just to update one or a few ports. > > poudriere is really, really useful. Because it delivers a com

Re: portmaster new development

2020-12-27 Thread Kurt Jaeger
Hi! > How is poudriere in that regard? I never used poudriere, have been > intimidated by not wanting to use zfs or dialog4ports, or such an elaborate > setup just to update one or a few ports. poudriere is really, really useful. Because it delivers a complete, consistent package repo of all t

portmaster new development

2020-12-26 Thread Thomas Mueller
> > And as portsnap user I have a question: Do they planning deprecation of > > portmaster too? > No, I'm actively working on portmaster and have rewritten it from > scratch for better performance (and additional features, e.g. building > in a clean chroot jail, sim

Re: Portmaster and less

2020-07-31 Thread Eugene Grosbein
01.08.2020 3:24, @lbutlr wrote: > When postmaster displays the package messages after installing, it calls > less, which forces you to hit 'q' to exit, and when you quit less, it clear > the buffer on the screen and returns you to the display of the compile > process. > > Is there anyway to ch

Re: Portmaster and less

2020-07-31 Thread Tatsuki Makino
Additional. PAGER=cat   Even more compact than more. But the options are different. PAGER=true   It doesn't show anything completely. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, se

Re: Portmaster and less

2020-07-31 Thread Ronald Klop
PAGER=more portmaster... I do this with mergemaster. Somehow someone decided that the behavior of less is the best and made it the default a while ago. Probably this https://reviews.freebsd.org/D13465 Something about "the nineties", but no further rationale. Regards, Ronald. Van

Re: Portmaster and less

2020-07-31 Thread @lbutlr
On 31 Jul 2020, at 14:24, @lbutlr wrote: > Is there anyway to change this behavior so that less is called with -E / > --QUIT-AT_EOF? Never mind, I dididn’t think of it as a user-level issue. export MANPAGER='less -s -X -F' export PAGER='less -s -X -F' -- Against stupidity the gods themselv

Portmaster and less

2020-07-31 Thread @lbutlr
When postmaster displays the package messages after installing, it calls less, which forces you to hit 'q' to exit, and when you quit less, it clear the buffer on the screen and returns you to the display of the compile process. Is there anyway to change this behavior so that less is called with

Re: Portmaster failing

2020-01-02 Thread Baptiste Daroussin
On Thu, Jan 02, 2020 at 02:50:04PM +0100, Jan Beich wrote: > "Thomas Mueller" writes: > > >> This is why we practically beg people to use poudriere. There seems to > >> be a pervasive misconception that poudriere is "advanced" and > >> po

Re: Portmaster failing

2020-01-02 Thread Thomas Mueller
> Unequally, actually. portmaster still has some developers putting in > the hard work to keep it running. portupgrade hasn't had much focused > development in many years and should probably be removed from the > tree. There are some problems with building on a live system

Re: Portmaster failing

2020-01-02 Thread Adam Weinberger
On Wed, Jan 1, 2020 at 7:56 PM Thomas Mueller wrote: > > > > This is why we practically beg people to use poudriere. There seems to > > be a pervasive misconception that poudriere is "advanced" and > > portmaster is simple or straightforward. That notion is co

Re: Portmaster failing

2020-01-02 Thread Jan Beich
"Thomas Mueller" writes: >> This is why we practically beg people to use poudriere. There seems to >> be a pervasive misconception that poudriere is "advanced" and >> portmaster is simple or straightforward. That notion is completely and >> totally

Re: Portmaster failing

2020-01-02 Thread ajtiM via freebsd-ports
.6 gcc9-9.2.0 py37-setuptools-41.4.0_1 And how long is python 27 deprecated? I am portmaster user too because I have a single FreeBSD machine and I do not want to destroying hard drive with poudriere. -- “good people do not need laws to tell them to act responsibly, while bad p

Re: Portmaster failing

2020-01-01 Thread Matthew Seaman
On 01/01/2020 22:03, George Mitchell wrote: > Assuming you can get poudriere to work. Even by today's standards, > a low-cost PC is not going to have the juice to support it. And to > reiterate, the ports framework itself MUST work standalone. Rubbish. I maintain my own poudriere repo on a mach

Re: Portmaster failing

2020-01-01 Thread @lbutlr
On 01 Jan 2020, at 16:57, Adam Weinberger wrote: > Ok, let’s stop there. Nobody is going to get fired, and insulting What? No, seriously, what? ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To uns

Re: Portmaster failing

2020-01-01 Thread Kubilay Kocak
On 2/01/2020 7:37 am, @lbutlr wrote: Portmaser -L errors out with make: "/usr/ports/Mk/Uses/ssl.mk" line 97: You are using an unsupported SSL provider openssl Make.conf: DEFAULT_VERSIONS+=ssl=openssl apache=2.4 php=7.2 perl5=5.28 mysql=10.1m Worked fine on Saturday, maybe Friday. Tracked

Re: Portmaster failing

2020-01-01 Thread Thomas Mueller
> This is why we practically beg people to use poudriere. There seems to > be a pervasive misconception that poudriere is "advanced" and > portmaster is simple or straightforward. That notion is completely and > totally backwards. Poudriere makes managing ports as simple

Re: Portmaster failing

2020-01-01 Thread Adam Weinberger
> On Jan 1, 2020, at 15:49, @lbutlr wrote: > You are right that there wasn't a warning, and that was a major mistake that should not have happened. security/openssl and security/openssl111 should have contained messages about this switch. >>> >>> Since openssl updated about a week

Re: Portmaster failing

2020-01-01 Thread @lbutlr
, inputting a dependency that breaks other >> packages, or my favorite, failing to update dependencies. > > If we'd remove portmaster, we'd loose a relevant part of our > user-base, that's why is has not been removed. This caused > other issues, as you are wel

Re: Portmaster failing

2020-01-01 Thread Kurt Jaeger
or my favorite, failing to update dependencies. If we'd remove portmaster, we'd loose a relevant part of our user-base, that's why is has not been removed. This caused other issues, as you are well aware. But there's no easy solution given the amount of volunteer skill

Re: Portmaster failing

2020-01-01 Thread @lbutlr
on is apparent. I really do think that your FreeBSD life will > be simpler if you switch from portmaster to poudriere. It is not that simple, of course. This will take quite a lot of work, and a lot of time, for something that I deal with a handful of times a year. This means that for the f

Re: Portmaster failing

2020-01-01 Thread Christoph Moench-Tegeder
## George Mitchell (george+free...@m5p.com): > Assuming you can get poudriere to work. Even by today's standards, > a low-cost PC is not going to have the juice to support it. And to > reiterate, the ports framework itself MUST work standalone. The pain you'll experience (eventually) from the b

Re: Portmaster failing

2020-01-01 Thread Christoph Moench-Tegeder
## @lbutlr (krem...@kreme.com): > I have /usr/ports/security/openssl111 and no /usr/ports/security/openssl > which doesn’t sound like what you said. You're missing https://svnweb.freebsd.org/ports?view=revision&sortby=date&revision=521745 By the way, base openssl is at 1.1.1d in FreeBSD 12.1.

Re: Portmaster failing

2020-01-01 Thread George Mitchell
On 2020-01-01 16:23, Franco Fichtner wrote: > Hi Adam, > >> On 1. Jan 2020, at 10:18 PM, Adam Weinberger wrote: >> [...] >> This is why we practically beg people to use poudriere. > > Let me stop you right here and say: ports Framework itself is > suffering from this wishful attitude PLUS UMPTE

Re: Portmaster failing

2020-01-01 Thread Adam Weinberger
On Jan 1, 2020, at 14:23, Franco Fichtner wrote: > > Hi Adam, > >> On 1. Jan 2020, at 10:18 PM, Adam Weinberger wrote: >> >>> On Wed, Jan 1, 2020 at 1:51 PM @lbutlr wrote: >>> >>> On 01 Jan 2020, at 13:46, Franco Fichtner wrote: > On 1. Jan 2020, at 9:42 PM, @lbutlr

Re: Portmaster failing

2020-01-01 Thread Franco Fichtner
Hi Adam, > On 1. Jan 2020, at 10:18 PM, Adam Weinberger wrote: > > On Wed, Jan 1, 2020 at 1:51 PM @lbutlr wrote: >> >> On 01 Jan 2020, at 13:46, Franco Fichtner wrote: >>> >>> >>> On 1. Jan 2020, at 9:42 PM, @lbutlr wrote: On 01 Jan 2020, at 13:40, Franco Fichtner wrote:

Re: Portmaster failing

2020-01-01 Thread Adam Weinberger
s > pretty hostile. > > Name : openssl > Version: 1.0.2u,1 > Installed on : Sun Dec 22 08:13:27 2019 MST > > There was nothing at all on the 22nd about “WARNING THIS WILL BREAK > EVERYTHING IN A WEEK” which to mean seems like it should have been made su

Re: Portmaster failing

2020-01-01 Thread @lbutlr
On 01 Jan 2020, at 13:46, Franco Fichtner wrote: > > > >> On 1. Jan 2020, at 9:42 PM, @lbutlr wrote: >> >> On 01 Jan 2020, at 13:40, Franco Fichtner wrote: >>> security/openssl was removed before, now security/openssl111 has become >>> security/openssl. >> >> Ugh. >> >>> A bit too eager f

Re: Portmaster failing

2020-01-01 Thread Franco Fichtner
> On 1. Jan 2020, at 9:42 PM, @lbutlr wrote: > > On 01 Jan 2020, at 13:40, Franco Fichtner wrote: >> security/openssl was removed before, now security/openssl111 has become >> security/openssl. > > Ugh. > >> A bit too eager for my taste, but that's why we all have private trees, >> don't

Re: Portmaster failing

2020-01-01 Thread @lbutlr
On 01 Jan 2020, at 13:40, Franco Fichtner wrote: > security/openssl111 has become security/openssl. I have /usr/ports/security/openssl111 and no /usr/ports/security/openssl which doesn’t sound like what you said. -- 'Pcharn'kov!' Footnote: 'Your feet shall be cut off and be buried se

Re: Portmaster failing

2020-01-01 Thread @lbutlr
On 01 Jan 2020, at 13:40, Franco Fichtner wrote: > security/openssl was removed before, now security/openssl111 has become > security/openssl. Ugh. > A bit too eager for my taste, but that's why we all have private trees, don't > we. ;) This is going to go poorly, if previous attempts to upd

Re: Portmaster failing

2020-01-01 Thread Franco Fichtner
security/openssl was removed before, now security/openssl111 has become security/openssl. A bit too eager for my taste, but that's why we all have private trees, don't we. ;) Cheers, Franco > On 1. Jan 2020, at 9:37 PM, @lbutlr wrote: > > Portmaser -L errors out with > > make: "/usr/ports

Portmaster failing

2020-01-01 Thread @lbutlr
Portmaser -L errors out with make: "/usr/ports/Mk/Uses/ssl.mk" line 97: You are using an unsupported SSL provider openssl Make.conf: DEFAULT_VERSIONS+=ssl=openssl apache=2.4 php=7.2 perl5=5.28 mysql=10.1m Worked fine on Saturday, maybe Friday. -- i wasn't born a programmer. i became one bec

Re: RUN_DEPENDS and portmaster

2018-09-20 Thread Stefan Esser
The setup of the clean environment for the package builds is easy to extract and I have considered adding that feature to portmaster, to support building of ports that currently fail if a previous version is installed (generally caused by include paths that prefer installed headers over those in

Re: RUN_DEPENDS and portmaster

2018-09-19 Thread Marco Beishuizen
On Wed, 19 Sep 2018, the wise RW via freebsd-ports wrote: I presume that's because you use a restricted set of packages. Without flavor support portupgrade can't always get the port directory from the origin. The are currently 782 ports installed on this system. Didn't have much difficulties

Re: RUN_DEPENDS and portmaster

2018-09-19 Thread RW via freebsd-ports
On Wed, 19 Sep 2018 14:14:42 +0200 (CEST) Marco Beishuizen wrote: > On Wed, 19 Sep 2018, the wise Thomas Mueller wrote: > > > This discussion of portmaster prompts me to ask, what is the status > > of portupgrade? > > > > I used portupgrade at first but subsequen

Re: RUN_DEPENDS and portmaster

2018-09-19 Thread Kurt Jaeger
Hi! > Why is Ada only available on i386/amd64? Because nobody provided fixes for the build on other platforms up to now. -- p...@freebsd.org +49 171 3101372 2 years to go ! ___ freebsd-ports@freebsd.org mailing list https://lists.

Re: RUN_DEPENDS and portmaster

2018-09-19 Thread Marco Beishuizen
On Wed, 19 Sep 2018, the wise Thomas Mueller wrote: This discussion of portmaster prompts me to ask, what is the status of portupgrade? I used portupgrade at first but subsequently switched to portmaster. I still use portupgrade daily and it works fine. Afaik the maintainer is adding

Re: RUN_DEPENDS and portmaster

2018-09-19 Thread Thomas Mueller
Excerpt from STefan Esser: > I have been using a portmaster-rewrite for many months, which is ready > for release except for some performance tuning. (The portmaster in ports > is not un-maintainable, but it's hard to modify a monolithic 4000 line > shell script that uses gl

Re: RUN_DEPENDS and portmaster

2018-09-18 Thread Stefan Esser
Am 18.09.18 um 14:05 schrieb Matthias Fechner: > Dear Stefan, > > Am 17.09.2018 um 14:31 schrieb Stefan Esser: >> But the behavior of portmaster will not be changed. >> RUN_DEPENDS are dependencies required to run a port, not dependencies >> required to install a port.

Re: RUN_DEPENDS and portmaster

2018-09-18 Thread Matthias Fechner
Dear Stefan, Am 17.09.2018 um 14:31 schrieb Stefan Esser: > But the behavior of portmaster will not be changed. > RUN_DEPENDS are dependencies required to run a port, not dependencies > required to install a port. > > > And I do not care whether bsd.port.mk treats RUN_DEPENDS

Not a portmaster problem

2018-09-18 Thread Stefan Esser
; Stop. > make[1]: stopped in /usr/ports/sysutils/rsyslog8 > *** Error code 1 > > I’ve disabled the MySQL output for now, but this disconnect between MySQL and > Maria seems to be happening with a lot of ports. > > Is there anything I can do to restore the MySQL output fo

Re: Portmaster rsyslog

2018-09-17 Thread Wolfgang Zenker
Hi, * @lbutlr [180917 22:51]: > I am using MariaDB 10.0 on FreeBSD 11.3 > When trying to update rsyslogd via postmaster I get: > checking for mysql_config... mysql_config > checking for mysql_init in -lmysqlclient... no > configure: error: in `/usr/ports/sysutils/rsyslog8/work/rsyslog-8.37.0':

Portmaster rsyslog

2018-09-17 Thread @lbutlr
I am using MariaDB 10.0 on FreeBSD 11.3 When trying to update rsyslogd via postmaster I get: checking for mysql_config... mysql_config checking for mysql_init in -lmysqlclient... no configure: error: in `/usr/ports/sysutils/rsyslog8/work/rsyslog-8.37.0': configure: error: MySQL library is missing

Re: RUN_DEPENDS and portmaster

2018-09-17 Thread Stefan Esser
Am 17.09.18 um 07:47 schrieb Matthias Fechner: > Am 10.09.18 um 12:16 schrieb Mathieu Arnold: >> Reading Mk/bsd.port.mk at line 5274, run-depends are installed before >> do-install runs. > > thanks, I see it the same way and created a PR for it, to get this fixed > in

Re: RUN_DEPENDS and portmaster

2018-09-16 Thread Matthias Fechner
Am 10.09.18 um 12:16 schrieb Mathieu Arnold: > Reading Mk/bsd.port.mk at line 5274, run-depends are installed before > do-install runs. thanks, I see it the same way and created a PR for it, to get this fixed in portmaster. Gruß, Matthias -- "Programming today is a race betwe

Re: RUN_DEPENDS and portmaster

2018-09-12 Thread Stefan Esser
Am 12.09.18 um 07:58 schrieb Matthias Fechner: > Dear Stefan, Dear Mathieu, > > Am 10.09.18 um 14:10 schrieb Stefan Esser: >> This is a design decision in portmaster that has existed for at least >> a decade. >> >> Use INSTALL_DEPENDS if you depend on a port being

Re: RUN_DEPENDS and portmaster

2018-09-11 Thread Matthias Fechner
Dear Stefan, Dear Mathieu, Am 10.09.18 um 14:10 schrieb Stefan Esser: > This is a design decision in portmaster that has existed for at least > a decade. > > Use INSTALL_DEPENDS if you depend on a port being available and upgraded > before your port's do-install is invoke

Re: RUN_DEPENDS and portmaster

2018-09-10 Thread Stefan Esser
ll: > (cd ${WRKSRC} && ${RM} Gemfile.lock && bundle install --local) > ${FIND} ${WRKSRC} -name '*.orig' -delete > ... > > that all gems available in the system do match the version required by > the Gemfile. > Poudriere works fine w

Re: RUN_DEPENDS and portmaster

2018-09-10 Thread Mathieu Arnold
gems available in the system do match the version required by > the Gemfile. > Poudriere works fine with this, but portmaster fails. > Regarding the documentation RUN_DEPENDS packages should be installed > before the install is happening. > Is this install related to the do-install tar

RUN_DEPENDS and portmaster

2018-09-09 Thread Matthias Fechner
undle install --local) ${FIND} ${WRKSRC} -name '*.orig' -delete ... that all gems available in the system do match the version required by the Gemfile. Poudriere works fine with this, but portmaster fails. Regarding the documentation RUN_DEPENDS packages should be installed before the instal

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Koichiro Iwao
On Fri, May 18, 2018 at 08:30:38PM +0200, Stefan Esser wrote: > Sorry, this was my fault and I hope it is fixed with the follow-up commit > to portmaster version 3.19-10. Thanks! Works for me now. -- meta ___ freebsd-ports@freebsd.org mailin

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Rozhuk Ivan
On Fri, 18 May 2018 22:46:15 +0200 Stefan Esser wrote: > I'm working on a completely new re-implementation of portmaster and > the new version will get these points right. Fixing the current port > version is too hard and wasted effort, since only the features and > command

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Stefan Esser
Am 18.05.18 um 22:17 schrieb Rozhuk Ivan: > On Fri, 18 May 2018 20:30:38 +0200 > Stefan Esser wrote: > >> Sorry, this was my fault and I hope it is fixed with the follow-up >> commit to portmaster version 3.19-10. >> > > Sorry for offtopic, but if portmaster

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Rozhuk Ivan
On Fri, 18 May 2018 20:30:38 +0200 Stefan Esser wrote: > Sorry, this was my fault and I hope it is fixed with the follow-up > commit to portmaster version 3.19-10. > Sorry for offtopic, but if portmaster install some build dep or run dep if does not mark it as autoinstalled, and: pkg

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Walter Schwarzenfeld
Thanks, fixes problem for me. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Stefan Esser
Am 18.05.18 um 17:13 schrieb Koichiro Iwao: > Hi, > > I'm building devel/qt5-make by portmaster. Somehow portmaster incorrectly > detects gcc6 and uses g++ despite it is actually installed as g++6. If I > > build it without portmaster, clang++ is used and build finish

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Walter Schwarzenfeld
I got another error with portmaster and qt5-qmake: qt5-qmake /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 required by /ram/usr/ports/devel/qt5-qmake/work/qtbase-everywhere-src-5.10.1/bin/qmake not found but works in the port

Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Koichiro Iwao
Hi, I'm building devel/qt5-make by portmaster. Somehow portmaster incorrectly detects gcc6 and uses g++ despite it is actually installed as g++6. If I build it without portmaster, clang++ is used and build finishes successfully. $ pkg info | grep gcc gcc-ecj-4.5Ec

Re: portupgrade vs. portmaster

2018-05-03 Thread Thomas Mueller
missing because texinfo was built but not installed. > > But I was able to recover with pkg install after checking my repository. > > With portmaster, I need to specify ports by category/portname rather than > > just portname, for example > > portmaster www/seamonkey &

portmaster plans (was: Re: portupgrade vs. portmaster)

2018-04-30 Thread Stefan Esser
Am 30.04.18 um 12:33 schrieb Thomas Mueller: > Current portmaster, even before FLAVORS, was clumsy upgrading a large number > of ports, especially when there is an upgrade of perl or png. The author of portmaster decided to abort the upgrade of all remaining ports, if any dependency fail

Re: portupgrade vs. portmaster

2018-04-30 Thread Jonathan Chen
iku > when make info was missing because texinfo was built but not installed. > > But I was able to recover with pkg install after checking my repository. > > With portmaster, I need to specify ports by category/portname rather than > just portname, for example > portmaster ww

Re: portupgrade vs. portmaster

2018-04-30 Thread Carmel NY
On Mon, 30 Apr 2018 10:33:48 +, Thomas Mueller stated: >from STefan Esser: > >> I used to be a portupgrade user, long ago (years before the introduction >> of the new package tools), but then mobed over to using portmaster. > >> When the package system (PKG-NG)

Re: portupgrade vs. portmaster

2018-04-30 Thread Thomas Mueller
from STefan Esser: > I used to be a portupgrade user, long ago (years before the introduction > of the new package tools), but then mobed over to using portmaster. > When the package system (PKG-NG) war completely reworked, I heard that > portupgrade was better adapted to the new to

portupgrade vs. portmaster (was: Re: Port directory not found:)

2018-04-30 Thread Stefan Esser
Am 30.04.18 um 05:45 schrieb Kevin Oberman: > portmaster(8) operates very similarly to portupgrade(8). There are some > differences that can bite you, though, so read the man page first. I used to be a portupgrade user, long ago (years before the introduction of the new package tools), bu

Should be fixed (was: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?)

2018-01-11 Thread Stefan Esser
Am 10.01.18 um 17:29 schrieb Lev Serebryakov: > > I have system with pre-FLAVORed ports installed, and try to update > ports with new version of "portmaster". My "/etc/make.conf" contains: > > DEFAULT_VERSIONS+= python2=2.7 > DEFAULT_VERSIONS

Re: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?

2018-01-11 Thread Lev Serebryakov
On 10.01.2018 23:59, Stefan Esser wrote: > $ PYTHON3_DEFAULT=3.4 make pretty-flavors-package-names > py27: py27-py-1.5.2 > py34: py34-py-1.5.2 > > I'll try to get this feature implemented in portmaster, but it may > take a few days ... But ports system complains about

Re: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?

2018-01-11 Thread Tijl Coosemans
On Wed, 10 Jan 2018 21:59:17 +0100 Stefan Esser wrote: > Am 10.01.18 um 21:30 schrieb Stefan Esser: >> Am 10.01.18 um 17:29 schrieb Lev Serebryakov: >>> I have system with pre-FLAVORed ports installed, and try to update >>> ports with new version of "portmaste

Re: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?

2018-01-11 Thread Stefan Esser
quot; to denote a list of all supported flavors and e.g. PKG_FLAVORS for those that are selected for the package builders, but FLAVORS for the selected set and ALL_FLAVORS for the complete set will do as well ...) I'm not going to work-around such deficiencies in the design of FLAVORs in portm

Re: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?

2018-01-10 Thread Jim Trigg
chrieb Stefan Esser: >> Am 10.01.18 um 17:29 schrieb Lev Serebryakov: >>> I have system with pre-FLAVORed ports installed, and try to update >>> ports with new version of "portmaster". My "/etc/make.conf" >contains: >>> >>&g

Re: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?

2018-01-10 Thread Stefan Esser
Am 10.01.18 um 21:30 schrieb Stefan Esser: > Am 10.01.18 um 17:29 schrieb Lev Serebryakov: >> I have system with pre-FLAVORed ports installed, and try to update >> ports with new version of "portmaster". My "/etc/make.conf" contains: >> >> DEFAULT_

Re: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?

2018-01-10 Thread Stefan Esser
Am 10.01.18 um 17:29 schrieb Lev Serebryakov: > I have system with pre-FLAVORed ports installed, and try to update > ports with new version of "portmaster". My "/etc/make.conf" contains: > > DEFAULT_VERSIONS+= python2=2.7 > DEFAULT_VERSIONS+=

Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?

2018-01-10 Thread Lev Serebryakov
I have system with pre-FLAVORed ports installed, and try to update ports with new version of "portmaster". My "/etc/make.conf" contains: DEFAULT_VERSIONS+= python2=2.7 DEFAULT_VERSIONS+= python3=3.4 DEFAULT_VERSIONS+= python=3.4 But "portmaster -a&q

Re: portmaster version "mismatch"

2018-01-06 Thread Walter Schwarzenfeld
Stefan Esser is very quick => https://svnweb.freebsd.org/ports?view=revision&revision=458299 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...

portmaster version "mismatch"

2018-01-06 Thread Walter Schwarzenfeld
Only info, I have already mailed the maintainer: Portmaster should have 3.18_8. Makefile shows 3.18_7. portmaster --version 3.18_6. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

Re: A small problem after switching from portmaster to synth

2017-12-18 Thread Walter Schwarzenfeld
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224407 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: A small problem after switching from portmaster to synth

2017-12-18 Thread Kevin Oberman
you've got installed on your host. I have to say that > > the only lines that have been flagged for me are due to the port > > binary altering files configuration files, which should have been > > located in /var instead of /usr/local. > > > > Cheers. > > --

Re: A small problem after switching from portmaster to synth

2017-12-18 Thread Kurt Buff
files, which should have been > located in /var instead of /usr/local. > > Cheers. > -- > Jonathan Chen I have a file called ports.txt, which I used for portmaster. It contains the master list of ports for this machine, and has the following lines in it: benchmarks/iperf ftp

Re: A small problem after switching from portmaster to synth

2017-12-18 Thread Jonathan Chen
On 19 December 2017 at 08:52, Kurt Buff wrote: > I'm seeing a lot of this in the daily security email after switching: > > Checking for packages with mismatched checksums: > db5-5.3.28_6: > /usr/local/share/doc/db5/api_reference/C/BDB-C_APIReference.pdf > > On one of my machines, it goes

Re: A small problem after switching from portmaster to synth

2017-12-18 Thread Dippery, Kyle
I don't think this is related to portmaster or synth. The mismatched checksums list is produced by /usr/local/etc/periodic/security/460.pkg-checksum, and it seems (for me) to have started after a ports update in mid-November. The parameter to suppress the outp

  1   2   3   4   5   6   7   8   9   10   >