[kde-freebsd] cvs commit: area51/misc/qt4-qtconfig distinfo

2008-05-04 Thread Martin Wilke
miwi2008/05/04 09:57:10 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
misc/qt4-qtconfigdistinfo 
  Log:
  - Update distinfo to 4.4
  
  Revision  ChangesPath
  1.12  +3 -3  area51/misc/qt4-qtconfig/distinfo
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] KDE .desktop files

2008-05-04 Thread Jim Stapleton
I appologize if this is the wrong place, but it seems specific to KDE.
I didn't know if I should use this, or a KDE specific forum.

I have a script file I want to run, that needs administrative
privleges. I currently have it as an executable file with just a
#!/bin/sh at the first line, and then the command later. The problem
is:
  #!/bin/sh
  mycommand
doesn't work because it's running as me, not root.
  #!/bin/sh
  sudo mycommand
also doesn't work - I don't get a password prompt. I didn't see
anything in the documentation I found for a 'sudo' or 'su' mode in a
.desktop file. Any suggestions how to get this to work? I'd just like
to be able to double-click the icon on my desktop, enter the password
in some form of popup, and go from there.


Thanks,
-Jim Stapleton
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


Re: [kde-freebsd] KDE .desktop files

2008-05-04 Thread Andy Fawcett
On Saturday 03 May 2008 17:19:49 Jim Stapleton wrote:
 I appologize if this is the wrong place, but it seems specific to KDE.
 I didn't know if I should use this, or a KDE specific forum.

 I have a script file I want to run, that needs administrative
 privleges. I currently have it as an executable file with just a
 #!/bin/sh at the first line, and then the command later. The problem
 is:
   #!/bin/sh
   mycommand
 doesn't work because it's running as me, not root.
   #!/bin/sh
   sudo mycommand
 also doesn't work - I don't get a password prompt. I didn't see
 anything in the documentation I found for a 'sudo' or 'su' mode in a
 .desktop file. Any suggestions how to get this to work? I'd just like
 to be able to double-click the icon on my desktop, enter the password
 in some form of popup, and go from there.

Try kdesu mycommand, that should do it for you.

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


Re: [kde-freebsd] ports/123092: devel/cmake: fix Qt4 configuration.

2008-05-04 Thread Thierry Thomas
The following reply was made to PR ports/123092; it has been noted by GNATS.

From: Thierry Thomas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc:  
Subject: Re: ports/123092: devel/cmake: fix Qt4 configuration.
Date: Sun, 4 May 2008 14:16:41 +0200

 On Fri 25 apr 08 at 22:24:43 +0200, Thierry Thomas [EMAIL PROTECTED]
  wrote:
 
  Description:
   When using cmake to build an application depending on Qt4, it
   fails to detect qmake-qt4 if qmake exists, and then even if
   moc-qt4 and uic-qt4 have been found, they are not registered.
  
   The following patch fixes these problems.
  
  How-To-Repeat:
   Try to upgrade ParaView (the port science/paraview) to v. 3.2.x.
 
 A patch to upgrade paraview to v. 3.2.1 is available at
 http://people.freebsd.org/~thierry/ports/paraview-3.2.1.diff
 
 Try to build it without and with the included patch to
 Modules/FindQt4.cmake.
 
 Regards,
 -- 
 Th. Thomas.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


Re: [kde-freebsd] ports/123362: adjust dependencies for a bundle of qt4 ports

2008-05-04 Thread Max Brazhnikov
On Saturday 03 May 2008, Edwin Groothuis wrote:
 The following reply was made to PR ports/123362; it has been noted by
 GNATS.

 From: Edwin Groothuis [EMAIL PROTECTED]
 To: Max Brazhnikov [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: ports/123362: adjust dependencies for a bundle of qt4 ports
 Date: Sat, 3 May 2008 21:01:10 +1000

  On Sat, May 03, 2008 at 10:15:43AM +, Max Brazhnikov wrote:
   --- astro/stellarium/Makefile.orig 2008-05-03 13:25:41.0 +0400
   +++ astro/stellarium/Makefile  2008-05-03 13:27:44.0 +0400
   @@ -22,7 +22,7 @@
BUILD_DEPENDS=cmake:${PORTSDIR}/devel/cmake
  
USE_QT_VER=   4
   -QT_COMPONENTS=qmake moc gui rcc uic opengl
   +QT_COMPONENTS=qmake_build moc_build gui rcc_build uic_build opengl
USE_GETTEXT=  yes
USE_GL=   yes
USE_SDL=  sdl mixer
   --- audio/esperanza/Makefile.orig  2008-05-03 13:25:41.0 +0400
   +++ audio/esperanza/Makefile   2008-05-03 13:27:44.0 +0400

  [...]

  This might not be relevant to your job, but could QT_COMPONENTS not
  better be split in QT_COMPONENTS_RUN and QT_COMPONENTS_BUILD?

It's up to Qt maintainers to decide. I like both solutions.

Max
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] cvs commit: area51/devel/dbus-qt4 Makefile pkg-plist area51/devel/qt4-qtestlib Makefile pkg-plist area51/devel/qt4-qtestlib/files patch-0185-fix-format-strings.diff

