FreeBSD ports you maintain which are out of date

2018-03-13 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: Too many levels of symbolic links

2018-03-13 Thread Marko Cupać
On Mon, 12 Mar 2018 12:34:04 -0400 "Jason E. Hale" wrote: > On Mon, Mar 12, 2018 at 8:38 AM, Marko Cupać > wrote: > > ===> Generating temporary packing list > > cd /wrkdirs/usr/ports/net-mgmt/phpipam/work/phpipam ; for src in > > $( /usr/bin/find . ! -name '*.orig') ; do > > dst=/wrkdirs/us

Re: Too many levels of symbolic links

2018-03-13 Thread Lena
> From: Marko Cupa? > install: ./functions/locale/cs_CZ.UTF-8/cs_CZ.UTF8: Too many levels of > symbolic links *** Error code 71 Examine (with `ls -l`) each dir of that path. You'll see a symbolic link poining to itself. Delete it with `rm`. ___ freebsd-

Re: www/waterfox: Why is it deprecated?

2018-03-13 Thread Naram Qashat
On 2018-02-28 06:22, Naram Qashat wrote: Hi Jan, I was wondering why www/waterfox currently has a deprecation notice for 2018-03-20 of "Temporary experiment". Are there no plans to keep Waterfox in the ports tree as an alternative to Firefox? The project appears to be an active fork of Firefox.

`pkg version -PvL=` shows some ports as "orphaned"

2018-03-13 Thread Lev Serebryakov
% pkg version -PvL= pecl-intl-3.0.0_12 ? orphaned: devel/pecl-intl % ls /usr/ports/devel/pecl-intl Makefiledistinfopkg-descr % grep DEFAULT_VERSIONS /etc/make.conf DEFAULT_VERSIONS+= apache=2.2 DEFAULT_VERSIONS+= php=5.4 DEFAULT_VERSIONS+= ghostscri

Re: `pkg version -PvL=` shows some ports as "orphaned"

2018-03-13 Thread Lev Serebryakov
On 13.03.2018 21:07, Lev Serebryakov wrote: > % pkg version -PvL= > pecl-intl-3.0.0_12 ? orphaned: devel/pecl-intl > % ls /usr/ports/devel/pecl-intl > Makefiledistinfopkg-descr > % grep DEFAULT_VERSIONS /etc/make.conf > DEFAULT_VERSIONS+= apache=2.2 > DEFAULT

Re: `pkg version -PvL=` shows some ports as "orphaned"

2018-03-13 Thread Walter Schwarzenfeld
maybe, cause of this pkg install devel/pecl-intl ... New packages to be INSTALLED: php56-pecl-intl ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-uns

Re: `pkg version -PvL=` shows some ports as "orphaned"

2018-03-13 Thread Lev Serebryakov
On 13.03.2018 21:39, Walter Schwarzenfeld wrote: > maybe, cause of this > > pkg install devel/pecl-intl Then "orphaned" status is misleading. "Renamed"? -- // Lev Serebryakov ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailma

remove the python limition of qt5-webkit (if possible)

2018-03-13 Thread Walter Schwarzenfeld
If try to install qt5-webkit from a dependend port I got: qt5-webkit-5.212.0.a2_5 needs Python 2.7 at most, but 3.6 was specified if possible, could someone remove the limitation of python:2.7,build change to python:build ___ freebsd-ports@freebsd.org

Re: remove the python limition of qt5-webkit (if possible)

2018-03-13 Thread Theron Tarigo
On 03/13/18 19:03, Walter Schwarzenfeld wrote: If try to install qt5-webkit from a dependend port I got: qt5-webkit-5.212.0.a2_5 needs Python 2.7 at most, but 3.6 was specified if possible, could someone remove the limitation of python:2.7,build change to python:build _