[kde-freebsd] [SVN Commit] area51/PORTS/net-p2p

2013-01-20 Thread Alonso Schaic
SVN commit 8952 by aschai:

Remove PORTREVISION



 M  +0 -1  ktorrent/Makefile  
 M  +0 -1  libktorrent/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/net-p2p

2013-01-20 Thread Max Brazhnikov
On Mon, 21 Jan 2013 00:21:52 +0100, Schaich Alonso wrote:
> On 2013-01-20 (Sunday) 22:55:39 you wrote:
> > Hi Alonso,
> > 
> > On Sun, 20 Jan 2013 21:35:14 GMT, Alonso Schaic wrote:
> > > SVN commit 8950 by aschai:
> > > 
> > > Update ktorrent to 3.0.1.
> > 
> > I think you mean 4.3.1 :)
> 
> Yes :D
> I guess I got confused by these two packages being versioned 5.0.1 and 15.0.0 
> in the library naming :D
> 
> > 
> > > - Removed stale patches
> > > - Added security/libgcrypt to libktorrent LIBDEPENDS
> > > - Regenerated pkg-plist files
> > 
> > You need to remove PORTREVISION whenever port gets updated.
> > Usually we don't set PORTREVISION in area51 at all, since most of the time
> > ports are never than in the portstree.
> > 
> > Your plist changes have to be reverted. First, we don't record common
> > directories from kdehier4. Second, plist must be sorted as described in
> > Porters handbook: files are arranged in alphabetic order, directories in
> > reverse order. The sorting process is a little bit tricky if plist uses
> > substitutions: you need to sort raw files list and then replace required
> > strings by according macros from PLIST_SUB.
> > 
> > >  M  +2 -2  ktorrent/Makefile
> > >  M  +2 -2  ktorrent/distinfo
> > >  D ktorrent/files/patch-ktorrent__core.cpp
> > >  M  +171 -21   ktorrent/pkg-plist
> > >  M  +4 -3  libktorrent/Makefile
> > >  M  +2 -2  libktorrent/distinfo
> > >  D libktorrent/files (directory)
> > >  M  +133 -16   libktorrent/pkg-plist
> > 
> > Cheers,
> > Max
> 
> Reverted the pkg-plist files. I had them generated by modifying 
> CMAKE_INSTALL_PREFIX to a empty path in order to record everything created by 
> the installation procedure instead of going the handbook procedure.

Handbook procedure works fine for ports that respect prefix, ktorrent belongs
to this majority.

> The 
> reverted/original pkg-plist files both have
> > @dirrmtry share/locale/si/LC_MESSAGES
> > @dirrmtry share/locale/si
> which are shared with at least misc/kde4-l10n-si (while they don't try to 
> remove translation paths for other languages)

We move directories to kdehier, if they are widely used. In principle, we can
add locale directories from all kde4-l10n ports to kdehier.

Max
___
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/net-p2p

2013-01-20 Thread Schaich Alonso
On 2013-01-20 (Sunday) 22:55:39 you wrote:
> Hi Alonso,
> 
> On Sun, 20 Jan 2013 21:35:14 GMT, Alonso Schaic wrote:
> > SVN commit 8950 by aschai:
> > 
> > Update ktorrent to 3.0.1.
> 
> I think you mean 4.3.1 :)

Yes :D
I guess I got confused by these two packages being versioned 5.0.1 and 15.0.0 
in the library naming :D

> 
> > - Removed stale patches
> > - Added security/libgcrypt to libktorrent LIBDEPENDS
> > - Regenerated pkg-plist files
> 
> You need to remove PORTREVISION whenever port gets updated.
> Usually we don't set PORTREVISION in area51 at all, since most of the time
> ports are never than in the portstree.
> 
> Your plist changes have to be reverted. First, we don't record common
> directories from kdehier4. Second, plist must be sorted as described in
> Porters handbook: files are arranged in alphabetic order, directories in
> reverse order. The sorting process is a little bit tricky if plist uses
> substitutions: you need to sort raw files list and then replace required
> strings by according macros from PLIST_SUB.
> 
> >  M  +2 -2  ktorrent/Makefile
> >  M  +2 -2  ktorrent/distinfo
> >  D ktorrent/files/patch-ktorrent__core.cpp
> >  M  +171 -21   ktorrent/pkg-plist
> >  M  +4 -3  libktorrent/Makefile
> >  M  +2 -2  libktorrent/distinfo
> >  D libktorrent/files (directory)
> >  M  +133 -16   libktorrent/pkg-plist
> 
> Cheers,
> Max

