FreeBSD ports you maintain which are out of date

2016-09-08 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/k...@freebsd.org.html


Port| Current version | New version
+-+
devel/cmake | 3.6.1   | 3.6.2
+-+
devel/cmake-doc | 3.6.1   | 3.6.2
+-+
devel/cmake-gui | 3.6.1   | 3.6.2
+-+
devel/cmake-modules | 3.6.1   | 3.6.2
+-+


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.


[Bug 199601] devel/boost-all: Upgrade to 1.58, 1.59, or 1.60

2016-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199601

--- Comment #110 from Andrew Turner  ---
Is there any update on this? I'd like a later boost for arm64 support as it's
blocking a few hundred ports from building.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 209931] kde4 and gnome3 meta-packages has disappeared

2016-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209931

Mathieu Arnold  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Overcome By Events

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[SVN Commit] branches/plasma5/KDE/net

2016-09-08 Thread Tobias Berner
SVN commit 12973 by tcberner:

New port: net/kio-gdrive

IOSlave for accessing gdrive.



 A kio-gdrive (directory)  
 AMkio-gdrive/Makefile  
 AMkio-gdrive/distinfo  
 AMkio-gdrive/pkg-descr  
 AMkio-gdrive/pkg-plist  




[SVN Commit] branches/plasma5

2016-09-08 Thread Tobias Berner
SVN commit 12974 by tcberner:

Get rid of the interim Mk/bsd.kde.mk. As kde.mk has already landed in ports
there is no need to handle USE_KDE4= without USES=kde:4 anymore.

Also remove the changes (r10755) to Tools/Scripts/area51 that wired it into 
bsd.port.mk





 D KDE/Mk/bsd.kde.mk  
 M  +0 -26 Tools/scripts/area51  




Re: Naming and labeling

2016-09-08 Thread Tobias C. Berner
On 7 September 2016 at 14:06, Adriaan de Groot  wrote:

> On Tuesday, September 06, 2016 10:30:31 PM Tobias C. Berner wrote:
> > On 6 September 2016 at 11:03, Adriaan de Groot  wrote:
> > >  - Those ports often have PORTNAME set, to just * (without the -kde4)
> and
> > > PKGNAMESUFFIX set to -kde4
> >
> > That seems sensible, also the DISTFILES magic works then and does not
> > require it to be manually set.
> >
> > >  - Ports that use KDE Frameworks 5 as a platform are often found in
> ..
> > > PKGNAMESUFFIX set to -kf5
> >
> > The rule however should probably be to avoid these suffixes whenever
> > possible,
> > unless we do the thing for another thread you mention below...
>
> That seems sensible except that you also point out that we'll have to have
> -
> kf5 and -kde4 versions of many things in ports for a little while, just to
> enable migration and UPDATING. So we would end up with what,  ->
> -
> kde4 for a while (to allow for graceful moving), then adding  which is
> the newer version? Seems like a way to make things take extra long.
>
> Or do you mean  should be the preferred , and we can add
> -kf5,
> wait while that settles, and then do a  -> -kde4 and -kf5 ->
>  renaming at once to swap out the preferred version?
>
Yes, I think I would prefer  for "the up to date version" and
-kde4 for
"we ship this for the grumpy 'I like my software outdated and well-tested'
Sheilas and Bruces"
outdated version [ :) ] -- I used the "-legacy" suffix for a while in
plasma5 instead of "-kde4",
but that turned out to be probably a bit confusing.

But in the end, it is just a name, and I don't really care, as long as we
get it into
ports in a timely manner :P


>
> I don't know enough abouts ports-procedures to know what's preferable.
> Personally I prefer less moving and renaming, which suggests -kde4 and
> -kf5 from the start.
>
I don't think -kf5 is really needed -- I doubt we'll get Frameworks 6 in
the near future.
So adding this to every 16.08 application seems a bit much.


>
> > > not KDE5). But applications shouldn't necessarily say they are "for
> KDE";
> >
> > If the port is part of the KDE Applications release cycle, I think "KDE"
> > can stay.
> > I think gnome's applications do also carry a "GNOME" in their COMMENT
> from
> > a quick grep.
> > But I agree, that it should not carry a version in general.
>
> OK. That's another tidying-step to do at some point (soon-ish).
>
Thanks :) *sneakily mentions pkg-descrs and WWW:*

>
> > > Generally speaking, we won't have a -kf5 *and* a -kde4 version of a
> single
> > > port (that's a discussion for another thread).
> >
> > Which we need to have before we can think of updating KDE Applications in
> > ports
> > to anything even nearly recent.
>
> Hm. That makes things extra-difficult, since it sounds like "everything is
> blocked" again, and plasma5/ branch is enough of a bear as it is.
>
KDE Frameworks is not affected by this. So we should be able to push that
soon.
KDE Plasma Desktop probably neither directly. It's just everything from KDE
Applications
where around 90%-ish of applications are now Qt5/Kf5 based (kate, konsole,
dolphin,ktp,...) -- but as you want applications in your desktop, this in
turn affects Plasma.
So if we want to ship the old versions of konsole, kate and so on, we would
have to
add konsole-kde4, and so on ports.
[However, whether ktp-kde4 'does not work edition' is really needed, is a
question kde4
users need to answer ^^].


> > > Does this make sense as a general description of how we name ports and
> > > packages? (If so, it should go into our area51 developer bits on
> techbase
> > > or
> > > on our site).
> >
> > maybe also on the FreeBSD wiki? https://wiki.freebsd.org/KDE as a new
> item
> > under "Team best practices"? Just to give you more options to think
> about ^^
> > But as always, do what you think fits best :)
>
> I'd prefer to have fewer places to maintain, rather than more. Hence my
> desire, ages ago, to move most of freebsd.kde.org to techbase, or to
> consolidate the other way and produce a nice f.k.o and drop the techbase
> bits.
>
Sounds reasonable -- you decide ^^.

>
> [ade]


mfg Tobias


[SVN Commit] branches/plasma5/KDE

2016-09-08 Thread Tobias Berner
SVN commit 12975 by tcberner:

Update KDE Applications to 16.08.1 (stability update)
 
Announcement:
https://www.kde.org/announcements/announce-applications-16.08.1.php
Changes: 

https://www.kde.org/announcements/fulllog_applications.php?version=16.08.1


Changes for the ports:
   * A couple of patches we had have been integrated upstream
   * audio/kscd's extrapatch-no_alsa was made obsolete -- the alsa code in it 
 has been obsolete since 2006; see https://git.reviewboard.kde.org/r/128801/

