Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports

2017-11-16 Thread Lev Serebryakov
On 15.11.2017 23:10, Bryan Drewery wrote: > Use it as a make argument not an environment variable. > % make extract WRKDIRPREFIX='' What is difference between % make WRKDIRPREFIX='' extract and % make extract WRKDIRPREFIX='' ? It is not clear from man make :) I'm using first form typically, n

[devel/radare2] Please look at radare2 patches

2017-11-16 Thread Michael Zhilin
Hi, Here is bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222931 It's live and new patches are posted here, but no action from maintainer and committer. I'll appreciate your look at ticket. I'll be happy to be maintainer, if it's required. Thanks, Michael. _

FreeBSD ports you maintain which are out of date

2017-11-16 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: [devel/radare2] Please look at radare2 patches

2017-11-16 Thread Rodrigo Osorio
On 11/16/17 13:23, Michael Zhilin wrote: Hi, Here is bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222931 It's live and new patches are posted here, but no action from maintainer and committer. I'll appreciate your look at ticket. I'll be happy to be maintainer, if it's required. Than

Package database problems

2017-11-16 Thread Paul Schmehl
I'm having problems with my package database. It complains about a conflict with a file that doesn't exist. Is there a way to create a new local.sqlite file using the pkg command? Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ***

Making a port that installs only an RC script provided in FILESDIR

2017-11-16 Thread Mel Pilgrim
I have a port that has exactly one file: an RC script provided in the FILESDIR of the skeleton itself. I can't use metaport because I do have to install a file. I've had no luck finding anything that explains how to do this, and am meeting no end of errors when I test the port. How do I cre

Re: Package database problems

2017-11-16 Thread Adam Vande More
On Thu, Nov 16, 2017 at 12:22 PM, Paul Schmehl wrote: > I'm having problems with my package database. It complains about a > conflict with a file that doesn't exist. > > Is there a way to create a new local.sqlite file using the pkg command? > 'pkg which /path/to/file' IIRC should reveal the reg

Re: Package database problems

2017-11-16 Thread Paul Schmehl
That's the problem. The package that installed that file is not installed. Nor is the file in the location pkg complains about. Yet, it still complains of a conflict and refuses to install the package I'm trying to install. For example, I tried to upgrade devel/oniguruma. It complained about a

Re: FreeBSD Port: multimedia/mythtv

2017-11-16 Thread Bernhard Fröhlich
Am 16.11.2017 03:43 schrieb "Austin C Phelps" : I have been working for a couple of month and finally got MythTV 29 working in FreeBSD 11. So I been working toward update the ports to create a new package. I'm not fully understanding all the ins and outs of it creation. As long as I set up the env

Re: Making a port that installs only an RC script provided in FILESDIR

2017-11-16 Thread Miroslav Lachman
Mel Pilgrim wrote on 2017/11/16 19:30: I have a port that has exactly one file: an RC script provided in the FILESDIR of the skeleton itself. I can't use metaport because I do have to install a file. I've had no luck finding anything that explains how to do this, and am meeting no end of errors

Re: Package database problems

2017-11-16 Thread Freddie Cash
On Thu, Nov 16, 2017 at 11:04 AM, Paul Schmehl wrote: > That's the problem. The package that installed that file is not installed. > Nor is the file in the location pkg complains about. Yet, it still > complains of a conflict and refuses to install the package I'm trying to > install. > > For exa

Re: Package database problems

2017-11-16 Thread Paul Schmehl
--On November 16, 2017 at 11:23:34 AM -0800 Freddie Cash wrote: The only way to "rebuild" local.sqlite is to reinstall everything. Is there a way to force a port install regardless of conflicts? Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of

Re: Package database problems

2017-11-16 Thread Paul Schmehl
--On November 16, 2017 at 11:23:34 AM -0800 Freddie Cash wrote: ​There's nothing to iterate over.  There's nothing in /var/db/pkg anymore except the SQLite databases. Then what is all this? (I'm only showing part of it. ls /var/db/pkg/ FreeBSD.metalibXfixes-5.0.3p5-Net-Domain-TLD-1

Re: Package database problems

2017-11-16 Thread Kurt Jaeger
Hi! > > ???There's nothing to iterate over.  There's nothing in /var/db/pkg > > anymore except the SQLite databases. > > Then what is all this? (I'm only showing part of it. > > ls /var/db/pkg/ > FreeBSD.meta libXfixes-5.0.3 > p5-Net-Domain-TLD-

Re: Package database problems

2017-11-16 Thread Paul Schmehl
--On November 16, 2017 at 8:49:24 PM +0100 Kurt Jaeger wrote: Hi! > ???There's nothing to iterate over.  There's nothing in /var/db/pkg > anymore except the SQLite databases. Then what is all this? (I'm only showing part of it. ls /var/db/pkg/ FreeBSD.metalibXf

Re: Making a port that installs only an RC script provided in FILESDIR

2017-11-16 Thread Mel Pilgrim
On 11/16/2017 11:17, Miroslav Lachman wrote: Mel Pilgrim wrote on 2017/11/16 19:30: I have a port that has exactly one file: an RC script provided in the FILESDIR of the skeleton itself.  I can't use metaport because I do have to install a file. I've had no luck finding anything that explains

Re: Package database problems

2017-11-16 Thread Kurt Jaeger
Hi! > >> ls /var/db/pkg/ > >> FreeBSD.meta libXfixes-5.0.3 > >> p5-Net-Domain-TLD-1.74 > >>py27-qt4-dbussupport-4.12_1 > >> ImageMagick-6.9.2.10,1 libXfont-1.5.2,2 > >> p5-Package-Stash-0.37_1 >

Re: Package database problems

2017-11-16 Thread Paul Schmehl
--On November 16, 2017 at 9:34:05 PM +0100 Kurt Jaeger wrote: You probably have to clean it up. I would do this: - use the list of old-style packages in /var/db/pkg, together with the output of pkg info, to generate a list of packages that you need after clean up. My list looks like th

Re: Package database problems

2017-11-16 Thread Carmel NY
On Thu, 16 Nov 2017 13:37:02 -0600, Paul Schmehl stated: >Is there a way to force a port install regardless of conflicts? This is untried. Using synth, you could create a file with a listing of all your installed ports, then run: synth force "your file" That should correct the problem. That shoul

Re: Package database problems

2017-11-16 Thread Tommy Scheunemann
Hi, first - I would say forget about the directories in /var/db/pkg - when manually running a "make install" for some port I get such a directory created as well. Important is the "local.sqlite" file where everything gets stored. For your problem, dunno which package pkg refuses to install du

Re: Package database problems

2017-11-16 Thread Chris H
On Thu, 16 Nov 2017 21:26:33 + Carmel NY wrote > On Thu, 16 Nov 2017 13:37:02 -0600, Paul Schmehl stated: > > >Is there a way to force a port install regardless of conflicts? > > This is untried. Using synth, you could create a file with a listing of all > your installed ports, then run: sy

Re: Package database problems

2017-11-16 Thread Matthew Seaman
On 16/11/2017 19:58, Paul Schmehl wrote: > --On November 16, 2017 at 8:49:24 PM +0100 Kurt Jaeger > wrote: > >> Hi! >> >>> > ???There's nothing to iterate over.  There's nothing in /var/db/pkg >>> > anymore except the SQLite databases. >>> >>> Then what is all this? (I'm only showing part of it.