summaryrefslogtreecommitdiffstats
path: root/editors/emacs20/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to emacs-20.5ajseger2000-01-041-3/+4
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to emacs 20.4jseger1999-08-081-6/+12
| | | | | Submitted by: shige PR: ports/12779
* Add non-X support by building with NO_X11 defined.jseger1999-06-251-2/+6
| | | | | Submitted by: Matthew Seaman <m.seaman@inpharmatica.co.uk> PR: ports/11781
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-111-1/+3
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-4/+4
| | | | | | | | | | | | | | | | ${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. :)
* Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,shige1999-03-011-2/+2
| | | | | because this port includes a long long patch for configure. And patches/patch-ce removed.
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Add fix for Alpha.simokawa1999-01-231-3/+5
| | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc.
* Add USE_XLIB -- otherwise the packages will be built without X support.asami1999-01-161-1/+2
|
* Add USE_XPGLIB extension (default OFF).kuriyama1998-12-131-1/+7
| | | | | PR: ports/8775 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Use PLIST_SUB to avoid having to change 1,200 lines in the PLIST fileasami1998-09-011-1/+2
| | | | when the port is upgraded.
* Upgrade to emacs 20.3jseger1998-09-011-13/+5
| | | | PR: 7714
* Remove a few lines that shouldn't be there.jseger1997-12-171-3/+1
| | | | Pointed out by: asami
* Upgrade repository copy of emacs to emacs 20.2.jseger1997-12-141-9/+10
|
* Make this port a little more portlint-clean.asami1997-07-171-2/+4
|
* Spread info dir entries into all relevant files. The previous versionasami1997-05-201-5/+7
| | | | | (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 inquiryasami1997-04-181-1/+5
| | | | | | (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!
* 19.34 -> 19.34b. It seems like this release was replaced on the GNU masterasami1996-11-191-3/+4
| | | | site 2 months ago and nobody noticed!
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Converted to MAN[1-9NL]obrien1996-11-171-6/+2
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | Minor variable reordering where needed.
* Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=max1996-10-181-2/+2
| | | | Submitted by: asami
* Take NOMANCOMPRESS setting into account.max1996-10-181-3/+5
| | | | | | Reminded by: "Philippe Charnier" <charnier@xp11.frmug.org> Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes.
* Upgrade, 19.31 -> 19.34.asami1996-09-041-4/+4
| | | | Submitted (in part) by: rich
* Upgrade to 19.31jkh1996-06-071-3/+3
|
* Upgrade from 19.29 to 19.30. One of the patches, which we got fromasami1995-12-011-4/+4
| | | | rms, is no longer necessary (naturally).
* While I'm at it, add "--with-x-toolkit" to the configure args. Itasami1995-06-261-2/+2
| | | | looks much nicer that way.
* Strip binaries.asami1995-06-261-1/+4
|
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowasami1995-06-261-3/+8
| | | | /usr/local/share/emacs!
* Another round of Makefile updates, editors version.asami1995-04-091-5/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Add a "STRIP= " to the Makefile to prevent a problem that install will beats1995-02-131-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.28jkh1995-01-091-3/+3
|
* Simplify - don't need to put gmake in DEPENDS ifjkh1995-01-051-2/+1
| | | | USES_GMAKE is set.
* Make this depend on gmake. I could do this automagically for USE_GMAKE,jkh1994-11-221-1/+2
| | | | but I think perhaps that's just a little TOO automagic.
* Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.pst1994-10-291-4/+4
|
* Add prefix argument.jkh1994-10-041-2/+2
|
* Several changes across all ports:jkh1994-09-141-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*jkh1994-09-131-4/+4
| | | | this new ports system! :-)
* Make the required changes to make all existing ports use MASTER_SITESjkh1994-09-131-2/+2
| | | | correctly.
* Change all the HOME_LOCATION records to HTML spec. Now if someonejkh1994-08-311-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
* Adjust to new bsd.port.mk conventions for configuration.jkh1994-08-211-2/+3
| | | | Submitted by: jkh
* The start of the 2.0 ports collection. No sup repository yet, but I'lljkh1994-08-211-0/+14
make one when I wake up again.. :) Submitted by: jkh
OpenPOWER on IntegriCloud