FreeBSD Bugzilla – Attachment 78824 Details for
Bug 113316
mail/metamail : add WITHOUT_X11 option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
metamail-2.7_5.diff
metamail-2.7_5.diff (text/plain), 2.73 KB, created by
Martin Matuska
on 2007-06-11 14:52:53 UTC
(
hide
)
Description:
metamail-2.7_5.diff
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2007-06-11 14:52:53 UTC
Size:
2.73 KB
patch
obsolete
>Index: ports/mail/metamail/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/metamail/Makefile,v >retrieving revision 1.30 >diff -u -r1.30 Makefile >--- ports/mail/metamail/Makefile 19 May 2007 20:14:25 -0000 1.30 >+++ ports/mail/metamail/Makefile 11 Jun 2007 13:41:54 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= metamail > PORTVERSION= 2.7 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= mail > MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \ > ftp://ftp.research.telcordia.com/pub/nsb/ >@@ -17,11 +17,8 @@ > MAINTAINER= jean-francois.dockes@wanadoo.fr > COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions > >-BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} >-RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ >- mkfontdir:${X_CLIENTS_PORT} >+OPTIONS= X11 "X11 hebrew font support" on > >-USE_XLIB= yes > WRKSRC= ${WRKDIR}/${DISTNAME}/src > MAN1= audiocompose.1 audiosend.1 extcompose.1 \ > getfilename.1 mailto-hebrew.1 mailto.1 metamail.1 \ >@@ -31,7 +28,23 @@ > showpicture.1 splitmail.1 > MAN4= mailcap.4 > >+.include <bsd.port.pre.mk> >+ >+.if !defined(WITHOUT_X11) >+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ >+ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale >+RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ >+ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir >+USE_XLIB= yes >+PLIST_SUB+= X11="" >+.else >+PLIST_SUB+= X11="@comment " >+.endif >+ > post-patch: >+.if defined(WITHOUT_X11) >+ @${REINPLACE_CMD} -e '/fonts/d' ${WRKSRC}/Makefile >+.endif > @${RM} ${WRKSRC}/bin/*.orig > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: ports/mail/metamail/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/mail/metamail/pkg-plist,v >retrieving revision 1.9 >diff -u -r1.9 pkg-plist >--- ports/mail/metamail/pkg-plist 13 Nov 2000 10:30:03 -0000 1.9 >+++ ports/mail/metamail/pkg-plist 11 Jun 2007 13:41:54 -0000 >@@ -4,7 +4,7 @@ > bin/getfilename > bin/mailserver > bin/mailto >-bin/mailto-hebrew >+%%X11%%bin/mailto-hebrew > bin/metamail > bin/metasend > bin/mimencode >@@ -15,7 +15,7 @@ > bin/richtoatk > bin/showaudio > bin/showexternal >-bin/shownonascii >+%%X11%%bin/shownonascii > bin/showpartial > bin/showpicture > bin/sndAppleSingle >@@ -24,11 +24,11 @@ > bin/sun-message.csh > bin/sun-to-mime > bin/sun2mime >-lib/metamail/fonts/heb6x13.pcf >-lib/metamail/fonts/heb8x13.pcf >-lib/metamail/fonts/heb8x13B.pcf >-lib/metamail/fonts/fonts.dir >-lib/metamail/fonts/fonts.alias >+%%X11%%lib/metamail/fonts/heb6x13.pcf >+%%X11%%lib/metamail/fonts/heb8x13.pcf >+%%X11%%lib/metamail/fonts/heb8x13B.pcf >+%%X11%%lib/metamail/fonts/fonts.dir >+%%X11%%lib/metamail/fonts/fonts.alias > etc/mailcap >-@dirrm lib/metamail/fonts >-@dirrm lib/metamail >+@dirrmtry lib/metamail/fonts >+@dirrmtry lib/metamail
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 113316
:
78823
| 78824