Martin Blapp
bbd69f40fa
Remove second part of minormkchanged.flg in target.mk. Because this file is
...
not existing at this time, the build will fail.
2002-08-25 23:50:28 +00:00
Martin Blapp
fa61be99d5
Work around yet another stupid bug in bsd.port.mk. WRKDIR is defined in the
...
post section, so any exists() will fail. I still don't understand why CDROM
and WRKDIR and such paths need to be defined in the post section.
Use build command instead of dmake. This is the common way to build also
subprojects of OO.org
2002-08-25 21:14:00 +00:00
Pete Fritchman
3547f0f22f
Fix the koffice build.
...
PR: 40342
Submitted by: Peter Avalos <pavalos@theshell.com>
Forgotten by: petef :)
2002-08-23 20:57:46 +00:00
Daniel Eischen
0505be0ca2
Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.
...
Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to
work for nested makes. I give up trying to make it work.
2002-08-23 20:03:18 +00:00
Shigeyuki Fukushima
981f6e7bf7
Update to 1.14.4.
...
PR: ports/41640
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
2002-08-23 16:49:40 +00:00
Kevin Lo
c51d85e8cd
Update to version 1.9.1
...
PR: 41894
Submitted by: Erwin Lansing <erwin@lansing.dk>
2002-08-23 08:16:55 +00:00
Alan Eldridge
0bb0e1562d
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
...
maintainership.
2002-08-23 05:53:53 +00:00
Ade Lovett
76d6ac6122
BerkeleyDB cleanup - stage 2
...
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Joe Marcus Clarke
c0b69d2591
* Update to 2.0.3
...
* Use USE_GNOMENG
2002-08-21 22:59:57 +00:00
David W. Chapman Jr.
3abb24d073
Add a MASTER_SITE
...
PR: 41851
Submitted by: maintainer
2002-08-21 19:22:34 +00:00
Daniel Eischen
50a694b761
Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.
...
PR: 41687
Submitted by: James E. Flemer <jflemer@acm.jhu.edu
2002-08-21 15:37:24 +00:00
Daniel Eischen
8596f6fd32
I guess something changed in ports/Mk so that BINOWN, BINGRP, and
...
BINMODE are no longer set when make'ing. Manually add them to
MAKE_ENV in the port's Makefile.
PR: 40800, 41687
Submitted by: kan
2002-08-21 15:27:53 +00:00
David E. O'Brien
ba0fa02a90
Update to Vim 6.1 patchlevel 158
2002-08-20 02:47:26 +00:00
Maxim Sobolev
49b191e6ec
Use USE_GNOMENG.
...
Suggested by: Roberto Gerola <roberto.gerola@speedtech.it>
2002-08-19 16:07:53 +00:00
Martin Blapp
49ffbc5eea
1) Add localized help files to the build. Only available for french,
...
german, italian, spanish, japanese and swedish ports.
Create three new targets for the mozilla sub-build. Allow
"make postinstall" to be called without a "make build.
1) Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-08-19 14:03:54 +00:00
Martin Blapp
c84d406825
Add CXX and CC flags to mozilla build too to workaround the
...
fact that USE_GCC=3.1 does not use the ports compiler.
Submitted by: Vladimir Kushnir <vkushnir@alfacom.net>
2002-08-18 09:43:32 +00:00
Martin Blapp
b4269a596c
Respect CFLAGS and USE_GCC for mozilla build. Needed
...
to build mozilla with the same gcc as OO.org
2002-08-17 10:48:18 +00:00
Martin Blapp
f897259afc
Delete unused platform dependent mozilla dists.
...
Saves us 35MB of build diskspace.
2002-08-16 19:37:10 +00:00
Martin Blapp
272567d28b
Build mozilla inside OpenOffice.org. We cannot use a installed mozilla installation
...
because of linking issues. C++ ABI changes are hard to detect. So we use a copy
of our mozilla port and execute thereafter zipmoz.sh to build the archives needed
by OpenOffice.org build.
We have now the first fully automated package build available for OpenOffice.org :-)
Remove about 10 versions of MOZDIST I built. It would have been necessary to build
at least 4 additional versions to support gcc3.2 as compiler.
Fix some warnings reported by portlint at the same time.
2002-08-16 15:37:14 +00:00
Gary Jennejohn
a81af7af81
Change freeBSD to FreeBSD in my email address for correctness.
2002-08-16 07:17:55 +00:00
Martin Blapp
996a7ff2b9
We still had three locales with uppercase chars. To adapt the style
...
of the other arrays, do everything in uppercase now. Add a NetBSD
part too and correct the IRIX part. Reorder the ifdef comments and
define how the array should look like.
2002-08-14 17:15:12 +00:00
Martin Blapp
d045b7aeec
Add package-rename target to automate the OpenOffice.org mirror
...
package generation. Only useful for Ooo mirrors.
2002-08-14 12:55:12 +00:00
Gary Jennejohn
8993277450
Update to version 9.3c.
2002-08-14 10:14:38 +00:00
Martin Blapp
cf16dd94fe
Add missing newline.
...
Submitted by: Mathieu Arnold <m@absolight.fr>
2002-08-14 09:04:10 +00:00
Martin Blapp
939a0009b4
Allow use of JDK1.3.1 even if we have no hotspot available. I hope this
...
will change in near future.
Submitted by: Carlos F. A. Paniago <pan@panix.ecof.org.br>
2002-08-13 22:26:29 +00:00
Martin Blapp
20bfa9f9b2
Sort the array _nl_language_list[] in ascending order. Remove NetBSD
...
part of code which was wrong. Change a signed int to unsigned.
2002-08-13 21:58:39 +00:00
Martin Blapp
29370d3dee
Fix a ugly bug in a binary compare function which made OpenOffice
...
dump in Options->Load/Save/HTML Compatibility. If $LANG was not set
in ENV, TXT files could not be read anymore.
2002-08-13 21:12:06 +00:00
Martin Blapp
051fbbcde2
Respect %D for PLIST creation.
...
Remove accidently comittted # for dependency.
2002-08-12 21:51:03 +00:00
Martin Blapp
d8f4c40ec0
Add message about $LANG
2002-08-12 11:57:53 +00:00
Martin Blapp
5ec6b71f0f
Check for already existing entries in dictionary.lst and warn the user.
...
Also let one overwrite the dicts with DICT_OVERWRITE=YES.
2002-08-12 11:26:04 +00:00
Martin Blapp
031df76138
Correctly add pkgname_suffix for chinese ports.
2002-08-11 22:29:08 +00:00
Martin Blapp
d772902994
Match Symlink too in find.
2002-08-11 22:02:40 +00:00
Martin Blapp
07ed994a93
Simplify. Add DICT_LIST and DICT_PATH variables.
2002-08-11 22:01:17 +00:00
Martin Blapp
f7d523e4fa
Move maintainer and extract_only to the right places.
2002-08-11 21:27:01 +00:00
Martin Blapp
b3737475cd
Uups, I forgot the distinfo file in my previous commit.
2002-08-11 20:31:53 +00:00
Martin Blapp
ea5e70e9a7
Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
...
which is a rewrite of iSpell in c++ with lots of additional features.
2002-08-11 19:16:05 +00:00
Martin Blapp
fed46073a0
Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
...
which is a rewrite of iSpell in c++ with lots of additional features.
2002-08-11 19:10:42 +00:00
Martin Blapp
08fd7b8e5a
Undef TOP, if it was defined previously.
...
Tested by: Andreas Klemm <andreas@klemm.gtn.com>
2002-08-11 15:36:47 +00:00
Martin Blapp
068074b37e
Check in two cases if a string is NULL. Fixes WITH_DEBUG=
...
installation.
2002-08-10 10:57:27 +00:00
Martin Blapp
03b3627ccd
Bump the portrevision. OpenOffice.org/Sun has requested
...
removal of spellchecker dicts. It is planed to make
standalone ports/packages spellchecker dicts.
2002-08-09 23:20:39 +00:00
Martin Blapp
265a8e937c
Fix WITH_DEBUG=1 build. DMAKE was not defined for this case.
2002-08-09 15:06:57 +00:00
Martin Blapp
2d5a95bcee
Re-add LANG_EXT which was removed accidently.
2002-08-09 11:30:21 +00:00
Martin Blapp
1bac9533cf
Remove spelling dict checksums
2002-08-08 23:10:41 +00:00
Martin Blapp
b933b77e57
Fix neon authentification. The patch in external/neon
...
is missing two unsigned chars.
http://www.openoffice.org/issues/show_bug.cgi?id=4818
2002-08-08 20:52:02 +00:00
Martin Blapp
b9029a7055
Correct the statement about beta quality.
...
Add another needed system patch. Without it regmerge hangs
sometimes in the build and consumes 100% cpu.
2002-08-08 17:58:51 +00:00
Martin Blapp
a0ae2d49cd
Remove spelling dict support in the main package. There will be
...
added ports instead for Mspell modules.
Requested by: OpenOffice.Org package people
2002-08-08 17:36:53 +00:00
Martin Blapp
ea619b3e9f
machine/soundcard.h -> sys/soundcard.h
...
Fix trailing patch which was ignored
Submitted by: kan
2002-08-08 17:32:38 +00:00
Martin Blapp
a9f357fa20
Fix another namespace collision which made the debug build segfaulting
...
in setup.
Submitted by: kan
2002-08-08 17:29:21 +00:00
Martin Blapp
39acd11767
Add optional TTF patch.
...
Submitted by: Alexander Kabaev <ak03@gte.com>
2002-08-08 17:20:20 +00:00
Bill Fumerola
2a4dc15101
project has moved to sourceforge
...
Submitted by: Joel Ray Holveck <joelh@gnu.org> (author)
2002-08-08 05:37:52 +00:00
Alan Eldridge
0e28e3c5e8
Correct KDE2 refs to KDE3.
2002-08-07 08:12:07 +00:00
Chris D. Faulhaber
9985c67abd
Add note requiring /proc to be mounted along with /compat/linux/proc.
...
Approved by: maintainer (mbr)
2002-08-06 00:08:49 +00:00
Martin Blapp
12b4b02510
Fix build dependency.
...
Noted by: Jonathan Chen <jonc@mobiledatanow.com>
2002-08-04 23:58:14 +00:00
Martin Blapp
d1f2e9f4dd
Remove stupid -USE_XLIB dependency. Make this a build dependency.
...
This should fix the pkg_install, which asks for Freetype (which is
already included in OO anyway, and for imake.) pkg_install works
now again without -f
Bump the port revision, to allow to build new packages.
2002-08-04 12:21:17 +00:00
David E. O'Brien
89571d871b
Allow to build GNOME GUI again (attempting was resulting in a Gtk version).
...
PR: 41108
Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
2002-08-04 07:12:19 +00:00
Martin Blapp
a9e071b81c
A changedir into the OO.org dir was wrong. This broke relative paths
...
like: "openoffice document.sxc".
2002-08-04 00:18:09 +00:00
Martin Blapp
0db16a2f3e
The gcc31 port has been updated. It seems that g++ includes are again in
...
g++-v3. In all preview version they where located in g++.
Remove part of this patch, so OO builds again with gcc31 (release)
2002-08-02 23:59:08 +00:00
Martin Blapp
f23e267155
Change MD5 checksum of the main distfile. It seems that OO.org has changed
...
the distfiles on July the 15th and that we got a preview version.
Correct the checksum to match the one on the webpage:
http://www.openoffice.org/dev_docs/source/1.0.1/md5sums.html
Reviewed by: dev@openoffice.org
2002-08-02 19:54:42 +00:00
Martin Blapp
93eed98fa2
Add another checksum for a spellchecker dict.
2002-08-02 18:38:28 +00:00
Ade Lovett
c8eaa93644
Chase shlib rev of devel/gettext
...
Submitted by: lots and lots
Pointy hat to: ade
2002-08-01 16:22:41 +00:00
Martin Blapp
f813c6b470
Add openoffice-wrappers for easier startup. Make pkg-message
...
more user friendly.
2002-08-01 12:29:21 +00:00
Martin Blapp
389ec605f1
Remove gd.tuwien.ac.at from MASTER_SITES. The distfile
...
there seems to be a snapshot and not the real release.
2002-08-01 07:27:41 +00:00
Martin Blapp
ab7caf533e
WITH_DEBUG=2 does work now.
...
It seems to take 10GB diskspace here. Ugh.
2002-07-31 23:03:35 +00:00
Martin Blapp
13bf943c62
Only use -g if $debug is true. I'll suggest this also to the
...
OO.org people.
It would make sence to have a additional GMAKECFLAGS in solvenv,
which could contain a basic CFLAGS configuration. We cannot use
$CFLAGS cause there are dmake specific things in it.
2002-07-31 22:57:55 +00:00
Christian Weisgerber
a176859d3d
Tarball was re-rolled, sigh.
...
Pointed out by: olgeni
Approved by: maintainer
2002-07-31 17:06:17 +00:00
Martin Blapp
08d42db8f0
Add missing MD5 checksum for the debug mozdist
2002-07-31 14:43:31 +00:00
Martin Blapp
28b7ee808c
Add missing cases for FreeBSD.
2002-07-31 10:48:46 +00:00
Martin Blapp
c0ec61915d
Make this script work for FreeBSD.
2002-07-31 10:39:51 +00:00
Martin Blapp
fe23002338
Add missing FreeBSD case.
2002-07-31 10:38:22 +00:00
Martin Blapp
e0c7d05974
FreeBSD has waitpid() and does not need to workaround as Linux has to do.
2002-07-31 10:36:42 +00:00
Martin Blapp
a0e845a9e8
Add player for KDE2 case.
2002-07-31 10:32:36 +00:00
Martin Blapp
ab4fe95bea
Fix some include paths.
2002-07-31 10:29:23 +00:00
Martin Blapp
61d498911b
Use the same libs to link with as linux does.
2002-07-31 10:24:12 +00:00
Martin Blapp
de267d2bcb
Fix locking problems.
...
Submitted by: kan
2002-07-31 10:16:01 +00:00
Martin Blapp
13471eeeab
Add patch needed by debug compile build.
2002-07-31 10:15:09 +00:00
Martin Blapp
56c07e1018
Do the same as linux to work around some alignment problems.
...
Submitted by: kan
2002-07-31 10:14:34 +00:00
Martin Blapp
11580a1c70
Add missing ! #ifdef
...
Submitted by: kan
2002-07-31 10:08:57 +00:00
Martin Blapp
6e1d596baa
Remove probematic -export-dynamic flag, which could lead to namespace
...
collisions. Add missing symbols to addsym.awk, so -export-dynamic
gets obsolete.
Submitted by: kan
2002-07-31 10:06:52 +00:00
Martin Blapp
f7ca61a7b6
Fix i18n related crash. This may be only a workaround, a better solution
...
is in work. The crash doesn't happen if $LANG is set to *.ISO8859-* or
to *.KOI8-R. It happens with $LANG=C, US_ASCII, *.KOI8-U, *.Big5 etc.
The function which does crash should select the best suitable mime encoding
type for $LANG.
The workaround is to default to US-ASCII if there is no suitable entry.
If the entry has been modified in the settings, this value will not be used
anymore and the crash should even stop if we don't have this workaround
in place.
2002-07-31 09:54:50 +00:00
Martin Blapp
c988609224
Add FreeBSD specific _nl_language_list[] array. Remove a linux only
...
specific #ifdef we included before.
2002-07-31 08:32:46 +00:00
Martin Blapp
93d30ff22e
Add new mozdist, compiled with -DDEBUG and -g. Thould help to finish
...
a -WITH_DEBUG=2 build.
2002-07-31 07:47:20 +00:00
Christian Weisgerber
1378d02ec0
Import bitedit 0.9.2.
...
bitedit is a simple ncurses program for editing a file. It allows
you to directly edit of the individual bits of a binary file in a
graphical fashion. It is useful for editing all sorts of binary files.
PR: 40732
Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
2002-07-30 13:17:04 +00:00
Christian Weisgerber
5bee2595bd
Fix build by removing declaration for deprecated and unreferenced
...
sys_nerr variable.
PR: 39147
Submitted by: keramida
Prodded by: des
2002-07-29 22:03:34 +00:00
Joe Marcus Clarke
313ab95b42
Use USE_GNOMENG.
2002-07-28 01:27:25 +00:00
Patrick Li
0bee400db5
Update to 2.11
...
PR: ports/41030
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-07-27 02:51:57 +00:00
David E. O'Brien
fb334bff79
Back out rev 1.198 (reinstate rev 1.196 -- add a dependency on libiconv
...
if it is present) but use the newer lib.
Submitted by: jim
2002-07-25 16:45:44 +00:00
David E. O'Brien
20f5237f0f
Update to Vim 6.1 patchlevel 141
2002-07-25 16:42:21 +00:00
Joe Marcus Clarke
a329649f1a
Update to 2.0.2.
2002-07-24 20:33:33 +00:00
Martin Blapp
5e863577e7
Display the Linux help text for the jvm install, not the Windows one.
2002-07-21 23:14:03 +00:00
Martin Blapp
2aede6e576
Fix language support. Add missing defines.
2002-07-21 23:11:40 +00:00
Martin Blapp
b9be5c4c4e
Add correct map for rtti test too.
2002-07-21 23:09:53 +00:00
Martin Blapp
60431551ee
Add PAM support
2002-07-21 23:06:51 +00:00
Martin Blapp
bde60949c1
Set FreeBSD and NetBSD config for mozilla.
2002-07-21 23:02:40 +00:00
Martin Blapp
4668165b1a
Activate sound support.
2002-07-21 22:59:15 +00:00
Martin Blapp
c626bc93e8
Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols.
...
WITH_DEBUG=2 turns on internal OO.org debug support. Unfortunatly
it is broken at the moment.
2002-07-21 22:48:50 +00:00
Maxim Sobolev
89a289fce8
- Use USE_GNOMENG;
...
- use USE_LIBTOOL;
- get rid of gettext-old dependency.
2002-07-20 11:20:49 +00:00
Joe Marcus Clarke
532324d2b5
Add a dependency to eel that crept in between 2.0.0 and 2.0.1.
...
Noticed by: James Satterfield <james@floondoon.com>
2002-07-19 07:13:54 +00:00
Joe Marcus Clarke
65d06f44bb
Update to 2.0.1.
2002-07-18 18:43:18 +00:00
Maxim Sobolev
7a9e2aab56
Use USE_GNOMENG.
2002-07-18 07:47:37 +00:00
Martin Blapp
5d84fbd9af
Fix "Missing package files for openoffice-1.0.1" message.
2002-07-17 20:38:22 +00:00
Martin Blapp
f7aa6debc2
Add install-update target to update a installed version with
...
the service pack.
2002-07-17 13:42:32 +00:00
Martin Blapp
28886612e3
Upgrade to Service Pack I
2002-07-17 13:12:24 +00:00
Martin Blapp
5830817c2c
Location of dictfiles has changed.
2002-07-17 08:32:16 +00:00
Martin Blapp
2409a0aeaa
Remove sunsite too from MASTER_SITES
2002-07-17 07:44:28 +00:00
Martin Blapp
e83a33f639
Upgrade to 1.0.1
2002-07-17 07:41:47 +00:00
Martin Blapp
60db34e8d3
Add support for spelling dictionaries. Remove the pkg-plist for the
...
main port. Instead, autogenerate it. Upgrade the oo-mozilla distfile
packages to mozilla 1.0 with newest security bugfixes.
Fix the pkg-message and bump the port version.
2002-07-16 12:55:34 +00:00
Daniel Eischen
2c973528c6
Correct spelling of distfile in EXTRACT_ONLY.
...
Submitted by: Peter I. Hansen <pih@oek.dk>
2002-07-16 08:31:20 +00:00
Patrick Li
c6ee50e301
Set GNU_CONFIGURE and update project site
...
PR: ports/40635
Submitted by: maintainer
2002-07-16 04:13:19 +00:00
Daniel Eischen
47b89b76a6
Move EXTRACT_ONLY to where it should be (portlint complained).
...
Change filename extension of extracted file to match distfile.
2002-07-15 18:26:25 +00:00
Daniel Eischen
1f06f1abaa
Change to use bzip2 instead of gzip distfile.
...
PR: 40583
Submitted by: Amar Takhar <verm@drunkmonk.net>
2002-07-15 18:19:04 +00:00
Daniel Eischen
b3c493aa47
Update to nedit v5.3.
2002-07-15 18:14:01 +00:00
Ying-Chieh Liao
d1d3bfbc7f
upgrade to 2.0
...
PR: 40581
Submitted by: maintainer
2002-07-15 11:21:34 +00:00
Martin Blapp
551c5e75ed
1) Fix some space nits.
...
2) Fix OS-Version, now STABLE is fixed.
Submitted by: 1) Cornelius Peter <peter.cornelius@comsoft.de>
2) Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-07-14 07:43:53 +00:00
Maxim Sobolev
9e12dfd497
Use USE_GNOMENG.
2002-07-12 12:15:37 +00:00
Maxim Sobolev
19a718ac4c
Convert all core GNOME1 components and some of the most popular GNOME1
...
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).
The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.
Please report any unusual problems to gnome@FreeBSD.org .
Discussed with: marcus
Reviewed by: marcus
2002-07-11 17:16:10 +00:00
Maxim Sobolev
548387be80
Use USE_REINPLACE.
2002-07-11 15:31:46 +00:00
Shigeyuki Fukushima
efdd1888e0
Update to 1.14.4.
2002-07-10 14:31:32 +00:00
Joseph Koshy
32cf413edb
Upgrade to v2.6.2.
...
Requested by: Cyril <freecynik@gmx.net>
2002-07-10 06:06:28 +00:00
Kiriyama Kazuhiko
aeb77f85ed
Japanese resource directory name changed because of locale change.
2002-07-09 13:39:50 +00:00
Akinori MUSHA
a8ba55a4fa
- Repocopy gnuserv-emacs20 to gnuserv and switch it to Emacs21.
...
- Turn gnuserv-emacs20 into a slave port of gnuserv.
2002-07-09 02:14:21 +00:00
Martin Blapp
f77d34c594
Add quotes. Place the system patch notices at the end, so everybody can
...
see it.
2002-07-08 10:02:18 +00:00
Akinori MUSHA
dd72641dac
Update to 3.12.4.
2002-07-08 03:47:18 +00:00
Dima Dorfman
0e244c343d
Something seems to have happened to the master site at www.kotnet.org,
...
since everything under ~skimo is returning 404s. This is probably
temporary, but host the distfile locally just in case for the time
being.
Submitted by: fenner's distfile survey
2002-07-08 00:14:07 +00:00
Alan Eldridge
162942426b
Fixed unfetchable file.
2002-07-07 21:45:09 +00:00
Martin Blapp
9d052c7701
- Remove bogus dependency on pth
...
- Use USE_GCC=3.1 in STABLE cause gcc 2.95.4 is broken again
for the OO.org build.
2002-07-07 08:42:33 +00:00
Martin Blapp
e13477f320
Fix last commit. Add is to the correct plist file.
2002-07-06 23:57:58 +00:00
Martin Blapp
17713be9ac
Fix package installation. We forgot symlinks
2002-07-06 23:48:10 +00:00
Martin Blapp
aea56a4a8d
The RTLD deadlock problem has been fixed in CURRENT.
2002-07-06 21:54:38 +00:00
Martin Blapp
46d49ae502
PR: ports/40160
...
Submitted by: David Yeske <dyeske@yahoo.com>
2002-07-04 23:02:06 +00:00
Martin Blapp
16b7ea478d
1) Change notice about a system patch. Matt did fix this in 4.6 STABLE.
...
2) Add another needed system patch notice to avoid deadlocks.
Obtained from 1) Jesse Gross <jesse_gross@yahoo.com>
2) Alexander Kabaev <ak03@gte.com>
John Polstra <jdp@polstra.com>
2002-07-04 22:31:20 +00:00
Will Andrews
3491a5043b
Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.
2002-07-04 19:39:36 +00:00
Gary Jennejohn
786cad9c3e
Update to version 9.3b.
2002-07-04 08:02:37 +00:00
David E. O'Brien
c161dc7366
Back out the libiconv stuff -- it is wrong and doesn't work.
2002-07-04 05:18:17 +00:00
David E. O'Brien
5cd910390c
Update to Vim 6.1 patchlevel 118.
2002-07-04 03:27:08 +00:00
David E. O'Brien
47a55bc07e
Add a dependancy on libiconv, BUT ONLY do it if libiconv is already installed.
...
PR: 37023
Submitted by: ru
2002-07-03 20:23:03 +00:00
Maxim Sobolev
11f8b588d4
Update to 0.5.6.
2002-07-02 11:53:07 +00:00
Joe Marcus Clarke
58d11a98d4
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
2002-06-30 22:20:44 +00:00
David E. O'Brien
3a06382399
Update to Vim 6.1 patchlevel 114
2002-06-30 03:53:46 +00:00
Gary Jennejohn
cc7fcc1ae7
Add patch-al to work around an apparent bug in gcc31 in -current. The
...
problem was not observed with the gcc in -stable.
The apparent bug results in an endless loop if a certain routine in
lstream.c is inline'd.
2002-06-29 17:28:55 +00:00
Gary Jennejohn
c3b23cf49e
Update to 21.4.8.
2002-06-29 17:26:39 +00:00
Gary Jennejohn
157749c115
Update to version 9.3.
2002-06-26 11:23:51 +00:00
Joe Marcus Clarke
58d6153c1e
Update to GNOME 2.0 RC2.
2002-06-26 09:18:37 +00:00
Kevin Lo
95210734fb
Update to version 0.7.2
2002-06-25 08:34:54 +00:00
Ying-Chieh Liao
f7b47e1e78
- Use REINPLACE_CMD
...
- Change maintainer's address
PR: 39758
Submitted by: maintainer
2002-06-24 04:54:01 +00:00
Ying-Chieh Liao
b53889dd48
add kile 1.0
...
A LaTeX source editor for KDE
PR: 39667
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
2002-06-23 05:59:27 +00:00
Martin Blapp
11774a5a83
Assign maintainer to mailinglist.
2002-06-22 22:24:46 +00:00
Ying-Chieh Liao
4fcd623a91
Replace ${PERL} with ${REINPLACE_CMD}
...
PR: 39591
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-21 15:52:35 +00:00
Martin Blapp
9a3255d32e
Two typos in the postscript header for printing fixed - one
...
if them is about Euro symbol, (merged from the development
branch of the package).
This patch is a slight generalisation of the one provided
in NetBSD PR pkg/17130
Obtained from: NetBSD, <mrauch@netbsd.org>
2002-06-21 08:51:04 +00:00
Ying-Chieh Liao
2368a4a922
add ssed 3.58
...
Super-sed is a heavily enhanced version of sed
PR: 39156
Submitted by: Amar Takhar <verm@drunkmonk.net>
2002-06-19 20:04:40 +00:00
Martin Blapp
0ddb051090
Always use the internal stlport if USE_GCC is defined.
2002-06-19 11:08:52 +00:00
Martin Blapp
85e44ed43b
If we build a port with a language different than EN or DE, we need
...
to define the language EN_US too. The documention is english only
at the moment.
Bug Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
2002-06-19 10:47:32 +00:00
Martin Blapp
1b2ce4b92e
Fix variable
...
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
2002-06-18 06:01:16 +00:00
Will Andrews
1aced58dae
Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the
...
rigorous testing performed on the part of the KDE/FreeBSD Project
over the last three weeks. Thanks to everyone who helped test!
General changes:
[1] Follow KDE2 style by moving KDE core specific macros and
the like to x11/kde3/Makefile.kde.
[2] Fix a variety of comments or miscellaneous data to reflect
that this is KDE3 and not KDE2.
[3] Account for more empty directories in the PLISTs.
deskutils/kdepim3:
[4] More #include <malloc.h> -> #include <stdlib.h>.
audio/arts:
[5] Upgrade to 1.0.1.
[6] Point at MASTER_SITE_KDE not my own mirror.
audio/kdemultimedia3:
[7] Account for the removal of the <machine/soundcard.h> symlink.
Simply point all such includes at <sys/soundcard.h>.
editors/koffice-kde3:
[8] Get rid of #include <values.h> preemptively.
devel/kdesdk3:
[9] Remove cervisia from build if building on -CURRENT due to
C++-unsafe sys/wait.h. The header is believed to have been
fixed in newer -CURRENT (>= Jun 5) but we have not tested that.
devel/kdevelop:
[10] Upgrade to 2.1.1 and use KDE 3 version.
[11] Remove a number of suggested dependencies that no longer fit.
[12] Account for where the docs for Qt went since they got moved
to fit in hier(7) better.
graphics/kdegraphics3:
[13] Turn off kuickshow by default because it depends on imlib,
which in turn depends on gtk/glib. This will be revisited
when we split up the KDE ports a bit.
games/kdegames3:
[14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h
tried to define uint32_t after sys/types.h already had.
sysutils/kdeadmin3:
No particular changes.
misc/kdeaddons3:
No particular changes.
misc/kdeedu3:
[15] Re-add the huge number of missing @dirrm's.
misc/kdeutils3:
No particular changes.
misc/kde3-i18n-* and */kde3-i18n:
For the most part, no particular changes. A huge number of I18N
message updates went into this release, though.
french/kde3-i18n:
[16] Fix build Makefile error due to tarball builder's env.
net/kdenetwork3:
No particular changes.
x11-clocks/kdetoys3:
No particular changes.
x11/kdebase3:
[17] Account for mkfontdir "soft" build-time dependency. If
mkfontdir is available, use it to build fonts.dir where
kdebase installs fonts. Otherwise, don't bother.
[18] Patch ElectricEyes.desktop to use the name of the program
that FreeBSD uses when you install the port for it.
[19] Patches for KDM merged into KDE 3.0.1.
[20] Properly fix kdm/backend/xdmcp.c string format error.
x11/kdelibs3:
[21] Support the KDE3 version check to make sure no one
tries to install KDE2 then KDE3. The 'kde-version-check'
target is centralized in x11/kde3/Makefile.kde.
[22] Remove patch for kdeprint/configure.in.in.
[23] Add patch to fix critical icon loader bug.
x11/kde3:
[24] Add Makefile.kde for centralizing KDE core-specific macros
that don't belong in bsd.kde.mk.
x11-toolkits/qt30:
[25] Mark broken on any XFree86 version < 4 due to packing list
related problems if we tried to support XFree86 3.
[26] Error out if the user has Qt2 installed already.
x11-wm/kdeartwork3:
[27] Add USE_MESA to explicitly support the 3D screensavers.
[28] Re-add a large number of missing @dirrm's.
Credits:
[1] [4] [5] [6] [7]
[9] [10] [14] [16]
[21] [22] [24] [26]: will
[2] [3] [8] [15] [17]
[19] [25] [27] [28]: alane
[11] [12]
Submitted by: Lauri Watts <lauri@kde.org>
[13] Found by: mi
Removed by: will
[18] [23]
Submitted by: Andy Fawcett <andy@athame.co.uk>
Tested by: [in addition to the above, in no particular order]
knu
Mattias Douhan <matt@athame.co.uk>
Bradley T. Hughes <bhughes@trolltech.com>
Erik H. Bakke <ebakke@trolltech.com>
David Johnson <david@usermode.org>
JJ Behrens <jj@nttmcl.com>
Michael W. Collette <metrol@metrol.net>
Adriaan de Groot <adridg@sci.kun.nl>
Mark Rowlands <mark.rowlands@minmail.net>
Mark Stosberg <mark@summersault.com>
Dave Cantrell <phaedrus@alltel.net>
Mark Miller <joup@bigfoot.com>
Wesley Morgan <morganw@chemikals.org>
Arjan van Leeuwen <avl@operamail.com>
2002-06-15 16:16:32 +00:00
Joe Marcus Clarke
515147d6b6
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
2002-06-15 09:05:13 +00:00
Martin Blapp
7c1f6bee85
Add Swedish OpenOffice slave port
2002-06-15 00:08:28 +00:00
Martin Blapp
c273f51ece
Add Polish OpenOffice slave port
2002-06-15 00:07:45 +00:00
Martin Blapp
cc630272c2
Add Italian OpenOffice slave port
2002-06-15 00:07:06 +00:00
Martin Blapp
9fd06989c8
Add Spanish OpenOffice slave port
2002-06-15 00:06:23 +00:00
Martin Blapp
28ad8a6acd
Add Arabic OpenOffice slave port
2002-06-15 00:05:33 +00:00
Martin Blapp
57d315da89
Add Turkish OpenOffice slave port
2002-06-15 00:04:43 +00:00
Martin Blapp
11240e4486
Add Portuguese OpenOffice slave port
2002-06-15 00:03:53 +00:00
Martin Blapp
9e53567023
Add Dutch OpenOffice slave port
2002-06-15 00:01:50 +00:00
Martin Blapp
2baacf5ce8
Add Greek OpenOffice slave port
2002-06-15 00:00:51 +00:00
Martin Blapp
a02a3d208e
Add Danish OpenOffice port
2002-06-14 23:59:47 +00:00
Martin Blapp
5dc75c5f56
Preparations to add OO ports for other languages. I'll add later OO
...
slave ports for 12 languages.
Obtained from: lioux (slave port skeletons)
2002-06-14 23:05:41 +00:00
Martin Blapp
c587239e33
OO hasn't crashed anymore, since the mapfiles took place. Remove
...
the warning message.
2002-06-13 12:51:24 +00:00
Martin Blapp
f79f718185
Display the kernel config message for 2.95 gcc only on STABLE.
2002-06-13 10:40:20 +00:00
Martin Blapp
23193ba3ab
Add missing conditional.
2002-06-13 09:21:45 +00:00
Martin Blapp
2580815daa
OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1
...
for now.
2002-06-13 09:04:16 +00:00
Martin Blapp
b42d78ff38
Fix gcc 2.95.3 crash resulting from a symbol conflict
...
between libpackage2.so and libsvx641fi.so.
Enable gcc 2.95.3 build again. OO should build and work now
in STABLE with the system gcc.
Obtained from: Alexander Kabaev <ak03@gte.com>
2002-06-12 21:19:50 +00:00
Martin Blapp
44f577242e
Enable the exported symbols map files again. A missing map file has been added
...
and now the build works with map files. It seems that some of these patches
have been comitted to the OO repo. Add new patches to fix this.
2002-06-12 21:06:03 +00:00
Martin Blapp
1f297430c7
Enable the map files.
2002-06-12 09:26:23 +00:00
Joe Marcus Clarke
9f04edac18
Update to the latest GNOME 2 snapshot.
2002-06-12 00:18:21 +00:00
Patrick Li
b4136079e2
Update to 3.40
...
PR: 38228
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-06-11 00:37:18 +00:00
David E. O'Brien
2c0ee27fbb
Not sure why all of a sudden the lang/README.txt became such a problem.
...
A whack with the hammer and it can be forgotten.
2002-06-11 00:19:48 +00:00
Martin Blapp
b8b818defb
Add notice about the JDK requirements.
2002-06-10 22:22:23 +00:00
Martin Blapp
a4fc48469f
Matt just comitted the fix to CURRENT. Do not display the
...
message if CURRENT is used.
2002-06-10 21:00:34 +00:00
David E. O'Brien
e6401d3024
Update to Vim 6.1 patchlevel 94
2002-06-10 17:29:45 +00:00
Martin Blapp
51afacdfc5
It looks like a 'make install-user' as root does add this
...
File. To be able to make a package, we need to remove it.
2002-06-10 15:44:00 +00:00
Martin Blapp
41a7ef6b86
Larger stack and datasize seems only be needed if gcc2 is used.
2002-06-10 13:11:37 +00:00
Martin Blapp
06f0a65b67
Add message about broken FreeBSD rtld and needed system patch.
2002-06-10 12:57:15 +00:00
Shigeyuki Fukushima
b5ec73ddc8
Fix XHTML DOCTYPE definitions.
...
PR: ports/38293
Submitted by: OKUMURA Yoshifumi <okumura@pop06.odn.ne.jp>
2002-06-10 12:46:16 +00:00
Martin Blapp
8a799370de
Only activate the display hack if no DISPLAY is defined. This should fix
...
install for users with a running X-Server.
2002-06-10 12:05:38 +00:00
Kris Kennaway
5809bd8bed
Remove patches with absurdly long filenames (>100 characters), after a
...
repo copy to files with shorter names.
2002-06-10 05:34:12 +00:00
Kris Kennaway
b04150bf09
Remove patches with absurdly long filenames (>100 characters), after a
...
repo copy to files with shorter names.
2002-06-10 05:26:20 +00:00
Pete Fritchman
875d5c53d7
Fix build on -current with gcc 3.1.
...
Submitted by: bento
2002-06-08 02:37:13 +00:00
Ying-Chieh Liao
7670fd54d1
upgrade to 1.54
2002-06-07 19:58:16 +00:00
Martin Blapp
3dd0d96e53
Fix version string
...
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-06-07 15:49:28 +00:00
Martin Blapp
38285ee8ef
Add missing -D_REENTRANT in CURRENT.
2002-06-07 15:29:55 +00:00
Martin Blapp
c7b31b51f7
- Dependency fix.
...
- Really build OO on CURRENT with g++ from ports
2002-06-07 15:24:41 +00:00
Martin Blapp
36594f4e5d
Make a ugly hack and remove the DISPLAY dependency. We use the
...
XFree86-4-VirtualFramebufferServer port to fake a real x-server
and to be able to make automated builds on bento.
Set USE_GCC=3.1 since all other options are broken at the moment.
Reviewed by: Will Andrews <will@FreeBSD.org>
2002-06-07 14:14:10 +00:00
Martin Blapp
31ca6f7c10
Automated build is not possible.
...
Obtained from: Will
2002-06-07 11:10:04 +00:00
Martin Blapp
95e277d607
Sync with reality and sort.
2002-06-06 23:11:54 +00:00
Martin Blapp
2a112bea93
Add missing map files.
2002-06-06 18:09:58 +00:00
Martin Blapp
32b27a6820
Fix string
2002-06-06 14:17:01 +00:00
Martin Blapp
693991c51e
Add DMAKE variable we can later use for more targets.
2002-06-06 14:06:19 +00:00
Martin Blapp
72a13b2644
Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compile
...
issues if stlport is already installed, but have been compiled with
a different c++ compiler.
2002-06-06 14:04:42 +00:00
Martin Blapp
eef799ee37
Add WITH_DEBUG option, and a needed patch.
...
Clean up the Makefile.
2002-06-06 13:23:26 +00:00
Joe Marcus Clarke
ea2d2ccf32
Update to 1.0.2.
2002-06-05 20:05:40 +00:00
Martin Blapp
f31bc69eea
Fix distfile name for gcc31
...
Submitted by: Erik H. Bakke <ebakke@trolltech.com>
2002-06-05 14:38:04 +00:00