Michael Nottebrock
961141fb14
Update to KDE 3.5.7 / KOffice 1.6.3
2007-07-04 10:25:00 +00:00
Jeremy Messenger
42d5654717
-Update to 2.18.2.
...
-Remove the --mandir, taken care by gnomeprefix.
2007-07-04 02:01:15 +00:00
Joe Marcus Clarke
d60439647d
Fix build with GCC 4.2.
...
Reported by: pointyhat via kris
2007-07-03 19:48:40 +00:00
Alexey Dokuchaev
976b3e877f
- Update to version 17.0.0
...
- Reindent two comments, drop USE_GCC
2007-07-03 11:18:30 +00:00
Maho Nakata
ffb2b29b5b
A build fix.
...
Now shells/bash is required for building libxslt module.
Submitted by: Jack L. <xxjack12xx@gmail.com>
2007-07-03 02:24:26 +00:00
Jung-uk Kim
23039b0533
Re-do patch-i76141 to reflect patch-i65514 update.
...
Approved by: maho (amd64 porting blanket)
2007-07-03 01:16:35 +00:00
Jung-uk Kim
262e2dfbf7
Revert the patch to the revision 1.1. It works as well as complicated
...
patch from BerkelyDB 4.4 in reality and it is very hard to maintain.
Approved by: maho (amd64 porting blanket)
2007-07-02 20:26:10 +00:00
Alexey Dokuchaev
b0b0e402f2
- Fix the build with recent GCC [1]
...
- Conveniently redefine PORTEXAMPLES
- Clean up Makefile
- Improve upon port description
- Respect NOPORTEXAMPLES
- Drop now useless USE_GCC and USE_X_PREFIX
Reported by: pointyhat (logs) [1]
2007-07-02 19:10:41 +00:00
Jung-uk Kim
0148a5a042
Resync the patch with CWS unomacli64 (no functional change).
...
Approved by: maho (amd64 porting blanket)
2007-07-02 18:56:55 +00:00
Maho Nakata
e6bf9587ef
1. Fix distinfo. First my OOo_SRX645_m66_source.tar.bz2
...
checkout was wrong, missing some modules.
2. Re adding l10n helpcontents.
Spotted by: pav [1]
2007-07-01 12:10:46 +00:00
Beech Rintoul
6d17be1237
- Update to 0.39
...
PR: ports/114134
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Approved by: sat (mentor)
2007-06-30 18:43:41 +00:00
Rong-En Fan
a874779e01
- Update to 0.4.4
...
- Remove GCC 3.4 requirement
PR: ports/114087
Submitted by: Wesley Shields <wxs at atarininja.org> (maintainer)
2007-06-30 14:06:34 +00:00
David E. O'Brien
a4968710ee
Update to Vim 7.1 patchlevel 18.
2007-06-29 14:26:44 +00:00
Jung-uk Kim
6b6bd14c84
Unbreak amd64 build.
...
Note: I have obtained a blanket approval from maho for amd64 porting.
Approved by: maho (amd64 blanket)
2007-06-27 18:01:42 +00:00
David E. O'Brien
e47b27f8e3
Update to Vim 7.1 patchlevel 12.
...
This is a bug-fix release, there are no fancy new features.
A few new syntax files, filetype plugins, and indent files were added.
Along with additional tutor and keymap translations.
2007-06-26 20:57:10 +00:00
Dirk Meyer
5812f77ad4
- use PACKAGE_BUILDING
...
Approved by: maintainer (implicit)
2007-06-26 16:55:12 +00:00
Maho Nakata
bcbabd1167
Update to SRC680_m217.
2007-06-26 11:52:15 +00:00
Jung-uk Kim
3c477c5854
Make OpenOffice.org/freedesktop.org integration more robust.
...
- Rename icon files to have unique file names per each port.
- Patch *.desktop files to reflect the change.
- Prefer install(1) to cp(1) for installing the desktops, icons and mime types.
- Run update-desktop-database after installing these files.
- Add GNOME desktopfileutils component for the update-desktop-database.
- While I am here, micro-optimize use of find(1) in the plist build.
Approved by: maho (maintainer)
2007-06-26 01:17:48 +00:00
Dryice Dong Liu
51738c99f6
update to 1.8.0
2007-06-24 04:25:40 +00:00
Maho Nakata
0785d3b253
Update to SRX645_m66.
2007-06-23 14:17:21 +00:00
Maho Nakata
dc91dca92f
* Update to 2.2.1.
...
* Remove DEVELOPER_VER.
2007-06-23 14:14:37 +00:00
Andrey Slusar
0a30e86178
Fix works on FreeWnn-server and 64bit-emacs.
...
PR: ports/113755
Submitted by: Nobuhiro Ban <ban.nobuhiro@gmail.com>
2007-06-22 18:43:45 +00:00
Martin Wilke
a368080284
- Update to 2.0.7
...
PR: 113721
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
2007-06-22 11:48:44 +00:00
David E. O'Brien
2e1617494a
Update to Vim 7.0 patchlevel 241.
2007-06-21 17:06:55 +00:00
Martin Wilke
5f6562a781
- Update to 2.15
2007-06-20 13:44:58 +00:00
Martin Wilke
610c4398ab
- Update to 2.2.34
...
PR: 113767
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-06-19 10:23:31 +00:00
Maho Nakata
7114b4c803
Update to SRC680_m216.
2007-06-17 13:49:15 +00:00
Kris Kennaway
a2c4cd1ed0
This port contains an incorrect configure test that tries to test for the
...
pthread_create() function by doing the following
| char pthread_create ();
| int
| main ()
| {
| pthread_create ();
| ;
| return 0;
| }
This is completely bogus (pthread_create() requires arguments), so this
causes undefined behaviour. One such undefined behaviour seen in practise
is an infinite loop. Disable the port until someone cares to fix this.
Also shuffle the rxvt PATCH_DEPENDS (!) later, to give a chance for the
WITHOUT_X11 to be set. This also looks pretty bogus, rxvt in fact does not
appear to be needed for patching.
2007-06-17 06:27:45 +00:00
Pav Lucistnik
402e5e5c11
- Update to 0.3.2.8
2007-06-16 21:12:31 +00:00
Alexey Dokuchaev
aaf02b4ae5
Fix the build with GCC 4.2.
...
Reported by: pointyhat
2007-06-14 09:10:15 +00:00
Maho Nakata
96429689bc
Update to SRC680_m215.
2007-06-14 07:29:43 +00:00
Maho Nakata
d9c5d9e7d4
Mark as IGNORE, now 2.2.1RC3 (OOF680_m18) is mark as released
...
version.
2007-06-14 07:17:35 +00:00
Maho Nakata
f82093b4c4
Update to 2.2.1 (OOF680_m18).
2007-06-14 07:16:30 +00:00
Andrey Slusar
2e6490b2d8
Update to 4.6
...
- Updated packages:
latin-unity-1.20
leim-1.24
locale-1.24
mule-base-1.49
2007-06-11 21:56:31 +00:00
Andrey Slusar
579aafa824
Update to 14.2
...
- Updated packages:
auctex-1.47
bbdb-1.32
calendar-1.32
docbookide-0.08
ediff-1.68
edit-utils-2.37
gnus-1.91
mail-lib-1.79
misc-games-1.19
net-utils-1.52
prog-modes-2.10
riece-1.23
scheme-1.15
sh-script-1.22
tramp-1.37
viper-1.55
xemacs-base-2.10
2007-06-10 18:36:27 +00:00
Rong-En Fan
ece53b5e7a
- BROKEN on ia64: does not build
...
PR: ports/113489
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
2007-06-09 12:59:33 +00:00
MANTANI Nobutaka
25069d8205
Use bsd.emacs.mk.
...
PR: ports/113356
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
2007-06-09 05:24:23 +00:00
Dirk Meyer
a490f888d6
- fix detection of ia64
...
Approved by: gurkan (maintainer)
2007-06-08 18:01:25 +00:00
Pav Lucistnik
8727993534
- Update to 0.3.2.6
2007-06-07 08:08:25 +00:00
Gary Jennejohn
a399f72f20
Update to 9.5r.
...
The two patches are deleted because the problem which they handled has
been fixed upstream.
2007-06-05 08:40:56 +00:00
Martin Wilke
5ae9456621
- Update to 2.2.33
...
PR: 113298
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-06-05 07:00:55 +00:00
Pav Lucistnik
5c442fae67
- Update to 3.5.2.1
...
PR: ports/113261
2007-06-04 09:15:17 +00:00
Yoichi NAKAYAMA
ea83f8d1b5
Update to 0.8.4
2007-06-03 23:00:45 +00:00
Maho Nakata
b84629a0ce
* Update to SRC680_m214.
...
* Build fix with gcc42 (patch-i78032) [1].
Submitted by: jkim [1]
2007-06-02 21:27:46 +00:00
Maho Nakata
d90f4cfbbe
Update to OOF680_m18.
2007-06-01 10:25:14 +00:00
Andrey Slusar
ed7dcaa6ca
Fix dired selection of file/directory when environment variable LANG
...
is ja_JP.eucJP
PR: ports/112384
Submitted by: Yutaka NAGAI <nagai at ee.uec.ac.jp>
2007-05-31 18:17:19 +00:00
Joe Marcus Clarke
40300e67a0
Presenting GNOME 2.18.2 for FreeBSD. See
...
http://mail.gnome.org/archives/devel-announce-list/2007-May/msg00004.html for
a list of all the changes in this release.
2007-05-31 05:54:57 +00:00
Alexey Dokuchaev
71d60558a9
- Update to version 16.1.1
...
- Forget about X-prefix
2007-05-30 11:30:21 +00:00
Jung-uk Kim
385ad0258b
Fix build breakage with WITH_CUPS knob.
...
Approved by: maho (maintainer)
2007-05-30 00:23:55 +00:00
Gary Jennejohn
43d7545b84
Update to version 9.5q.
...
Use OPTIONS.
2007-05-29 16:55:40 +00:00