aboutsummaryrefslogtreecommitdiffstats
path: root/editors/apel-emacs20
Commit message (Collapse)AuthorAgeFilesLines
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* Reset MAINTAINER to ports@.nork2004-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)
* Canonicalize handling of inclusion of bsd.port.mk.linimon2004-05-191-1/+1
| | | | | | PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-071-0/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* Update to stub(slave) port.shige2001-12-024-101/+1
| | | | Remove pkg-* in the slave ports.
* Update to 10.3.shige2001-10-291-0/+2
| | | | | Submitted by: kuriyama Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/11587
* Sort plist to reduce diff each other.kuriyama2001-10-281-2/+2
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Change PREFIX -> LOCALBASE.shige2000-07-121-2/+2
|
* Fix make deinstall(pkg_delete) problem.shige2000-05-131-0/+5
|
* Update to 10.2.shige2000-05-112-47/+44
| | | | Use EMACS_PORT_NAME and other related variables defined in bsd.emacs.mk.
* Finish converting editors/ to PORTNAME/PORTVERSION.asami2000-04-141-1/+0
|
* Chase emacs upgrade to 20.6.asami2000-03-111-1/+1
|
* Update to 20.5.shige2000-01-042-2/+2
|
* Upgrade to 9.23.shige2000-01-021-1/+1
|
* Update to 9.22.shige1999-10-112-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Catching up to emacs-20.4.shige1999-08-091-2/+2
|
* Update to 9.20.shige1999-08-064-5/+10
| | | | Reviewed by: OKAZAKI Tetsurou <okazaki@be.to>
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-031-1/+1
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Update to 9.19.shige1999-06-303-16/+18
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Update to 9.18.shige1999-05-103-20/+29
|
* Changed my e-mail address.shige1999-03-021-1/+1
|
* MAINTAINER changed, because I was a committer.shige1999-03-011-2/+2
|
* editors/apel-emacs:kuriyama1999-01-024-0/+99
A Portable Emacs Library for emacs. editors/apel-emacs20: A Portable Emacs Library for emacs20. editors/apel-mule: A Portable Emacs Library for mule. o Correct "Version required" header in apel-emacs/Makefile. o Fix virtual category "elisps" to "elisp". PR: ports/8831 Submitted: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>