Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this port a little more portlint-clean. | Satoshi Asami | 1997-07-17 | 1 | -2/+4 |
| | |||||
* | Align all info entries at 4th tab stop (as in system info entries). | Satoshi Asami | 1997-06-08 | 1 | -15/+16 |
| | |||||
* | If compiling under native ncurses (instead of libcurses), we have to | Peter Wemm | 1997-05-26 | 1 | -3/+21 |
| | | | | | | | use the terminfo version of tparam() since the termcap version supplies tgoto() which seriously screws up text display. ncurses-4.1 has both a termcap and terminfo internal interface and is quicker with the terminfo one even when it's read a termcap.db file. | ||||
* | Spread info dir entries into all relevant files. The previous version | Satoshi Asami | 1997-05-20 | 3 | -17/+165 |
| | | | | | (with all entries listed in emacs.texi) deleted only the first entry when the user did a pkg_delete (a bug in install-info, maybe?). | ||||
* | Hey guys, thanks for the number of comments on my install-info inquiry | Satoshi Asami | 1997-04-18 | 3 | -5/+103 |
| | | | | | | (which was about equal to number of FreeBSD installations on Hale Bopp itself). Seems like I need to just go ahead and commit it so people can try out and scream! | ||||
* | Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR | Satoshi Asami | 1997-04-09 | 1 | -0/+11 |
| | | | | ports/3175. | ||||
* | List all files in share/emacs/19.34 and libexec/emacs/19.34. Close | Satoshi Asami | 1997-03-04 | 1 | -2/+941 |
| | | | | PR ports/2860. | ||||
* | 19.34 -> 19.34b. It seems like this release was replaced on the GNU master | Satoshi Asami | 1996-11-19 | 2 | -4/+5 |
| | | | | site 2 months ago and nobody noticed! | ||||
* | Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | Converted to MAN[1-9NL] | David E. O'Brien | 1996-11-17 | 1 | -6/+2 |
| | |||||
* | CATEGORIES+= --> CATEGORIES= | David E. O'Brien | 1996-11-11 | 1 | -2/+2 |
| | | | | Minor variable reordering where needed. | ||||
* | Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS= | Masafumi Max NAKANE | 1996-10-18 | 1 | -2/+2 |
| | | | | Submitted by: asami | ||||
* | Removed unnecessary @cwd directive. | Masafumi Max NAKANE | 1996-10-18 | 1 | -1/+0 |
| | |||||
* | Take NOMANCOMPRESS setting into account. | Masafumi Max NAKANE | 1996-10-18 | 1 | -3/+5 |
| | | | | | | Reminded by: "Philippe Charnier" <charnier@xp11.frmug.org> Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes. | ||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | Satoshi Asami | 1996-10-10 | 1 | -1/+1 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | Upgrade, 19.31 -> 19.34. | Satoshi Asami | 1996-09-04 | 3 | -8/+8 |
| | | | | Submitted (in part) by: rich | ||||
* | Fix what I broke in upgrading. | Jordan K. Hubbard | 1996-06-10 | 1 | -876/+3 |
| | |||||
* | Upgrade to 19.31 | Jordan K. Hubbard | 1996-06-07 | 3 | -881/+881 |
| | |||||
* | Upgrade from 19.29 to 19.30. One of the patches, which we got from | Satoshi Asami | 1995-12-01 | 5 | -821/+903 |
| | | | | rms, is no longer necessary (naturally). | ||||
* | Oops, forgot the stuff in /usr/local/libexec/emacs/19.29. | Satoshi Asami | 1995-06-26 | 1 | -0/+13 |
| | | | | Submitted by: roberto@blaise.ibp.fr (Ollivier Robert) | ||||
* | While I'm at it, add "--with-x-toolkit" to the configure args. It | Satoshi Asami | 1995-06-26 | 1 | -2/+2 |
| | | | | looks much nicer that way. | ||||
* | Strip binaries. | Satoshi Asami | 1995-06-26 | 1 | -1/+4 |
| | |||||
* | Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now | Satoshi Asami | 1995-06-26 | 4 | -8/+810 |
| | | | | /usr/local/share/emacs! | ||||
* | Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now | Satoshi Asami | 1995-06-26 | 1 | -3/+8 |
| | | | | /usr/local/share/emacs! | ||||
* | Another round of Makefile updates, editors version. | Satoshi Asami | 1995-04-09 | 1 | -5/+6 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | 1995-04-01 | 1 | -1/+2 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Correct the packing list. The texi.info* and some of the info files are | Andreas Schulz | 1995-02-13 | 1 | -16/+0 |
| | | | | not in the source of emacs. | ||||
* | Add a "STRIP= " to the Makefile to prevent a problem that install will be | Andreas Schulz | 1995-02-13 | 1 | -1/+2 |
| | | | | | | | | | | | called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't install them. We have a serious problem with name overloading here. The bsd.port.mk file uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure script. If configure detects them it uses it happily with sometimes surprising results. Normally configure know that shell scripts doesn't need the "-s" flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides configure's autodetection of the correct install and the installflags. | ||||
* | Update to version 19.28 | Jordan K. Hubbard | 1995-01-09 | 4 | -7/+7 |
| | |||||
* | Simplify - don't need to put gmake in DEPENDS if | Jordan K. Hubbard | 1995-01-05 | 1 | -2/+1 |
| | | | | USES_GMAKE is set. | ||||
* | First batch of MD5 checksum files. Only did through to the end of net | Gary Palmer | 1994-12-18 | 1 | -0/+1 |
| | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later | ||||
* | Make this depend on gmake. I could do this automagically for USE_GMAKE, | Jordan K. Hubbard | 1994-11-22 | 1 | -1/+2 |
| | | | | but I think perhaps that's just a little TOO automagic. | ||||
* | Satoshi correctly points out that the info/ line in this is bogus. | Jordan K. Hubbard | 1994-11-22 | 1 | -1/+65 |
| | | | | | Fix it. Also try out an interesting and possibly even functional hack to preserve the dir file. I'm scared to try it, personally! :-) | ||||
* | Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x. | Paul Traina | 1994-10-29 | 3 | -7/+7 |
| | |||||
* | Add prefix argument. | Jordan K. Hubbard | 1994-10-04 | 1 | -2/+2 |
| | |||||
* | Several changes across all ports: | Jordan K. Hubbard | 1994-09-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release. | ||||
* | Update this port to emacs 19.26. This took about 15 seconds. I *like* | Jordan K. Hubbard | 1994-09-13 | 3 | -7/+7 |
| | | | | this new ports system! :-) | ||||
* | Make the required changes to make all existing ports use MASTER_SITES | Jordan K. Hubbard | 1994-09-13 | 1 | -2/+2 |
| | | | | correctly. | ||||
* | Change all the HOME_LOCATION records to HTML spec. Now if someone | Jordan K. Hubbard | 1994-08-31 | 1 | -2/+2 |
| | | | | | | | can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh | ||||
* | Update this for 19.25; no lib/emacs/lisp dir now. | Jordan K. Hubbard | 1994-08-22 | 1 | -1/+0 |
| | | | | Submitted by: jkh | ||||
* | Add package files. | Jordan K. Hubbard | 1994-08-22 | 3 | -0/+30 |
| | | | | Submitted by: jkh | ||||
* | Adjust to new bsd.port.mk conventions for configuration. | Jordan K. Hubbard | 1994-08-21 | 1 | -2/+3 |
| | | | | Submitted by: jkh | ||||
* | The start of the 2.0 ports collection. No sup repository yet, but I'll | Jordan K. Hubbard | 1994-08-21 | 1 | -0/+14 |
make one when I wake up again.. :) Submitted by: jkh |