Bug 148826 - misc/kde4-l10n does not build after configure
Summary: misc/kde4-l10n does not build after configure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 19:20 UTC by Anatoly Borodin
Modified: 2010-07-25 16:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Borodin 2010-07-21 19:20:01 UTC
There is a bug connected with 'ca@valencia'.

Fix: 

Fix some parsing regarding '@'
How-To-Repeat: # cd /usr/ports/misc/kde4-l10n; make config

You may see

eval: ${WITH_ca@...}: Bad substitution

eval: ${WITHOUT_ca@...}: Bad substitution


before the dialog appears. Choose some languages. Then

# make install

WITHOUT_ca@valencia=true: not found

*** Error code 127



Stop in /usr/ports/misc/kde4-l10n.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-21 19:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-22 22:02:17 UTC
makc        2010-07-22 21:02:08 UTC

  FreeBSD ports repository

  Modified files:
    misc/kde4-l10n       Makefile 
  Log:
  Avoid use of @ and Unicode in options
  
  PR:             ports/148826
  Reported by:    Anatoly Borodin <anatoly.borodin at gmail.com>
  
  Revision  Changes    Path
  1.72      +7 -8      ports/misc/kde4-l10n/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-07-22 22:04:23 UTC
State Changed
From-To: open->closed

Fixed, thanks for report!
Comment 4 Anatoly Borodin 2010-07-22 22:54:34 UTC
Hi,


the same story with editors/koffice-kde4-l10n.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-07-23 21:56:57 UTC
makc        2010-07-23 20:56:44 UTC

  FreeBSD ports repository

  Modified files:
    editors/koffice-kde4-l10n Makefile 
  Log:
  Avoid use of @ and Unicode in options
  
  PR:             ports/148826
  Reported by:    Anatoly Borodin <anatoly.borodin at gmail.com>
  
  Revision  Changes    Path
  1.52      +7 -8      ports/editors/koffice-kde4-l10n/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Anatoly Borodin 2010-07-25 04:03:02 UTC
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
--
Comment 7 Max Brazhnikov freebsd_committer freebsd_triage 2010-07-25 16:28:32 UTC
On Sun, 25 Jul 2010 05:03:02 +0200, Anatoly Borodin wrote:
> 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
> --

Fixed, thanks!

Max