How to handle port merges on upgrade for pkg/portmaster/portupgrade/port... (was: Dealing with a port being merged into another)

2014-11-12 Thread Matthias Andree
Am 23.10.2014 um 12:01 schrieb Raphael Kubo da Costa: > Hi everyone, > > One of the changes we (kde@) have made in the upcoming Qt 5.3.2 update > is merging devel/qt5-qmldevtools into lang/qt5-qml. > > I'd now like to know what needs to be done to make it easy to everyone > to upgrade their ports

Re: pkg & portmaster

2013-06-26 Thread Bryan Drewery
On 6/25/2013 8:48 PM, Adrian Murphy wrote: > Hi, > > I noticed portmaster developed a problem after a recent update to > ports-mgmt/pkg where the following appears in the output: > > [: false: bad number > > I traced it to lines in portmaster where np_orphan is set: > > np_orphan=`pkg query "%a

pkg & portmaster

2013-06-25 Thread Adrian Murphy
Hi, I noticed portmaster developed a problem after a recent update to ports-mgmt/pkg where the following appears in the output: [: false: bad number I traced it to lines in portmaster where np_orphan is set: np_orphan=`pkg query "%a" $upg_port` It appears 'pkg query "%a"' used to return 0 o

lang/ExtUtils-F77, pkg, portmaster fail to deal with GCC_DEFAULT_VERSION= 4.7

2013-03-15 Thread Anton Shterenlikht
This is r244834 ia64, ports tree at r314250. lang/gcc46 doesn't build, but lang/gcc47 does. So I set: # grep GCC_DEFAULT_VERSION= /usr/ports/Mk/bsd.gcc.mk GCC_DEFAULT_VERSION=4.7 # I now want to rebuild all p5-* ports following perl upgrade to perl-5.16.2_1. On build and install of p5-ExtUt