Bug 108218 - devel/desktop-file-utils: silently depends on emacs if installed and doesn't build
Summary: devel/desktop-file-utils: silently depends on emacs if installed and doesn't ...
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 18:50 UTC by Kyryll A Mirnenko
Modified: 2007-02-26 05:50 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 Kyryll A Mirnenko 2007-01-22 18:50:19 UTC
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.
..
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-22 18:50:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2007-02-20 22:33:43 UTC
State Changed
From-To: open->feedback

Sorry for taking it so long, can you test this patch? 

http://people.freebsd.org/~mezz/diff/desktop-file-utils.diff
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2007-02-26 05:40:16 UTC
State Changed
From-To: feedback->closed

I have committed the same patch in ports tree. Thanks for report!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-26 05:40:16 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"