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

2016-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199601
Bug 199601 depends on bug 207060, which changed state.

Bug 207060 Summary: graphics/mapnik: update to 3.0.9
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207060

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51

2016-03-09 Thread Raphael Kubo da Costa
SVN commit 12066 by rakuco:

attica: Install headers into include/attica/attica.

Change the location once more, hopefully for the last time. Use
include/attica instead of include/attica-qt4 because x11/kdelibs4's
FindLibAttica.cmake already has code to look for attica/.h in a
directory also called "attica".

Using a different name meant kdelibs and other ports that use its
FindLibAttica.cmake would need to rely on pkg-config's output instead of
properly finding the location with find_path().

This also allows us to revert part of r11449, as neither misc/parley nor
x11/kdelibs4 need USES=pkgconfig anymore.


 M  +1 -1  KDE/misc/parley/Makefile  
 M  +2 -3  KDE/x11/kdelibs4/Makefile  
 M  +2 -2  PORTS/x11-toolkits/attica/Makefile  
 M  +43 -43PORTS/x11-toolkits/attica/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2016-03-09 Thread Raphael Kubo da Costa
SVN commit 12065 by rakuco:

attica: Install headers into include/attica-qt4 instead of include/attica4.

"attica4" is confusing, as attica's version is 0.4.2, not 4.x.y. The
intention was to convey that this is the KDE4/Qt4 version of the package, so
be explicit and use "attica-qt4".

Ack'ed by tcberner.


 M  +2 -5  Makefile  
 M  +43 -43pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2016-03-09 Thread Raphael Kubo da Costa
SVN commit 12064 by rakuco:

attica: Drop the %%ATTICA_INCDIR%% plist substitution.

It is only used by this port, and it is less confusing to just use the
include directory directly.

Ack'ed by tcberner.


 M  +0 -1  Makefile  
 M  +43 -43pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2016-03-09 Thread Raphael Kubo da Costa
SVN commit 12063 by rakuco:

attica: Split the sed calls into multiple ones.

This way we can add some comments explaining why each of those are there.


 M  +9 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information