Re: Re: OSS Audio

2017-12-14 Thread blubee blubeeme
On Fri, Dec 15, 2017 at 9:26 AM, Sid wrote: > > blubee blubeeme - Tue Dec 5 00:48:05 UTC 2017 > > > If I can provide OSS audio/midi input and output for the tools that I > use, > > then I can do all the routing natively with OSS. > > A problem with this is FreeBSD's backend

Re: Patches for a slave port

2017-12-14 Thread Franco Fichtner
Hi Kevin, > On 15. Dec 2017, at 5:53 AM, Kevin Oberman wrote: > > Why does "svn diff" not see the new files? How do I get the diffs? Or am I > going to have to manually generate the diff the old fashioned way. Use "svn add" on these files beforehand. Cheers, Franco

Patches for a slave port

2017-12-14 Thread Kevin Oberman
I am attempting to submit a fix for a slave port, multimedia/avidemux_plugins. All of the patches are in the master port, avidemux. So I make all of the fixes and run "make makepatch". All of the patches are generated into avidemux/files. I then ran "svn diff" in avidemux_plugins and the only

Re: Tensorflow port

2017-12-14 Thread Jov
I tried to fix and update the py-tensorflow last week but failed because the bazel and tensorflow upstream seem heavily development and a lot of things changed. My time for the ports work is limited so I will give up this port. Anyone can take it and I am fine to answer any question. The easiest

Re: Re: OSS Audio

2017-12-14 Thread Sid
> blubee blubeeme - Tue Dec 5 00:48:05 UTC 2017 > If I can provide OSS audio/midi input and output for the tools that I use, > then I can do all the routing natively with OSS. A problem with this is FreeBSD's backend sound architecture allows one device input or output at a time. cat

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread Pedro Giffuni
On 12/14/17 18:11, Chris H wrote: On Thu, 14 Dec 2017 17:59:34 -0500 "Pedro Giffuni" said On 12/14/17 17:07, Chris H wrote: > On Thu, 14 Dec 2017 09:15:35 -0500 "Pedro Giffuni" said >> On 12/13/17 22:31, blubee blubeeme wrote: >>> On Thu, Dec 14, 2017

Re: Deprecated variables are being removed

2017-12-14 Thread Adam Weinberger
On 14 Dec, 2017, at 16:24, Sergei Vyhenski wrote: What about variables with a non-trivial value like: WITH_PKG=devel Good question, Sergei. This is just referring to the WITH_/WITHOUT_ that turn options on and off. It was what we had many years ago, before OPTIONS

Re: Deprecated variables are being removed

