Commit Graph

57 Commits

Author SHA1 Message Date
steven
b6d439743e use BASE_PKGPATH instead of homegrown variable, no bumps needed 2006-12-14 09:07:55 +00:00
espie
33d24f2968 new MULTI_PACKAGES 2006-11-24 22:14:42 +00:00
espie
53d48f3c04 new libspecs 2006-08-01 23:39:08 +00:00
steven
56221ce9e9 bump PKGNAME due to PLIST changes after 3.9 -> 4.0 2006-07-28 06:29:33 +00:00
sturm
c1539524cf bump PKGNAME due to PLIST changes after 3.8 -> 3.9 2006-01-22 23:21:46 +00:00
aanriot
ed69853f2a - update to 21.4 (format-string vulnerability patch merged).
- fix a buffer size.

maintainer timeout; ok mbalmer@ alek@
2005-12-10 11:57:40 +00:00
pvalchev
b2606cb6ed fix keyboard problem with various European keyboards and Xorg
from FreeBSD PR 78209 via Alexander Hall and maintainer
2005-10-04 16:43:29 +00:00
espie
87cb3293e4 missing dirs in PLIST
okay pvalchev@
2005-08-13 18:19:31 +00:00
brad
e296bee697 Max Vozeler discovered a format string vulnerability in the "movemail"
utility of Emacs. By sending specially crafted packets, a malicious
POP3 server could cause a buffer overflow, which could have been
exploited to execute arbitrary code with the privileges of the user.
2005-02-09 03:48:43 +00:00
naddy
c4192ad706 SIZE 2005-01-05 16:28:20 +00:00
pvalchev
4768f9236a disable propolice on powerpc due to a bug (hopefully temporarily)
now works again
2005-01-02 04:43:06 +00:00
espie
7399890436 WANTLIB for MULTI_PACKAGES, somewhat more rational organization. 2004-12-14 21:15:55 +00:00
espie
12e5248dbe WANTLIB markers 2004-11-24 11:08:02 +00:00
mjc
a9f33414dc sgi/mips64 support
ok pvalchev@
2004-10-31 23:03:29 +00:00
espie
349daa1627 new-style PLISTs, loads of info files. 2004-09-15 17:56:44 +00:00
espie
8ad639d3e0 kill unneeded -R. 2004-09-15 17:55:25 +00:00
pvalchev
cd93ac7b32 INSTALL_PROGRAM was being overridden by bsd.port.mk, use custom INSTALL_EMACS
which is defined as INSTALL_SCRIPT from the makefile, as a hack to disable
stripping on the emacs binary.  discussed with marc, espie and others
2004-08-16 23:34:02 +00:00
pvalchev
29a9da490a do not strip emacs, it breaks a lot of architectures.
instead, strip temacs before it undumps to emacs

fixes at least sparc, noticed by marc@, but nobody tested
and i only know it starts up now
2004-08-11 21:14:01 +00:00
drahn
18d5867eab emacs works fine on cats(arm) with this minor patch. 2004-05-31 01:43:27 +00:00
pvalchev
1c1e8c62bf amd64 support hacked based on i386/alpha configs + a patch from gentoo i found 2004-02-26 08:19:26 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00
pvalchev
1f72143744 new maintainers 2004-02-01 07:09:47 +00:00
lebel
82c092d46e remove Han Boetes as MAINTAINER 2004-01-30 17:04:48 +00:00
pvalchev
0f8a10ac14 hppa support
mark BROKEN, as there's still some sort of a bug; the process spins hogging
CPU until the machine hangs hard
2003-12-31 08:38:24 +00:00
naddy
f010349d43 untangle build so our make produces the same result as gmake 2003-11-19 15:10:09 +00:00
naddy
dc5778b849 fix no_x11 flavor; originally from Han Boetes <han@mijncomputer.nl> I think 2003-11-18 22:41:19 +00:00
naddy
a7adfd2194 don't depend on gmake; from Han Boetes <han@mijncomputer.nl> 2003-10-13 17:02:39 +00:00
naddy
a86089a5d0 Require GNU make. Without, DOC-21.3.1 is mysteriously incremented
to DOC-21.3.2.
2003-08-26 17:40:08 +00:00
brad
ebdef9a3de use :L with ELF_TOOLCHAIN variable 2003-07-18 13:58:09 +00:00
naddy
e27c3ea15d Fix warning about missing leim directory.
From: Han Boetes <han@mijncomputer.nl>
2003-07-08 14:49:56 +00:00
naddy
4decba7ba5 xemacs20 has been dead for years 2003-07-06 18:59:28 +00:00
naddy
25dd272264 it's good practice to always define SUBPACKAGE in multi-package ports 2003-07-06 15:35:40 +00:00
naddy
61487ca04e - Fold LEIM back into the parent Emacs port.
- Split LEIM and Elisp sources out into subpackages.

From: Han Boetes <han@linux-mandrake.com>
2003-07-06 12:46:45 +00:00
naddy
488d0e5210 * Update to 21.3.
* Major cleaning and pruning of excessive FLAVORs.

From: Han Boetes <han@linux-mandrake.com>, contributions by cannings@
2003-07-05 00:27:08 +00:00
sturm
a1cc34d318 don't use SYSCONFDIR in here, it is really etc
pointed out by Jim Geovedi
2003-05-14 02:15:34 +00:00
pvalchev
9f730f06a8 remove Mark Grimes from maintainer position per his request 2003-03-27 17:38:22 +00:00
drahn
d75ddb5679 Work around the fact that emacs undump knows too much about the layout
of elf files (or thinks it does). These assumptions were just broken
by binutils/ld changes to put GOT and PLT into their own PT_LOAD sections.
Thus BSS is no longer part of the DATA PT_LOAD section. This is a workaround
using the '-Z' compatibility flag which disables the GOT/PLT padding.
2003-01-17 21:04:41 +00:00
brad
fb4ec1cc36 change e-mail address.
--
From: MAINTAINER
2002-12-09 15:37:23 +00:00
mark
bb8965111c + respect libpng header location
(from Can Erkin Acar <canacar@eee.metu.edu.tr>)
+ chop NEED_VERSION
2002-11-24 00:49:50 +00:00
naddy
a4db3d05df bye MASTER_SITE_SUBDIR 2002-05-13 12:37:36 +00:00
mark
cbe49bdea7 emacs 21.2 update with corrected PLIST ordering 2002-04-24 00:21:43 +00:00
pvalchev
587cc7b953 register ungif dependency... thanks jason.
is lib-depends-check that hard to use?
2002-03-29 19:13:25 +00:00
mark
3f8c9540f7 add missing CVS tags, ok naddy@ 2002-03-28 00:13:49 +00:00
pvalchev
67d13e2eda fix alpha 2002-03-25 02:53:57 +00:00
pvalchev
c96b34102a alpha pieces, not working right yet 2002-03-23 19:13:14 +00:00
pvalchev
73b0f60ef7 remove bogus patch 2002-03-23 07:13:04 +00:00
drahn
7ded5f489d Allow emacs21 to build on macppc. ok pvalchev@ 2002-03-22 18:58:00 +00:00
jasoni
8550723924 These no longer conflict with xemacs-21. 2002-03-22 07:23:51 +00:00
mark
c61738f361 Revert back to GMAKE, BSD make links twice during faking, thus
incrementing the fns elisp file needed for Eshell and bumping
Emacs version to 21.1.2 rather then the expected 21.1.1.

Needs more investigation.  ok espie@
2002-03-20 02:27:24 +00:00
espie
c4dbce5bb2 Simpler flavors. 2002-03-18 01:58:03 +00:00