Bug 113316

Summary: mail/metamail : add WITHOUT_X11 option
Product: Ports & Packages Reporter: Jean-Francois Dockes <jean-francois.dockes>
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
metamail-2.7_5.diff none

Description Jean-Francois Dockes 2007-06-04 09:40:10 UTC
	metamail depends on X11 for minor functionality which is quite 
  	probably not even much useful any more, and causes a dependency
	on the xorg-apps monster port.
	Somebody asked me if the X11 dependency could be made optional. 
        This patch:
	  - tries to lighten the dependency list by depending on the 
	    required subports, not the x11-apps metaport
          - adds an option to build an x11-less version
	The default behaviour is unchanged.
Comment 1 Jean-Francois Dockes 2007-06-05 06:38:07 UTC
Just realised I forgot to increase the PORTREVISION
Comment 2 Martin Matuska freebsd_committer freebsd_triage 2007-06-11 13:39:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

I'll take this one.
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2007-06-11 14:52:53 UTC
I tested your patch and it misses x11-fonts/mkfontscale in BUILD_DEPENDS

Please approve the attached patch.
(downloadable from: http://mm.vx.sk/diffs/metamail-2.7_5.diff)
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2007-06-12 06:58:55 UTC
State Changed
From-To: open->feedbacK

Awaiting maintainer's feedback
Comment 5 Jean-Francois Dockes 2007-06-12 09:45:33 UTC
Approved, thanks.

J.F. Dockes
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-06-12 10:08:52 UTC
mm          2007-06-12 09:08:46 UTC

  FreeBSD ports repository

  Modified files:
    mail/metamail        Makefile pkg-plist 
  Log:
  - add WITHOUT_X11 knob
  
  PR:             ports/113316
  Submitted by:   maintainer
  Reviewed by:    mm
  Approved by:    maintainer, garga (mentor)
  
  Revision  Changes    Path
  1.31      +19 -6     ports/mail/metamail/Makefile
  1.10      +9 -9      ports/mail/metamail/pkg-plist
_______________________________________________
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 7 Martin Matuska freebsd_committer freebsd_triage 2007-06-12 10:12:33 UTC
State Changed
From-To: feedbacK->closed

Commited with minor changes, thanks!