aboutsummaryrefslogtreecommitdiff
path: root/mail/mew
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-261-1/+1
| | | | | | | | | | | | This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700 Notes: svn path=/head/; revision=569232
* editors/emacs: Update to version 27.1Joseph Mingrone2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966 Notes: svn path=/head/; revision=544763
* editors/emacs-devel: Update to latest master branch commit, 4f2b415Joseph Mingrone2020-01-071-1/+1
| | | | | | | | | | | | This update includes an Emacs major version change from 27.0.50 to 28.0.50. Ports that may depend on editors/emacs-devel must chase this update with a PORTREVISION bump. Submitted by: ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D23012 Notes: svn path=/head/; revision=522315
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* mail/mew: update 6.7 -> 6.8Kurt Jaeger2018-07-295-23/+12
| | | | | | | | | | | | | | | | | | | | - Mew now supports Emacs 24.3 or later only - Supporting stunnel 5. - Supporting GnuPG 2.1.23 or later. The command name should be "gpg" instead of "gpg2". Put the following to your "~/.gnupg/gpg.conf". no-auto-key-retrieve auto-key-locate local - Using LibreOffice (soffice) on Unix by default - Regenerate patches to fix portlint warnings. PR: 228861 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hiroto.kagotani@gmail.com (maintainer timeout) Relnotes: http://www.mew.org/en/relnote/release.html Notes: svn path=/head/; revision=475670
* Fix program with stunnel >= 5.45.Tilman Keskinoz2018-06-132-1/+12
| | | | | | | | | PR: 228496 Submitted by: t-matubara@miracle.ocn.ne.jp Approved by: maintainer timeout Notes: svn path=/head/; revision=472326
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-311-1/+1
| | | | | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html Notes: svn path=/head/; revision=471191
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506 Notes: svn path=/head/; revision=460621
* Chase Emacs updateAshish SHUKLA2017-09-121-0/+1
| | | | Notes: svn path=/head/; revision=449697
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 6.7. Changes include:Hiroki Sato2016-03-012-5/+4
| | | | | | | | | | | | | | | | | | | | | | | * supporting GnuPG 2.1 for master password. * stop using discard-input. * Fix mew-scan-body() chips the last byte of the base64 decoded body * Match exactly on an email address to specify a user ID to GnuPG * Do not use exit|return with negative status code to fix bashism * Remove the trailing whitespace of w3m This whitespace was causing lines to wrap even when the text itself was correctly wrapped to the window width. * Drag and drop improvement in Windows environment UNC path files can be attached to draft mode by drag and drop. * updating auxiliary.el * Choose last preferred part in multipart/alternative * Increase mew-header-reasonable-size to 10000 * mew-summary-refile-report: Show warning when mew-header-reasonable-size does not cover the header of the selected message. Approved by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=409849
* - Switch to options helpersDmitry Marakasov2015-09-031-4/+2
| | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands Approved by: portmgr blanket Notes: svn path=/head/; revision=396018
* - Add LICENSE.Hiroki Sato2015-07-274-66/+17
| | | | | | | | | | | | - Remove %%PORTDOCS%% in pkg-plist and use PORTDOCS in Makefile instead. - Fix a wrong pathname in pkg-message. - Use {opt}_* variables instead of ".if ${PORT_OPTIONS:Mfoo}". - Remove patch-Makefile.in because it is no longer needed. Approved by: hiroto.kagotani@gmail.com (maintainer) Notes: svn path=/head/; revision=392961
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-211-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386915
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-271-1/+1
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* Cleanup plistAntoine Brodin2014-11-221-3/+0
| | | | Notes: svn path=/head/; revision=373086
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-0/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* - Update to 6.6.Martin Wilke2014-05-214-27/+33
| | | | | | | | | | | - Add option for stunnel dependency (default). - Support staging PR: 189128 Submitted by: maintainer Notes: svn path=/head/; revision=354726
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert to new options frameworkBaptiste Daroussin2013-06-041-13/+9
| | | | Notes: svn path=/head/; revision=319851
* GNU Emacs updatesAshish SHUKLA2013-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2] Notes: svn path=/head/; revision=315598
* Chase Emacs updatesAshish SHUKLA2012-09-041-1/+1
| | | | Notes: svn path=/head/; revision=303664
* - Bump PORTREVISION to chase Emacs port updatesAshish SHUKLA2012-08-011-1/+1
| | | | | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi Notes: svn path=/head/; revision=301834
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 6.5Dennis Herrmann2012-04-283-5/+6
| | | | | | | | PR: ports/167319 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer) Notes: svn path=/head/; revision=295641
* -maintainer update to 6.4Michael Scheidell2011-12-064-48/+27
| | | | | | | | | PR: ports/162717 Approved by: gabor(mentor) Feature safe: yes Notes: svn path=/head/; revision=286993
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 6.3Wen Heping2010-01-056-13/+35
| | | | | | | | | | | | | | | | | | | - Make "port test"-clean Added file(s): - files/patch-Makefile.in - files/patch-bin__Makefile.in - files/patch-info__Makefile Removed file(s): - files/patch-bin_Makefile.in - files/patch-info_Makefile PR: ports/142297 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer) Notes: svn path=/head/; revision=247188
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi Notes: svn path=/head/; revision=246319
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* o Fix patch to info/Makefile for parallel build.Xin LI2009-05-072-2/+30
| | | | | | | | | | o Mark MAKE_JOBS_SAFE. Submitted by: Hiroto Kagotani (maintainer) PR: ports/133009 Notes: svn path=/head/; revision=233397
* - Update to 6.2Andrey Slusar2009-01-103-5/+5
| | | | | | | | PR: ports/130321 Submitted by: Hiroto Kagotani(maintainer) Notes: svn path=/head/; revision=225672
* - Fix plistAndrey Slusar2008-06-241-1/+2
| | | | | | | Reported by: itetcu QA Tindy Notes: svn path=/head/; revision=215725
* - Update to 6.1Andrey Slusar2008-06-237-109/+87
| | | | | | | | PR: ports/124391 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=215641
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 5.2Andrey Slusar2007-01-165-14/+24
| | | | | | | | PR: ports/107942 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=182525
* Fix the following rough edges:Hiroki Sato2007-01-053-56/+89
| | | | | | | | | | | | | | | | - Fix MASTER_SITES. - Remove redundant DOCSDIR and CONFIGURE_TARGET. - Use EMACS_LIBDIR for non-lisp files for consistency. - Use --with-elispdir for EMACS_SITE_LISPDIR. - Separate the Japanese info files by using NOPORTDOCS. - The mew-icon-directory variable is set automatically even in XEmacs now. Approved by: Hiroto Kagotani (maintainer) PR: ports/107438 Notes: svn path=/head/; revision=181469
* Update to 5.1Andrey Slusar2006-07-196-66/+65
| | | | | | | | PR: ports/100548 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=168266
* * Update mail/mew to 4.2, pass maintainership to submitter [1]Andrey Slusar2006-02-0921-1100/+310
| | | | | | | | | | | | * Fix works slave mail/mew-emacs20. * Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait fixes 2 months. PR: ports/92808 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1] Notes: svn path=/head/; revision=155608
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Use INFO macroEdwin Groothuis2005-12-042-7/+2
| | | | Notes: svn path=/head/; revision=150405