aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs20-dl
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-241-0/+4
| | | | Notes: svn path=/head/; revision=149253
* - Fix fetchingPav Lucistnik2005-11-241-2/+2
| | | | Notes: svn path=/head/; revision=149252
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Don't use "." in PATCH_SITE_SUBDIR for MASTER_SITE_LOCAL - thereBill Fenner2005-10-091-1/+1
| | | | | | | are no files there. Notes: svn path=/head/; revision=144726
* Remove obsolete mastersites.Mark Linimon2005-09-111-3/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=142491
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* 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-155-59/+0
| | | | Notes: svn path=/head/; revision=121637
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+4
| | | | Notes: svn path=/head/; revision=105747
* 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-072-1/+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
* Fix core-dump-problem on 5.0 or later.Shigeyuki Fukushima2003-02-021-3/+7
| | | | | | | | PR: ports/46031 Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Notes: svn path=/head/; revision=74463
* Fix build on -current (bogus duplicate declaration)Kris Kennaway2002-09-071-0/+13
| | | | Notes: svn path=/head/; revision=65749
* Apply linespace patch (taoka).Shigeyuki Fukushima2001-12-073-3/+40
| | | | | | | | | 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-093-5/+21
| | | | | | | 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
* Incorrect error code fix when a connection is failed.Munechika SUMIKAWA2000-09-041-50/+61
| | | | | | | | Submitted by: kazu@iijlab.net Approved by: shige Notes: svn path=/head/; revision=32240
* Update to 20.7.Shigeyuki Fukushima2000-07-059-78/+78
| | | | | | | | 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-173-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-3/+3
| | | | Notes: svn path=/head/; revision=27501
* Chase emacs20 version up to 20.6.Satoshi Asami2000-03-103-8/+8
| | | | | | | Submitted by: "OKAZAKI Tetsurou" <okazaki@be.to> Notes: svn path=/head/; revision=26718
* Update PATCH_SITES and WWW URL in DESCR.Shigeyuki Fukushima2000-02-252-2/+5
| | | | Notes: svn path=/head/; revision=26276
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
| | | | Notes: svn path=/head/; revision=24815
* Add patches for supporting IPv6.Shigeyuki Fukushima2000-01-151-0/+149
| | | | | | | Obtained from: sumikawa@ebina.hitachi.co.jp Notes: svn path=/head/; revision=24763
* Fix problems related to change with libtermcap/libncurses in current.Shigeyuki Fukushima2000-01-141-2/+11
| | | | | | | Merged from editors/emacs20 fix. Notes: svn path=/head/; revision=24719
* Add explanation of `locale warning message' to DESCR and MESSAGE.Shigeyuki Fukushima2000-01-112-0/+22
| | | | | | | | PR: ports/15900 Submitted by: Takehiro Suzuki <takehiro@coral.ocn.ne.jp> Notes: svn path=/head/; revision=24645
* Update to 20.5.Shigeyuki Fukushima2000-01-043-7/+9
| | | | Notes: svn path=/head/; revision=24408
* 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