Commit Graph

38 Commits

Author SHA1 Message Date
merdely
ae778560dd Removed surrounding quotes in COMMENT*/PERMIT_*
From Darrin Chandler
2007-09-16 00:44:00 +00:00
naddy
1960462fd5 bump package name due to OSREV increment 2007-07-27 20:24:09 +00:00
kettenis
67a49da878 Fix hppa
ok pval@, naddy@
2007-07-06 16:59:32 +00:00
steven
6ce55bff1d bump PKGNAME due to PLIST changes after 4.0 -> 4.1 2007-02-14 16:55:28 +00:00
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
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
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
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
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
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
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
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
mark
35e51bb960 + reduce no_x11 depends to essentials
+ no more gmake
+ bump NEED_VERSION

fix from shiva.brahma@inwind.it
2002-03-12 09:03:42 +00:00
mark
2d9dcfd00b Emacs 21.1 import
Some of you may opt to stick with 20.x, as this is a typical beginning of
a major rev.  Maintainership is directed my way, so feed patches to me.

Thanks to A B <obsdfaq30@yahoo.com> for the submission.
2002-02-10 22:05:40 +00:00