Re: [kde-freebsd] ports/148826: misc/kde4-l10n does not build after configure

2010-07-24 Thread Anatoly Borodin
The following reply was made to PR ports/148826; it has been noted by GNATS.

From: Anatoly Borodin anatoly.boro...@gmail.com
To: bug-follo...@freebsd.org
Cc: m...@freebsd.org
Subject: Re: ports/148826: misc/kde4-l10n does not build after configure
Date: Sun, 25 Jul 2010 05:03:02 +0200

 One more patch regarding this port. misc/kde4-l10n has incorrect
 CATHEGORY, misc, while it should be editors.
 
 --- editors/koffice-kde4-l10n/Makefile
 +++ editors/koffice-kde4-l10n/Makefile
 @@ -7,7 +7,7 @@
 
  PORTNAME= koffice-l10n
  PORTVERSION=  ${KOFFICE2_VERSION}
 -CATEGORIES=   misc kde
 +CATEGORIES=   editors kde
  MASTER_SITES= # none
  DISTFILES=# none
  EXTRACT_ONLY= # none
 --
___
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] ports/148826: misc/kde4-l10n does not build after configure

2010-07-22 Thread Anatoly Borodin
The following reply was made to PR ports/148826; it has been noted by GNATS.

From: Anatoly Borodin anatoly.boro...@gmail.com
To: bug-follo...@freebsd.org
Cc: m...@freebsd.org
Subject: Re: ports/148826: misc/kde4-l10n does not build after configure
Date: Thu, 22 Jul 2010 23:54:34 +0200

 Hi,
 
 
 the same story with editors/koffice-kde4-l10n.
___
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] ports/147236: www/kwebkitpart does not build

2010-06-06 Thread Anatoly Borodin
The following reply was made to PR ports/147236; it has been noted by GNATS.

From: Anatoly Borodin anatoly.boro...@gmail.com
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/147236: www/kwebkitpart does not build
Date: Sun, 6 Jun 2010 15:15:44 +0200

 I don't know why but it builds now. Maybe some interference with other ports? 
:)
___
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] ports/147236: www/kwebkitpart does not build

2010-05-30 Thread Anatoly Borodin
The following reply was made to PR ports/147236; it has been noted by GNATS.

From: Anatoly Borodin anatoly.boro...@gmail.com
To: bug-follo...@freebsd.org
Cc: avi...@freebsd.org, k...@freebsd.org
Subject: Re: ports/147236: www/kwebkitpart does not build
Date: Mon, 31 May 2010 04:40:01 +0200

 Hi!
 
 On Mon, May 31, 2010 at 00:51,  avi...@freebsd.org wrote:
  please, run, in the same shell you used in the example,
  `/usr/local/kde4/bin/kde4-config --path data`, and paste here the output
  you get
 
  http://www.freebsd.org/cgi/query-pr.cgi?pr=3D147236
 
 I use tcsh. I use only some parts from kde4 that are required by
 textproc/kdiff3. There were no problems with the previous
 (0.9.0svn1130403) port version.
 
 # /usr/local/kde4/bin/kde4-config --path data
 /root/.kde4/share/apps/:/usr/local/kde4/share/apps/
 
 
 --=20
 Mit freundlichen Gr=C3=BC=C3=9Fen,
 Anatoly Borodin
 business: anatoly.boro...@gmail.com
 privat: fractaliza...@gmail.com
___
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] x11/xscreensaver-kde doesn't install with x11/xscreensaver-gnome

2008-02-26 Thread Anatoly Borodin
Hi!

x11/xscreensaver-kde doesn't install. It's Makefile should be patched,
because the file path in x11/xscreensaver-gnome is different.

--- a/x11/xscreensaver-kde/Makefile
+++ b/x11/xscreensaver-kde/Makefile
@@ -48,8 +48,8 @@ RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver
 .endif # defined(WITH_XS)

 .if defined(WITH_XSGNOME)
-BUILD_DEPENDS+=${LOCALBASE}/share/gnome/applications/gnome-
screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome
-RUN_DEPENDS+=  ${LOCALBASE}/share/gnome/applications/gnome-
screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome
+BUILD_DEPENDS+=${LOCALBASE}/share/applications/gnome-
screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome
+RUN_DEPENDS+=  ${LOCALBASE}/share/applications/gnome-
screensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome
 .endif # defined(WITH_XSGNOME)

 pre-configure:


-- 
Mit freundlichen Grüßen,
Anatoly Borodin
business: [EMAIL PROTECTED]
privat: [EMAIL PROTECTED]
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd