summaryrefslogtreecommitdiff
path: root/editors/emacs23/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2014-11-1911-552/+0
| | | | | | | 2014-11-19 editors/emacs23: Unmaintained upstream, use editors/emacs Notes: svn path=/head/; revision=372826
* - Fix remote code execution vulnerabilityAshish SHUKLA2012-09-231-0/+27
| | | | | | | | | - Bump PORTEPOCH Security: http://www.vuxml.org/freebsd/c1e5f35e-f93d-11e1-b07f-00235a5f2c9a.html Notes: svn path=/head/; revision=304727
* - Update to version 23.4Ashish SHUKLA2012-02-221-0/+184
| | | | | | | | | | | - Remove dependency on libungif[1] - Import a diff from bzr repository to make VC work with Subversion 1.7[2] PR: ports/165298[1], ports/162191[2] Submitted by: olgeni[1], Yasuhiro KIMURA <yasu@utahime.org>[2] Notes: svn path=/head/; revision=292053
* - Add fix for GNU Emacs bug report# 8522 which affects users of euc-japanAshish SHUKLA2011-09-071-0/+51
| | | | | | | | | | | keyboard-coding-system[1] - Fix portlint warnings - Update PATCH_SITES Submitted by: hrs[1] Notes: svn path=/head/; revision=281397
* - Update emacs.desktop to launch Emacs in Terminal when WITHOUT_X11 isAshish SHUKLA2011-05-161-0/+14
| | | | | | | | | | | | | | defined.[1] - Emacs picks up giflib if available instead of libungif. Account for this.[2] - Include 'alloca' fix.[2] PR: ports/156167[1] Submitted by: Zhihao Yuan <lichray@gmail.com>[1] Herbert J. Skuhra <h.skuhra@gmail.com>[2] (via private email) Notes: svn path=/head/; revision=274180
* - Update to version 23.3Ashish SHUKLA2011-05-111-85/+30
| | | | | | | | | | - 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
* - Add CANNA support to the port, provided by Yuji TAKANO.Ashish SHUKLA2010-09-271-0/+220
| | | | | | | | | | | | | | | | | - Update CONFLICTS to conflict with 24.x. - Include the license file to the port. - Update descriptions of the OPTIONS. - Fix building of port on 6.x/9.x with DBUS option enabled, provided by swell.k@gmail.com . - Remove unneeded dependencies on gettext and dbus-glib. - Remove ALSA checks. - Clean up pkg-plist. PR: ports/146979 Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=261915
* . update to version 23.2;Boris Samorodov2010-05-146-123/+0
| | | | | | | | | | . introduce OPTIONS. PR: ports/146458 Submitted by: Ashish SHUKLA <wahjava at gmail.com> (maintainer) Notes: svn path=/head/; revision=254301
* - update patch png14Dirk Meyer2010-03-301-2/+2
| | | | | | | PR: 145171 Notes: svn path=/head/; revision=251847
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+47
| | | | Notes: svn path=/head/; revision=251783
* . items in emacs 23.1/GTK menus don't get updated, fix it; [1]Boris Samorodov2010-03-151-0/+30
| | | | | | | | | | | . bump PORTREVISION. PR: ports/144309 [1] Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> [1] Approved by: keramida@ceid.upatras.gr (maintainer timeout, 17 days) Notes: svn path=/head/; revision=251090
* - fix utmp.h -> utmpx.hPhilip M. Gollucci2010-02-024-0/+46
| | | | | | | | | | fixes are included in upstream e-mail so this is temporary PR: ports/143113 Submitted by: Giorgos Keramidas <keramida@freebsd.org> (maintainer) Notes: svn path=/head/; revision=249073
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-2010-84/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* . backout previous commit (revert editors/emacs to version 22.3)Boris Samorodov2009-09-0810-81/+84
| | | | | | | | | | | | | since the commit broke dependencies and the ports infrastructure was not fully prepared (a new emacs/editors22 port is needed for compatibility reasons); . bump PORTEPOCH. Reported by: Jan Henrik Sylvester <me at janh.de>, kostik Pointy hat to: bsam (me) Notes: svn path=/head/; revision=241034
* Updat GNU Emacs to v. 23.1.Boris Samorodov2009-09-0710-84/+81
| | | | | | | | | | | | | | | | | | | | | | | | Emacs 23 has a wide variety of new features, including: * Improved Unicode support. * Font rendering with Fontconfig and Xft. * Support for using X displays and text terminals in one session, and for running as a daemon. * Support for multi-file commits in distributed version-control systems (VC-dir). * New modes and packages for viewing PDF and postscript files (Doc-view mode), connecting to processes through D-Bus (dbus), connecting to the GNU Privacy Guard (EasyPG), editing XML documents (nXML mode), editing Ruby programs (Ruby mode), and more. Detailed list is available at: http://www.gnu.org/software/emacs/NEWS.23.1 PR: ports/137956 Submitted by: Ashish SHUKLA <wahjava at gmail.com> Approved by: keramida@ceid.upatras.gr (maintainer tineout, 19 days) Notes: svn path=/head/; revision=241005
* . update to version 22.3 (includes a security fix in the way EmacsBoris Samorodov2008-11-104-21/+22
| | | | | | | | | | | | | 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-032-616/+0
| | | | | | | | | | | | | - 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
* As pointed out by mjl @ #bsdports: The patch I commited was a patchEdwin Groothuis2008-05-142-14/+10
| | | | | | | | | on itself. Extracted the patch and recommit it. PR: ports/120370 Notes: svn path=/head/; revision=213071
* [patch] editors/emacs build on armEdwin Groothuis2008-05-121-0/+14
| | | | | | | | | PR: ports/120370 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr> Notes: svn path=/head/; revision=212939
* Port the gmalloc.c allocator from the CVS trunk of Emacs.Giorgos Keramidas2007-10-081-0/+606
| | | | | | | | | | | | | This includes various enhancements and fixes, including a serious bug caused by using gmalloc's allocation and free functions and the system version of posix_memalign(). PR: ports/114993 Submitted by: Gardner Bell Reviewed by: pav Notes: svn path=/head/; revision=201125
* Update to 22.1.MANTANI Nobutaka2007-07-1622-541/+93
| | | | | | | Hand over maintainership to keramida. Notes: svn path=/head/; revision=195755
* - Add .info suffix to filename of info files.MANTANI Nobutaka2005-12-081-2/+22
| | | | | | | | | - Use INFO macro. Requested by: edwin Notes: svn path=/head/; revision=150676
* Fix build error.MANTANI Nobutaka2005-09-051-0/+42
| | | | | | | | PR: ports/85508 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=142000
* Add powerpc support.MANTANI Nobutaka2005-07-151-3/+4
| | | | | | | | PR: ports/83074 Submitted by: Dario Freni <saturnero@freesbie.org> Notes: svn path=/head/; revision=139280
* Fix problems with AltGr-Modifier on several keyboards.MANTANI Nobutaka2005-03-021-0/+11
| | | | | | | | PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=130195
* Fix format string vulnerability in the movemail utility.MANTANI Nobutaka2005-02-141-0/+11
| | | | | | | | | Security: CAN-2005-0100 Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html Security: Malicious POP3 servers can execute arbitrary code. Notes: svn path=/head/; revision=128795
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-8/+0
| | | | Notes: svn path=/head/; revision=121637
* Fix runtime breakage on ia64, which was introduced with binutils 2.15.Marcel Moolenaar2004-09-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Note that emacs is run as part of the build, so it shows as a build failure... To explain (for maintainer's benefit): Previously the linker would put the text segment in region 2 and the data segment in region 3. This was changed for FreeBSD (due to me sending a patch :-) to load the text segment in region 1 with the data segment immediately following the text segment in the same region (or subsequent regions of the text segment is larger than 2^61 bytes in size -- fat chance :-) So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the region base of the data segment prior to the binutils 2.15 import), needed to be changed to match the current layout (=0x2000000000000000, the region 1 base address). Approved by: portmgr (krion -- thank!) Notes: svn path=/head/; revision=118118
* Enable interruption with C-g key while opening network connection.MANTANI Nobutaka2004-05-241-32/+13
| | | | | | | | PR: ports/65910 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=109868
* Move the ancient emacs 19.x port from editors/emacs toKris Kennaway2004-03-2127-1211/+495
| | | | | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983 Notes: svn path=/head/; revision=104813
* Fix build on -current (remove duplicate declarations of things in systemKris Kennaway2002-09-071-0/+11
| | | | | | | headers) Notes: svn path=/head/; revision=65748
* Fix termcap problem.Shigeyuki Fukushima2000-07-121-6/+9
| | | | | | | | PR: ports/17496 Submitted by: Tetsurou OKAZAKI <okazaki@be.to> Notes: svn path=/head/; revision=30518
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-8/+19
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Fix for systems where __FreeBSD__ >= 3.Steve Price1999-04-101-3/+3
| | | | | | | | | PR: 10783 Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Diagnosed by: David Deatherage <DDeatherage@bridge.com> Notes: svn path=/head/; revision=17751
* Unbreak for 4.X.Justin M. Seger1999-04-041-0/+11
| | | | | | | PR: ports/10782 Notes: svn path=/head/; revision=17635
* Add fix for Alpha.Hidetoshi Shimokawa1999-01-234-6/+112
| | | | | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc. Notes: svn path=/head/; revision=16277
* Lock file correction and reflect change in /etc/mtree/BSD.local.dist.Jun Kuriyama1999-01-021-0/+10
| | | | | | | | PR: ports/8289 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15768
* Allow emacs to run stripped.Steve Price1998-10-101-3/+13
| | | | | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=13867
* Convert to ELF.Steve Price1998-10-102-16/+64
| | | | | | | | PR: 8090 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=13832
* Fix the emacsclient bug.Motoyuki Konno1998-10-091-0/+22
| | | | | | | PR: ports/8208 Notes: svn path=/head/; revision=13788
* Rename a patch file that didn't adhere to the usual namingJohn Polstra1997-12-231-0/+11
| | | | | | | conventions. Notes: svn path=/head/; revision=9154
* Add patches to use the unexec function from xemacs. This eliminatesJohn Polstra1997-12-232-2/+706
| | | | | | | | the need for a hack in ld.so to make emacs work. I have submitted these changes to a GNU emacs maintainer. Notes: svn path=/head/; revision=9153
* Add a bunch of info files that were missing from various lists. MySatoshi Asami1997-12-141-0/+13
| | | | | | | | | goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission) Notes: svn path=/head/; revision=9071
* Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami1997-06-081-15/+16
| | | | Notes: svn path=/head/; revision=6802
* If compiling under native ncurses (instead of libcurses), we have toPeter Wemm1997-05-261-3/+21
| | | | | | | | | | use the terminfo version of tparam() since the termcap version supplies tgoto() which seriously screws up text display. ncurses-4.1 has both a termcap and terminfo internal interface and is quicker with the terminfo one even when it's read a termcap.db file. Notes: svn path=/head/; revision=6571
* Spread info dir entries into all relevant files. The previous versionSatoshi Asami1997-05-201-11/+137
| | | | | | | | (with all entries listed in emacs.texi) deleted only the first entry when the user did a pkg_delete (a bug in install-info, maybe?). Notes: svn path=/head/; revision=6514
* Hey guys, thanks for the number of comments on my install-info inquirySatoshi Asami1997-04-181-0/+95
| | | | | | | | | (which was about equal to number of FreeBSD installations on Hale Bopp itself). Seems like I need to just go ahead and commit it so people can try out and scream! Notes: svn path=/head/; revision=6235
* Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PRSatoshi Asami1997-04-091-0/+11
ports/3175. Notes: svn path=/head/; revision=6165