FreeBSD Bugzilla – Attachment 132854 Details for
Bug 177209
[PATCH] emulators/mtools: convert to options ng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mtools.patch
mtools.patch (text/plain), 1.08 KB, created by
William Grzybowski
on 2013-03-21 17:20:00 UTC
(
hide
)
Description:
mtools.patch
Filename:
MIME Type:
Creator:
William Grzybowski
Created:
2013-03-21 17:20:00 UTC
Size:
1.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 314852) >+++ Makefile (working copy) >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: mtools >-# Date created: 5 October 1994 >-# Whom: jmz >-# >+# Created by: jmz > # $FreeBSD$ >-# > > PORTNAME= mtools > PORTVERSION= 4.0.10 >@@ -33,22 +29,27 @@ > MAN5= mtools.5 > INFO= mtools > >-.if defined(WITHOUT_ICONV) >-CONFIGURE_ENV+= ac_cv_header_iconv_h=no >-.else >+OPTIONS_DEFINE= ICONV X11 >+OPTIONS_DEFAULT=ICONV X11 >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MICONV} > USE_ICONV= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib -liconv >+.else >+CONFIGURE_ENV+= ac_cv_header_iconv_h=no > .endif > >-.if defined(WITHOUT_X11) >+.if ${PORT_OPTIONS:MX11} >+USE_XORG= x11 sm ice xau >+PLIST_SUB= X11="" >+MAN1+= floppyd.1 floppyd_installtest.1 >+.else > CONFIGURE_ARGS+= --without-x > PLIST_SUB= X11="@comment " > MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} >-.else >-USE_XORG= x11 sm ice xau >-PLIST_SUB= X11="" >-MAN1+= floppyd.1 floppyd_installtest.1 > .endif > > post-patch:
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 177209
: 132854