2008-05-04 Thread Martin Wilke
miwi2008/05/04 18:41:02 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
devel/dbus-qt4   Makefile pkg-plist 
devel/qt4-qtestlib   Makefile pkg-plist 
devel/qt4-qtestlib/files patch-0185-fix-format-strings.diff 
  Log:
  - Add dirty workaround
  - Fix pkg-plist
  - Fix patch reject
  
  Revision  ChangesPath
  1.24  +7 -10 area51/devel/dbus-qt4/Makefile
  1.12  +3 -3  area51/devel/dbus-qt4/pkg-plist
  1.20  +2 -1  area51/devel/qt4-qtestlib/Makefile
  1.2   +2 -2  
area51/devel/qt4-qtestlib/files/patch-0185-fix-format-strings.diff
  1.13  +2 -2  area51/devel/qt4-qtestlib/pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] cvs commit: area51/databases/qt4-ibase-plugin distinfo area51/databases/qt4-mysql-plugin distinfo area51/databases/qt4-odbc-plugin distinfo area51/databases/qt4-pgsql-plugin distinfo are

2008-05-04 Thread Martin Wilke
miwi2008/05/04 19:05:31 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
databases/qt4-ibase-plugin distinfo 
databases/qt4-mysql-plugin distinfo 
databases/qt4-odbc-plugin distinfo 
databases/qt4-pgsql-plugin distinfo 
databases/qt4-sqlite-plugin distinfo 
databases/qt4-sqlite3-plugin distinfo 
  Log:
  - Update to 4.4.0
  
  Revision  ChangesPath
  1.12  +3 -3  area51/databases/qt4-ibase-plugin/distinfo
  1.13  +3 -3  area51/databases/qt4-mysql-plugin/distinfo
  1.12  +3 -3  area51/databases/qt4-odbc-plugin/distinfo
  1.12  +3 -3  area51/databases/qt4-pgsql-plugin/distinfo
  1.12  +3 -3  area51/databases/qt4-sqlite-plugin/distinfo
  1.12  +3 -3  area51/databases/qt4-sqlite3-plugin/distinfo
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] cvs commit: area51/databases/akonadi Makefile distinfo pkg-descr pkg-plist

2008-05-04 Thread Martin Wilke
miwi2008/05/04 19:46:02 CEST

  KDE/FreeBSD QA/Devel Repository

  Added files:
databases/akonadiMakefile distinfo pkg-descr pkg-plist 
  Log:
  Akonadi - The PIM Storage Service
  
* Common PIM data cache
  o Type agnostic design
o Extensible
o Generic offline access, change recording and replay
o Generic conflict detection and resolution
o Resources are groupable by profile
o Items composed of independently retrievable multiple parts
o Zero-copy retrieval possible
  
* Concurrent access allows background activity independent of UI client
  o Syncing mail, calendar, addressbooks to remote servers
  o Syncing with mobile devices
o Permits semantic desktop infrastructure to access PIM data
o Archiving
o Indexing
o Out-of-process search
* Multi-process design
o Crash isolation
o Large items can't block whole system
o Linkage by IPC allows proprietary components
o Thin client installations can share components for scalability
  
  WWW:http://pim.kde.org/akonadi/
  
  Thanks to Beat Gaetzi
  
  Revision  ChangesPath
  1.1   +65 -0 area51/databases/akonadi/Makefile (new)
  1.1   +3 -0  area51/databases/akonadi/distinfo (new)
  1.1   +26 -0 area51/databases/akonadi/pkg-descr (new)
  1.1   +46 -0 area51/databases/akonadi/pkg-plist (new)
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


Re: [kde-freebsd] ports/123406: [PATCH] x11-wm/kompmgr depends on various xorg libs

2008-05-04 Thread edwin
Synopsis: [PATCH] x11-wm/kompmgr depends on various xorg libs

Responsible-Changed-From-To: freebsd-ports-bugs-kde
Responsible-Changed-By: edwin
Responsible-Changed-When: Sun May 4 20:10:10 UTC 2008
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=123406
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] [PATCH] x11-wm/kompmgr depends on various xorg libs

2008-05-04 Thread Mel

