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.
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Fixed, thanks for report!
Hi, the same story with editors/koffice-kde4-l10n.
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"
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 --
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