summaryrefslogtreecommitdiff
path: root/Mk/bsd.emacs.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-171/+0
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* editors/emacs-devel:Ashish SHUKLA2017-10-051-2/+2
| | | | | | | | | | | - Update to git snapshot 92045f4 - Add OPTION for LCMS2 support bsd.emacs.mk: - Update emacs-devel block to reflect change in Emacs version Notes: svn path=/head/; revision=451265
* - Update Emacs to 25.3Ashish SHUKLA2017-09-121-2/+2
| | | | | | | Security: https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html Notes: svn path=/head/; revision=449696
* Fix EMACS_VER.Hajimu UMEMOTO2017-04-231-2/+2
| | | | Notes: svn path=/head/; revision=439212
* editors/emacs-devel: Update to pull in new concurrency features.Joseph Mingrone2016-12-251-3/+3
| | | | | | | | | | | | | | - Minimize the differences with editors/emacs. - Do not require GCC to work around a clang bug. The OS versions for which this was relevant are no longer supported. - The check for X11 is handled with the X11 option and _IMPLIES, so remove the redundant .if logic. Approved by: swills (mentor) asish (maintainer) Differential Revision: https://reviews.freebsd.org/D8796 Notes: svn path=/head/; revision=429394
* GNU Emacs updatesAshish SHUKLA2016-10-021-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 25.1[1] - Update CANNA patchset[2] - Cleanup CONFLICTS_INSTALL list[1] - Add LLDB option for lldb support (provided by 3rd party) to GUD[1] - Add various other options, and re-order options[1] - Incorporate games stuff in pkg-plist[1] - Remove outdated diffs[1] editors/emacs-nox11: - Update to 25.1[3] - Cleanup CONFLICTS_INSTALL list[3] editors/emacs-devel: - Update to git revision 25dca60d Mk/bsd.emacs.mk: - Update version numbers[4] PR: 212807 [1], 212808 [3], 212809 [4] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4] TAKANO Yuji <takachan@running-dog.net> (private email) [2] Notes: svn path=/head/; revision=423103
* editors/emacs-devel:Ashish SHUKLA2016-07-271-2/+18
| | | | | | | | | | | | | | | | - Update to 25.1-rc1[1] - Add IMPLIES condition for XWIDGETS option[1] Mk/bsd.emacs.mk: - Add block for emacs-nox11[2] - Update emacs-devel block with new EMACS_VER PR: 211356 [1] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1], matthew (via private email) [2] Notes: svn path=/head/; revision=419164
* - Update EMACS_PORTSDIR to match new convention of specifying dependencyAshish SHUKLA2016-07-221-5/+5
| | | | | | | | | | ports, and rename it to EMACS_PORTDIR PR: 210960 Submitted by: rakuco Notes: svn path=/head/; revision=418909
* bsd.emacs.mk: Fix EMACS_VER for emacs-devel after r416838.Raphael Kubo da Costa2016-07-101-1/+1
| | | | | | | | | | | The value did not match the one in editors/emacs-devel, so ports such as textproc/markdown-mode.el would fail `make build/run-depends` since the wrong binary name would be looked for. MFH: 2016Q3 Notes: svn path=/head/; revision=418312
* editors/emacs-devel[1]:Ashish SHUKLA2016-05-021-1/+1
| | | | | | | | | | | | | | | | | - Update to 25.0.93 - Re-organize options into logical groups - Use OPTIONS helpers to specifiy implicit dependencies - Convert FILENOTIFY into a radio option - Remove dependency on unneeded ports for non-X11 systems bsd.emacs.mk: - Update version for editors/emacs-devel port PR: 209054[1] Submitted by: Joseph Mingrone <jrm@ftfl.ca>[1] Notes: svn path=/head/; revision=414447
* GNU Emacs UpdatesAshish SHUKLA2015-04-271-20/+3
| | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.5 - Remove dependency on GCC for i386 platform, if the bug is fixed in the version in use - Remove upstreamed diff editors/emacs-devel: - Update to git snapshot def0df01 - Remove git revision from PORTVERSION, rather encode it in DISTNAME - Remove dependency on GCC for i386 platform, if the bug is fixed in the version in use - Fix portlint warnings Mk/bsd.emacs.mk: - Update version number for editors/emacs - Remove deprecated block for emacs23 PR: 199553 Notes: svn path=/head/; revision=384818
* GNU Emacs UpdatesAshish SHUKLA2014-11-051-79/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.4[1] - Remove all upstreamed diffs[1] - Switch to static pkg-plist[1] - Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1] - Reword IGNORE messages for portlint[1] - Add fix for a Emacs TRAMP bug - Update CANNA patchset[2] editors/emacs-devel: - Update to bzr snapshot revision 118251 - Add pkg-install, and pkg-deinstall file missed from r364499 - Switch to static pkg-plist editors/emacs-nox11: - Remove PLIST_DIRSTRY Mk/bsd.emacs.mk: - Update Emacs version numbers - Remove deprecated XEmacs entries PR: 194624[1] Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1], TAKANO Yuji <takachan at running-dog.net>[2] Notes: svn path=/head/; revision=372190
* - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedAshish SHUKLA2014-06-271-37/+2
| | | | | | | | | | | | upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt) Notes: svn path=/head/; revision=359512
* - Update to bzr revision 24.4.50Ashish SHUKLA2014-05-021-1/+1
| | | | | | | - Update version of emacs-devel port in bsd.emacs.mk Notes: svn path=/head/; revision=352771
* 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
* editors/emacs-devel:Ashish SHUKLA2012-12-251-1/+1
| | | | | | | | | | | | | | | | | - Update to bzr snapshot 111312 - Add OPTION for LTO support - Remove ABI versions from LIB_DEPENDS - Fix configure command-line arguments - Add patches to make sure it compiles with GCC 4.6+ - Add patch for compilation on FreeBSD/arm[1] Mk/bsd.emacs.mk - Update EMACS_VER for editors/emacs-devel Submitted by: kientzle[1] Notes: svn path=/head/; revision=309486
* Chase Emacs updatesAshish SHUKLA2012-09-041-1/+1
| | | | Notes: svn path=/head/; revision=303664
* GNU Emacs updatesAshish SHUKLA2012-08-011-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs - Update to v. 24.1[1] - Update CANNA patch to v. 24.1[2] - Convert OPTIONS to OptionsNG - Remove patch to VC to make it work with Subversion 1.7 - Add patch to implement process support for FreeBSD from Emacs bug# 5243 - Add patch to fix segfault on Terminal (from NetBSD emacs port)[2] editors/emacs23 - Convert OPTIONS to OptionsNG - Bump PORTREVISION of editors/emacs23 port - Remove PORTEPOCH, as port needs to be explicitly installed/upgraded - Connect repocopied editors/emacs23 to build editors/emacs-devel - Update to bzr revision 109364 - Convert OPTIONS to OptionsNG - Remove redundant patches - Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3] Mk/bsd.emacs.mk - Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk - Update major version for emacs-devel port - Take maintainership of bsd.emacs.mk Thanks to everyone who tested these updates, and provided their feedback. Submitted by: http://www.gnu.org/software/emacs/NEWS.24.1[1] Submitted by: Yuji TAKANO[2] (via private email), Jan Beich[3] Notes: svn path=/head/; revision=301832
* - Update version of editors/emacs and editors/emacs-devel ports in bsd.emacs.mkAshish SHUKLA2012-02-221-3/+3
| | | | | | | PR: ports/165082 Notes: svn path=/head/; revision=292057
* - Update version of editors/emacs-devel in bsd.emacs.mkAshish SHUKLA2011-11-111-2/+2
| | | | | | | | | PR: ports/161706 Reported by: rakuco (private email) Feature safe: yes Notes: svn path=/head/; revision=285527
* Update EMACS_VER in accordance with recent update of editors/xemacs21-muleMANTANI Nobutaka2011-09-031-2/+2
| | | | | | | to fix package building errors of ports that depend on editors/xemacs21-mule. Notes: svn path=/head/; revision=281097
* - Update to version 23.3Ashish SHUKLA2011-05-111-2/+2
| | | | | | | | | | - Update CANNA support[1] - Fix bug in plist generation Submitted by: Yuji TAKANO <takachan@running-dog.net>[1] (via private email) Notes: svn path=/head/; revision=273953
* - Fix a typoWen Heping2011-04-011-2/+2
| | | | | | | Submitted by: lichray@gmail.com(via Email) Notes: svn path=/head/; revision=272066
* - Update details for "editors/emacs-devel" to Emacs 24.x.Ashish SHUKLA2010-09-141-4/+4
| | | | | | | | Submitted by: ashish Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=261153
* . update to version 23.2;Boris Samorodov2010-05-141-2/+2
| | | | | | | | | | . introduce OPTIONS. PR: ports/146458 Submitted by: Ashish SHUKLA <wahjava at gmail.com> (maintainer) Notes: svn path=/head/; revision=254301
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Udpate to 23.0.95 pretestPhilip M. Gollucci2009-06-231-2/+2
| | | | | | | | PR: ports/135951 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> (maintainer) Notes: svn path=/head/; revision=236523
* Part 3:Philip M. Gollucci2009-06-171-2/+2
| | | | | | | | | | | - Update to 23.0.94 PR: ports/134875 Approved by: maintainer Submitted by: Ashish SHUKLA <wahjava@gmail.com> Notes: svn path=/head/; revision=236169
* Part 1:Philip M. Gollucci2009-06-171-2/+2
| | | | | | | | | | | | - Update to 23.0.93 [1] - Mark MAKE_JOBS_UNSAFE PR: ports/134875 [1] Approved by: maintainer [1] Submitted by: Ashish SHUKLA <wahjava@gmail.com> Notes: svn path=/head/; revision=236097
* - Update to 23.0.92Pav Lucistnik2009-04-021-2/+2
| | | | | | | | PR: ports/133294 Submitted by: keramida (maintainer) Notes: svn path=/head/; revision=231500
* Update to the second pretest of Emacs 23.X.Boris Samorodov2009-03-071-2/+2
| | | | | | | | PR: ports/132347 Submitted by: Giorgos Keramidas <keramida at ceid.upatras.gr> (maintainer) Notes: svn path=/head/; revision=229631
* Emacs pretest 23.0.90 is now available:Boris Samorodov2009-02-021-2/+2
| | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html PR: ports/131275 Submitted by: keramida (maintainer) Notes: svn path=/head/; revision=227444
* - chase the editors/xemacs port updatePhilip M. Gollucci2009-01-121-2/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=225866
* . update to version 22.3 (includes a security fix in the way EmacsBoris Samorodov2008-11-101-2/+2
| | | | | | | | | | | | | interacts with Python); . change EMACS_VER at bsd.emacs.mk. While I'm here: remove old PORTREVISION. PR: 127168 Submitted by: keramida (maintainer) Notes: svn path=/head/; revision=222705
* - Update editors/emacs to 22.2.Boris Samorodov2008-06-031-3/+3
| | | | | | | | | | | | | - Change bsd.emacs.mk accordingly. - Fix comment about emacs-devel in bsd.emacs.mk. - Some lisp directories are changed, add a note to UPDATING. PR: 122783 Submitted by: KIMURA Yasuhiro <yasu at utahime.org> Approved by: keramida (maintainer timeout, 6 weeks) Notes: svn path=/head/; revision=214251
* - Update emacs-devel versionRong-En Fan2008-04-071-2/+2
| | | | | | | | PR: ports/121495 Submitted by: keramida (maintainer of emacs-devel) Notes: svn path=/head/; revision=210688
* - Update editors/emacs-devel to 23.0.50.20080101 snapshot.Andrey Slusar2008-01-271-3/+3
| | | | | | | | PR: ports/119290 Submitted by: keramida(maintainer) Notes: svn path=/head/; revision=206278
* - Update xemacs and xemacs21-mule to 21.4.21Andrey Slusar2007-12-131-3/+3
| | | | Notes: svn path=/head/; revision=203496
* Remove expired Emacs ports and the surrounding expired ports:Vasil Dimov2007-10-141-56/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version 2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete 2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete Notes: svn path=/head/; revision=201441
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-3/+3
| | | | | | | | | | | | bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197074
* Set default EMACS_PORT_NAME to emacs22.MANTANI Nobutaka2007-07-161-1/+3
| | | | | | | Requested by: ume Notes: svn path=/head/; revision=195762
* Reflect upgrade of editors/emacs.MANTANI Nobutaka2007-07-161-2/+19
| | | | Notes: svn path=/head/; revision=195756
* Update to 21.5-b28 "fuki"Andrey Slusar2007-05-271-3/+3
| | | | Notes: svn path=/head/; revision=192075
* - Update to 22.0.99Cheng-Lung Sung2007-04-291-2/+2
| | | | | | | | PR: ports/112168 Submitted by: matainer (keramida) Notes: svn path=/head/; revision=191105
* - Update editors/emacs-devel to 22.0.98.Cheng-Lung Sung2007-04-231-2/+2
| | | | | | | | | PR: ports/111813 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (keramida) Notes: svn path=/head/; revision=190671
* * Update to 22.0.97.Cheng-Lung Sung2007-04-041-2/+2
| | | | | | | | | | | | * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=189152
* Update to 22.0.93Andrey Slusar2007-02-061-2/+2
| | | | | | | | | PR: ports/108464 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: keramida(maintainer) Notes: svn path=/head/; revision=184417
* Update xemacs and xemacs21-mule to 21.4.20 "Double Solitaire".Andrey Slusar2006-12-121-3/+3
| | | | Notes: svn path=/head/; revision=179554
* - s/${DESTDIR}${PREFIX}/${TARGETDIR}/Erwin Lansing2006-08-141-2/+2
| | | | | | | | | | | | - Fix FORCE_PKG_REGISTER issues [1] - Make USE_RCORDER respect DESTDIR [2] - Make ldconfig stuff respect DESTDIR Reported by: lofi [1] Submitted by: gabor, sem [2] Notes: svn path=/head/; revision=170585
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-3/+3
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648