2017-12-14 Thread Sergei Vyhenski
What about variables with a non-trivial value like: WITH_PKG=devel On 14.12.2017 20:58, Adam Weinberger wrote: Real Soon Now(tm), support for deprecated variables (some of which have carried warnings for over 4 years) will be removed. If you use any of the following constructs (usually in

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread Pedro Giffuni
On 12/14/17 17:07, Chris H wrote: On Thu, 14 Dec 2017 09:15:35 -0500 "Pedro Giffuni" said On 12/13/17 22:31, blubee blubeeme wrote: On Thu, Dec 14, 2017 at 11:17 AM, Pedro Giffuni > wrote: Hello; On 13/12/2017 21:11, Chris H

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread Chris H
On Thu, 14 Dec 2017 17:59:34 -0500 "Pedro Giffuni" said On 12/14/17 17:07, Chris H wrote: > On Thu, 14 Dec 2017 09:15:35 -0500 "Pedro Giffuni" said >> On 12/13/17 22:31, blubee blubeeme wrote: >>> On Thu, Dec 14, 2017 at 11:17 AM, Pedro Giffuni

Re: github: handmade vs autogenerated distibution

2017-12-14 Thread Mathieu Arnold
Le 14/12/2017 à 21:43, Sergei Vyhenski a écrit : > Playing with GH_* variables, I was able to fetch A-tarball within > guidelines of > bsd.sites.mk. Or you could have read the Porter's Handbook's section on it:

Re: github: handmade vs autogenerated distibution

2017-12-14 Thread Yasuhiro KIMURA
Hello. From: Sergei Vyhenski Subject: github: handmade vs autogenerated distibution Date: Thu, 14 Dec 2017 23:43:51 +0300 > Do you think that explicit MASTER_SITES instead of USE_GITHUB (thus > using H-tarball) here contradicts to some rules of good stile? > > Do you

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread Chris H
On Thu, 14 Dec 2017 09:15:35 -0500 "Pedro Giffuni" said On 12/13/17 22:31, blubee blubeeme wrote: On Thu, Dec 14, 2017 at 11:17 AM, Pedro Giffuni > wrote: Hello; On 13/12/2017 21:11, Chris H wrote: On Wed, 13 Dec 2017 19:56:24

Re: OSS Audio

2017-12-14 Thread Sid
> blubee blubeeme - Tue Dec 5 00:48:05 UTC 2017 > If I can provide OSS audio/midi input and output for the tools that I use, > then I can do all the routing natively with OSS. I glossed over this in my response. ___ freebsd-ports@freebsd.org mailing

Re: OSS Audio

2017-12-14 Thread Sid
> I prefer simplicity over complexity, All ports and packages should be built with audio/sndio and audio/portaudio (not pulseaudio) as default for the front end to the FreeBSD's native OSS backend. > I want the best possible audio for my system. I work with synthesizers and > audio programs a

portmaster now supports FLAVORs

2017-12-14 Thread Stefan Esser
I have just committed the upgrade of portmaster to a version with flavor support. You need to upgrade portmaster on its own (e.g. by "portmaster portmaster") and it should then be possible to use "portmaster -a" with flavored and non-flavored ports (and automatically re-install ports, that have

github: handmade vs autogenerated distibution

2017-12-14 Thread Sergei Vyhenski
Hi, Some projects on Github provide handmade distribution tarball (let us call it H-tarball) for a release. The contents of this H-tarball could be essentially different from the check-out'ed source. The latter being identical to the autogenerated tarball (let us call it A-tarball), which we

Re: Suggesting new virtual categories: physics and chemistry

2017-12-14 Thread Yuri
On 12/14/17 10:44, Adam Weinberger wrote: There's no minimum number of ports required to create a category, and precedent is simply "more than a few." Six ports (as proposed for physics) is almost certainly too low. It might be more useful to just make sure that the word "physics" appears

Re: Suggesting new virtual categories: physics and chemistry

2017-12-14 Thread Adam Weinberger
On 14 Dec, 2017, at 9:47, Yuri wrote: Some ports naturally fall under these categories: https://reviews.freebsd.org/D13481 Thanks, Yuri I am a big fan of virtual categories. They make wading through the nearly 30,000 ports a much easier task. It's even more important for

Re: Suggesting new virtual categories: physics and chemistry

2017-12-14 Thread Yuri
On 12/14/17 10:05, RW via freebsd-ports wrote: Science isn't particularly large: This is for search and categorization purposes. They aren't going to be moved, category will be added to the list of relevant categories. Yuri ___

Re: Suggesting new virtual categories: physics and chemistry

2017-12-14 Thread RW via freebsd-ports
On Thu, 14 Dec 2017 08:47:38 -0800 Yuri wrote: > Some ports naturally fall under these categories: > > https://reviews.freebsd.org/D13481 Science isn't particularly large: $ for d in `make -V SUBDIR` ;do echo "`find $d/ -maxdepth 1 -type d |wc -l` $d" ;done |sort -n | tail -n 30

Deprecated variables are being removed

2017-12-14 Thread Adam Weinberger
Real Soon Now(tm), support for deprecated variables (some of which have carried warnings for over 4 years) will be removed. If you use any of the following constructs (usually in /etc/make.conf), you must switch to the new incantations, or port builds will fail. WITH_[...] / WITHOUT_[...]

Suggesting new virtual categories: physics and chemistry

2017-12-14 Thread Yuri
Some ports naturally fall under these categories: https://reviews.freebsd.org/D13481 Thanks, Yuri ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread Pedro Giffuni
On 12/14/17 10:57, blubee blubeeme wrote: On Thu, Dec 14, 2017, 22:15 Pedro Giffuni > wrote: On 12/13/17 22:31, blubee blubeeme wrote: On Thu, Dec 14, 2017 at 11:17 AM, Pedro Giffuni >

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread Kurt Jaeger
Hi! > > Well ... of course if I had the source code I would not be dealing RPMs > > for the linuxulator. [...] > What's in these tar.gz files here: http://wps-community.org/downloads I've downloaded http://kdl1.cache.wps.com/ksodl/download/linux/a21//wps-office_10.1.0.5707~a21_x86_64.tar.xz

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread blubee blubeeme
On Thu, Dec 14, 2017, 22:15 Pedro Giffuni wrote: > > > On 12/13/17 22:31, blubee blubeeme wrote: > > > > On Thu, Dec 14, 2017 at 11:17 AM, Pedro Giffuni wrote: > >> Hello; >> >> >> On 13/12/2017 21:11, Chris H wrote: >> >>> On Wed, 13 Dec 2017 19:56:24 -0500

Re: Linux ports tutorial? WPS Office

2017-12-14 Thread Pedro Giffuni
On 12/13/17 22:31, blubee blubeeme wrote: On Thu, Dec 14, 2017 at 11:17 AM, Pedro Giffuni > wrote: Hello; On 13/12/2017 21:11, Chris H wrote: On Wed, 13 Dec 2017 19:56:24 -0500 "Pedro Giffuni" said

Re: portmaster with FLAVOR support available for testing

2017-12-14 Thread Walter Schwarzenfeld
Sorry, my fault: I have to do portmaster devel/py27-setuptools ___ 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: portmaster with FLAVOR support available for testing

2017-12-14 Thread Walter Schwarzenfeld
Btw, I think it has nothing to do with FLAVOR, I found this (bug?) sudo portmaster py27-setuptools ===>>> Working on:     py27-setuptools-36.5.0     py27-setuptools_scm-1.15.5 I only try to build py27-setuptools and portmaster wants to build py27-setuptools_scm too. (The old portmaster

FreeBSD ports you maintain which are out of date

2017-12-14 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,

Re: intellij-ultimate looking for a commiter

2017-12-14 Thread Boris Samorodov
14.12.2017 09:25, abi пишет: > Hello, > > can you review and commit > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222472 ? I use it for > 2 months for myself and it's definitely works. I'll take care of it. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The