Re: please add nvidia-driver changes in r378360 to ports/UPDATING

2015-02-09 Thread Kevin Oberman
On Mon, Feb 9, 2015 at 4:19 AM, Jerry  wrote:

> On Mon, 09 Feb 2015 03:30:10 -0800 (PST), Anton Shterenlikht stated:
>
> >I think changes to x11/nvidia-driver* in r378360
> >need to be mentioned in ports/UPDATING.
> >
> >Otherwise it's a POLA violation. nvidia-driver
> >no longer worked for me after the updated to 346.35.
> >I had to install nvidia-driver-340 instead.
> >But would be good to be warned about this change.
>
> Same here. I had to downgrade to the 340 version.
>
> Question: I use portupgrade to keep my ports current. How can I configure
> it
> to NEVER upgrade "nvidia"?
>

pkg lock nvidia-driver-340

You will need to unlock it to upgrade it.
--
Kevin Oberman, Network Engineer, Retired
E-mail: rkober...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: please add nvidia-driver changes in r378360 to ports/UPDATING

2015-02-09 Thread Jerry
On Mon, 09 Feb 2015 03:30:10 -0800 (PST), Anton Shterenlikht stated:

>I think changes to x11/nvidia-driver* in r378360
>need to be mentioned in ports/UPDATING.
>
>Otherwise it's a POLA violation. nvidia-driver
>no longer worked for me after the updated to 346.35.
>I had to install nvidia-driver-340 instead.
>But would be good to be warned about this change.

Same here. I had to downgrade to the 340 version.

Question: I use portupgrade to keep my ports current. How can I configure it
to NEVER upgrade "nvidia"?

-- 
Jerry


pgpD3fJUX2FPn.pgp
Description: OpenPGP digital signature


please add nvidia-driver changes in r378360 to ports/UPDATING

2015-02-09 Thread Anton Shterenlikht
Hi

I think changes to x11/nvidia-driver* in r378360
need to be mentioned in ports/UPDATING.

Otherwise it's a POLA violation. nvidia-driver
no longer worked for me after the updated to 346.35.
I had to install nvidia-driver-340 instead.
But would be good to be warned about this change.

Thanks

Anton

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Problem with the pkg datebase

2015-02-09 Thread Matthew Seaman
On 02/09/15 09:15, Willem Jan Withagen (EcoRacks) wrote:
> Hi,
> 
> Trying to run a 'pkg upgrade -f' which gives me:
> 
> pkg: sqlite error while executing UPDATE packages SET name=?1  WHERE
> name=?2; in file pkg_jobs.c:1576: UNIQUE constraint failed: packages.name
> 
> And upgrading is not really possibe.
> 
> How do I fix the database?

The unique key in the pkg DB changed from port origin to port name
relatively recently.  This means you've managed to get two packages with
the same name but different origins installed -- one way it seems fairly
common to do that is when you had the docbook ports installed, but you
haven't been updating them religiously, but there are other ways.

Try:

  pkg query -a "%n\t\t%v %o" | sort | less

and try and spot the repeated name. You may also see some packages that
have been arbitrarily renamed to avoid this sort of collision. Deleting
the affected packages (either repeated name or renamed) and reinstalling
should solve the problem.  There aren't any name collisions possible in
the ports anymore, so once you're fully up to date this shouldn't happen
again.

Cheers,

Matthew




signature.asc
Description: OpenPGP digital signature


Problem with the pkg datebase

2015-02-09 Thread Willem Jan Withagen (EcoRacks)
Hi,

Trying to run a 'pkg upgrade -f' which gives me:

pkg: sqlite error while executing UPDATE packages SET name=?1  WHERE
name=?2; in file pkg_jobs.c:1576: UNIQUE constraint failed: packages.name

And upgrading is not really possibe.

How do I fix the database?

--WjW



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: xfe-1.37_1 does not start...

2015-02-09 Thread Vanilla Hsu
Ops, there are a PR to upgrade xfe to latest version,

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

I will commit it soon, thanks. (maybe you can try attached patch first)

2015-02-09 15:58 GMT+08:00 Eric Douzet :

> Hello,
>
>
> xfe-1.37_1 does not start after update of the fox16-1.6.50 library.
>
> portupgrade -fr x11-toolkits/fox16 has no effect.
>
> Best regards,
>
>
> --
> Amicalement et librement,
>
> Éric Douzet
>
>
> Consultant Informatique
>
> Administrateur Réseaux, Système et Base de Données
> Consultant Sage (Logiciels de Gestion) - Comptable Diplômé
> Sécurité Réseaux - Hébergeur FreeBSD - Audit de Site Web
>
> Systèmes : FreeBSD, Mac OSX, Unix et Windows
>
> Site Web professionnel : www.c-extra.com
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"