Bug 156104

Summary: print/xdvi fails build due to bad imake target [patch]
Product: Ports & Packages Reporter: Callum Gibson <callum>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-Imakefile none

Description Callum Gibson 2011-04-01 06:40:08 UTC
print/xdvi was marked as broken due to a duplicate distclean target which
made the install target fail with the following error:

===>  Checking if print/xdvi already installed
Makefile:1217: *** target file `distclean' has both : and :: entries.  Stop.

This can be corrected with the attached patch.

How-To-Repeat: Try to "make install" print/xdvi and note the error.
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-04-02 04:14:39 UTC
nox         2011-04-02 03:14:28 UTC

  FreeBSD ports repository

  Modified files:
    print/xdvi           Makefile 
  Added files:
    print/xdvi/files     patch-Imakefile 
  Log:
  Add patch to fix build. (bad imake target)
  
  PR:             ports/156104
  Submitted by:   Callum Gibson <callum@omma.gibson.athome>
  
  Revision  Changes    Path
  1.42      +0 -2      ports/print/xdvi/Makefile
  1.1       +11 -0     ports/print/xdvi/files/patch-Imakefile (new)
_______________________________________________
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 2 Juergen Lock freebsd_committer freebsd_triage 2011-04-02 04:16:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!