Submitter-Id:  current-users
Organization:  
Confidential:  no 
Synopsis:  [PATCH] x11-wm/kompmgr depends on various xorg libs
Severity:  non-critical
Priority:  low
Category:  ports
Class: sw-bug
Release:   FreeBSD 7.0-STABLE i386
Environment:
System: FreeBSD portbuild-7.x.rachie.is-a-geek.net 7.0-STABLE FreeBSD 
7.0-STABLE #6: Thu May 1 08:13:00 AKDT 2008 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/GENERIC-ULE i386



Description:
Xorg deps are not recorded for mentioned port, failing mostly on Xcomposite, 
since that's
the one that's not available by the time it gets compiled.

How-To-Repeat:
Build kompmgr or something that depends on it, in x/kde free environment
Below is a condensed log of installing audio/amarok in a mostly clean 
environment, with:
make -DBATCH -DUSE_PACKAGE_DEPENDS install

Mostly clean means:
shells/bash
devel/cscope
ftp/curl
devel/gettext
converters/libiconv
devel/libtool15
lang/perl5.8
editors/vim
ports-mgmt/portaudit
devel/gmake

were the only ports installed before starting this.

===  Found saved configuration for amarok-1.4.8_3
===  Extracting for amarok-1.4.8_3
= MD5 Checksum OK for amarok-1.4.8.tar.bz2.
= SHA256 Checksum OK for amarok-1.4.8.tar.bz2.
===   amarok-1.4.8_3 depends on file: /usr/local/bin/ruby18 - not found

cut to end of kdebase build

/bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link cc  -DNDEBUG -O2 
 -O2 -fno-strict-aliasing -pipe  -D_GNU_SOURCE  -rpath=/usr/lib:/usr/local/lib 