Todo:
  * As always kde-l10n will be updated in a later commit
  * kdepim5 still needs www/qt5-webengine and thus is still not buildable




 M  +2 -2  Mk/Uses/kde.mk  
 M  +3 -3  accessibility/jovie/distinfo  
 M  +3 -3  accessibility/kaccessible/distinfo  
 M  +3 -3  accessibility/kmag/distinfo  
 M  +3 -3  accessibility/kmousetool/distinfo  
 M  +3 -3  accessibility/kmouth/distinfo  
 M  +3 -3  archivers/ark/distinfo  
 M  +3 -3  astro/kstars/distinfo  
 M  +3 -3  astro/libkgeomap/distinfo  
 M  +3 -3  astro/marble-data/distinfo  
 M  +9 -9  astro/marble-data/files/patch-src_apps_marble-kde_CMakeLists.txt 
 
 M  +0 -4  astro/marble-data/pkg-plist  
 M  +3 -3  astro/marble/distinfo  
 M  +3 -4  astro/marble/pkg-plist  
 M  +3 -3  audio/juk/distinfo  
 M  +3 -3  audio/kio-audiocd/distinfo  
 M  +3 -3  audio/kmix/distinfo  
 M  +0 -9  audio/kscd/Makefile  
 M  +3 -3  audio/kscd/distinfo  
 D audio/kscd/files (directory)  
 M  +3 -3  audio/libkcddb/distinfo  
 M  +3 -3  audio/libkcompactdisc/distinfo  
 M  +3 -3  comms/kremotecontrol/distinfo  
 M  +1 -1  databases/akonadi-kf5/Makefile  
 M  +3 -3  databases/akonadi-kf5/distinfo  
 M  +1 -1  deskutils/grantleetheme-kf5/Makefile  
 M  +3 -3  deskutils/grantleetheme-kf5/distinfo  
 M  +3 -3  deskutils/kcharselect/distinfo  
 M  +1 -1  deskutils/kdepim-addons-kf5/Makefile  
 M  +3 -3  deskutils/kdepim-addons-kf5/distinfo  
 M  +1 -1  deskutils/kdepim-apps-libs-kf5/Makefile  
 M  +3 -3  deskutils/kdepim-apps-libs-kf5/distinfo  
 M  +1 -1  deskutils/kdepim-kf5/Makefile  
 M  +3 -3  deskutils/kdepim-kf5/distinfo  
 M  +1 -1  deskutils/kdepim-runtime-kf5/Makefile  
 M  +3 -3  deskutils/kdepim-runtime-kf5/distinfo  
 M  +3 -3  deskutils/kruler/distinfo  
 M  +1 -1  deskutils/libkdepim-kf5/Makefile  
 M  +3 -3  deskutils/libkdepim-kf5/distinfo  
 M  +3 -3  devel/cervisia/distinfo  
 M  +3 -3  devel/dolphin-plugins/distinfo  
 M  +3 -3  devel/kapptemplate/distinfo  
 M  +3 -3  devel/kcachegrind/distinfo  
 M  +3 -3  devel/kde-dev-scripts/distinfo  
 M  +3 -3  devel/kde-dev-utils/distinfo  
 M  +3 -3  devel/kdesdk-kioslaves/distinfo  
 M  +3 -3  devel/kdesdk-thumbnailers/distinfo  
 M  +3 -3  devel/kio-extras/distinfo  
 D devel/kio-extras/files (directory)  
 M  +3 -3  devel/lokalize/distinfo  
 M  +3 -3  devel/okteta/distinfo  
 M  +3 -3  devel/poxml/distinfo  
 M  +3 -3  devel/umbrello/distinfo  
 M  +3 -3  editors/kate/distinfo  
 M  +3 -3  games/blinken/distinfo  
 M  +3 -3  games/bomber/distinfo  
 M  +3 -3  games/bovo/distinfo  
 M  +3 -3  games/granatier/distinfo  
 M  +3 -3  games/kajongg/distinfo  
 M  +3 -3  games/kanagram/distinfo  
 M  +3 -3  games/kapman/distinfo  
 M  +3 -3  games/katomic/distinfo  
 M  +3 -3  games/kblackbox/distinfo  
 M  +3 -3  games/kblocks/distinfo  
 M  +3 -3  games/kbounce/distinfo  
 M  +3 -3  games/kbreakout/distinfo  
 M  +3 -3  games/kdiamond/distinfo  
 M  +3 -3  games/kfourinline/distinfo  
 M  +3 -3  games/kgoldrunner/distinfo  
 M  +3 -3  games/khangman/distinfo  
 M  +0 -2  games/khangman/pkg-plist  
 M  +3 -3  games/kigo/distinfo  
 M  +3 -3  games/killbots/distinfo  
 M  +3 -3  games/kiriki/distinfo  
 M  +3 -3  games/kjumpingcube/distinfo  
 M  +3 -3  games/klickety/distinfo  
 M  +3 -3  games/klines/distinfo  
 M  +3 -3  games/kmahjongg/distinfo  
 M  +3 -3  games/kmines/distinfo  
 M  +3 -3  games/knavalbattle/distinfo  
 M  +3 -3  games/knetwalk/distinfo  
 M  +3 -3  games/kolf/distinfo  
 M  +3 -3  games/kollision/distinfo  
 M  +3 -3  games/konquest/distinfo  
 M  +3 -3  games/kpat/distinfo  
 M  +3 -3  games/kreversi/distinfo  
 M  +3 -3  games/kshisen/distinfo  
 M  +3 -3  games/ksirk/distinfo  
 M  +3 -3  games/ksnakeduel/distinfo  
 M  +3 -3  games/kspaceduel/distinfo  
 M  +3 -3  games/ksquares/distinfo  
 M  +3 -3  games/ksudoku/distinfo  
 M  +3 -3  games/ktuberling/distinfo  
 M  +3 -3  games/kubrick/distinfo  
 M  +3 -3  games/libkdegames/distinfo  
 M  +3 -3  games/libkmahjongg/distinfo  
 M  +3 -3  games/lskat/distinfo  
 M  +3 -3  games/palapeli/distinfo  
 M  +3 -3  games/picmi/distinfo