aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs19
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* editors/emacs20 was changed not to conflict with other emacsen.anray2005-12-161-1/+1
| | | | | | PR: ports/90476 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: sem(mentor)
* Unbreak on 6.x by carefully specifying .info files.edwin2005-12-052-58/+60
|
* - Add SHA256pav2005-11-241-0/+1
|
* Broken on >= 6.0: invalid packing list.jylefort2005-07-291-1/+7
| | | | Reported by: pointyhat via krion
* Add CONFLICTS variable, since this port conflicts with otherjylefort2005-05-061-0/+4
| | | | emacs/xemacs ports.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Since neither of these ports works correctly on all architectures, pointlinimon2004-11-201-0/+1
| | | | | prospective users to editors/emacs instead, via the DEPRECATED directive. However, no expiration date is set at this time.
* Set ONLY_FOR_ARCHS=i386; this either does not compile, or does not run onkris2004-04-191-7/+3
| | | | non-i386 architectures. Use a newer version instead.
* BROKEN on !i386 5.x: Does not compilekris2004-02-251-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Fix build on -current (remove duplicate declarations of things in systemkris2002-09-071-0/+11
| | | | headers)
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Fix termcap problem.shige2000-07-121-6/+9
| | | | | PR: ports/17496 Submitted by: Tetsurou OKAZAKI <okazaki@be.to>
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-8/+19
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* portname/portversion updatemharo2000-04-141-2/+2
|
* Add WWW:dirk2000-02-141-0/+2
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Bring over the NO_X11 changes from emacs20. (define NO_X11 to build withoutcpiazza1999-07-041-2/+6
| | | | an X dependancy)
* 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.
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Fix for systems where __FreeBSD__ >= 3.steve1999-04-101-3/+3
| | | | | | PR: 10783 Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Diagnosed by: David Deatherage <DDeatherage@bridge.com>
* Unbreak for 4.X.jseger1999-04-051-0/+11
| | | | PR: ports/10782
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-121-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. :)
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Add fix for Alpha.simokawa1999-01-236-22/+129
| | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc.
* Add USE_XLIB -- otherwise the packages will be built without X support.asami1999-01-171-1/+2
|
* Lock file correction and reflect change in /etc/mtree/BSD.local.dist.kuriyama1999-01-023-4/+21
| | | | | PR: ports/8289 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Allow emacs to run stripped.steve1998-10-111-3/+13
| | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Convert to ELF.steve1998-10-102-16/+64
| | | | | PR: 8090 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Fix the emacsclient bug.motoyuki1998-10-091-0/+22
| | | | PR: ports/8208
* Use PLIST_SUB to minimize changes to PLIST when version is changed.asami1998-09-142-940/+942
|
* Remove manpages, but _NOT_ from the multi-lingualhoek1998-08-171-3/+0
| | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships.
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tasami1998-04-041-1/+2
| | | | | depend on ordering in the parent Makefiles for the links to be created correctly.
* Rename a patch file that didn't adhere to the usual namingjdp1997-12-231-0/+11
| | | | conventions.
* Add patches to use the unexec function from xemacs. This eliminatesjdp1997-12-232-2/+706
| | | | | the need for a hack in ld.so to make emacs work. I have submitted these changes to a GNU emacs maintainer.
* Add a bunch of info files that were missing from various lists. Myasami1997-12-143-2/+24
| | | | | | goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission)
* Make this port a little more portlint-clean.asami1997-07-171-2/+4
|
* Align all info entries at 4th tab stop (as in system info entries).asami1997-06-081-15/+16
|
* If compiling under native ncurses (instead of libcurses), we have topeter1997-05-261-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 versionasami1997-05-203-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 inquiryasami1997-04-183-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 PRasami1997-04-091-0/+11
| | | | ports/3175.
* List all files in share/emacs/19.34 and libexec/emacs/19.34. Closeasami1997-03-041-2/+941
| | | | PR ports/2860.
* 19.34 -> 19.34b. It seems like this release was replaced on the GNU masterasami1996-11-192-4/+5
| | | | 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-191-2/+2
| | | | Submitted by: asami
* Removed unnecessary @cwd directive.max1996-10-181-1/+0
|
* 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.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-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.asami1996-09-043-8/+8
| | | | Submitted (in part) by: rich
* Fix what I broke in upgrading.jkh1996-06-111-876/+3
|
* Upgrade to 19.31jkh1996-06-073-881/+881
|
* Upgrade from 19.29 to 19.30. One of the patches, which we got fromasami1995-12-015-821/+903
| | | | rms, is no longer necessary (naturally).
* Oops, forgot the stuff in /usr/local/libexec/emacs/19.29.asami1995-06-271-0/+13
| | | | Submitted by: roberto@blaise.ibp.fr (Ollivier Robert)
* 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-264-8/+810
| | | | /usr/local/share/emacs!
* 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.
* Correct the packing list. The texi.info* and some of the info files areats1995-02-131-16/+0
| | | | not in the source of emacs.
* 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-094-7/+7
|
* Simplify - don't need to put gmake in DEPENDS ifjkh1995-01-051-2/+1
| | | | USES_GMAKE is set.
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-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,jkh1994-11-221-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.jkh1994-11-221-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.pst1994-10-303-7/+7
|
* 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-133-7/+7
| | | | 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-09-011-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.jkh1994-08-221-1/+0
| | | | Submitted by: jkh
* Add package files.jkh1994-08-223-0/+30
| | | | 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