-o kdmctl kdmctl.o  -Wl,-export-dynamic -L/usr/local/lib -ljpeg  
-L/usr/local/lib
gmake[4]: Leaving directory 
`/usr/obj/usr/ports/x11/kdebase3/work/kdebase-3.5.8/kdm/kfrontend'
gmake[3]: Leaving directory 
`/usr/obj/usr/ports/x11/kdebase3/work/kdebase-3.5.8/kdm/kfrontend'
gmake[2]: Leaving directory 
`/usr/obj/usr/ports/x11/kdebase3/work/kdebase-3.5.8/kdm'
gmake[2]: Entering directory 
`/usr/obj/usr/ports/x11/kdebase3/work/kdebase-3.5.8'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/usr/obj/usr/ports/x11/kdebase3/work/kdebase-3.5.8'
gmake[1]: Leaving directory `/usr/obj/usr/ports/x11/kdebase3/work/kdebase-3.5.8'
===  Installing for kdebase-3.5.8_1
===   kdebase-3.5.8_1 depends on file: /usr/local/env/xdg-env.sh - not found
===Verifying install for /usr/local/env/xdg-env.sh in 
/usr/ports/misc/kde-xdg-env
===  Extracting for kde-xdg-env-1.0_3,1
===  Patching for kde-xdg-env-1.0_3,1
===  Configuring for kde-xdg-env-1.0_3,1
===  Installing for kde-xdg-env-1.0_3,1
===   Generating temporary packing list
===  Checking if misc/kde-xdg-env already installed
/bin/mkdir -p /usr/local/env
install  -o root -g wheel -m 555 
/usr/obj/usr/ports/misc/kde-xdg-env/work/xdg-env.sh /usr/local/env
===   Registering installation for kde-xdg-env-1.0_3,1
===   Returning to build of kdebase-3.5.8_1
===   kdebase-3.5.8_1 depends on file: /usr/local/bin/moc - found
===   kdebase-3.5.8_1 depends on executable: kompmgr - not found
===Verifying install for kompmgr in /usr/ports/x11-wm/kompmgr
===  Extracting for kdebase-kompmgr-3.5.8
= MD5 Checksum OK for KDE/kdebase-3.5.8.tar.bz2.
= SHA256 Checksum OK for KDE/kdebase-3.5.8.tar.bz2.
===  Patching for kdebase-kompmgr-3.5.8
===   kdebase-kompmgr-3.5.8 depends on file: /usr/local/bin/moc - found
===   kdebase-kompmgr-3.5.8 depends on shared library: kimproxy - found
===  Configuring for kdebase-kompmgr-3.5.8
===  Building for kdebase-kompmgr-3.5.8
cd /usr/obj/usr/ports/x11-wm/kompmgr/work/kdebase-3.5.8/kwin/kompmgr   cc -O2 
-fno-strict-aliasing -pipe  -I/usr/local/include -L/usr/local/lib -lX11 
-lXdamage -lXfixes -lXrender -lXcomposite -lm -o kompmgr kompmgr.c
kompmgr.c:48:39: error: X11/extensions/Xcomposite.h: No such file or directory
kompmgr.c: In function 'error':
kompmgr.c:2168: error: 'X_CompositeRedirectSubwindows' undeclared (first use in 
this function)
kompmgr.c:2168: error: (Each undeclared identifier is reported only once
kompmgr.c:2168: error: for each function it appears in.)
kompmgr.c: In function 'main':
kompmgr.c:2629: error: 'COMPOSITE_NAME' undeclared (first use in this function)
kompmgr.c:2697: error: 'CompositeRedirectAutomatic' undeclared (first use in 
this function)
kompmgr.c:2701: error: 'CompositeRedirectManual' undeclared (first use in this 
function)
*** Error code 1

Stop in /usr/ports/x11-wm/kompmgr.
*** Error code 1

Stop in /usr/ports/x11/kdebase3.
*** Error code 1

Stop in /usr/ports/audio/amarok.
Fix:

The patch for rev 1.19 of the port's Makefile suggest use of USE_XORG but since 
I find
no mention of that var in the port's Makefile, Makefile.kde or bsd.kde.mk, I 
patched
it in the port's makefile.

--- Makefile.orig   2008-04-28 23:31:30.0 +
+++ Makefile2008-05-04 19:32:01.0 +
@@ -19,6 +19,7 @@
 
 USE_KDELIBS_VER=3
 PREFIX=${KDE_PREFIX}
+USE_XORG=  x11 xdamage xrender xcomposite xfixes
 
 USE_BZIP2= yes
 WRKSRC=${WRKDIR}/kdebase-${PORTVERSION}


[kde-freebsd] cvs commit: area51/x11/kdelibs3 Makefile area51/x11/kdebase3 Makefile area51/x11-wm/kompmgr Makefile

2008-05-04 Thread Tilman Linneweh
arved   2008/05/04 22:26:33 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
x11/kdelibs3 Makefile 
x11/kdebase3 Makefile 
x11-wm/kompmgr   Makefile 
  Log:
  Remove support for !xorg
  
  Revision  ChangesPath
  1.9   +0 -4  area51/x11-wm/kompmgr/Makefile
  1.125 +5 -10 area51/x11/kdebase3/Makefile
  1.141 +3 -9  area51/x11/kdelibs3/Makefile
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] cvs commit: area51/devel/qt4-uic3 pkg-plist

2008-05-04 Thread Martin Wilke
miwi2008/05/04 23:12:49 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
devel/qt4-uic3   pkg-plist 
  Log:
  - Readded %%DEBUG%%
  
  Revision  ChangesPath
  1.7   +1 -0  area51/devel/qt4-uic3/pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] cvs commit: area51/devel/qt4-qt3support pkg-plist

2008-05-04 Thread Martin Wilke
miwi2008/05/04 23:25:51 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
devel/qt4-qt3support pkg-plist 
  Log:
  - Remove whitespace
  
  Revision  ChangesPath
  1.14  +0 -1  area51/devel/qt4-qt3support/pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] cvs commit: area51/devel/qt4-libqtassistantclient Makefile pkg-plist

2008-05-04 Thread Martin Wilke
miwi2008/05/05 01:02:11 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
devel/qt4-libqtassistantclient Makefile pkg-plist 
  Log:
  - Fix build and pkg-plist
  
  Revision  ChangesPath
  1.33  +12 -12area51/devel/qt4-libqtassistantclient/Makefile
  1.14  +3 -3  area51/devel/qt4-libqtassistantclient/pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


[kde-freebsd] cvs commit: area51/devel/qt4-qtestlib pkg-plist

2008-05-04 Thread Thomas Abthorpe
tabthorpe2008/05/05 01:24:39 CEST

  KDE/FreeBSD QA/Devel Repository

  Modified files:
devel/qt4-qtestlib   pkg-plist 
  Log:
  - Cleanup pkg-plist
  
  Noticed by:   tindy build
  
  Revision  ChangesPath
  1.14  +15 -0 area51/devel/qt4-qtestlib/pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd


Re: [kde-freebsd] ports/123406: [PATCH] x11-wm/kompmgr depends on various xorg libs

2008-05-04 Thread Mel
The following reply was made to PR ports/123406; it has been noted by GNATS.

From: Mel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc:  
Subject: Re: ports/123406: [PATCH] x11-wm/kompmgr depends on various xorg libs
Date: Sun, 4 May 2008 23:03:22 +0200

 Just found a similar one in kdebase, after this got patched and I saw that the 
 package for kdebase had tar errors.
 
 x11/kdebase3 needs xkb or kxkb will not be built, leading to plist problems.
 
 Seperate PR or merge with this?
 -- 
 Mel
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd