summaryrefslogtreecommitdiff
path: root/editors/emacs23 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Bring over the NO_X11 changes from emacs20. (define NO_X11 to build withoutChris Piazza1999-07-041-2/+6
| | | | | | | an X dependancy) Notes: svn path=/head/; revision=19985
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* 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
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+3
| | | | Notes: svn path=/head/; revision=17142
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-4/+4
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Add fix for Alpha.Hidetoshi Shimokawa1999-01-236-22/+129
| | | | | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc. Notes: svn path=/head/; revision=16277
* Add USE_XLIB -- otherwise the packages will be built without X support.Satoshi Asami1999-01-161-1/+2
| | | | Notes: svn path=/head/; revision=16085
* Lock file correction and reflect change in /etc/mtree/BSD.local.dist.Jun Kuriyama1999-01-023-4/+21
| | | | | | | | 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
* Use PLIST_SUB to minimize changes to PLIST when version is changed.Satoshi Asami1998-09-142-940/+942
| | | | Notes: svn path=/head/; revision=13106
* Remove manpages, but _NOT_ from the multi-lingualTim Vanderhoek1998-08-171-3/+0
| | | | | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships. Notes: svn path=/head/; revision=12575
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami1998-04-041-1/+2
| | | | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. Notes: svn path=/head/; revision=10410
* 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-143-2/+24
| | | | | | | | | goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission) Notes: svn path=/head/; revision=9071
* 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