summaryrefslogtreecommitdiff
path: root/editors/emacs20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Apply linespace patch (taoka).Shigeyuki Fukushima2001-12-073-3/+44
| | | | | | | | | Apply dired.el patch (yoichi). Submitted by: taoka, yoichi Notes: svn path=/head/; revision=51175
* Tidy up Makefile: double negative condition check si not good.FUJISHIMA Satsuki2001-09-224-62/+20
| | | | | | | | | | PR: 23504 Submitted by: Giorgos Keramidas <keramida@westgate.gr> remove xpg4 hack and process it through autoconf. Notes: svn path=/head/; revision=48090
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Don't overwrite CATEGORIES in master ports. Use += instead, so slavesMaxim Sobolev2001-05-221-1/+1
| | | | | | | | would be able to insert their own entries (usually language category) upfront. Notes: svn path=/head/; revision=42933
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Incorrect error code fix when a connection is failed.Munechika SUMIKAWA2000-09-041-50/+61
| | | | | | | | Submitted by: kazu@iijlab.net Approved by: jseger Notes: svn path=/head/; revision=32239
* patch-ai, patch-an, patch-cg: Regenerated for emacs-20.7.Justin M. Seger2000-07-305-29/+45
| | | | | | | | | | | | | | | | | | | | patch-cc (configure.in): Merged with patch-ch. patch-af (src/unexfreebsd.c): Removed. Not used by this port. patch-ca (src/Makefile.in): Removed. 5-CURRENT's and 4-STABLE's libtermcap -> libncurses symbolic link issues are now well handled by vendor's src/s/freebsd.h. Moved LIBS_XPG changes to patch-cb. patch-cb (src/s/freebsd.h): Regenerate for emacs-20.7. Update the conditional of enclosing the USE_XPG check so as not to link libxpg4 on recently 5-CURRENT and 4-STABLE after the merge of libxpg4 into libc. Added LIBS_XPG to LIBS_SYSTEM. PR: ports/19653 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=31124
* Upgrade to emacs-20.7Justin M. Seger2000-06-273-6/+14
| | | | Notes: svn path=/head/; revision=29895
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-6/+4
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* portname/portversion updateMichael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27501
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-03-081-1/+1
| | | | Notes: svn path=/head/; revision=26669
* "Enable IPv6-ready for emacs20"Justin M. Seger2000-03-083-5/+154
| | | | | | | | | Submitted by: Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp> Upgrade to emacs-20.6 Notes: svn path=/head/; revision=26667
* Upgrade to emacs-20.5aJustin M. Seger2000-01-042-4/+5
| | | | Notes: svn path=/head/; revision=24401
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Upgrade to emacs 20.4Justin M. Seger1999-08-0820-250/+265
| | | | | | | | Submitted by: shige PR: ports/12779 Notes: svn path=/head/; revision=20618
* 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
* Add non-X support by building with NO_X11 defined.Justin M. Seger1999-06-251-2/+6
| | | | | | | | Submitted by: Matthew Seaman <m.seaman@inpharmatica.co.uk> PR: ports/11781 Notes: svn path=/head/; revision=19779
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-1/+0
| | | | | | | 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-2/+11
| | | | | | | | Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Diagnosed by: David Deatherage <DDeatherage@bridge.com> Notes: svn path=/head/; revision=17752
* 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
* Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,Shigeyuki Fukushima1999-03-011-2/+2
| | | | | | | | because this port includes a long long patch for configure. And patches/patch-ce removed. Notes: svn path=/head/; revision=16966
* Unbreak for currentJustin M. Seger1999-02-161-1/+10
| | | | Notes: svn path=/head/; revision=16730
* Add @direntry for info.info.Jun Kuriyama1999-02-091-0/+13
| | | | | | | | | | This fixes error at pkg_add. Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Modified by: kuriyama Notes: svn path=/head/; revision=16576
* ${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-19/+111
| | | | | | | - 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
* Reflect change in 1.44 of src/etc/mtree/BSD.local.dist.Jun Kuriyama1999-01-021-2/+0
| | | | | | | (not to remove directory share/emacs/site-lisp.) Notes: svn path=/head/; revision=15767
* Add USE_XPGLIB extension (default OFF).Jun Kuriyama1998-12-134-1/+47
| | | | | | | | PR: ports/8775 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15326
* Change @mkdir to @exec mkdir so that it actually worksJustin M. Seger1998-11-231-1/+1
| | | | Notes: svn path=/head/; revision=14826
* Make the package properly create the leim dirJustin M. Seger1998-11-231-0/+1
| | | | | | | | Submitted by: joelh PR: 8815 Notes: svn path=/head/; revision=14819
* Don't warn before mv'ing.Justin M. Seger1998-10-311-1/+1
| | | | | | | | Submitted by: shige@kuis.kyoto-u.ac.jp PR: ports/8226 Notes: svn path=/head/; revision=14278
* Fix info page problem.Vanilla I. Shu1998-09-232-62/+147
| | | | Notes: svn path=/head/; revision=13363
* Use PLIST_SUB to avoid having to change 1,200 lines in the PLIST fileSatoshi Asami1998-09-012-1255/+1256
| | | | | | | when the port is upgraded. Notes: svn path=/head/; revision=12979
* Upgrade to emacs 20.3Justin M. Seger1998-09-016-1326/+1309
| | | | | | | PR: 7714 Notes: svn path=/head/; revision=12975
* Handle /usr/lib/aout which, like the visiting mother-in-law, hasJohn Polstra1998-07-041-0/+9
| | | | | | | overstayed its welcome. Notes: svn path=/head/; revision=11700
* 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