[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


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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9273 by rakuco:

attica: Update to 0.4.2.

Explicitly choose to build for Qt4 instead of Qt5 for now.



 M  +3 -2  Makefile  
 M  +2 -2  distinfo  
 M  +1 -1  pkg-descr  
 M  +1 -1  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

2012-09-26 Thread Alberto Villa
SVN commit 8660 by avilla:

- Add dependency on qt4-qtestlib to fix build.



 M  +4 -6  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


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

2012-09-19 Thread Jason E . Hale
SVN commit 8645 by jhale:

- Update attica to 0.4.1
- Drop unneeded pkgconf dependency



 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 M  +1 -1  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

2012-06-04 Thread Raphael Kubo da Costa
SVN commit 8286 by rakuco:

attica: Depend on QtXml.

Building attica on the ixsystems tinderbox failed due to QtXml not being
present. QtXml/QXmlStreamReader is needed by lib/parser.h



 M  +1 -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


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

2012-05-30 Thread Jason E. Hale
On Wednesday, May 30, 2012 00:49:18 you wrote:
 Jason E. Hale bsdkaf...@gmail.com writes:
  SVN commit 8250 by jhale:
  
  - Update x11-toolkits/attica to 0.4.0
 
 BTW, have you seen
 
http://commits.kde.org/attica/ad715b958667eec63c1a6467b7d816aeb38c190b?
 
 A few other ports might need to have their PORTREVISIONs bumped because
 of that.

I did see that, but 0.3.0 was already backwards-incompatible and we still have 
0.2.9 in the ports tree.  I could bump the PORTREVISONS in area51, though.  
No problem.
___
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


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

2012-05-30 Thread Max Brazhnikov
On Wed, 30 May 2012 06:08:13 -0400, Jason E. Hale wrote:
 On Wednesday, May 30, 2012 00:49:18 you wrote:
  Jason E. Hale bsdkaf...@gmail.com writes:
   SVN commit 8250 by jhale:
   
   - Update x11-toolkits/attica to 0.4.0
  
  BTW, have you seen
  
 http://commits.kde.org/attica/ad715b958667eec63c1a6467b7d816aeb38c190b?
  
  A few other ports might need to have their PORTREVISIONs bumped because
  of that.
 
 I did see that, but 0.3.0 was already backwards-incompatible and we still 
 have 
 0.2.9 in the ports tree.  I could bump the PORTREVISONS in area51, though.

We don't bump PORTREVISONs in area51 usually, until it's due to syncing with 
portstree. Dependent ports will be rebuild on tinderbox regardless of 
PORTREVISON.

___
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


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

2012-05-29 Thread Raphael Kubo da Costa
Jason E. Hale bsdkaf...@gmail.com writes:

 SVN commit 8250 by jhale:

 - Update x11-toolkits/attica to 0.4.0

BTW, have you seen
http://commits.kde.org/attica/ad715b958667eec63c1a6467b7d816aeb38c190b?

A few other ports might need to have their PORTREVISIONs bumped because
of that.
___
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


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

2012-02-12 Thread Dima Panov


11.02.2012, 12:35, Raphael Kubo da Costa rak...@freebsd.org:
 Dima Panov flu...@fluffy.khv.ru writes:

  SVN commit 7929 by fluffy:

  - Install and detect attica as libattica.so.0 rather than libattica.0.3 to 
 avoid ports error

 What kind of error exactly?


ports system detect library by libblabla.so.0 template, not libblabla.so.0.0.. 
:(

-- 
Dima Panov (flu...@freebsd.org)
KDE@FreeBSD team

Facebook: http://www.facebook.com/fluffy.khv
___
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

2012-02-10 Thread Dima Panov
SVN commit 7929 by fluffy:

- Install and detect attica as libattica.so.0 rather than libattica.0.3 to 
avoid ports error



 M  +3 -2  Makefile  
 M  +1 -1  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


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

2012-02-10 Thread Raphael Kubo da Costa
Dima Panov flu...@fluffy.khv.ru writes:

 SVN commit 7929 by fluffy:

 - Install and detect attica as libattica.so.0 rather than libattica.0.3 to 
 avoid ports error

What kind of error exactly?
___
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

2011-11-15 Thread Raphael Kubo da Costa
SVN commit 7827 by rakuco:

attica: Fix URL in the pkg-descr.



 M  +1 -1  pkg-descr  


___
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

2011-11-15 Thread Raphael Kubo da Costa
SVN commit 7828 by rakuco:

attica: Update to the 0.2.9 release.

It introduces a few new headers and features, but the primary reason it was
released is to fix KDE bug 281850.



 M  +3 -3  Makefile  
 M  +2 -2  distinfo  
 M  +7 -1  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

2010-04-09 Thread Dima Panov
SVN commit 6137 by fluffy:

- Update to 0.1.3 release

Added support for display license agreement


 M  +1 -1  Makefile  
 M  +3 -3  distinfo  
 M  +2 -1  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

2010-01-17 Thread Dima Panov
SVN commit 5849 by fluffy:

- Update attice to 0.1.2 release


 M  +2 -2  Makefile  
 M  +3 -3  distinfo  
 M  +1 -1  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

2009-12-15 Thread Dima Panov
SVN commit 5759 by fluffy:

- Update to 0.1.1 release


 M  +4 -4  Makefile  
 M  +3 -3  distinfo  
 M  +2 -1  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

2009-12-06 Thread Alberto Villa
SVN commit 5704 by xzhayon:

fix qt component name

 M  +1 -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