summaryrefslogtreecommitdiff
path: root/editors/emacs22/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Bring over the NO_X11 changes from emacs20. (define NO_X11 to build withoutChris Piazza1999-07-041-2/+6
| | | | | | | an X dependancy) Notes: svn path=/head/; revision=19985
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-4/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+3
| | | | Notes: svn path=/head/; revision=17142
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi 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. :) Notes: svn path=/head/; revision=17053
* ${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-231-4/+5
| | | | | | | - 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
* Lock file correction and reflect change in /etc/mtree/BSD.local.dist.Jun Kuriyama1999-01-021-2/+7
| | | | | | | | PR: ports/8289 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15768
* Use PLIST_SUB to minimize changes to PLIST when version is changed.Satoshi Asami1998-09-141-1/+3
| | | | Notes: svn path=/head/; revision=13106
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami1998-04-041-1/+2
| | | | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. Notes: svn path=/head/; revision=10410
* Add a bunch of info files that were missing from various lists. MySatoshi Asami1997-12-141-2/+2
| | | | | | | | | goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission) Notes: svn path=/head/; revision=9071
* Make this port a little more portlint-clean.Satoshi Asami1997-07-171-2/+4
| | | | Notes: svn path=/head/; revision=7358
* Spread info dir entries into all relevant files. The previous versionSatoshi Asami1997-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?). Notes: svn path=/head/; revision=6514
* Hey guys, thanks for the number of comments on my install-info inquirySatoshi Asami1997-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! Notes: svn path=/head/; revision=6235
* 19.34 -> 19.34b. It seems like this release was replaced on the GNU masterSatoshi Asami1996-11-191-3/+4
| | | | | | | site 2 months ago and nobody noticed! Notes: svn path=/head/; revision=4594
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Converted to MAN[1-9NL]David E. O'Brien1996-11-171-6/+2
| | | | Notes: svn path=/head/; revision=4534
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
* Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=Masafumi Max NAKANE1996-10-181-2/+2
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=4038
* Take NOMANCOMPRESS setting into account.Masafumi Max NAKANE1996-10-181-3/+5
| | | | | | | | | Reminded by: "Philippe Charnier" <charnier@xp11.frmug.org> Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes. Notes: svn path=/head/; revision=4027
* Upgrade, 19.31 -> 19.34.Satoshi Asami1996-09-041-4/+4
| | | | | | | Submitted (in part) by: rich Notes: svn path=/head/; revision=3742
* Upgrade to 19.31Jordan K. Hubbard1996-06-071-3/+3
| | | | Notes: svn path=/head/; revision=3177
* Upgrade from 19.29 to 19.30. One of the patches, which we got fromSatoshi Asami1995-12-011-4/+4
| | | | | | | rms, is no longer necessary (naturally). Notes: svn path=/head/; revision=2508
* While I'm at it, add "--with-x-toolkit" to the configure args. ItSatoshi Asami1995-06-261-2/+2
| | | | | | | looks much nicer that way. Notes: svn path=/head/; revision=1890
* Strip binaries.Satoshi Asami1995-06-261-1/+4
| | | | Notes: svn path=/head/; revision=1889
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowSatoshi Asami1995-06-261-3/+8
| | | | | | | /usr/local/share/emacs! Notes: svn path=/head/; revision=1885
* Another round of Makefile updates, editors version.Satoshi Asami1995-04-091-5/+6
| | | | Notes: svn path=/head/; revision=1308
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Add a "STRIP= " to the Makefile to prevent a problem that install will beAndreas Schulz1995-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. Notes: svn path=/head/; revision=963
* Update to version 19.28Jordan K. Hubbard1995-01-091-3/+3
| | | | Notes: svn path=/head/; revision=739
* Simplify - don't need to put gmake in DEPENDS ifJordan K. Hubbard1995-01-051-2/+1
| | | | | | | USES_GMAKE is set. Notes: svn path=/head/; revision=718
* Make this depend on gmake. I could do this automagically for USE_GMAKE,Jordan K. Hubbard1994-11-221-1/+2
| | | | | | | but I think perhaps that's just a little TOO automagic. Notes: svn path=/head/; revision=454
* Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.Paul Traina1994-10-291-4/+4
| | | | Notes: svn path=/head/; revision=288
* Add prefix argument.Jordan K. Hubbard1994-10-041-2/+2
| | | | Notes: svn path=/head/; revision=173
* Several changes across all ports:Jordan K. Hubbard1994-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. Notes: svn path=/head/; revision=93
* Update this port to emacs 19.26. This took about 15 seconds. I *like*Jordan K. Hubbard1994-09-131-4/+4
| | | | | | | this new ports system! :-) Notes: svn path=/head/; revision=86
* Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard1994-09-131-2/+2
| | | | | | | correctly. Notes: svn path=/head/; revision=84
* Change all the HOME_LOCATION records to HTML spec. Now if someoneJordan K. Hubbard1994-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 Notes: svn path=/head/; revision=49
* Adjust to new bsd.port.mk conventions for configuration.Jordan K. Hubbard1994-08-211-2/+3
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=10
* The start of the 2.0 ports collection. No sup repository yet, but I'llJordan K. Hubbard1994-08-211-0/+14
make one when I wake up again.. :) Submitted by: jkh Notes: svn path=/head/; revision=6