Maho Nakata
75b77255b8
workaround. not include pangox.aliases in the
...
installtion set (somehow?)
2003-08-15 22:36:56 +00:00
Maho Nakata
967a762714
THIRDPARTYLICENSEREADME.html is rested directory under html.
2003-08-15 22:36:24 +00:00
Maho Nakata
d32a5e2d09
The makefile.mk uses a ld to link the libraries, but ld fails to link with
...
-pthread. The correct sollution is to use $(LINK) which points to the
used gcc compiler. Unfortunately gcc doesn't understand --whole-archive and
--no-whole-archive. You have to use -Wl,-whole-archive and
-Wl,-no-whole-archive
instead. The following patch does this for FreeBSD, but maybe this should also
be done for the generic UNX case.
See http://www.openoffice.org/issues/show_bug.cgi?id=18064 for details.
Obtained from Volker Quetschke
2003-08-15 22:35:55 +00:00
Maho Nakata
ae099aec7b
Committed in the cws_srx645_ooo11rc3 CVS repo.
2003-08-15 22:33:40 +00:00
Maho Nakata
d072a29722
Now passes compilation for recent 4.8-STABLE and 5-CURRENT,
...
but still fails during/after the installtion :(
a) follow up to recent cvs checkout
(cws_srx645_ooo11rc3, 2003/08/15)
b) Use gcc33 from ports for both 4 and 5.
gcc-3.3 of 5-CURRENT seems to brake somewhere,
and recent version of OOo hits some internal
error of gcc-3.2.3.
c) remove --enable-gcc3, --with-os-version and --with-ant-home
gcc3 is deprecated, os version and ant home should be
detected automatically by configure(setting os version
had been dangerous, since difference can be seen between
/usr/include/osreldate.h and sysctl kern.osreldate)
however nowadays it is not so dangerous)
d) add build dependency for Xft and gtk-2.0.
2003-08-15 22:32:21 +00:00
Kris Kennaway
a9e4d4c309
Reset bouncing maintainer address ("User unknown")
2003-08-15 22:25:31 +00:00
Martin Blapp
c6ce64e0ca
Hopefully fix the wchar header issues one last time. It's annyoing to
...
have changing includes paths with each new gcc import.
Submitted by: maho
2003-08-12 22:31:00 +00:00
Martin Blapp
089408aaea
Make mozilla-vendor compile with gcc 3.3.1
...
PR: 55147
Submitted by: Jens Rehsack <rehsack@liwing.de>
2003-08-12 09:25:55 +00:00
David E. O'Brien
8e93e45e3e
Update to Vim 6.2 patchlevel 61
2003-08-10 00:42:47 +00:00
Kris Kennaway
8fd12fb374
BROKEN: Does not compile
2003-08-07 09:30:09 +00:00
Joe Marcus Clarke
3024fe12f5
misc/gucharmap is now deskutils/gucharmap.
2003-08-07 02:35:18 +00:00
Shigeyuki Fukushima
8347574229
Update to 10.6.
2003-08-05 14:13:37 +00:00
Joe Marcus Clarke
d693dd43ae
Attempt to fix build on 64-bit platforms.
2003-08-05 00:27:07 +00:00
Kris Kennaway
138f2ad7ff
Switch to MASTER_SITE_DEBIAN_POOL
...
PR: ports/50572
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 10:47:28 +00:00
Kris Kennaway
8697333ffb
Use MASTER_SITE_DEBIAN_POOL and correct invalid use of USE_GNOME (missed in
...
earlier sweeps)
PR: ports/50572
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 05:00:09 +00:00
Maho Nakata
5777cd28dc
Fix build on gcc-3.3.x
...
Submitted by: Simon Barner <barner@in.tum.de>
2003-08-02 02:03:03 +00:00
Kirill Ponomarev
1022baa818
- Update to version 1.5.2
...
- Fix build on -CURRENT
- Grammar fixes in pkg-descr
- Update project homepage
PR: 55077
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Approved by: fjoe (mentor) (implicit), maintainer
2003-07-31 19:46:59 +00:00
Kris Kennaway
696f004d54
Consolidate NO_CDROM and NO_PACKAGE -> RESTRICTED
2003-07-30 22:30:46 +00:00
Christian Weisgerber
b0db7e38aa
Hand ports over to Thierry Thomas <thierry@pompo.net>.
...
Old maintainer suffers technical difficulties.
Submitted by: Serge Gagnon
2003-07-30 20:10:08 +00:00
Joe Marcus Clarke
30bf3b5af8
Update to 1.99.3.
2003-07-30 05:10:36 +00:00
Joe Marcus Clarke
223b7bf210
Update to 1.0.6.
2003-07-30 02:19:36 +00:00
Maxim Sobolev
10588346d3
Let be hohest: I really don't have a time now to properly maintain all
...
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Michael Nottebrock
ac4ef3820b
Update KDE to the latest official release, KDE 3.1.3
...
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Kiriyama Kazuhiko
f1eeaf367f
Modify the message displaing after installation more natural.
...
Noticed by: Brian Betts <brian-ports@bbdab.org>
2003-07-28 06:25:36 +00:00
Kiriyama Kazuhiko
8ff4e9b6a0
Modify the message displaing after installation more natural.
...
Noticed by: Brian Betts <brian-ports@bbdab.org>
2003-07-28 06:07:16 +00:00
Jimmy Olgeni
6d7ce4aa3c
Upgrade to 1.9.3.
2003-07-26 09:32:15 +00:00
Kirill Ponomarev
aa309f8d4a
- Update to 3.12.1 beta 1
...
PR: 54856
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: fjoe (mentor) (implicit)
2003-07-25 18:20:03 +00:00
Jimmy Olgeni
7ad7c908c7
Upgrade to 1.9.2.
2003-07-25 15:52:26 +00:00
Tilman Keskinoz
d5bc4626d2
Fix build.
...
PR: 46874
Submitted by: JD <jimd@siu.edu>
2003-07-24 16:44:24 +00:00
Martin Blapp
fc32b37ca7
Upgrade to use new patchset 112887-04.tar
2003-07-23 22:18:44 +00:00
Ernst de Haan
b093017dc6
Port devel/jakarta-ant was renamed to devel/apache-ant.
...
Reported by: kris
Pointy hat to: me
2003-07-23 14:30:29 +00:00
Kiriyama Kazuhiko
5cf2388d58
Update to 8.2.
...
* version up packages:
dictionary-1.11 --> dictionary-1.12
ecb-1.06 --> ecb-1.08
ecrypto-0.12 --> ecrypto-0.13
edebug-1.17 --> edebug-1.18
edit-utils-2.00 --> edit-utils-2.02
ess-1.03 --> ess-1.04
games-1.13 --> games-1.14
hm--html-menus-1.20 --> hm--html-menus-1.21
os-utils-1.30 --> os-utils-1.31
prog-modes-1.73 --> prog-modes-1.79
sasl-1.12 --> sasl-1.13
text-modes-1.60 --> text-modes-1.61
tramp-1.12 --> tramp-1.15
vhdl-1.16 --> vhdl-1.17
x-symbol-1.04 --> x-symbol-1.05
xemacs-base-1.77 --> xemacs-base-1.78
xslide-1.06 --> xslide-1.07
2003-07-23 11:15:17 +00:00
Kirill Ponomarev
856d68616a
Update to 3.12
...
PR: 54702
Submitted by: maintainer
Approved by: fjoe (mentor>
2003-07-22 11:02:54 +00:00
Sergey A. Osokin
b4037355fc
Fix build on -CURRENT (gcc-3.3)
...
Submitted by: Simon Barner <barner@in.tum.de>
2003-07-20 12:40:55 +00:00
David E. O'Brien
9061242549
update PORTREVISION
2003-07-19 19:27:43 +00:00
David E. O'Brien
7ce48dd36c
Mark patch 015 as bad. 015 works fine under CTWM and TWM. But I guess I
...
should be nice to the KDE users -- they are getting cores left and right.
2003-07-19 19:27:12 +00:00
Joe Marcus Clarke
64e91e8afa
Fix build on -CURRENT with GCC 3.3.1. There's a PORTREVISION bump here
...
because the fix actually corrected a typo that could cause problems on
-STABLE as well.
Reported by: Jeremy Messenger <mezz7@cox.net>
2003-07-19 00:31:56 +00:00
Joe Marcus Clarke
40c216e3d0
Remove a patch that seems to be unnecessary these days.
2003-07-18 02:22:19 +00:00
Joe Marcus Clarke
428102e835
Fix build problems on -CURRENT.
2003-07-17 19:28:12 +00:00
Maho Nakata
af63e06d7c
1. update to fresh checkout of OpenOffice.org (1.1RC2)
...
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.
Reviewed by: mbr
2003-07-17 12:56:09 +00:00
Norikatsu Shigemura
ae7a4f5ccb
o Change md5 value in distinfo.
...
diff -u old archive new archive
o Change LICENSE & README and more older timestamp.
o Remove MASTER_SITE by providing old archive.
o These modification is no effect for install. So I don't
bump PORTREVISION.
o Add WWW: tag.
PR: ports/54415
Reported by: TATEOKA Takamichi <tate@tateoka.org>
Discuss with: Yoshihiko Sarumaru <sarumaru@yamayuri.org>
2003-07-17 05:40:39 +00:00
Norikatsu Shigemura
0ed0b22ce3
Fix install error by modification of bsd.port.mk r1.455.
...
PR: ports/54531
Submitted by: SUGIMOTO Sadahiro <ixtl@utmc.or.jp>
Approved by: maintainer no response
2003-07-16 10:10:56 +00:00
Norikatsu Shigemura
d9f16e4835
o Update to 3.12.b3.
...
o Sort pkg-plist.
PR: ports/54512
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-07-16 10:03:33 +00:00
Joe Marcus Clarke
cc6825cf28
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
...
core desktop components are being removed.
2003-07-15 19:10:59 +00:00
FUJISHIMA Satsuki
b185046be2
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Joe Marcus Clarke
4bce57487d
Update to 1.99.2.
2003-07-12 07:16:00 +00:00
David E. O'Brien
d32ebd3141
Update to Vim 6.2 patchlevel 21
2003-07-11 09:26:24 +00:00
Gary Jennejohn
daaee6e27b
Update to version 9.3u.
2003-07-11 06:08:23 +00:00
Daichi GOTO
d7224af8d2
update editors/hte: Add WITHOUT_X11 knob
...
PR: 54323
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2003-07-11 05:17:09 +00:00
Christian Weisgerber
a80766b711
Fix build on non-i386 platforms. Also fixes
...
PR: 53532
Submitted by: Mark Linimon <linimon@lonesome.com>
2003-07-09 16:01:17 +00:00
Daichi GOTO
da20d32dc5
update editors/leo: 3.11.1 -> 3.12.b1
...
PR: 54213
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-07-08 12:01:24 +00:00
Sergey A. Osokin
d33a7a38e3
Update to 0.7.3
...
PR: 54135
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Approved by: fjoe (mentor) (implicit)
2003-07-06 10:28:50 +00:00
Martin Blapp
d537c4908a
Add unzip dependency.
...
Submitted by: kris (bento)
2003-07-06 09:34:06 +00:00
Shigeyuki Fukushima
411f505bba
Add xml catalog hard-coding path.
...
PORTREVISION bump.
PR: ports/52515
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
2003-07-04 14:28:43 +00:00
Shigeyuki Fukushima
3e45ad8046
Update to 10.5.
2003-07-04 13:57:52 +00:00
Martin Blapp
104f4e8e71
Mozilla-vendor has been removed. Download the 1.02 port from freefall,
...
since we depend exactly on this version.
PR: 54035
Submitted by: Chris Shenton <chris@Shenton.Org>
2003-07-02 21:00:12 +00:00
Martin Cracauer
40bff91404
Bump portsrevision.
...
Thanks, Kris.
2003-07-02 01:56:51 +00:00
Martin Cracauer
c964d29e95
Fix a long-term problem: shell-mode would not open a new shell fo
...
shell-mode on FreeBSD once a number of ttys were taken, it wouldn't
find the next free one where xterm and everybody else would.
Teach it to walk the list of possible FreeBSD ttys correctly.
This code is evil, I'm only doing it because emacs-21 is *really* evil
and I didn't port all of my .emacs to xemacs yet...
2003-07-01 21:59:54 +00:00
Daichi GOTO
28c552592b
update editors/hte: 0.7.1 -> 0.7.2
...
PR: 52915
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
2003-07-01 07:16:24 +00:00
Joe Marcus Clarke
5833943e79
Fix a potential NULL pointer dereference.
...
Submitted by: maintainer
2003-06-30 17:03:38 +00:00
Christian Weisgerber
38d73179b1
This does not build on 5.x.
...
PR: 53917
Submitted by: Mark Linimon <linimon@lonesome.com>
2003-06-30 14:11:44 +00:00
Daichi GOTO
a2046a6ef2
update editors/biew: 5.3.2 --> 5.5.0
...
PR: 53806
Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
2003-06-30 12:33:50 +00:00
Joe Marcus Clarke
852412b77c
Add congolmerate, a GNOME 2 XML editor geared toward DocBook editing.
...
PR: 53755
Submitted by: Pav Lucistnik <pav@oook.cz>
2003-06-29 20:07:30 +00:00
Christian Weisgerber
54384f8e0f
Fix typo in ONLY_FOR_ARCHS variable.
...
PR: 53534
Submitted by: Mark Linimon <linimon@lonesome.com>
2003-06-29 14:25:01 +00:00
Joe Marcus Clarke
fcded05a2d
Fix build by explicitly including sys/param.h.
...
PR: 53871
2003-06-28 16:43:21 +00:00
Joe Marcus Clarke
f8cb7adaaf
Fix some buffer handling problems with pathnames.
...
Submitted by: kris
Obtained from: OpenBSD
2003-06-28 05:55:41 +00:00
Gary Jennejohn
4437b35db5
Update to version 9.3s.
2003-06-27 13:57:08 +00:00
Martin Blapp
955cfd277e
Add gtk and orbit dependencies too (for mozilla slave port).
...
Submitted by: kris
2003-06-27 07:57:19 +00:00
Jun Kuriyama
f5434ed861
I'm not using xemacs any more.
2003-06-25 02:47:15 +00:00
Joe Marcus Clarke
e08b3e5cb2
* Update to 1.99.1 (aka 2.0 Beta 1)
...
* Re-enable gucharmap support
2003-06-23 06:52:39 +00:00
Tilman Keskinoz
068ce3e3f0
Update to 2.7.5
...
PR: 53388
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2003-06-22 21:09:34 +00:00
Erwin Lansing
473664c702
- Update to 3.11.1
...
- Reformat pkg-descr to make portlint happy
- Update WWW tag and add Author tag
- Take maintainership
PR: 53590
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-06-22 15:14:01 +00:00
Joe Marcus Clarke
333cbf0ee2
Add yet another patch, and bump PORTREVISION.
2003-06-21 16:21:47 +00:00
Joe Marcus Clarke
0508ca36e8
Add a patch forgotten in the 0.3.1 update.
...
Reported by: maintainer
Big pointy hat to: me
2003-06-21 16:20:43 +00:00
Martin Blapp
3499152c80
Include these librarys needed by the mozilla sub-port directly
...
here in the openoffice port. This should fix the build problem
on bento.
2003-06-20 07:40:03 +00:00
Will Andrews
11e6598679
Fix rendering crash with patch developed by the Ted developer and
...
sent via the submitter. Set maintainer to submitter.
PR: 53329
Submitted by: Jonathan Drews <j.e.drews@att.net>
2003-06-18 02:34:27 +00:00
Joe Marcus Clarke
ceaa9fce53
Update to 0.3.1.
...
PR: 53413
Submitted by: Sergey Akifyev <asa@gascom.ru>
Approved by: maintainer
2003-06-17 17:33:38 +00:00
Joe Marcus Clarke
1689f44888
It seems the configure help differs from the actual configure argument
...
when it comes to disabling gucharmap support.
2003-06-16 18:09:58 +00:00
Joe Marcus Clarke
1aa2903af1
Don't print the pre-everything banner until gucharmap support is fixed.
2003-06-16 17:51:59 +00:00
Joe Marcus Clarke
564b9be8c2
Add a missing locale file.
...
Reported by: bento
2003-06-16 00:04:33 +00:00
Adam Weinberger
f6ce297885
Update to 2.2.2.
2003-06-14 20:20:43 +00:00
Joe Marcus Clarke
933ca32503
Remove gucharmap support for the time being. It was broken with the
...
0.8.0 update.
2003-06-13 18:12:30 +00:00
Tilman Keskinoz
49a242ec6a
Update to 1.5
...
PR: 52913
Submitted by: maintainer
2003-06-13 12:15:44 +00:00
Joe Marcus Clarke
03667b3c5e
Chase the libgucharmap shared lib version.
2003-06-13 01:11:39 +00:00
Adam Weinberger
5a1964dbcd
Remove REINPLACE commands that were rolled into gnomehack.
2003-06-12 09:46:09 +00:00
Martin Blapp
adcf3d9e60
Add $CWD to $LD_LIBRARY_PATH as Linux does. This will make
...
the errors in setup.log go away.
2003-06-09 10:51:58 +00:00
Will Andrews
f9be1a26da
REST IN PEACE
...
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed.
2003-06-08 21:06:22 +00:00
Martin Blapp
b8db9441a8
The KDE-wrapper has changed from script to binary. It is now
...
a lot more difficult to patch it. Until we found the correct
way to deal with it, comment it out.
2003-06-08 09:56:30 +00:00
Christian Weisgerber
5e80422bb1
Update to version 1.6.2.
...
PR: 52477
Submitted by: Ports Fury
2003-06-08 01:18:51 +00:00
Kris Kennaway
3988dfe54d
Remove chuckr as maintainer of his ports. He has not committed since
...
09/2000 and has been unresponsive to mail about his ports for at least
2 years.
Approved by: portmgr
2003-06-08 00:30:49 +00:00
Martin Blapp
6a67cf6e72
Fix spelling of "preferred".
...
PR: 52740, 52741
Submitted by: Christopher Nehren <apeiron@comcast.net>
2003-06-07 22:52:21 +00:00
Martin Blapp
5191c1d5a8
Upgrade to OO1.1 beta2.
2003-06-07 22:09:48 +00:00
Martin Blapp
3dbc504a92
Upgrade to OO1.1 beta2.
...
Many bugs have been fixed and there are a few FreeBSD dependent
issues remaining. Unfortunatly one of them is the installer.
Most patches have been imported, so we are now down on about ~30 patches !
2003-06-07 22:09:20 +00:00
Doug Barton
bca411b01a
Un-fennerize by upping the version of Pine to the latest.
2003-06-07 22:07:44 +00:00
David E. O'Brien
5d98269a65
Introduces WITH_GTK2 support.
...
Submitted by: obraun
2003-06-07 09:46:40 +00:00
David E. O'Brien
dfe75d1843
Change the data directory.
2003-06-07 08:14:39 +00:00
David E. O'Brien
f0c1f08346
Update to Vim 6.2 patchlevel 14
2003-06-06 19:01:42 +00:00
Edwin Groothuis
9f89ab7bed
New port: puff (text editor) (very easy port)
...
Puff is an editor that is named after "Puff the fractal dragon" (see fortune).
Primary features:
- Simple and lightweight
- Can open multiple files
- Clipboard is an open file
- Keys may be reassigned
- Source is easy to extend
PR: ports/50607
Submitted by: Leif Pedersen <bilbo@developerpit.com>
2003-06-06 12:22:21 +00:00
Christian Weisgerber
8c56da7c9e
Update to version 3.42b.
...
PR: 52714
Submitted by: Ports Fury
2003-06-05 20:50:50 +00:00
Kiriyama Kazuhiko
255366f3d2
* Change distinfo for new distfiles (forgotten in previous commit ;)
...
* Add patch(patch-al) to avoide *very* slow fonfifying [1]
Refered from: http://list-archive.xemacs.org/xemacs-beta/200305/msg00467.html [1]
2003-06-05 07:54:45 +00:00
Kris Kennaway
93872f18cc
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
...
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
2003-06-04 22:43:38 +00:00
Adam Weinberger
0225134607
Assign MAINTAINER to ports@FreeBSD.org.
...
PR: ports/52534
Submitted by: Christian Brueffer <chris@unixpages.org>
2003-06-04 18:58:11 +00:00
Kiriyama Kazuhiko
297b585dfa
Update to 21.4.13.
2003-06-04 07:31:08 +00:00
Kiriyama Kazuhiko
57bef5d5c8
Update 3.4 to 3.5.
...
* version up packages:
mule-base-1.42 --> mule-base-1.43
2003-06-04 06:05:14 +00:00
Kiriyama Kazuhiko
fee0cb8842
Update 8.0 to 8.1.
...
* version up packages:
bbdb-1.21 --> bbdb-1.23
ediff-1.46 --> ediff-1.47
eudc-1.37 --> eudc-1.38
gnus-1.68 --> gnus-1.71
ilisp-1.31 --> ilisp-1.32
liece-1.11 --> liece-1.12
mail-lib-1.57 --> mail-lib-1.59
mh-e-1.19 --> mh-e-1.23
net-utils-1.31 --> net-utils-1.32
pgg-1.02 --> pgg-1.03
prog-modes-1.72 --> prog-modes-1.73
texinfo-1.23 --> texinfo-1.24
time-1.12 --> time-1.13
tm-1.35 --> tm-1.36
viper-1.35 --> viper-1.36
x-symbol-1.03 --> x-symbol-1.04
xemacs-base-1.75 --> xemacs-base-1.77
xemacs-devel-1.52 --> xemacs-devel-1.55
2003-06-04 06:01:48 +00:00
Michael Landin
6467aa45af
Update to latest release.
...
Approved by: roberto(mentor)
2003-06-03 14:57:04 +00:00
Christian Weisgerber
854c187a95
Remove MAINTAINER, as per his request:
...
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
2003-06-02 01:24:33 +00:00
Kiriyama Kazuhiko
9aa818abd4
Update documents with changing 21.4.* stable version.
2003-05-23 02:44:51 +00:00
Munechika SUMIKAWA
8e760ca37c
Make buildable on -current and unmark BROKEN.
2003-05-23 00:13:41 +00:00
Yoichi NAKAYAMA
f0115eb669
Add patch from upstream maintainer.
...
This unbreaks emacs20 port.
2003-05-22 23:26:11 +00:00
Kiriyama Kazuhiko
5fb8ce51ab
Update to 21.5-b13(Beta version).
2003-05-22 11:14:42 +00:00
Edwin Groothuis
859d1e7e8e
Update editors/aee to version 2.2.15b
...
Update port editors/aee to version 2.2.15b
PR: ports/52535
Submitted by: jbozza@thinkburst.com
2003-05-22 03:56:21 +00:00
Munechika SUMIKAWA
03312af81c
No need to split bsd.ports.mk.
...
Reported by: Sheldon Hearn <sheldonh@starjuice.net>
2003-05-21 17:33:30 +00:00
Munechika SUMIKAWA
dc398438a6
Make buildable on -current.
2003-05-20 22:31:54 +00:00
Kiriyama Kazuhiko
2b0ede52bf
o fetch firstly with specifing direct SUBDIR.
...
o pkg-descr suit for new xemacs package categories.
2003-05-20 07:17:02 +00:00
Kiriyama Kazuhiko
5ef204b72f
Update to 8.0:
...
o 23 pkgs version up
o 1 pkg newly add
2003-05-20 07:10:46 +00:00
Mario Sergio Fujikawa Ferreira
d7ca069eb4
o Fix a crash when trying to open menu Help -> Document
...
o Fix consists on depending on open-motif rather than GTK+ for the
build. Developer also advises open-motif over GTK+
PR: 52418
Submitted by: Jonathan Drews <j.e.drews@worldnet.att.net>
2003-05-19 22:54:44 +00:00
Mario Sergio Fujikawa Ferreira
a50b4298c8
Bring back from Attic: localized messages and documentation for koffice
2003-05-19 18:18:58 +00:00
Mario Sergio Fujikawa Ferreira
abc8ffa0c8
New port: localized messages and documentation for koffice
2003-05-19 18:01:33 +00:00
Mario Sergio Fujikawa Ferreira
862862cccf
New port: localized messages and documentation for koffice
2003-05-19 17:59:16 +00:00
Mario Sergio Fujikawa Ferreira
04f3e04121
New port: localized messages and documentation for koffice
2003-05-19 17:58:38 +00:00
Mario Sergio Fujikawa Ferreira
d4cb819ffd
New port: localized messages and documentation for koffice
2003-05-19 17:57:38 +00:00
Mario Sergio Fujikawa Ferreira
d4d5c6c150
New port: localized messages and documentation for koffice
2003-05-19 17:56:47 +00:00
Mario Sergio Fujikawa Ferreira
6fb6c6a43e
New port: localized messages and documentation for koffice
2003-05-19 17:56:05 +00:00
Mario Sergio Fujikawa Ferreira
ef2b146909
New port: localized messages and documentation for koffice
2003-05-19 17:54:45 +00:00
Mario Sergio Fujikawa Ferreira
318ac4d7bc
New port: localized messages and documentation for koffice
2003-05-19 17:54:08 +00:00
Mario Sergio Fujikawa Ferreira
a70699d59f
New port: localized messages and documentation for koffice
2003-05-19 17:52:44 +00:00
Mario Sergio Fujikawa Ferreira
a5dc8778f1
New port: localized messages and documentation for koffice
2003-05-19 17:50:01 +00:00
Mario Sergio Fujikawa Ferreira
daceb2841f
New port: localized messages and documentation for koffice
2003-05-19 17:49:23 +00:00
Mario Sergio Fujikawa Ferreira
691b8fc901
New port: localized messages and documentation for koffice
2003-05-19 17:48:35 +00:00
Mario Sergio Fujikawa Ferreira
e3d0328b5c
New port: localized messages and documentation for koffice
2003-05-19 17:47:32 +00:00
Mario Sergio Fujikawa Ferreira
3e9f5b7fc1
New port: localized messages and documentation for koffice
2003-05-19 17:46:13 +00:00
Mario Sergio Fujikawa Ferreira
6445f57715
New port: localized messages and documentation for koffice
2003-05-19 17:45:22 +00:00
Mario Sergio Fujikawa Ferreira
c210788e1f
New port: localized messages and documentation for koffice
2003-05-19 17:44:28 +00:00
Mario Sergio Fujikawa Ferreira
8eb9d7fb08
New port: localized messages and documentation for koffice
2003-05-19 17:43:52 +00:00
Mario Sergio Fujikawa Ferreira
9e1019996d
New port: localized messages and documentation for koffice
2003-05-19 17:43:15 +00:00
Mario Sergio Fujikawa Ferreira
ea5f882241
New port: localized messages and documentation for koffice
2003-05-19 17:42:30 +00:00
Mario Sergio Fujikawa Ferreira
4b339bd128
New port: localized messages and documentation for koffice
2003-05-19 17:41:39 +00:00
Mario Sergio Fujikawa Ferreira
0246ebdad4
New port: localized messages and documentation for koffice
2003-05-19 17:41:01 +00:00
Mario Sergio Fujikawa Ferreira
16171f6b5e
New port: localized messages and documentation for koffice
2003-05-19 17:40:26 +00:00
Mario Sergio Fujikawa Ferreira
a798c9d58c
New port: localized messages and documentation for koffice
2003-05-19 17:39:28 +00:00
Mario Sergio Fujikawa Ferreira
df2b529e23
New port: localized messages and documentation for koffice
2003-05-19 17:34:14 +00:00
Mario Sergio Fujikawa Ferreira
91849042e6
New port: localized messages and documentation for koffice
2003-05-19 17:32:22 +00:00
Tilman Keskinoz
790e0cfc1d
Fix manpage appearance
...
PR: 52431
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-05-19 14:27:07 +00:00
Pete Fritchman
3577754343
- update to 3.1
...
- new MASTER_SITES/WWW, now at sourceforge
PR: 52050
Submitted by: Ports Fury
2003-05-18 23:51:48 +00:00
Pete Fritchman
a990dc9f10
- update to 0.7.1
...
- switch to bz2 file
- install docs
PR: 52049
Submitted by: Ports Fury
2003-05-18 23:42:48 +00:00
David E. O'Brien
b49f1f3175
Update to Vim 6.1 patchlevel 474
2003-05-18 23:22:50 +00:00
Kris Kennaway
bc2b8d09af
BROKEN on 5.1: does not compile
2003-05-18 11:48:21 +00:00
Kris Kennaway
d500c1cc50
BROKEN on 5.1: does not compile
2003-05-18 10:15:44 +00:00
Kris Kennaway
9c288e873f
BROKEN on 5.1: bad C++
2003-05-18 09:55:25 +00:00