Kris Kennaway
877ddfab1d
Fix build on -current (remove duplicate declarations of things in system
...
headers)
2002-09-07 00:32:47 +00:00
Joe Marcus Clarke
b3108a88fc
Update to 2.0.5.
2002-09-06 19:48:03 +00:00
Kiriyama Kazuhiko
84458c069b
Change MASTER_SITE_SUBDIR kiri -> kiri/xemacs.
2002-09-04 13:05:01 +00:00
Kiriyama Kazuhiko
b7e25d53b9
Change MASTER_SITE_LOCAL kiri -> kiri/xemacs.
2002-09-04 13:03:56 +00:00
Kiriyama Kazuhiko
8125e63bff
Update 3.0 -> 3.1:
...
o 5 packages version up
2002-09-04 11:14:53 +00:00
Kiriyama Kazuhiko
cc54ea5847
Update 3.0 -> 4.0:
...
o 49 packages version up
o 1 package(haskell-mode) added
2002-09-04 11:11:47 +00:00
Kiriyama Kazuhiko
5307456aa3
Update 21.4.8 -> 21.4.9.
2002-09-04 11:02:39 +00:00
Martin Blapp
4aedd0d3e2
Add UTF-8 support to locale. Correct a comment.
...
Submitted by: Matthew Reimer <mreimer@vpop.net>
2002-09-03 11:12:25 +00:00
Yoichi NAKAYAMA
3a6d9a5a65
Deactivate japanese/elisp-info and activate editors/mode-info (Repo-copied).
2002-09-03 05:20:05 +00:00
Yoichi NAKAYAMA
bb4a876c06
Import mode-info, which provides a set of functions on Emacsen
...
to refer manuals with describe-* like interface.
Repo-copied from: japanese/elisp-info
2002-09-03 05:13:45 +00:00
Martin Blapp
1a8d0bb1d5
Works again with system compiler.
2002-09-01 22:05:52 +00:00
Kris Kennaway
c68436a7b7
Remove USE_NEWGCC, which is no longer supported or required.
...
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
2002-08-31 02:44:07 +00:00
Mario Sergio Fujikawa Ferreira
4919a03c9a
Deploy USE_GNOMENG infrastructure
...
PR: 42197
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:36:06 +00:00
Joe Marcus Clarke
07c7e0b69c
Update to 2.0.4.
2002-08-29 05:28:10 +00:00
Maxim Sobolev
28d98ed48b
Directory layouts of py-gtk and py-gnome packages have been changed, so that
...
update *_DEPENDS properly.
2002-08-28 18:03:59 +00:00
Alan Eldridge
f0a964ba3c
Fixed error in lib dep. Sorry 'bout that one.
...
PR: 42117
Submitted by: JY <leafy@leafy.idv.tw>
2002-08-28 11:25:12 +00:00
Alan Eldridge
b56f80f99e
Update to koffice 1.2rc1.
2002-08-27 15:01:40 +00:00
Gary Jennejohn
59ef216bed
Add patch-file.c to fix an error in checking the return value from
...
mkdtemp.
Bump PORTREVISION to reflect the fix.
2002-08-27 09:18:36 +00:00
Akinori MUSHA
2174df6d25
- Use %SUBDIR% instead of embedding ${PORTVERSION} in MASTER_SITES
...
entries.
- Use the MASTER_SITES-:fu to cut bogus combinations of MASTER_SITES
and DISTFILES.
- Now that RingServer mirrors OpenOffice.org, add it to MASTER_SITES.
Approved by: mbr (MAINTAINER)
2002-08-26 08:57:22 +00:00
Martin Blapp
070a88502b
Revert part of last commit. It looks like some docs were wrong.
2002-08-26 08:02:31 +00:00
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