aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs20-dl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* pkg-message has been removed.FUJISHIMA Satsuki2004-11-151-3/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=121725
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-7/+0
| | | | Notes: svn path=/head/; revision=121637
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Apply linespace patch (taoka).Shigeyuki Fukushima2001-12-071-3/+20
| | | | | | | | | Apply dired.el patch (yoichi). Submitted by: taoka, yoichi Notes: svn path=/head/; revision=51178
* Efficient order MASTER_SITES.Shigeyuki Fukushima2001-05-091-2/+2
| | | | Notes: svn path=/head/; revision=42462
* Apply XIM patch(PORTREVISION bump).Shigeyuki Fukushima2001-05-091-4/+18
| | | | | | | Add post-install target for printing pkg-message. Notes: svn path=/head/; revision=42459
* Fix for using OSVERSION variable.Shigeyuki Fukushima2001-04-271-5/+5
| | | | | | | Submitted by: Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp> Notes: svn path=/head/; revision=41965
* Add WITHOUT_XIM option.Shigeyuki Fukushima2001-04-201-0/+4
| | | | | | | | | | Mule/Emacs does not maintain XIM clients perfectly. This option disables XIM function in Mule/Emacs. Reported by: Yuji Takano <takachan@running-dog.net> Notes: svn path=/head/; revision=41749
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+4
| | | | Notes: svn path=/head/; revision=37252
* Update to 20.7.Shigeyuki Fukushima2000-07-051-2/+7
| | | | | | | | PR: ports/19692 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=30235
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-4/+2
| | | | | | | | | | 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-3/+3
| | | | Notes: svn path=/head/; revision=27501
* Chase emacs20 version up to 20.6.Satoshi Asami2000-03-101-6/+6
| | | | | | | Submitted by: "OKAZAKI Tetsurou" <okazaki@be.to> Notes: svn path=/head/; revision=26718
* Update PATCH_SITES and WWW URL in DESCR.Shigeyuki Fukushima2000-02-251-1/+2
| | | | Notes: svn path=/head/; revision=26276
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
| | | | Notes: svn path=/head/; revision=24815
* Update to 20.5.Shigeyuki Fukushima2000-01-041-5/+7
| | | | Notes: svn path=/head/; revision=24408
* Update emacs-dl patches.Shigeyuki Fukushima1999-10-261-2/+10
| | | | | | | | | | 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-091-12/+17
| | | | | | | Obtained from: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=20626
* 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 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
* ${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-231-3/+4
| | | | | | | - 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-131-0/+41
PR: ports/8776 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15332