From nobody@FreeBSD.org  Mon Jan 22 18:41:18 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D8DF616A409
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Jan 2007 18:41:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id C86A513C4BD
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Jan 2007 18:41:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l0MIfIZR059987
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Jan 2007 18:41:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l0MIfILa059986;
	Mon, 22 Jan 2007 18:41:18 GMT
	(envelope-from nobody)
Message-Id: <200701221841.l0MIfILa059986@www.freebsd.org>
Date: Mon, 22 Jan 2007 18:41:18 GMT
From: Kyryll A Mirnenko<mirya@zoc.com.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/desktop-file-utils: silently depends on emacs if installed and doesn't build
X-Send-Pr-Version: www-3.0

>Number:         108218
>Category:       ports
>Synopsis:       devel/desktop-file-utils: silently depends on emacs if installed and doesn't build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 18:50:19 GMT 2007
>Closed-Date:    Mon Feb 26 05:40:53 GMT 2007
>Last-Modified:  Mon Feb 26 05:50:04 GMT 2007
>Originator:     Kyryll A Mirnenko
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD miryanote 6.2-RELEASE FreeBSD 6.2-RELEASE #20: Fri Jan 12 14:29:42 EET 2007     mirya@miryanote:/usr/src/sys/i386/compile/MY-LITE  i386
>Description:
I've got emacs-21.3_9 installed and try to build current devel/desktop-file-utils. The latter finds emacs while no dependency in Makefile is noted, and at last fails to build some LISP stuff with it.
>How-To-Repeat:
# # got emacs installed
# cd /usr/ports/devel/desktop-file-utils
# make
..
if test "emacs" != no; then  set x;  list='desktop-entry-mode.el'; for p in $list; do  if test -f "$p"; then d=; else d="./"; fi;  set x "$@" "$d$p"; shift;  done;  shift;  EMACS="emacs" /bin/sh ../elisp-comp "$@" || exit 1;  else : ; fi
While compiling toplevel forms in file /usr/ports/devel/desktop-file-utils/work/desktop-file-utils-0.12/misc/elc.16422/desktop-entry-mode.el:
  !! Wrong type argument ((listp 1))
Done
*** Error code 1

Stop in /usr/ports/devel/desktop-file-utils/work/desktop-file-utils-0.12/misc.
..
>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 22 18:50:27 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108218 
State-Changed-From-To: open->feedback 
State-Changed-By: mezz 
State-Changed-When: Tue Feb 20 22:33:43 UTC 2007 
State-Changed-Why:  
Sorry for taking it so long, can you test this patch? 

http://people.freebsd.org/~mezz/diff/desktop-file-utils.diff 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108218 
State-Changed-From-To: feedback->closed 
State-Changed-By: mezz 
State-Changed-When: Mon Feb 26 05:40:16 UTC 2007 
State-Changed-Why:  
I have committed the same patch in ports tree. Thanks for report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108218 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108218: commit references a PR
Date: Mon, 26 Feb 2007 05:40:16 +0000 (UTC)

 mezz        2007-02-26 05:40:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/desktop-file-utils Makefile 
   Log:
   Complete disable emac to avoid the configure failure if emac exists in the
   system.
   
   PR:             ports/108218
   Reported by:    Kyryll A Mirnenko <mirya@zoc.com.ua>
   Discussed with: pav
   
   Revision  Changes    Path
   1.18      +2 -2      ports/devel/desktop-file-utils/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"
 
>Unformatted:
