summaryrefslogtreecommitdiff
path: root/editors/emacs20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a few lines that shouldn't be there.Justin M. Seger1997-12-172-4/+1
| | | | | | | Pointed out by: asami Notes: svn path=/head/; revision=9115
* Upgrade repository copy of emacs to emacs 20.2.Justin M. Seger1997-12-146-1088/+1317
| | | | Notes: svn path=/head/; revision=9073
* Make this port a little more portlint-clean.Satoshi Asami1997-07-171-2/+4
| | | | Notes: svn path=/head/; revision=7358
* 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-203-17/+165
| | | | | | | | (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-183-5/+103
| | | | | | | | | (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
* List all files in share/emacs/19.34 and libexec/emacs/19.34. CloseSatoshi Asami1997-03-041-2/+941
| | | | | | | PR ports/2860. Notes: svn path=/head/; revision=5831
* 19.34 -> 19.34b. It seems like this release was replaced on the GNU masterSatoshi Asami1996-11-192-4/+5
| | | | | | | site 2 months ago and nobody noticed! Notes: svn path=/head/; revision=4594
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Converted to MAN[1-9NL]David E. O'Brien1996-11-171-6/+2
| | | | Notes: svn path=/head/; revision=4534
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
* Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=Masafumi Max NAKANE1996-10-181-2/+2
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=4038
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-10-181-1/+0
| | | | Notes: svn path=/head/; revision=4028
* Take NOMANCOMPRESS setting into account.Masafumi Max NAKANE1996-10-181-3/+5
| | | | | | | | | Reminded by: "Philippe Charnier" <charnier@xp11.frmug.org> Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes. Notes: svn path=/head/; revision=4027
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Upgrade, 19.31 -> 19.34.Satoshi Asami1996-09-043-8/+8
| | | | | | | Submitted (in part) by: rich Notes: svn path=/head/; revision=3742
* Fix what I broke in upgrading.Jordan K. Hubbard1996-06-101-876/+3
| | | | Notes: svn path=/head/; revision=3192
* Upgrade to 19.31Jordan K. Hubbard1996-06-073-881/+881
| | | | Notes: svn path=/head/; revision=3177
* Upgrade from 19.29 to 19.30. One of the patches, which we got fromSatoshi Asami1995-12-015-821/+903
| | | | | | | rms, is no longer necessary (naturally). Notes: svn path=/head/; revision=2508
* Oops, forgot the stuff in /usr/local/libexec/emacs/19.29.Satoshi Asami1995-06-261-0/+13
| | | | | | | Submitted by: roberto@blaise.ibp.fr (Ollivier Robert) Notes: svn path=/head/; revision=1894
* While I'm at it, add "--with-x-toolkit" to the configure args. ItSatoshi Asami1995-06-261-2/+2
| | | | | | | looks much nicer that way. Notes: svn path=/head/; revision=1890
* Strip binaries.Satoshi Asami1995-06-261-1/+4
| | | | Notes: svn path=/head/; revision=1889
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowSatoshi Asami1995-06-264-8/+810
| | | | | | | /usr/local/share/emacs! Notes: svn path=/head/; revision=1886
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowSatoshi Asami1995-06-261-3/+8
| | | | | | | /usr/local/share/emacs! Notes: svn path=/head/; revision=1885
* Another round of Makefile updates, editors version.Satoshi Asami1995-04-091-5/+6
| | | | Notes: svn path=/head/; revision=1308
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Correct the packing list. The texi.info* and some of the info files areAndreas Schulz1995-02-131-16/+0
| | | | | | | not in the source of emacs. Notes: svn path=/head/; revision=964
* Add a "STRIP= " to the Makefile to prevent a problem that install will beAndreas Schulz1995-02-131-1/+2
| | | | | | | | | | | | | | called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't install them. We have a serious problem with name overloading here. The bsd.port.mk file uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure script. If configure detects them it uses it happily with sometimes surprising results. Normally configure know that shell scripts doesn't need the "-s" flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides configure's autodetection of the correct install and the installflags. Notes: svn path=/head/; revision=963
* Update to version 19.28Jordan K. Hubbard1995-01-094-7/+7
| | | | Notes: svn path=/head/; revision=739
* Simplify - don't need to put gmake in DEPENDS ifJordan K. Hubbard1995-01-051-2/+1
| | | | | | | USES_GMAKE is set. Notes: svn path=/head/; revision=718
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Make this depend on gmake. I could do this automagically for USE_GMAKE,Jordan K. Hubbard1994-11-221-1/+2
| | | | | | | but I think perhaps that's just a little TOO automagic. Notes: svn path=/head/; revision=454
* Satoshi correctly points out that the info/ line in this is bogus.Jordan K. Hubbard1994-11-221-1/+65
| | | | | | | | Fix it. Also try out an interesting and possibly even functional hack to preserve the dir file. I'm scared to try it, personally! :-) Notes: svn path=/head/; revision=446
* Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.Paul Traina1994-10-293-7/+7
| | | | Notes: svn path=/head/; revision=288
* Add prefix argument.Jordan K. Hubbard1994-10-041-2/+2
| | | | Notes: svn path=/head/; revision=173
* Several changes across all ports:Jordan K. Hubbard1994-09-141-2/+2
| | | | | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release. Notes: svn path=/head/; revision=93
* Update this port to emacs 19.26. This took about 15 seconds. I *like*Jordan K. Hubbard1994-09-133-7/+7
| | | | | | | this new ports system! :-) Notes: svn path=/head/; revision=86
* Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard1994-09-131-2/+2
| | | | | | | correctly. Notes: svn path=/head/; revision=84
* Change all the HOME_LOCATION records to HTML spec. Now if someoneJordan K. Hubbard1994-08-311-2/+2
| | | | | | | | | | can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh Notes: svn path=/head/; revision=49
* Update this for 19.25; no lib/emacs/lisp dir now.Jordan K. Hubbard1994-08-221-1/+0
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=30
* Add package files.Jordan K. Hubbard1994-08-223-0/+30
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=27
* Adjust to new bsd.port.mk conventions for configuration.Jordan K. Hubbard1994-08-211-2/+3
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=10
* The start of the 2.0 ports collection. No sup repository yet, but I'llJordan K. Hubbard1994-08-211-0/+14
make one when I wake up again.. :) Submitted by: jkh Notes: svn path=/head/; revision=6