FreeBSD Bugzilla – Attachment 78823 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]
file.diff
file.diff (text/plain), 2.13 KB, created by
Jean-Francois Dockes
on 2007-06-04 09:40:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Francois Dockes
Created:
2007-06-04 09:40:10 UTC
Size:
2.13 KB
patch
obsolete
>diff -ruN metamail.prev/Makefile metamail/Makefile >--- metamail.prev/Makefile Sat May 19 22:14:25 2007 >+++ metamail/Makefile Mon Jun 4 09:52:33 2007 >@@ -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,22 @@ > showpicture.1 splitmail.1 > MAN4= mailcap.4 > >+.include <bsd.port.pre.mk> >+ >+.if !defined(WITHOUT_X11) >+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf >+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> >diff -ruN metamail.prev/pkg-plist metamail/pkg-plist >--- metamail.prev/pkg-plist Mon Nov 13 11:30:03 2000 >+++ metamail/pkg-plist Mon Jun 4 08:34:20 2007 >@@ -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