fgsch
a8042a0755
sync with hunspell update and bump.
...
bulk testing by landry@.
2013-03-21 08:59:29 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
jeremy
ac78ad4e83
Make ruby 1.9 the default ruby for non-gem/extconf ports,
...
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
2013-03-20 19:13:50 +00:00
nigel
011de064f8
WANTLIB updates for fontconfig and other libraries.
...
Ok sthen
2013-03-19 13:07:13 +00:00
sthen
ada52fd8f1
- update to more recent vim patchset, using a self-rolled distfile (with
...
a maintainer convenience target to allow this to be updated easily from
Mercurial) - this beats downloading 750+ individual patch files and
trying to force them to apply during the build (which is problematic
because some require GNU patch and some have problems even then...)
- clean up plists greatly.
- remove m68k gcc patch.
- add openbsd.vim for style(9) from gsoares@.
based on a diff from pirofti@, ok pirofti@ gsoares@
2013-03-16 22:56:44 +00:00
sthen
7c9638b04f
- cope with current directory locations for mail/nmh.
...
- don't use groff.
2013-03-15 14:09:22 +00:00
sthen
0a00c8de38
PERMIT_*
2013-03-11 13:42:59 +00:00
sthen
ea1e7b8d87
PERMIT_*
2013-03-11 12:17:36 +00:00
espie
9cd014a3ca
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:02:49 +00:00
espie
227b0f2c78
clean-up extra entries which are actually not checked
...
(necessary for a DISTFILES/SUPDISTFILES check to help porters)
2013-03-02 13:03:17 +00:00
jasper
652a787a46
provide upgrade paths from emacs22 and emacs23 to emacs24;
...
as noticed by matthieu@
ok sthen@
2013-02-11 07:43:06 +00:00
ajacoutot
e03c56c9c5
MODGCC4_VERSION default to 4.6 now.
2013-02-07 19:13:49 +00:00
robert
75e3d23acd
update to 3.6.5.2
2013-02-07 18:39:58 +00:00
sthen
da8839478e
don't pass -nopie / -fno-pie on gcc2 arch; should let emacs21,no_x11 build on vax.
2013-02-05 18:13:35 +00:00
ajacoutot
cf54f2a184
Set the full path to gtar and do not hardcode /usr/local.
2013-02-05 10:39:29 +00:00
naddy
1c11809368
oops, bump REVISION, not the minor version
2013-02-01 18:36:49 +00:00
naddy
cbeb31112b
bump for plist changes 5.2 -> 5.3
2013-02-01 16:34:36 +00:00
zhuk
cab629ed99
Fix build breakage caused by missing backslash. No bump needed.
...
Again, noticed by naddy@.
2013-01-24 08:46:36 +00:00
zhuk
cb49dfd663
Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde.
...
This just unbreaks build of the port, no need to bump REVISION.
Tested in a bulk, input and okay by landry@
Reviewed by ajacoutot@ too
2013-01-23 21:16:30 +00:00
yasuoka
c1da112d1e
+ nvi,iconv
...
ok sthen naddy
2013-01-16 19:09:34 +00:00
jasper
07d5c8444e
Remove Emacs 22/23, we've got 21 and 24 already, and there's no need for four
...
different Emacsen.
as discussed with deraadt@ and several others.
ok aja@ gsoares@ eric@ (emacs 22 maintainer)
2013-01-14 08:14:34 +00:00
jasper
7b5cef69d8
unhook emacs 22/23
2013-01-14 08:13:02 +00:00
ajacoutot
ae5fbe63d8
Bump after libsigc++-2 -docs => -main merge.
2013-01-11 13:44:24 +00:00
shadchin
c642d264e6
Update to texmaker-3.5.2.
2013-01-08 15:43:54 +00:00
robert
6ca198fec5
update to 3.6.4.3
2013-01-03 21:03:14 +00:00
benoit
8588f8abce
- update ht to 2.0.21
...
- regen patches
tweaks and ok @sthen
2013-01-03 08:23:18 +00:00
landry
73395bcd4a
Mark as BROKEN-hppa:
...
Illegal operands in asm on callproc.c for emacs 22
Invalid function: "DEAD" for emacs24
2013-01-02 15:50:28 +00:00
sthen
8c813409e4
sync wantlib
2012-12-23 13:25:11 +00:00
sthen
c0ab4570a3
sync wantlib
2012-12-21 12:50:14 +00:00
sthen
6fe222514d
sync wantlib
2012-12-21 12:13:35 +00:00
naddy
5674152170
no need to override ac_cv_func_openpty after config.site fix
2012-12-08 14:46:48 +00:00
naddy
69b6bc5466
actually use openpty(3) and fix build with Unix 98 ptys
2012-12-07 18:40:43 +00:00
jasper
fcead72137
remove double entry as spotted by mikeb@
2012-12-07 12:31:58 +00:00
jasper
b708737953
sync
2012-12-06 15:52:17 +00:00
jasper
2fd051c77e
import (rather add since cvs re-import sucks) emacs-24.2
...
from Jeremie Courreges-Anglas (MAINTAINER) with feedback from various people
ok sthen@ mikeb@
2012-12-06 15:46:11 +00:00
naddy
403c853aa2
fix wantlib
2012-12-03 21:44:04 +00:00
naddy
e6a3ce8572
use openpty(); ex_script.c part from millert@
2012-12-03 21:26:50 +00:00
sthen
d185b0f9e8
minor up to GNU ed 1.7; while there, drop some s/=/?=/ patches in Makefile
...
which are unneeded as they are overriden via flags to make, which take
precedence anyway. ok pascal@ (maintainer).
2012-11-29 20:14:19 +00:00
kili
6ef6bea7e1
Update to 0.6.5.
2012-11-24 21:49:46 +00:00
landry
f1e16f8250
Update to teaqt 33.3.0.
2012-11-22 10:45:46 +00:00
gonzalo
b08fd30063
Update for Zile to 2.4.9:
...
* configure.ac: fix invocation of help2man when it is run by missing
* minibuf.c: fix display bugs
* minibuf.c: make minibuf_clear always clear; make minibuf_refresh
update the content before refreshing the minibuffer.
* basic.c: fix crash on out-of-range goto-char and add a test
* search.c: note inefficiency of re_search_2 on large buffers
* tests: fix an incorrect comment on an interactive test
* file.c: set mark on insert-file.
* search.c: fix docstring of isearch-backward-regexp
Ok aja@
2012-11-14 13:10:41 +00:00
sthen
c368a57b14
sync wantlib; raptor update
2012-11-12 13:38:20 +00:00
naddy
d9cf863349
fix trailing whitespace in SEPARATE_BUILD; problem figured out by Vadim Zhukov
2012-11-09 21:07:30 +00:00
robert
6fccada5ac
fix duplicate entries; noted by Nigel Taylor
2012-11-02 07:59:00 +00:00
robert
1f720e1f2d
add missing run dependency of clucene
2012-11-01 19:01:32 +00:00
kili
7f3dbb86ee
Add --disable-ccache to CONFIGURE_ARGS to stop configure
...
from picking up an installed ccache and then failing.
ok robert@ (maintainer)
2012-10-31 16:23:53 +00:00
robert
1a6c27aadb
update to 3.6.3.2
2012-10-31 08:34:12 +00:00
sthen
365d174e76
zap trailing whitespace in places which end up in COMMENT
2012-10-15 15:24:55 +00:00
sthen
9615c3d6d8
zap trailing whitespace in files where it's present on PERMIT_* lines
2012-10-15 15:18:31 +00:00
sthen
aa66ceb738
zap some trailing whitespace mostly on HOMEPAGE lines
2012-10-15 14:55:43 +00:00