summaryrefslogtreecommitdiff
path: root/editors/emacs20-dl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update patch-filename in DESCR document.Shigeyuki Fukushima1999-11-061-2/+2
| | | | Notes: svn path=/head/; revision=22940
* Update emacs-dl patches.Shigeyuki Fukushima1999-10-265-5/+29
| | | | | | | | | | Fix broken internal DOC-string. PR: ports/14513 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=22653
* 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
* Update to 20.4.Shigeyuki Fukushima1999-08-095-36/+32
| | | | | | | Obtained from: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=20626
* 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
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-3/+3
| | | | | | | | | | | | | | | | | | | ${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 my e-mail address.Shigeyuki Fukushima1999-03-021-1/+1
| | | | Notes: svn path=/head/; revision=16980
* Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,Shigeyuki Fukushima1999-03-011-3/+3
| | | | | | | | because this port includes a long long patch for configure. And patches/patch-ce removed. Notes: svn path=/head/; revision=16959
* Fix build error on 4.0-current by registering __FreeBSD__ == 4Shigeyuki Fukushima1999-02-281-1/+10
| | | | | | | | | | with src/s/freebsd.h. This change is by Takayuki TAMURA <ttathome@remus.dti.ne.jp>. PR: ports/10192 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16926
* ${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-235-7/+98
| | | | | | | - 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
* No need to use ${.CURDIR}/... trick in RUN_DEPENDS.Satoshi Asami1998-12-171-2/+2
| | | | Notes: svn path=/head/; revision=15393
* GNU editing macros with dynamic loading module function (binary only).Jun Kuriyama1998-12-1310-0/+140
PR: ports/8776 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15332