Bug 113316 - mail/metamail : add WITHOUT_X11 option
Summary: mail/metamail : add WITHOUT_X11 option
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 09:40 UTC by Jean-Francois Dockes
Modified: 2007-06-12 10:13 UTC (History)
0 users

See Also:


Attachments
file.diff (2.13 KB, patch)
2007-06-04 09:40 UTC, Jean-Francois Dockes
no flags Details | Diff
metamail-2.7_5.diff (2.73 KB, patch)
2007-06-11 14:52 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!