aboutsummaryrefslogtreecommitdiff
path: root/editors/semi
Commit message (Collapse)AuthorAgeFilesLines
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-013-184/+71
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* Don't include bsd.port.options.mk after bsd.port.pre.mk.Mathieu Arnold2017-12-081-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=455775
* Chase Emacs updateAshish SHUKLA2017-09-121-1/+1
| | | | Notes: svn path=/head/; revision=449697
* Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.Jung-uk Kim2017-07-281-3/+3
| | | | | | | | | PR: 221027 Reviewed by: mat Approved by: portmgr (antoine) Notes: svn path=/head/; revision=446854
* 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
* - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.MANTANI Nobutaka2016-11-135-86/+12
| | | | | | | | | | | - Regenerate patches by 'make makepatch'. - Pet portlint. PR: 213183 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=426050
* ${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
* Chase GNU Emacs updates, and unbreak INDEX fileAshish SHUKLA2016-10-021-2/+2
| | | | | | | Submitted by: Yasuhiro KIMURA <yasu@utahmime.org> (private email) Notes: svn path=/head/; revision=423116
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Drop @dirrm* from plistDmitry Marakasov2015-06-072-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388736
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-271-1/+1
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-1/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* Rename editors/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-283-0/+0
| | | | Notes: svn path=/head/; revision=363213
* Removed unmaintained upstream xemacs ports and dependenciesBaptiste Daroussin2014-06-301-20/+0
| | | | Notes: svn path=/head/; revision=359910
* Fix package installation in a world WITHOUT_INFOAntoine Brodin2014-06-292-8/+7
| | | | Notes: svn path=/head/; revision=359776
* Allow building with newer texinfoAntoine Brodin2014-06-292-6/+8
| | | | Notes: svn path=/head/; revision=359741
* - Properly remove references to deprecated emacs versions, and unbreak INDEXAshish SHUKLA2014-06-271-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=359516
* Fix build on system built WITHOUT_INFOBaptiste Daroussin2014-06-251-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359209
* Support staging.MANTANI Nobutaka2014-06-222-21/+20
| | | | Notes: svn path=/head/; revision=358775
* Replace all @unexec /bin/rmdir with @unexec rmdirMathieu Arnold2014-04-241-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=352017
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | 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
* Fix build error when WRKDIRPREFIX is set.MANTANI Nobutaka2013-01-261-9/+9
| | | | | | | | PR: ports/173573 Submitted by: Joel Ray Holveck <joelh@piquan.org> Notes: svn path=/head/; revision=311035
* Update MASTER_SITES and WWW.MANTANI Nobutaka2013-01-263-11/+13
| | | | | | | | | | | | | Add lincese information. Adopt OptionsNG. Trim makefile header. Pet portlint. PR: ports/175280 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=311007
* Chase Emacs updatesAshish SHUKLA2012-09-041-1/+1
| | | | Notes: svn path=/head/; revision=303664
* - Bump PORTREVISION to chase Emacs port updatesAshish SHUKLA2012-08-011-3/+3
| | | | | | | - 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
* Backout previous commit to fix build error of slave ports.MANTANI Nobutaka2012-02-151-9/+9
| | | | | | | Reported by: erwin and pav Notes: svn path=/head/; revision=291438
* - Support WRKDIRPREFIX other then /usr/portsPhilip M. Gollucci2012-02-111-9/+9
| | | | | | | | | PR: ports/145700 Submitted by: Walter C. Pelissero <walter.pelissero@iesy.net> Approved by: maintainer timeout (nobutaka ; 669 days!) Notes: svn path=/head/; revision=290960
* - 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
* - 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-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Add build support for emacs-devel.MANTANI Nobutaka2009-02-211-2/+2
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=228801
* Correct pkg-plist.* for NOPORTDOCS=yes.MANTANI Nobutaka2008-07-262-13/+13
| | | | | | | Reported by: itetcu (QA Tindy) Notes: svn path=/head/; revision=217561
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Correct dependency for emacs21 to fix package build.MANTANI Nobutaka2007-08-041-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=197070
* Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.MANTANI Nobutaka2007-07-291-2/+1
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=196545
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Take over maintainership.MANTANI Nobutaka2006-12-051-1/+1
| | | | Notes: svn path=/head/; revision=178947
* - Change MASTER_SITES and remove DEPRECATED.Hajimu UMEMOTO2006-12-052-5/+3
| | | | | | | - Add WWW: to pkg-descr but in Japanese. Notes: svn path=/head/; revision=178911
* - DeprecateErwin Lansing2006-12-041-0/+3
| | | | | | | | | | - Set EXPIRATION_DATE PR: 106326 Submitted by: gabor Notes: svn path=/head/; revision=178861
* Make DEPPORT_SUFFIX empty when EMACS_PORT_NAME = emacs22 since ↵MANTANI Nobutaka2006-07-101-1/+1
| | | | | | | | | editors/apel-emacs22 and editors/flim-emacs22 does not exist. Notes: svn path=/head/; revision=167322
* - Enable installation when EMACS_PORT_NAME is emacs22 - for 20-22 gnuAndrey Slusar2006-07-095-115/+10
| | | | | | | | | | | | emacsen use the one pkg-plist file. [1] - Use the one pkg-descr for all master/slave ports. PR: ports/99916 [1] Submitted by: Toni Schmidbauer <toni@stderror.at> [1] Reworked by: anray [1] Notes: svn path=/head/; revision=167285