1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

2544 Commits

Author SHA1 Message Date
Kris Kennaway
bfa1eb4481 Fix build (remove bogus *alloc declarations)
Submitted by:	Adam Weinberger <adam@vectors.cx>
PR:		ports/41101
2002-09-29 07:55:30 +00:00
Akinori MUSHA
0d30ad804c Bump PORTREVISION and update pkg-message properly. 2002-09-28 13:36:56 +00:00
Akinori MUSHA
175abab3c7 - Install binaries with the "-emacs" program suffix to avoid conflict
with the XEmacs ports.

- The configure script is a GNU one, so define GNU_CONFIGURE instead
  of HAS_CONFIGURE + CONFIGURE_ARGS=--prefix=${PREFIX}.
2002-09-28 13:34:19 +00:00
Kevin Lo
c1796f9f1e Fix comment -- this port is for KDE3, not KDE2. 2002-09-26 06:19:03 +00:00
David E. O'Brien
4d446a4fad This removes the need for one of the patches for WITH_PERL. I've heard
vague problems with building with WITH_PERL, but I've never been able to
get hard evidence.  So this patch makes the whole thing OBE.  It also
uses the new USE_REINPLACE.

Approved by:	kris (portmgr)
2002-09-21 23:49:28 +00:00
Joe Marcus Clarke
35024cd38e Fix configure after recent GNOMENG conversion.
Submitted by:	bento
2002-09-21 18:17:33 +00:00
Ying-Chieh Liao
b9a139d055 add zed 1.0.5
Simple, fast, powerful, small, highly configurable TEXT EDITOR

PR:		38914
Submitted by:	Sten Poldma <exile@chamber.ee>
2002-09-21 06:19:24 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Satoshi Taoka
e3a69541d2 Change two targets 'pre-build:' to 'pre-build::'
because the second pre-build target is ignored.

Submitted by: kris
(I modified a patch submitted by kris)
2002-09-20 16:02:10 +00:00
Satoshi Taoka
abd6a3b5df Fix the patch.
Noticed by: kris
2002-09-20 15:58:13 +00:00
Ying-Chieh Liao
b52a2cb357 drop sgid/suid on backup files
PR:		42920
Submitted by:	maintainer
2002-09-18 11:13:27 +00:00
David E. O'Brien
a3c9e6bd3a Update to Vim 6.1 patchlevel 183 2002-09-17 19:22:33 +00:00
Ying-Chieh Liao
50554cfe56 upgrade to 1.10
PR:		42895
Submitted by:	Ports Fury
2002-09-17 17:36:41 +00:00
Joe Marcus Clarke
f878ca4ec3 Remove an out-dated header pertaining to the non-existent mswordview port,
and add a conditional BROKEN if textproc/wv is installed.  wv replaced
mswordview, and installs the same wv.h.

PR:		42812
2002-09-17 16:17:18 +00:00
Kiriyama Kazuhiko
21fc7fc5d2 Update 4.0 -> 5.0:
o Version up pkgs:
	cc-mode, edit-utils, ilisp, mail-lib, net-utils,
	prog-modes, ps-print, psgml, reftex, time,
	text-modes, tramp, view-process, xemacs-bas

o New pkgs:
	docbookide, ecrypto, ess, ocaml, psgml-dtds, sasl,
	sml-mode

Submitted by: Alan Eldridge <ports@geeksrus.net>
2002-09-17 00:59:03 +00:00
Martin Blapp
28cbf48748 sf1.mirror.openoffice.org is down now for about 2 weeks. That's
too long. Add a german site as second master site.
2002-09-16 12:47:02 +00:00
Joe Marcus Clarke
5c88438e87 Add ghex2 after a repo copy from ghex. ghex2 is a hexidecimal editor for
the GNOME 2 desktop.
2002-09-16 02:58:09 +00:00
Martin Blapp
535c928b97 Make a build work even if it has been aborted and the Virtual X-Server
has exited too. Add a new mozilla-install target, which installs the
packages to the place they belong.
2002-09-14 07:20:09 +00:00
Martin Blapp
ef353cdfc8 Add += also to GENJAVAFILES. 2002-09-12 10:20:40 +00:00
Alan Eldridge
c12d138c76 Get Makefile.kde relative to current dir, since PORTSDIR may not be defined
at the time of the include.
2002-09-11 14:38:30 +00:00
Martin Blapp
31549f347d Set WRKDIRPREFIX as empty if we build the included mozilla port. This
should make openoffice working with WRKDIRPREFIX.

PR:		42390
2002-09-11 14:28:59 +00:00
Martin Blapp
aaa10d7ab7 Work around jdk-path issues in CURRENT. 2002-09-11 12:22:19 +00:00
Alan Eldridge
a8dcfb9365 KOffice-1.2 is released. 'Nuff said. 2002-09-11 05:25:23 +00:00
Alan Eldridge
5b84005fc1 Start category Makefile cleanup. 2002-09-10 15:37:45 +00:00
Alan Eldridge
9472b5bd32 Whacked. (1) legal issue - illegal copies of qt code (2) relies on qt apis
not present in qt3 (3) fugly. 3 strikes you're out.
2002-09-10 11:48:11 +00:00
Alan Eldridge
8179161fb5 KDE2 is dead. The source is no longer available. 2002-09-09 07:24:26 +00:00
Martin Blapp
f2b32b838c Issue a warning if procfs is not mounted. This is a linuxism
we will remove soon, there is absolutly no reason that OO.org
needs a running procfs.

Unfortunatly OO.org does segfault at the moment without procfs,
so this commit will make the live of some people easier. In
CURRENT, procfs is disabled now by default ...

Note that ${AWK}, ${GREP} etc are defined in the post section
of our bsd.port.mk and need to be redefined to work.

Requested indirectly by:	mwlucas (who suffered a lot)
2002-09-08 16:02:39 +00:00
Kris Kennaway
21a38c944a This is C++ code, so build and link with ${CXX}. This still blows up
later with a compiler error.
2002-09-08 00:30:36 +00:00
Kris Kennaway
603dffaf51 Fix build on -current (bogus duplicate declarations) 2002-09-07 00:55:41 +00:00
Kris Kennaway
24d534742a Fix build on -current (bogus duplicate declaration) 2002-09-07 00:39:17 +00:00
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