pascal
07ffe3ec07
Adapt PIE fixes to new gcc/ld behaviour: Use -nopie as LDFLAGS and -fno-pie as
...
CFLAGS.
found in a bulk by and ok naddy@
2012-08-30 20:54:59 +00:00
pascal
8fa00e5163
Prepare emacs for PIE. emacs2* currently use gmalloc, which is incompatible
...
with PIE. We should be using the system malloc anyway for security reasons.
Unfortunately, there are yet more problems with PIE in emacs proper, so disable
it for now until a solution is found.
ok naddy@ sthen@ (on a previous version)
2012-08-11 22:55:39 +00:00
sthen
49a55c3e0f
bump for plist changes 5.1 -> 5.2
2012-06-21 13:56:57 +00:00
naddy
6ad7a26783
bump revision for plist changes 5.0 -> 5.1
2012-01-13 00:55:14 +00:00
espie
0bf789a9ca
work around brain damage
2011-11-07 15:39:50 +00:00
espie
999b4db39c
normalize pkgpath
2011-09-16 09:48:08 +00:00
naddy
65bc5aa607
bump revision for plist changes 4.9 -> 5.0
2011-07-18 19:06:36 +00:00
naddy
4cb3e73f03
bump revision for plist changes 4.8 -> 4.9
2011-01-15 01:09:42 +00:00
espie
a14bf26ca8
new depends
2010-11-15 23:22:07 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
espie
68505ea57d
USE_GROFF=Yes
2010-10-18 18:00:15 +00:00
naddy
16dee66fa3
fix i386; from stsp@, reported by deraadt@
2010-08-04 17:17:57 +00:00
ajacoutot
291e5adb3e
Remove powerpc workaround, it builds fine now, from Brad.
...
While here, move to new DEPENDS.
2010-07-26 18:08:00 +00:00
naddy
34837b39ea
bump PKGNAME for PLIST changes 4.7 -> 4.8
2010-07-24 23:05:08 +00:00
naddy
a2c9a774ff
Remove redundant variables OPSYS and OPSYS_VER.
...
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.
ok espie@
2010-07-18 18:49:01 +00:00
espie
d8c341f6d7
fix PKGPATHs
2010-02-26 18:17:38 +00:00
naddy
72b44c5513
bump PKGNAME for PLIST changes 4.6 -> 4.7
2010-01-27 21:43:27 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
naddy
09ddba7b03
fix package specs in depends; ok sthen@
2009-07-17 16:38:48 +00:00
naddy
2b84b064ff
bump PKGNAME for PLIST changes 4.5 -> 4.6
2009-06-22 17:00:23 +00:00
naddy
9ea99647ac
bump PKGNAME for PLIST changes 4.4 -> 4.5
2009-02-09 20:48:23 +00:00
naddy
899fc7e2a3
* bump PKGNAME for PLIST changes 4.3 -> 4.4
...
* fix RUN_DEPENDS for the subpackages: do not depend on a flavor
2008-07-04 15:39:17 +00:00
naddy
05c2b6a28b
bump PKGNAME for PLIST changes 4.2 -> 4.3
2008-02-22 17:06:25 +00:00
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