Reverted the pkg-plist files. I had them generated by modifying 
CMAKE_INSTALL_PREFIX to a empty path in order to record everything created by 
the installation procedure instead of going the handbook procedure. The 
reverted/original pkg-plist files both have
> @dirrmtry share/locale/si/LC_MESSAGES
> @dirrmtry share/locale/si
which are shared with at least misc/kde4-l10n-si (while they don't try to 
remove translation paths for other languages)

Alonso
___
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/net-p2p

2013-01-20 Thread Alonso Schaic
SVN commit 8951 by aschai:

Revert pkg-plist to pre-r8950.



 M  +21 -171   ktorrent/pkg-plist  
 M  +16 -133   libktorrent/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/net-p2p

2013-01-20 Thread Max Brazhnikov
Hi Alonso,

On Sun, 20 Jan 2013 21:35:14 GMT, Alonso Schaic wrote:
> SVN commit 8950 by aschai:
> 
> Update ktorrent to 3.0.1.

I think you mean 4.3.1 :)

> - Removed stale patches
> - Added security/libgcrypt to libktorrent LIBDEPENDS
> - Regenerated pkg-plist files

You need to remove PORTREVISION whenever port gets updated.
Usually we don't set PORTREVISION in area51 at all, since most of the time
ports are never than in the portstree.

Your plist changes have to be reverted. First, we don't record common
directories from kdehier4. Second, plist must be sorted as described in
Porters handbook: files are arranged in alphabetic order, directories in
reverse order. The sorting process is a little bit tricky if plist uses
substitutions: you need to sort raw files list and then replace required
strings by according macros from PLIST_SUB.

>  M  +2 -2  ktorrent/Makefile  
>  M  +2 -2  ktorrent/distinfo  
>  D ktorrent/files/patch-ktorrent__core.cpp  
>  M  +171 -21   ktorrent/pkg-plist  
>  M  +4 -3  libktorrent/Makefile  
>  M  +2 -2  libktorrent/distinfo  
>  D libktorrent/files (directory)  
>  M  +133 -16   libktorrent/pkg-plist  

Cheers,
Max
___
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] kde 4.9.5

2013-01-20 Thread ajtiM
On Sunday 20 January 2013 16:37:03 Schaich Alonso wrote:
> On 2013-01-20 16:28:12 ajtiM wrote:
> > On Sunday 20 January 2013 15:55:17 Alberto Villa wrote:
> > > On Sunday 20 January 2013 22:51:34 Schaich Alonso wrote:
> > > > There should currenlty not be any ports that depend on
> > > > kdebindings4-smoke- smokegen in area51, so it's just portmaster being
> > > > confused due to the disappeared Makefiles.
> > > 
> > > The MOVED file is supposed to fix this, right now one has to deinstall
> > > those renamed ports to continue with the upgrade.
> > 
> > How can I deinstall renamed ports if they are empty?
> > 
> > Mitja
> 
> Run pkg_delete  where  can be found in /var/db/pkg/
> 
> Alonso
> ___
> 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

Yes, yes...I was a little confused because I use a new pkgng, I hope that will 
go now.

Mitja

http://www.redbubble.com/people/lumiwa
___
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] kde 4.9.5

2013-01-20 Thread Schaich Alonso
On 2013-01-20 16:28:12 ajtiM wrote:
> On Sunday 20 January 2013 15:55:17 Alberto Villa wrote:
> > On Sunday 20 January 2013 22:51:34 Schaich Alonso wrote:
> > > There should currenlty not be any ports that depend on
> > > kdebindings4-smoke- smokegen in area51, so it's just portmaster being
> > > confused due to the disappeared Makefiles.
> > 
> > The MOVED file is supposed to fix this, right now one has to deinstall
> > those renamed ports to continue with the upgrade.
> 
> How can I deinstall renamed ports if they are empty?
> 
> Mitja


