Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete, expired ports. | Mark Linimon | 2007-04-02 | 1 | -20/+0 |
| | |||||
* | - Fix possibility of "infinite make fork" when "Registering install for ..." | Mark Linimon | 2006-01-28 | 1 | -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@. | Norikatsu Shigemura | 2004-12-23 | 1 | -1/+1 |
| | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) | ||||
* | Destroy pkg-comment for some of the stranger uses in the tree, | Ade Lovett | 2003-03-06 | 1 | -0/+1 |
| | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) | ||||
* | New master/slave scheme for flim-1.13.x(old version) ports. | Shigeyuki Fukushima | 2001-12-03 | 1 | -4/+1 |
| | | | | | | | | | | | | Update master port to emacs21. Update slave ports to stub port: flim113-emacs20, flim113-mule, flim113-xemacs21-mule. Remove slave ports: flim113-emacs. Add slave stub ports: flim113-emacs19 for emacs-19.x ports. Install el/elc files to version specific site-lisp directory. Change some style. | ||||
* | Fix depend-directory(port name) after repo-copy. | Shigeyuki Fukushima | 2001-10-22 | 1 | -2/+2 |
| | |||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | Satoshi Asami | 2000-10-08 | 1 | -2/+2 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Convert into EMACS_PORT_NAME style port. | Shigeyuki Fukushima | 2000-07-12 | 1 | -8/+1 |
| | |||||
* | EMACS_VER should now be 20.7. | Steve Price | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | Finish converting editors/ to PORTNAME/PORTVERSION. | Satoshi Asami | 2000-04-14 | 1 | -1/+0 |
| | |||||
* | Chase emacs upgrade to 20.6. | Satoshi Asami | 2000-03-10 | 1 | -1/+1 |
| | |||||
* | Update to 20.5. | Shigeyuki Fukushima | 2000-01-04 | 1 | -1/+1 |
| | |||||
* | Upgrade to 1.13.7. | Shigeyuki Fukushima | 2000-01-02 | 1 | -1/+1 |
| | |||||
* | Update to 1.13.6. | Shigeyuki Fukushima | 1999-10-11 | 1 | -1/+4 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -2/+2 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Catching up to emacs-20.4. | Shigeyuki Fukushima | 1999-08-09 | 1 | -2/+2 |
| | |||||
* | Add EMACS_LIBDIR_WITH_VER valiable. | Shigeyuki Fukushima | 1999-08-06 | 1 | -2/+3 |
| | | | | | semi-setupel.el file is installed into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp. | ||||
* | Change from master to slave. | Shigeyuki Fukushima | 1999-05-09 | 1 | -60/+10 |
| | | | | New master port is editors/semi-emacs-current. | ||||
* | Make good to `make install' when NOPORTDOCS is not set. | SADA Kenji | 1999-04-18 | 1 | -4/+5 |
| | |||||
* | Update to 1.13.3. | Shigeyuki Fukushima | 1999-03-09 | 1 | -12/+8 |
| | |||||
* | MAINTAINER changed, because I was a committer. | Shigeyuki Fukushima | 1999-03-01 | 1 | -2/+2 |
| | |||||
* | Use --no-validate instead of --force to make makeinfo behave. | Steve Price | 1999-02-22 | 1 | -2/+2 |
| | |||||
* | Category name of elisp ports is "elisp". (not "elisps") | Jun Kuriyama | 1999-02-17 | 1 | -2/+2 |
| | |||||
* | Initial import of semi-emacs20-current version 1.12.0. | Steve Price | 1999-01-18 | 1 | -0/+78 |
A library of MIME features for GNU Emacs. PR: 9203 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> |