Re: [kde-freebsd] [SVN Commit] area51/PYQT/devel/py-sip

2013-10-06 Thread Tomasz Kowalczyk
On Saturday, October 05, 2013 03:40:02 PM Alonso Schaich wrote:
> SVN commit 9593 by aschai:
> 
> Fix installation and disable staging.

This simple patch fix build with stage
--- Makefile.orig	2013-10-06 11:09:13.414907711 +0200
+++ Makefile	2013-10-06 11:10:12.628922019 +0200
@@ -12,7 +12,7 @@
 MAINTAINER=	k...@freebsd.org
 COMMENT=	Python to C and C++ bindings generator
 
-USE_PYTHON=	2.5+
+USE_PYTHON=	yes
 
 DATADIR=	${PREFIX}/share/py-${PORTNAME}
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
@@ -31,17 +31,16 @@
 ARGS+=		-u
 .endif
 
-NO_STAGE=	yes
 do-configure:
 	cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${ARGS}
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR} && cd ${WRKSRC}/doc/html && \
-		${COPYTREE_SHARE} \. ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR} && cd ${WRKSRC}/doc/html && \
+		${COPYTREE_SHARE} \. ${STAGEDIR}${DOCSDIR}
 .endif
-	${MKDIR} ${DATADIR} &&\
-		cd ${PYTHONPREFIX_SITELIBDIR} &&\
+	${MKDIR} ${STAGEDIR}${DATADIR} &&\
+		cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} &&\
 		${PYTHON_CMD} -c "import sipconfig" &&\
 		${PYTHON_CMD} -O -c "import sipconfig" &&\
 		${PYTHON_CMD} -c "import sipdistutils" &&\
___
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] kdepim4

2013-10-06 Thread ajtiM
Hi!

I try to install KDE 4.11 from area51 on FreeBSD 10.0-ALPHA4 and I got a 
problem with kdepim4:

…
…
Installing for kdepim-4-11.2
Registering installation for kdepim-4.11.2 as automatic
pkg-static: lstat 
(usr/ports/deskutils/kdepim4/work/stage/usr/local/kde4/share/apps/akonadi/contact)
No such file or directory
Error code 74

I reinstalled akonadi but I have the problem still.

About ten days ago I install KDE 4.11 from area51 on FreeBSD-10.0-ALPHA1 and it 
works. Installation for FreeBSD 10.0-APLPHA4 is not update but installed from 
scratch.

Thank you very much…

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/PYQT/devel/py-sip

2013-10-06 Thread Alonso Schaich
SVN commit 9595 by aschai:

stage++
Patch provided by Tomasz Kowalczyk via mailing list.



 M  +5 -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/KDE/x11/kde4-workspace

2013-10-06 Thread Alonso Schaich
SVN commit 9596 by aschai:

Create oxygen style symlink. Reported by sk8harddiefast via forums.



 M  +4 -0  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/KDE/x11/kde4-workspace

2013-10-06 Thread Tomasz Kowalczyk
On Sunday, October 06, 2013 06:55:09 AM Alonso Schaich wrote:
> SVN commit 9596 by aschai:
> 
> Create oxygen style symlink. Reported by sk8harddiefast via forums.
> 
> 
> 
>  M  +4 -0  Makefile

This isn't really needed. QT plugins are taken from path which can be set up 
by environment variable QT4_PLUGIN_PATH, which is exported for example by 
startkde4 script.
___
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/deskutils/kdepim4

2013-10-06 Thread Alonso Schaich
SVN commit 9597 by aschai:

Update plist.



 M  +10 -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] kdepim4

2013-10-06 Thread Schaich Alonso
On Sun, 6 Oct 2013 07:18:41 -0400
ajtiM  wrote:

> Hi!
> 
> I try to install KDE 4.11 from area51 on FreeBSD 10.0-ALPHA4 and I got a
> problem with kdepim4:
> 
> …
> …
> Installing for kdepim-4-11.2
> Registering installation for kdepim-4.11.2 as automatic
> pkg-static: lstat
> (usr/ports/deskutils/kdepim4/work/stage/usr/local/kde4/share/apps/akonadi/contact)
> No such file or directory Error code 74
> 
> I reinstalled akonadi but I have the problem still.
> 
> About ten days ago I install KDE 4.11 from area51 on FreeBSD-10.0-ALPHA1
> and it works. Installation for FreeBSD 10.0-APLPHA4 is not update but
> installed from scratch.
> 
> Thank you very much…
> 
> Mitja
> 
> http://www.redbubble.com/people/lumiwa

Should work now. Thanks for reporting.

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] kdepim4

2013-10-06 Thread ajtiM
Yes, it works. Thank you. But there is another problem with py-pykde4:

/usr/ports/devel/py-pykde4/work/stage/usr/local/lib/python27/site-packages: No 
such file or directory
***Error code 71
Stop
make[1]: stopped in /usr/ports/devel/py-pykde4
***Error code 1

Thanks in advance.


On Oct 6, 2013, at 7:01 PM, Schaich Alonso  wrote:

> On Sun, 6 Oct 2013 07:18:41 -0400
> ajtiM  wrote:
> 
>> Hi!
>> 
>> I try to install KDE 4.11 from area51 on FreeBSD 10.0-ALPHA4 and I got a
>> problem with kdepim4:
>> 
>> …
>> …
>> Installing for kdepim-4-11.2
>> Registering installation for kdepim-4.11.2 as automatic
>> pkg-static: lstat
>> (usr/ports/deskutils/kdepim4/work/stage/usr/local/kde4/share/apps/akonadi/contact)
>> No such file or directory Error code 74
>> 
>> I reinstalled akonadi but I have the problem still.
>> 
>> About ten days ago I install KDE 4.11 from area51 on FreeBSD-10.0-ALPHA1
>> and it works. Installation for FreeBSD 10.0-APLPHA4 is not update but
>> installed from scratch.
>> 
>> Thank you very much…
>> 
>> Mitja
>> 
>> http://www.redbubble.com/people/lumiwa
> 
> Should work now. Thanks for reporting.
> 
> Alonso

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