aboutsummaryrefslogtreecommitdiff
path: root/mail/wanderlust
Commit message (Collapse)AuthorAgeFilesLines
* Update to the snapshot on 2020-01-24.MANTANI Nobutaka2020-03-212-6/+5
| | | | Notes: svn path=/head/; revision=528848
* 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
* Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIRJoseph Mingrone2019-09-011-1/+1
| | | | | | | | | | This is required after editors/emacs was updated to version 26.3 in r510281. Reported by: ashish Notes: svn path=/head/; revision=510696
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-10/+14
| | | | Notes: svn path=/head/; revision=508882
* Bump PORTREVISION in accordance with editors/semi update.MANTANI Nobutaka2019-08-121-0/+1
| | | | Notes: svn path=/head/; revision=508742
* Update to the snapshot on 2019-06-23.MANTANI Nobutaka2019-06-302-6/+5
| | | | Notes: svn path=/head/; revision=505403
* Update to the snapshot on 2019-04-06.MANTANI Nobutaka2019-05-032-5/+5
| | | | Notes: svn path=/head/; revision=500702
* Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIRJoseph Mingrone2019-04-281-1/+1
| | | | | | | | | | This should have been done with r499179 when editors/emacs was updated to version 26.2. Reported by: nobutaka Notes: svn path=/head/; revision=500319
* 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
* Update to the snapshot on 2018/08/26.MANTANI Nobutaka2018-11-102-6/+5
| | | | Notes: svn path=/head/; revision=484618
* - Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.MANTANI Nobutaka2018-06-102-163/+162
| | | | | | | | | - Remove EMACS_FLAVORS_EXCLUDE because configure error of www/emacs-w3m has been fixed. - Bump PORTREVISION. Notes: svn path=/head/; revision=472145
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-311-0/+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
* - Integrate mail/wanderlust-devel into mail/wanderlust.MANTANI Nobutaka2018-03-2313-138/+64
| | | | | | | - Update to the snapshot on 2018/03/17. Notes: svn path=/head/; revision=465367
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-019-359/+296
| | | | | | | | | | | | | | | | | | | | | | | | - 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-1/+1
| | | | Notes: svn path=/head/; revision=449697
* Chase editors/emacs update to version 25.2Joseph Mingrone2017-04-291-1/+1
| | | | | | | | | Reported by: des Approved by: ashish (emacs maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10534 Notes: svn path=/head/; revision=439752
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+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
* - Fix configure error with Emacs 25.MANTANI Nobutaka2016-10-107-59/+2
| | | | | | | - Remove xemacs-related files and code that are no longer used. Notes: svn path=/head/; revision=423666
* Mark BROKEN: fails to configureAntoine Brodin2016-10-081-0/+2
| | | | | | | | | | cannot open /usr/ports/mail/wanderlust/files/wanderlust-startup.emacs25.el.tmpl: No such file or directory Reported by: pkg-fallout MFH: 2016Q4 Notes: svn path=/head/; revision=423540
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-172-23/+0
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Remove deprecated @dirrm's from pkg-plistPawel Pekala2016-01-072-14/+2
| | | | | | | | | | | | | - Add NO_ARCH - DOCS is default, no need to set it - Use options helper PR: 205847 Submitted by: myself Approved by: maintainer Notes: svn path=/head/; revision=405475
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-271-1/+1
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* Remove dead RINGSERVERBaptiste Daroussin2015-03-301-1/+0
| | | | Notes: svn path=/head/; revision=382777
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-1/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* Removed unmaintained upstream xemacs ports and dependenciesBaptiste Daroussin2014-06-302-282/+1
| | | | Notes: svn path=/head/; revision=359910
* Allow installing in a world WITHOUT_INFOAntoine Brodin2014-06-292-13/+1
| | | | Notes: svn path=/head/; revision=359767
* Support staging.MANTANI Nobutaka2014-06-287-1033/+45
| | | | | | | Integrate pkg-plist.emacs* files into pkg-plist.emacs. Notes: svn path=/head/; revision=359676
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* 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
* Fix build error with emacs24.MANTANI Nobutaka2012-09-053-0/+353
| | | | | | | Submitted by: ashish Notes: svn path=/head/; revision=303709
* 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-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Chase Emacs updatesAshish SHUKLA2012-02-221-1/+1
| | | | | | | PR: ports/165082 Notes: svn path=/head/; revision=292058
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Chase editors/emacs updateAshish SHUKLA2011-10-171-1/+1
| | | | Notes: svn path=/head/; revision=283686
* Chase editors/emacs updateAshish SHUKLA2011-09-071-1/+1
| | | | Notes: svn path=/head/; revision=281398
* Chase editors/emacs update.Ashish SHUKLA2011-08-271-1/+1
| | | | | | | PR: ports/160196 Notes: svn path=/head/; revision=280599
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Fix dependency conflict of wanderlust-emacs22.MANTANI Nobutaka2010-07-181-1/+1
| | | | Notes: svn path=/head/; revision=257906
* - 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-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Fix build error with emacs23.MANTANI Nobutaka2010-01-274-4/+281
| | | | | | | Submitted by: bsam Notes: svn path=/head/; revision=248694
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Set CONFLICTS.MANTANI Nobutaka2009-10-121-0/+2
| | | | Notes: svn path=/head/; revision=242730
* Fix dependency error for wanderlust-emacs21.MANTANI Nobutaka2009-09-261-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242129
* Change dependency on editors/bitmap to mail/x-face-e21.MANTANI Nobutaka2009-09-263-7/+26
| | | | | | | | Suggested by: ume Feature safe: yes Notes: svn path=/head/; revision=242128