summaryrefslogtreecommitdiffstats
path: root/editors/emacs22
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ify (manually updated and checked)edwin2006-01-221-0/+3
| | | | Approved by: krion@
* Remove emacs20 from CONFLICTS.nobutaka2005-12-181-1/+1
| | | | | PR: ports/90475 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* - Add .info suffix to filename of info files.nobutaka2005-12-083-81/+27
| | | | | | - Use INFO macro. Requested by: edwin
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Fix build error.nobutaka2005-09-052-1/+43
| | | | | PR: ports/85508 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Add powerpc support.nobutaka2005-07-151-3/+4
| | | | | PR: ports/83074 Submitted by: Dario Freni <saturnero@freesbie.org>
* Disable optimization on ia64 to avoid elisp processing errors.nobutaka2005-05-151-2/+2
| | | | Submitted by: yoichi
* Bump PORTREVISION to reflect changes in rev. 1.59 in package building.nobutaka2005-05-061-1/+1
| | | | Pointed out by: yoichi
* Add CONFLICTS variable, since this port conflicts with otherjylefort2005-05-061-0/+4
| | | | | | emacs/xemacs ports. Approved by: nobutaka (maintainer)
* Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp ↵nobutaka2005-05-051-1/+8
| | | | | | | | processing errors. PR: ports/75832 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Fix submitted by: yoichi
* 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'.
* Fix problems with AltGr-Modifier on several keyboards.nobutaka2005-03-022-1/+12
| | | | | PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* Fix format string vulnerability in the movemail utility.nobutaka2005-02-142-1/+12
| | | | | | Security: CAN-2005-0100 Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html Security: Malicious POP3 servers can execute arbitrary code.
* farewell to libxpg4.sf2004-11-151-8/+0
|
* Fix runtime breakage on ia64, which was introduced with binutils 2.15.marcel2004-09-051-1/+9
| | | | | | | | | | | | | | | | | | | | | Note that emacs is run as part of the build, so it shows as a build failure... To explain (for maintainer's benefit): Previously the linker would put the text segment in region 2 and the data segment in region 3. This was changed for FreeBSD (due to me sending a patch :-) to load the text segment in region 1 with the data segment immediately following the text segment in the same region (or subsequent regions of the text segment is larger than 2^61 bytes in size -- fat chance :-) So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the region base of the data segment prior to the binutils 2.15 import), needed to be changed to match the current layout (=0x2000000000000000, the region 1 base address). Approved by: portmgr (krion -- thank!)
* Enable interruption with C-g key while opening network connection.nobutaka2004-05-242-33/+14
| | | | | PR: ports/65910 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Add SIZE to distinfo.nobutaka2004-03-251-0/+3
| | | | Submitted by: trevor
* Move the ancient emacs 19.x port from editors/emacs tokris2004-03-2131-2275/+2391
| | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
* 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-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-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-062-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-131-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-221-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-261-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-052-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-041-0/+11
| | | | PR: ports/10782
* 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. :)
* ${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-161-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-101-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
OpenPOWER on IntegriCloud