Run pkg_delete  where  can be found in /var/db/pkg/

Alonso
___
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] kde 4.9.5

2013-01-20 Thread ajtiM
On Sunday 20 January 2013 15:55:17 Alberto Villa wrote:
> On Sunday 20 January 2013 22:51:34 Schaich Alonso wrote:
> > There should currenlty not be any ports that depend on
> > kdebindings4-smoke- smokegen in area51, so it's just portmaster being
> > confused due to the disappeared Makefiles.
> 
> The MOVED file is supposed to fix this, right now one has to deinstall
> those renamed ports to continue with the upgrade.

How can I deinstall renamed ports if they are empty?

Mitja

http://www.redbubble.com/people/lumiwa
___
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] kde 4.9.5

2013-01-20 Thread Alberto Villa
On Sunday 20 January 2013 22:51:34 Schaich Alonso wrote:
> There should currenlty not be any ports that depend on kdebindings4-smoke-
> smokegen in area51, so it's just portmaster being confused due to the
> disappeared Makefiles.

The MOVED file is supposed to fix this, right now one has to deinstall those 
renamed ports to continue with the upgrade.
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Forms follow function, and often obliterate it.


signature.asc
Description: This is a digitally signed message part.
___
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] kde 4.9.5

2013-01-20 Thread Schaich Alonso
On 2013-01-20 15:33:57 ajtiM wrote:
> I give a try to install KDE 4.9.5 from Area51 but I have problems:
> 
> I run portmaster -a and it stopped:
> Is /usr/ports/devel/kdebindings4-smoke-smokegen/Makefile missing?
> Aborting update.
> 
> Thanks in advance.
> 

Actually all devel/kdebindings4-* are missing all content. I think there was a 
renaming recently (can't find the commit right now), and
> devel/kdebindings4-smoke-smokegen
is now called
> devel/smokegen

There should currenlty not be any ports that depend on kdebindings4-smoke-
smokegen in area51, so it's just portmaster being confused due to the 
disappeared Makefiles.

Alonso
___
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] kde 4.9.5

2013-01-20 Thread ajtiM
On Sunday 20 January 2013 15:33:57 ajtiM wrote:
> I give a try to install KDE 4.9.5 from Area51 but I have problems:
> 
> I run portmaster -a and it stopped:
> Is /usr/ports/devel/kdebindings4-smoke-smokegen/Makefile missing?
> Aborting update.
> 
> Thanks in advance.
> 
> Mitja
> 
> http://www.redbubble.com/people/lumiwa

I forgot to wrote that I did or better try to do what I red in UPDATING_Area51 
because I updating from KDE 4.8.4 but pkg delte -f kdemultimedia-4\* and for 
network I got:
Package(s) not found. I did manually deinstalled multimedia and kdenetwork.

Mitja

http://www.redbubble.com/people/lumiwa
___
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/net-p2p

2013-01-20 Thread Alonso Schaic
SVN commit 8950 by aschai:

Update ktorrent to 3.0.1.

- Removed stale patches
- Added security/libgcrypt to libktorrent LIBDEPENDS
- Regenerated pkg-plist files



 M  +2 -2  ktorrent/Makefile  
 M  +2 -2  ktorrent/distinfo  
 D ktorrent/files/patch-ktorrent__core.cpp  
 M  +171 -21   ktorrent/pkg-plist  
 M  +4 -3  libktorrent/Makefile  
 M  +2 -2  libktorrent/distinfo  
 D libktorrent/files (directory)  
 M  +133 -16   libktorrent/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] kde 4.9.5

2013-01-20 Thread ajtiM
I give a try to install KDE 4.9.5 from Area51 but I have problems:

I run portmaster -a and it stopped:
Is /usr/ports/devel/kdebindings4-smoke-smokegen/Makefile missing?
Aborting update.

Thanks in advance.

Mitja

http://www.redbubble.com/people/lumiwa
___
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/KDE/graphics/kdegraphics4

2013-01-20 Thread Alberto Villa
SVN commit 8949 by avilla:

- Use more standard OPTION name.



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