FreeBSD Bugzilla – Attachment 167033 Details for
Bug 207214
mail/sylpheed: Added option for hide info in the header mail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Modified Makefile
Makefile (text/plain), 3.78 KB, created by
Vladimir Omelchuk
on 2016-02-15 15:32:21 UTC
(
hide
)
Description:
Modified Makefile
Filename:
MIME Type:
Creator:
Vladimir Omelchuk
Created:
2016-02-15 15:32:21 UTC
Size:
3.78 KB
patch
obsolete
># Created by: shigeri <shigeri@m10.alpha-net.ne.jp> ># $FreeBSD: head/mail/sylpheed/Makefile 407234 2016-01-25 18:22:40Z ehaupt $ > >PORTNAME= sylpheed >PORTVERSION= 3.5.0 >PORTREVISION= 1 >CATEGORIES= mail ipv6 >MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ > LOCAL/ehaupt > >MAINTAINER= ehaupt@FreeBSD.org >COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client > >LICENSE= GPLv2 LGPL21 >LICENSE_COMB= dual > >RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support > >USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \ > libtool >USE_GNOME= gtk20 >GNU_CONFIGURE= yes >USE_LDCONFIG= yes >INSTALL_TARGET= install-strip > >CPPFLAGS+= -I${LOCALBASE}/include >LIBS+= -L${LOCALBASE}/lib >CONFIGURE_ARGS= --enable-ipv6 \ > --prefix=${PREFIX} \ > --with-libintl-prefix=${LOCALBASE} \ > --program-transform-name='' > >CONFLICTS= sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]* > >OPTIONS_DEFINE= CA_BUNDLE COMPFACE CURL DOCS GPGME GTKSPELL JPILOT LDAP \ > ONIGURUMA SSL HIDE_INFO > >CA_BUNDLE_DESC= Include CA bundle for certificate verification >COMPFACE_DESC= X-Face support >CURL_DESC= libcurl dependency (remote update check) >GPGME_DESC= GnuPG support using GPGME >GTKSPELL_DESC= Spell checking support >JPILOT_DESC= JPilot support >ONIGURUMA_DESC= Oniguruma support >HIDE_INFO_DESC= Hide info about GTK and OS (in the header mail) > >OPTIONS_DEFAULT=CA_BUNDLE CURL GTKSPELL SSL > >CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss >CA_BUNDLE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libsylph_ssl.c > >COMPFACE_LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces >COMPFACE_CONFIGURE_ENABLE= compface > >CURL_RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl > >GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme >GPGME_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg >GPGME_CONFIGURE_ENABLE= gpgme > >GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell >GTKSPELL_CONFIGURE_ENABLE= gtkspell > >JPILOT_LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link >JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot >JPILOT_CONFIGURE_ENABLE= jpilot > >LDAP_CONFIGURE_ENABLE= ldap >LDAP_USE= openldap=yes > >ONIGURUMA_BUILD_DEPENDS= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma5 >ONIGURUMA_CONFIGURE_ENABLE= oniguruma > >SSL_CONFIGURE_ENABLE= ssl >SSL_USE= openssl=yes > >HIDE_INFO_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_main.c > >.include <bsd.port.options.mk> > >MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ > faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ > faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ > manual/ja/Makefile.in src/Makefile.in libsylph/Makefile.in \ > src/icons/Makefile.in > >post-patch: > @${REINPLACE_CMD} -e 's|-lresolv||g; s|-lpisock\"|${ICONV_LIB} &|g;' \ > ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ > ${WRKSRC}/libsylph/procmime.c > ># to prevent breaking cc of ldif.c because of a base64.h in PREFIX/include > @${REINPLACE_CMD} -e 's|^\(DEFS.*\.\.\)$$|\1 -I../libsylph|' \ > ${WRKSRC}/src/Makefile.in > >.if empty(PORT_OPTIONS:MDOCS) > @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq nsis$$|SUBDIRS = ac libsylph src plugin po nsis|g' \ > ${WRKSRC}/Makefile.in >.else >.for i in ${MAKEFILES} > @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ > s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ > ${WRKSRC}/${i} >.endfor >.endif > >post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >.for i in ChangeLog INSTALL README TODO > ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/${i}.ja ${STAGEDIR}${DOCSDIR} >.endfor > ${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ > ${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${STAGEDIR}${PREFIX}/share/applications/ > >.include <bsd.port.mk>
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 Raw
Actions:
View
Attachments on
bug 207214
:
167031
|
167032
| 167033