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
___
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"
If you make this change yourself and then build, does it succeed? It may 
have build scripts using "python" so will fail if there is only a 
"python3", even if the scripts are 2/3 compatible (which they may not be).


Theron
___
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"


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 mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


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/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


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-unsubscr...@freebsd.org"


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_VERSIONS+=  php=5.4
> DEFAULT_VERSIONS+=  ghostscript=9
> DEFAULT_VERSIONS+=  ssl=openssl
> DEFAULT_VERSIONS+=  perl5=5.24
> DEFAULT_VERSIONS+=  python2=2.7
> DEFAULT_VERSIONS+=  python3=3.4
> DEFAULT_VERSIONS+=  python=3.4
> %
 Ooops, but "php=5.6" doesn't change anything.


-- 
// Lev Serebryakov
___
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"


`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+=  ghostscript=9
DEFAULT_VERSIONS+=  ssl=openssl
DEFAULT_VERSIONS+=  perl5=5.24
DEFAULT_VERSIONS+=  python2=2.7
DEFAULT_VERSIONS+=  python3=3.4
DEFAULT_VERSIONS+=  python=3.4
%

 What do I do wrong? It is fresh ports (updated today), latest pkg (1.10.5).

-- 
// Lev Serebryakov
___
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: 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.

Thanks,
Naram Qashat


Hi Jan,

I never got a reply to this inquiry, and the port looks to be set to 
expire in a week. I notice you still commit changes to the port as well. 
Is the port really going to be removed next week?


Thanks,
Naram Qashat
___
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: 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-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: 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/usr/ports/net-mgmt/phpipam/work/stage/usr/local/www/phpipam${src#.}
> >  ;
> > if test -d "$src" ; then  /bin/mkdir -p "$dst" ;  else  install  -m
> > 0644 "$src" "$dst" ;  fi  done
> > install: ./functions/locale/cs_CZ.UTF-8/cs_CZ.UTF8: Too many levels
> > of symbolic links *** Error code 71
> 
> Try changing the whole do-install target to this:
> 
> do-install:
> (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "!
> -name *.orig")

Thanks, port builds now, I submitted patches to bugzilla, hopefully we
get phpipam 1.3.1 in ports soon.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226120

-- 
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/
___
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"


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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/aws-sdk-cpp   | 1.4.10  | 1.4.13
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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"