sturm
b8248efb63
USE_X11=Yes
2003-03-31 12:52:10 +00:00
lebel
857041986d
update vim/stable to 6.1.423
2003-03-29 02:00:48 +00:00
pvalchev
9f730f06a8
remove Mark Grimes from maintainer position per his request
2003-03-27 17:38:22 +00:00
brad
9bb12e956e
don't pick up pspell if it happens to be installed.
2003-03-06 00:49:08 +00:00
pvalchev
e67eef4d49
using ld -Z to disable GOT/PLT padding as a work-around because emacs
...
makes some incorrect assumptions about ELF (BSS is no longer in data
PT_LOAD section)
2003-03-01 03:19:15 +00:00
brad
d60246224d
- AUTOCONF_NEW -> AUTOCONF_VERSION
...
- add some more CATEGORIES
2003-02-28 03:21:20 +00:00
david
32bf3deee8
necessary is spelled necessary.
...
similar is spelled similar.
functionality is spelled functionality.
ok brad@ jmc@
2003-02-26 15:13:04 +00:00
david
31718ea64f
spelling typos
...
ok pvalchev@ brad@
2003-02-26 03:10:46 +00:00
david
3e6f238637
remove double word stuttering
...
ok pvalchev@ brad@
2003-02-26 02:57:55 +00:00
lebel
6e082d08a5
update files/pf.vim to new version, thx camield@
2003-02-24 14:56:05 +00:00
lebel
b43d104e07
update vim/stable to 6.1.350
2003-02-21 15:02:56 +00:00
naddy
aee97c72cf
Oops, actually enable all those nifty new features.
...
Prodded by Clement Laforet <sheepkiller@cultdeadsheep.org>.
2003-02-20 18:21:33 +00:00
naddy
97e795dc3d
Update to 1.2.0. Major additions in this release:
...
- nanorc support
- color syntax highlighting
- multiple file buffers
- search/replace history
- new translations
2003-02-20 13:26:29 +00:00
marcm
76ec09dba3
WRKSRC, WRKDIST, it's all the same thing :)
2003-02-20 05:50:34 +00:00
couderc
b3bf87b643
Cosmetic changes, now use regular process for patching.
2003-02-11 19:47:34 +00:00
marcm
22ddefeb3e
Don't compile against libxml2 when using the 'gnome' flavor. Causes
...
conflicts with Gnome's libxml1 and bad things happen.
This fixes the segfault when trying to print with the 'gnome' flavor.
ok couderc@
2003-02-11 18:50:22 +00:00
brad
666eecc346
- convert to using kde module
...
- remove PATCH_LIST since this was broken after the patches were moved
- add missing %%SHARED%% to PLIST
- use proper shared object name in PFRAG.shared
2003-02-11 04:16:26 +00:00
couderc
bd997406d1
Fix packaging, thanks to Gabriel Kihlman
2003-02-06 17:59:32 +00:00
lebel
f91adac292
update vim/stable to 6.1.320; did ya know that patch 265 fixed
...
an arbitrary command execution vulnerability? I sure didn't. So, expect a
MFC to at least OPENBSD_3_2 branch soon.
2003-02-06 17:55:07 +00:00
couderc
2afa72d077
Update to 1.0.4 with some ttf patches from Jim Geovedi.
2003-02-03 15:13:10 +00:00
couderc
4a64afae9d
Missing files of the update.
2003-01-24 22:31:12 +00:00
couderc
c435e22f83
Update to 1.0.3 from marcm@
2003-01-24 22:29:52 +00:00
pvalchev
69a751d30d
Fix identical to the one drahn made to emacs21:
...
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-24 08:54:54 +00:00
pvalchev
dec44446da
varargs paramters get promoted to u_int if u_int16_t; on response
...
from maintainer
2003-01-18 08:12:23 +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
lebel
39e3c33c21
update vim/stable to 6.1.287
2003-01-10 15:31:20 +00:00
brad
06ae6d0357
use MASTER_SITE_BACKUP for now
2003-01-04 00:05:46 +00:00
fgsch
8625bbcf91
byebye NEED_VERSION.
2002-12-29 19:43:49 +00:00
couderc
75964089f4
Fix LOCALBASE, noticed by Jim Geovedi.
2002-12-14 08:21:56 +00:00
lebel
ec8d3f09f9
update vim/stable to 6.1.263;
...
implements a new 'ruby' FLAVOR; thanks to Jim Geovedi <jim@corebsd.or.id>
2002-12-13 14:54:37 +00:00
pvalchev
8e99944cff
solve more signed vs unsigned char issues by using correct types, some of
...
it was just a matter of making functions match their prototypes.....
ok maintainer Jose Nazario
2002-12-13 07:52:10 +00:00
brad
fb4ec1cc36
change e-mail address.
...
--
From: MAINTAINER
2002-12-09 15:37:23 +00:00
pvalchev
c0ada65aac
remove binutils workaround; bug has been found
2002-12-02 23:13:04 +00:00
naddy
8948311f28
kill accidental run dependencies on gmake
2002-12-01 02:53:24 +00:00
naddy
62203a9228
fix fallout from the libcurses -> libncurses link; from pvalchev@
2002-11-29 01:49:57 +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
marcm
1884bd9e18
Added gnome flavor and fixed some verbage in MESSAGE file.
...
ok couderc@
2002-11-14 20:16:27 +00:00
lebel
fd5fd9f762
new pf.vim from camield@; karma seems to be good, expect this to be bundled
...
into vim sooner than later.
2002-11-12 13:59:52 +00:00
lebel
1b0bd6e68e
small diff in pf.vim from camield@
2002-11-04 19:00:22 +00:00
lebel
67e6b07992
new pf.vim version from camield@ thru jakob@
2002-11-04 16:51:55 +00:00
lebel
bf9d1e4a02
update vim/stable to 6.1.247; adds pf.vim to the syntax dir
2002-11-02 02:11:23 +00:00
lebel
171eae9b5a
update vim/stable to version 6.1.234
2002-10-27 14:30:01 +00:00
naddy
46cd41f99e
No regression tests available.
2002-10-26 00:39:14 +00:00
naddy
ebd06ee11c
Master site/home page update; seen on FreeBSD.
2002-10-25 23:57:10 +00:00
couderc
bd5ad44fd3
Update to 1.0.2, ok todd@
2002-10-17 18:37:13 +00:00
naddy
4ce0dc6944
- Fix dependencies.
...
- Clean-up, bug fixes.
From: Jim Geovedi <jim@corebsd.or.id>
2002-10-11 18:40:46 +00:00
naddy
d7beb03a59
Fix multiple declaration of default arguments; required for gcc3.
2002-09-28 18:24:14 +00:00
brad
4456905e4f
drop suid/sgid bits on backup files.
...
--
Patch based on CVS change.
2002-09-26 23:00:08 +00:00
danh
38ecf4accb
brad@ said CPPFLAGS does not need to be preserved, so undo my last
...
changes.
2002-09-23 14:44:41 +00:00
naddy
9274d7a57a
Update to 2002-09-19, use bzip2.
...
From: Jean-Yves Burlett <jean-yves@burlett.org>
2002-09-21 11:38:52 +00:00