aboutsummaryrefslogtreecommitdiff
path: root/editors/slime
Commit message (Collapse)AuthorAgeFilesLines
* USES=emacs: Chase package name changesJoseph Mingrone2021-11-151-1/+1
| | | | | PR: 259259 Differential Revision: https://reviews.freebsd.org/D32613
* *: Chase new major version (29) of editors/emacs-develJoseph Mingrone2021-10-011-1/+1
| | | | Differential Revision: https://reviews.freebsd.org/D32258
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-261-0/+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/slime: Update to fix build after editors/emacs-devel updateJoseph Mingrone2021-01-233-6/+9
| | | | | | | | | | | | | | | The 'when' argument of `make-obsolete' and related functions was recently made mandatory. [1] Update to pull in an upstream fix to `define-obsolete-variable-alias'. [2] [1] https://github.com/emacs-mirror/emacs/commit/32c6732d16385f242b1109517f25e9aefd6caa5c [2] https://github.com/slime/slime/commit/48bfe6cccfdf879cd7137b00eb2ca160665a92f8 Reported by: tcberner Approved by: portmgr (blanket, build fix) Notes: svn path=/head/; revision=562364
* 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
* 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
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508837
* Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIRJoseph Mingrone2019-04-281-0/+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
* editors/slime: Update to version 2.23Joseph Mingrone2019-01-155-160/+201
| | | | | | | | | | | | | | | | Other port changes: - use the upstream build target - pacify portlint - conform to the Porter's Handbook "Order of Variables" recommendations Upstream changes: https://github.com/slime/slime/blob/master/NEWS PR: 234977 Approved by: joe@thrallingpenguin.com (maintainer) Differential Revision: https://reviews.freebsd.org/D18845 Notes: svn path=/head/; revision=490436
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+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
* 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
* editors/slime: Update to 2.20Yuri Victorovich2018-02-233-14/+16
| | | | | | | | | | | | | | Additional port changes: * Changed to DISTVERSION * Changed LICENSE to PD * Added NO_ARCH=yes PR: 225333 Submitted by: cheunghonyu@gmail.com Approved by: joe@thrallingpenguin.com (maintainer), tcberner (mentor, implicit) Notes: svn path=/head/; revision=462673
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - 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-0/+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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.15Martin Wilke2015-12-153-10/+10
| | | | | | | | | | PR: 205187 Submitted by: maintainer Approved by: bapt (mentor) Differential Revision: D4564 Notes: svn path=/head/; revision=403764
* editors/slime: update to 2.13 and convert to USE_GITHUB [1]Jan Beich2015-04-293-20/+24
| | | | | | | | | | PR: 198595 Submitted by: cheunghonyu@gmail.com Approved by: joe@thrallingpenguin.com (maintainer) Approved by: portmgr blanket [1] Notes: svn path=/head/; revision=384960
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-271-0/+1
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* Update to version 2.12Pawel Pekala2015-03-153-8/+47
| | | | | | | | | PR: 197472 Submitted by: cheunghonyu@gmail.com Approved by: maintainer timeout Notes: svn path=/head/; revision=381311
* Update to version 2.11Pawel Pekala2014-12-152-5/+4
| | | | | | | | PR: 195607 Submitted by: maintainer Notes: svn path=/head/; revision=374731
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-0/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* Update editors/slime to 2.10Rodrigo Osorio2014-10-161-0/+18
| | | | | | | | | PR: ports/194240 Submitted by: joe@thrallingpenguin.com (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=370971
* Update editors/slime to 2.10Rodrigo Osorio2014-10-123-26/+17
| | | | | | | | | | | Add license PR: ports/194240 Submitted by: joe@thrallingpenguin.com (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=370746
* Update to 2.8.Raphael Kubo da Costa2014-07-082-4/+4
| | | | | | | | PR: 191672 Submitted by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=361315
* Make those ports more likely to build with texinfo from portsAntoine Brodin2014-07-011-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=360062
* - Update to 2.7Martin Wilke2014-06-153-4/+5
| | | | | | | PR: 190950 Notes: svn path=/head/; revision=357845
* - Update to 2.6Steve Wills2014-05-233-8/+5
| | | | | | | | PR: ports/189395 Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) Notes: svn path=/head/; revision=354959
* - Oops, PORTEPOCH shouldn't go backwards!Steve Wills2014-04-141-1/+1
| | | | | | | | Reported by: danfe Pointyhat to: swills Notes: svn path=/head/; revision=351254
* - Update to 2.5Steve Wills2014-04-142-6/+6
| | | | | | | | PR: ports/188237 Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) Notes: svn path=/head/; revision=351245
* - Update to version 2.4, take maintainership [1]Pawel Pekala2014-03-134-45/+53
| | | | | | | | | | | | | | - Convert to new ports standards, fix few portlint warnings - Define DOCS option - Move info displayed after build to pkg-message file so that package users can see it too - Add staging support PR: ports/187509 [1] Submitted by: Joseph Benden <joe@thrallingpenguin.com> Notes: svn path=/head/; revision=348133
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* 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-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
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - 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
* - Update editors/slime to a new snapshot.Stanislav Sedov2011-07-153-7/+16
| | | | | | | | PR: ports/148314 (based on) Submitted by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=277731
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - 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
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-1/+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
* - Update to 20090809.Stanislav Sedov2009-08-093-6/+6
| | | | Notes: svn path=/head/; revision=239201
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701