Commit graph

2427 commits

Author SHA1 Message Date
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
Martin Blapp
6dc9319a76 Remove \t from usage(). Add the missing obsolete directory as a copy
from nspr/obsolete.
2002-06-05 14:33:37 +00:00
Martin Blapp
d9fbf1e323 I made the mozilla distfiles about 4MB smaller. The includes are always
the same, so there isn't any reason we should include them in each
version. Change the MD5 checksums one last time.
2002-06-05 14:29:24 +00:00
Martin Blapp
b2d9e960ca Also set --enable-gcc3 for CURRENT without USE_GCC 2002-06-05 12:44:14 +00:00
Martin Blapp
cafba41321 Use USE_GCC as in bsd.ports.mk proposed. 2002-06-05 12:30:24 +00:00
Martin Blapp
635da99a8b Don't make a mozilla subdir inside the includes 2002-06-05 12:16:47 +00:00
Martin Blapp
296624e8f0 Use CXX to link, since there are many places where CC is missing -lstdc++. 2002-06-04 23:37:00 +00:00
Martin Blapp
c646203023 Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. If
a different gcc is used, they make libstd++ conflict with the
system installed one.

Pointy hat to OpenOffice people.

Many thanks to:		David E. O'Brien <obrien@FreeBSD.org>
2002-06-04 22:41:10 +00:00
Martin Blapp
7c85d350aa Make the installation working on CURRENT to. The LD_LIBS
path was missing for the stlport library.
2002-06-04 19:31:50 +00:00
Martin Blapp
246ccd4a01 We finally made it possible. With the new bridge code from Alexander,
OpenOffice works now (on STABLE). Thanks goes to the following people
which helped me a lot :

Tim Tretyak <timothy@umc.com.ua>
Alexander Kabaev <ak03@gte.com>
Carlos F. A. Paniago <pan@panix.ecof.org.br>
2002-06-04 18:52:20 +00:00
Martin Blapp
e55f32f0f8 AC_TRY_COMPILE -> AC_TRY_LINK 2002-06-04 12:15:32 +00:00
Martin Blapp
9ad3fcb94c Fix the mozilla include problem and reroll the distfile.
Change MD5 checksum for CURRENT.
2002-06-04 11:09:46 +00:00
Martin Blapp
206de2abe4 Add new cpp uno bridge for STABLE. Make the necessary hooks and also add
the missing EXCEPTION argument to configure.in

Submitted by:	Alexander Kabaev <ak03@gte.com>
2002-06-04 10:54:09 +00:00
Martin Blapp
c3da2f04f4 Check the exception handling. Needed for the cpp uno code
bridge. I'll import a new bridge for sjlj exceptions on STABLE.
2002-06-04 10:17:52 +00:00
OKAZAKI Tetsurou
70dde728df Use a tab instead of a space after a variable name.
Submitted by:	portlint

Release a maintainer-ship of this port to ports@FreeBSD.org.
2002-06-04 06:33:21 +00:00
Martin Blapp
46e3f1b0da Work around the broken deliver.pl behaviour on CURRENT. For some very
strange reason (perl bug ?i), deliver does not copy the includes to
the right place, it just skips them. Just copy the includes to the
right place.
2002-06-03 22:17:18 +00:00
Martin Blapp
653dda5bda OO bootstrap needs perl. 2002-06-03 13:55:41 +00:00
Martin Blapp
6db8acda59 Some other ln -s -> ln -fs 2002-06-02 22:53:54 +00:00
Martin Blapp
fc8edb0c15 For now, do not add libstd++ lib to the package. A libgcc_s.so is missing
on CURRENT. I'll investigate here what's wrong.
2002-06-02 21:43:03 +00:00
David E. O'Brien
257e43929f Fix building fails when compiled w/ perl interpreter option.
PR:		36124
Submitted by:	Anton Berezin <tobez@tobez.org>
2002-06-02 21:40:04 +00:00
Martin Blapp
b3526edc12 Add missing includes for CURRENT 2002-06-02 20:11:57 +00:00
Martin Blapp
eb1c052f09 Fix previous patch. We have to include unistd.h for FreeBSD 2002-06-02 20:07:05 +00:00
Martin Blapp
d76901000b Do not link with lsupc++. With the newest gcc3.1 version it seems not to
be necessary.
2002-06-02 19:31:50 +00:00
Martin Blapp
954b175db3 Add a patch to not prototype getopt() again if gcc3 is used. 2002-06-02 19:29:04 +00:00
Martin Blapp
04658e095e Same case as Solaris. 2002-06-02 19:25:32 +00:00
Martin Blapp
899c8890cc Don't compile this for the gcc3 case. 2002-06-02 19:22:38 +00:00
Martin Blapp
b2b0846bf2 Fix patch. Of course the original checked for gcc3.0, not gcc3.1 2002-05-30 22:38:37 +00:00
Martin Blapp
2dbcf6c24b Add missing include for strchr() if compiled with gcc3 2002-05-30 22:23:14 +00:00
Martin Blapp
f60670bf15 Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports. 2002-05-30 22:13:07 +00:00
David E. O'Brien
f3f5893685 USE_LINUX rather than explicitly listing the dependency. 2002-05-29 19:07:10 +00:00
Ying-Chieh Liao
2b1210b36c upgrade 1.50 2002-05-29 17:29:54 +00:00
Martin Blapp
c1723f3f16 Add script to generate the needed mozilla dist tarfiles. 2002-05-29 14:21:09 +00:00
Martin Blapp
134fbc9d1e Second part, forgot to commit it.
Make openoffice compile with gcc from ports, or just with CC=$CC and
CXX=$CXX, like it should normally be. Usable options are:

USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES

Add a lot off gcc3.x fixes, make included stlport compile with CURRENT.

Next step will be to include a mozilla build, so we can link openoffice
against mozilla librarys without c++ compat problems.
2002-05-29 14:06:33 +00:00
Martin Blapp
6f36732a2d Make openoffice compile with gcc from ports, or just with CC=$CC and
CXX=$CXX, like it should normally be. Usable options are:

USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES

Add a lot off gcc3.x fixes, make included stlport compile with CURRENT.

Next step will be to include a mozilla build, so we can link openoffice
against mozilla librarys without c++ compat problems.
2002-05-29 13:58:09 +00:00
Joe Marcus Clarke
1aadf412fd Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. 2002-05-28 16:08:26 +00:00
David E. O'Brien
61378a37df Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
2002-05-28 03:22:32 +00:00
Gary Jennejohn
05f6d6d65c Update to patch level 9.2zd.
This was tested on a -current system with no /usr/bin/perl
and worked OK.
2002-05-23 09:14:05 +00:00
Joe Marcus Clarke
ce968c6353 Add missing dependency on libgnomeui.
Submitted by:	bento
2002-05-22 22:27:04 +00:00
Martin Blapp
b50512060d Update to 6.0 final 2002-05-22 12:42:36 +00:00
Martin Blapp
4ebe928257 Mark it broken again.
It seems that our c++ (2.95.3) has still bugs. This time c++ exceptions
do not work as they should and instead a clean exit we get a segfault.
This works with a virgin 2.95.3 compiler, or even the one in the ports
collection. Another bug is a internal compiler error during compile
a part of OO without -g or with -O.

The rtld-elf symbolcache seems to have problems too. If used,
the installation coredumps. A workaround seems to disable the
caching altough this can't be the real solution.

There is also an outstanding problem in the uno-bridge code of OO.
We are currently investigating it:

http://www.openoffice.org/issues/show_bug.cgi?id=5071
2002-05-22 08:36:16 +00:00
Martin Blapp
ed8eb35b94 Fix plist for OpenOffice 1.0 2002-05-21 21:16:58 +00:00
David E. O'Brien
347ed57aa8 Allow package suffix to be overridden. 2002-05-21 17:37:07 +00:00
SADA Kenji
f7c986ff13 Upgrade to version 1.0 and unbreak.
- add `@exec mkdir' lines to stop deinstall-time warnings.
PR:	ports/36496
Submitted by:	maintainer
2002-05-21 06:57:59 +00:00
Martin Blapp
295782276e Add install-user target. 2002-05-19 20:26:47 +00:00
Martin Blapp
fcaa518c5d Change SO version in oo_setup.resp. Call sed directly. 2002-05-19 20:24:05 +00:00
Joe Marcus Clarke
63c7a0f973 Back to betas...Update to GNOME 2.0 beta 5. 2002-05-19 20:16:06 +00:00
Martin Blapp
25d19e763c Fix the last commit. Since OO was only compileable in a little
timeframe on CURRENT, mark it broken for all CURRENT versions.
Beside that, the logic was wrong.
2002-05-19 16:26:14 +00:00
Martin Blapp
00d240b137 Unbreak build, since we need testers now the setup works.
Add a lot of warning messages and tell in which RELEASE
OO does not work (yet).
2002-05-19 13:34:25 +00:00
Martin Blapp
2f3836cafb Add BSD specific nas patches to get it really working. NetBSD should
do the same.
2002-05-19 13:02:37 +00:00
Martin Blapp
b0dc5db05c Work around another C++ compiler bug with -O in our
STABLE gcc. Using -g for just this target, or removing
-O seems to fix the build.
2002-05-19 12:29:49 +00:00
Martin Blapp
8800bea575 Link libmozab2 too. This is apparently a bug introduced in
1.0 by the OO people. This should fix the setup program.
2002-05-19 12:17:30 +00:00
Martin Blapp
7f0ffef7c8 Revert the include dirs to the old location as before, and
add the missing dirs.
2002-05-18 14:28:08 +00:00
Martin Blapp
a87098e61c Add missing MD5 checksum, sigh 2002-05-18 12:35:58 +00:00
Martin Blapp
9d31c8a527 Update to mozilla 1.0RC2, like the OO people did yesterday. 2002-05-18 12:32:54 +00:00
Martin Blapp
8ba7b2bfab Make setup start. Patch from Alexander N. Kabaev 2002-05-18 12:30:12 +00:00
Kris Kennaway
15c29b2fbd BROKEN: Does not fetch 2002-05-18 02:59:36 +00:00
SADA Kenji
4047c94125 Set USE_X_PREFIX.
PR:	ports/37196
Submitted by:	maintainer
2002-05-18 02:29:11 +00:00
David E. O'Brien
cca235c943 Needs perl to build. 2002-05-16 23:33:22 +00:00
David W. Chapman Jr.
d6e66654bd Fix building on -current
PR:		37938
Submitted by:	obraun@informatik.unibw-muenchen.de
2002-05-15 14:15:13 +00:00
MANTANI Nobutaka
be4a402b13 Fix byte-compile error of dired.el.
Submitted by:	IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
2002-05-15 10:32:03 +00:00
Kiriyama Kazuhiko
70193dd0e5 Update 21.4.6_1 -> 21.4.8. 2002-05-15 09:51:06 +00:00
Kiriyama Kazuhiko
95f7b07f4b Update 2.1 -> 3.0. A new pkg "latin-unity-1.02" has been included. 2002-05-15 09:46:02 +00:00
Kiriyama Kazuhiko
af2e724122 Update 2.1 -> 3.0. Sevral new pkgs have been included. 2002-05-15 09:42:29 +00:00
Gary Jennejohn
1ed139bf6e Update to patch 9.2zc. The new patches contain mostly fixes for
winvile, but a few are of general interest.
2002-05-15 08:25:05 +00:00
Joe Marcus Clarke
cd44c2581e Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editor
for the GNOME 2.0 desktop environment.
2002-05-15 04:52:45 +00:00
Martin Blapp
cede1a236a Remove -g from build. We have special makeflags for this in OO. 2002-05-14 17:42:20 +00:00
MANTANI Nobutaka
da41fd42c3 Fix dired-mode for Japanese locale.
Submitted by:	IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
2002-05-12 14:29:02 +00:00
Jason Evans
c9e3c1380d Drop maintainership. 2002-05-11 22:19:34 +00:00
Mario Sergio Fujikawa Ferreira
bf6f80294d Fix PLIST
Submitted by:	Alan E <ports@geeksrus.net>
Approved by:	will
2002-05-09 17:08:28 +00:00
Joe Marcus Clarke
6bf93a5c63 Update to 1.0.1. 2002-05-09 02:56:23 +00:00
David E. O'Brien
45666060ec To ports@freebsd.org. 2002-05-08 21:03:16 +00:00
Gary Jennejohn
85f498d968 Update to patch level 9.2za. This is basically vile-9.3 pre-release. 2002-05-08 19:22:03 +00:00
Ying-Chieh Liao
32290d7235 fix WANT_GNOME bug
bump PORTREVISION
2002-05-08 15:33:29 +00:00
David W. Chapman Jr.
3c284bd8a8 Update to 2.31
PR:		37323
Submitted by:	Matthias Andree <matthias.andree@stud.uni-dortmund.de>
Approved by:	maintainer
2002-05-08 15:26:39 +00:00
Ying-Chieh Liao
9245ff8942 upgrade to 0.6.0b 2002-05-08 06:24:57 +00:00
Joe Marcus Clarke
c4df2bbd2e Fix a spurious crash when invoking the editor on certain C files.
PR:		37785
2002-05-07 18:58:25 +00:00
Mario Sergio Fujikawa Ferreira
e87b59efc3 o New port StarOffice 5.2 for Portuguese language
o Maintainership assigned to reviewer since he already maintains
  all the other StarOffice ports

Reviewed by:	mbr
2002-05-06 20:37:17 +00:00
David E. O'Brien
75a1478c94 Update to Vim 6.1 patchlevel 48 2002-05-05 17:37:48 +00:00
Martin Blapp
98f16c166c A oounix dir is now used instead of unix. So we need
to apply this patch to two files instead of one.
2002-05-01 21:51:24 +00:00
Martin Blapp
f3bad9da86 Upgrade to 1.0.0
Builds ok, but is still broken
2002-05-01 21:09:48 +00:00
Patrick Li
e6df2c3df3 Update to 5.3.2
PR:		37578
Submitted by:	maintainer
2002-04-30 06:24:38 +00:00
Maxim Sobolev
4595219ad6 Issue fflush()->fsync() after saving file to the disk, so that the user will
not get zero-sized file after reboot if the system crashed shortly after the
save, as it usually the case when you are hacking some potential panic(9)
implementation (e.g. kernel module). Bump PORTREVISION.
2002-04-29 23:25:30 +00:00
David E. O'Brien
0b438993b7 Use complete path for jot(1). The Orville write port also has a jot,
and it has has caused one user a problem.

Submitted by:	Rex A. Roof <rex@gunjin.wccnet.org>
2002-04-27 18:43:52 +00:00
David E. O'Brien
ecacd68f71 Update to Vim 6.1 patchlevel 32 2002-04-27 18:42:20 +00:00
Gerald Pfeifer
ba2e76e930 Tweak an error message in pre-extract.
Approved by:	mbr (maintainer), obrien (mentor)
2002-04-26 17:48:30 +00:00
Martin Blapp
31a8c2f1a5 Check for missing langinfo.h 2002-04-25 08:08:18 +00:00
Martin Blapp
390eecd72c Add setup description file 2002-04-24 22:11:06 +00:00
Martin Blapp
d0f31d2b75 Fix one mastersite, add install targets and remove the os version check.
I think if the gcc fixes for oo go in before 4.6, we can check against
this version later.

Openoffice does build now till the end. A normal build with a P800 Mhz
does take approximatly 20 hours.
2002-04-24 22:02:12 +00:00
Martin Blapp
13665ba93a Remove this patch. It's now included in the 641d build 2002-04-24 00:47:52 +00:00
Martin Blapp
d9c2f10276 Bring back deleted patch. We can habe the same flags as linux 2002-04-23 23:23:16 +00:00
Martin Blapp
8b787cfd1c We do not have alloca.h 2002-04-23 23:18:15 +00:00
Martin Blapp
2db0f945ef Go back to mozilla 2.95 includes, a newer version has LDAP code
problems and doesn't compile. We can bump later to 1.0, if the
openoffice project does the same.
2002-04-23 22:06:27 +00:00
Will Andrews
0b0dce9ef4 Fi MASTER_SITES. 2002-04-23 06:12:34 +00:00
Joe Marcus Clarke
c46347f938 Update to 1.0.0.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 16:55:25 +00:00
Will Andrews
d1c2f0dddd Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped.  See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.

bsd.kde.mk has already been updated a few days ago to work with these.

Some patches applied to fix a few bugs were:

deskutils/kdepim3:
        [1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
        [2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
        [3] Fix compile problem with kvoctrain.
x11/kdebase3:
        [4] Fix KDM CPU usage and login bug.

Some caveats:
        * All PLISTs are broken for deinstall due to script bug that I
          didn't notice until very recently.  This will be fixed when I
          commit an update tomorrow.  These ports should still install
          perfectly fine though.  They should also deinstall without
          giving errors, but will leave directories behind.
        * You can't install this with any other version of QT or KDE
          already installed.  I am not sure the checks are 100% working,
          but fixes for these will be forthcoming.  This is mainly due
          to a policy decision made by kde@ to make QT/KDE ports install
          the way the rest of the world expects it to while also still
          conforming to FreeBSD's hier(7).  For reference on this decision,
          please consult the KDE/FreeBSD mailing list archives.  This
          decision fixes 2-year-old bug reports relating to how we handled
          this for KDE2 vs KDE1.

Submitted by:   [1] Adrian de Groot <adridg@cs.kun.nl>,
                [2] David Faure <faure@kde.org>,
                    Andy Fawcett <andy@athame.co.uk>
                    Lauri Watts <lauri@kde.org>
                [3] Lauri Watts <lauri@kde.org>
                [4] Alan Eldridge <alane@geeksrus.net>
                    Oswald Buddenhagen <ossi@kde.org>
Reviewed by:    kde
2002-04-21 23:47:50 +00:00
Maxim Sobolev
8b5b461fdc Update to 4.0.0. 2002-04-18 16:57:19 +00:00
Martin Blapp
95c229ce16 mktemp(3) needs unistd.h
Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-04-16 17:59:29 +00:00
Martin Blapp
25fb948c1d Bring the patch to the newest version so it does not break anymore 2002-04-15 16:56:50 +00:00
Martin Blapp
30f652aa63 Ifdef another windows timezone definition 2002-04-15 15:14:28 +00:00
Martin Blapp
7e88375247 Add missing includes 2002-04-15 15:13:07 +00:00
Martin Blapp
1191ea838c Fix patch argument which does fix the neon build 2002-04-15 13:48:19 +00:00
Ade Lovett
89fa9359bc Missed these two in yesterday's uber-patch owing to a botched local
tree merge problem.

Pointy hat to:	ade
2002-04-13 23:21:55 +00:00
David E. O'Brien
7209ee5433 Fix rev 1.128 to what it should have been.
This fixes a `make reinstall' problem.
2002-04-13 19:13:55 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Christian Weisgerber
f876c3d363 Update to 1.0.9. Notable changes in this release:
* Bug fixes.
* Updated translations.  "Norwegian" has been replaced by separate
  Nynorsk and Bokmaal translations.
2002-04-12 12:28:50 +00:00
Shigeyuki Fukushima
ba6fb266c2 Fix build-failure at makeinfo(4.1 or later).
Submitted by:	yoichi
Obtained from:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12604
2002-04-10 15:55:05 +00:00
Joe Marcus Clarke
d38bdc9af6 Update to 0.99.5.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-10 15:17:38 +00:00
Ying-Chieh Liao
868d5d99cd upgrade to 1.40 2002-04-10 06:01:05 +00:00
David E. O'Brien
43dba690a5 Update to Vim 6.1 patchlevel 14
and fix to build on 5-CURRENT.
2002-04-10 02:08:41 +00:00
David E. O'Brien
a1ba576fdf Update to Vim 6.1 patchlevel 9. 2002-04-09 02:23:01 +00:00
Maxim Sobolev
6006b74a6e Remove iconv->giconv hack. 2002-04-08 11:27:33 +00:00
Maxim Sobolev
08d0534699 iconv binary now calles iconv', not giconv'. 2002-04-08 11:07:17 +00:00
Maxim Sobolev
da7926a34c Remove iconv->giconv hack. 2002-04-08 11:05:53 +00:00
Ying-Chieh Liao
4a4ee33222 upgrade to 1.1.8
PR:		36797
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-04-06 15:06:02 +00:00
Martin Blapp
a31c45a0b4 Upgrade to build 641d. More work is necessary to make the build compile.
There are still at least two different gcc bugs in our compiler, one
issue has already been found by Alexander Kabaev <ak03@gte.com>. He's
working on fixing the other.
2002-04-02 23:48:28 +00:00
Pete Fritchman
37183d4ab4 Update to 2.21.
PR:		36435
Submitted by:	maintainer
2002-03-28 23:04:22 +00:00
Ying-Chieh Liao
0ead0d3ddf upgrade to 1.40.15
PR:		36291
Submitted by:	Ports Fury
2002-03-25 12:18:39 +00:00
Maxim Sobolev
46637c6f26 Update to 0.99.3.
PR:		36062
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 15:47:03 +00:00
Maxim Sobolev
47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00
MANTANI Nobutaka
5a8b1f7c42 Update to 21.2.
Approved by:	shige
2002-03-19 03:27:38 +00:00
MANTANI Nobutaka
60282df075 Update to 21.2. 2002-03-19 03:26:27 +00:00
Yoichi NAKAYAMA
fd0db1b5c2 Update to 0.14.b4
PR:		ports/36043
Submitted by:	maintainer
2002-03-18 16:28:32 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Maxim Sobolev
449a928eea Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
2002-03-18 11:26:13 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Gary Jennejohn
fae245e621 Update to patch level z.
This has mostly fixes for winvile, but there are some which are
interesting to *IX users.
2002-03-18 07:22:53 +00:00
Martin Blapp
b51761e90d Revert the last change. It looks like -fno-rtti is only needed for the
mozilla part, and else it breaks the build where -rtti is used. Add a new
patch to change it for the mozilla build.
2002-03-16 17:02:10 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Martin Blapp
b0909f5cf7 Add -fno-rtti so the mozab connector code compiles again. 2002-03-15 17:26:45 +00:00
Kris Kennaway
24dcf4a8af Correct invalid syntax in LIB_DEPENDS
Submitted by:	bento
2002-03-15 01:40:07 +00:00
Martin Blapp
ee44ebc3c3 Remove hardcoded $cc and $CC 2002-03-14 16:53:43 +00:00
Martin Blapp
bb411f764d Remove $cc and $CC defines from unxfbsd.mk, and do the changes for
$CC -> $CXX
$cc -> $CC

everywhere. The compile seems to work again now.
2002-03-14 16:53:20 +00:00
Martin Blapp
67d6aa6627 Add pth directory for LIB_DEPENDS 2002-03-14 16:03:15 +00:00
Maxim Sobolev
c9b31a74c7 This port doesn't really USE_FREETYPE. 2002-03-14 08:30:17 +00:00
Martin Blapp
d834cc2592 Add CFLAGS too, and make correct {} 2002-03-13 21:43:49 +00:00
Martin Blapp
98abb3f16a Add CC and CFLAGS to gmake environment 2002-03-13 21:42:04 +00:00
Martin Blapp
44d1d9a8f9 gcc/cc -> $(CC) fixes
Do remove empty defines CC/CXX variables which did overwrite the SOLENV
environment.
2002-03-13 19:49:05 +00:00
Martin Blapp
02429790df Add $CC and $CXX here too 2002-03-13 19:29:10 +00:00
Martin Blapp
1edb959e7d Use CXX and CC, so we can specify cc295 and g++295 from ports. More
commits will follow.
2002-03-13 19:23:32 +00:00
Martin Blapp
78647a51f7 Make portlint happy. Add USE_XLIB
Submitted by:	demon
2002-03-13 19:19:41 +00:00
Martin Blapp
43a77a5f41 Add missing openoffice-devel 2002-03-13 16:33:57 +00:00
Martin Blapp
a46228370b Fix breakage with "patch -i" which is missing in STABLE. For some strange
reason it exists in recent CURRENT, but is not documented.
2002-03-13 16:31:53 +00:00
Martin Blapp
35790f4327 Copy stlport library to the right place. Fix build 2002-03-12 13:29:11 +00:00
Martin Blapp
2bb95749de Another alloca.h we do not have 2002-03-12 07:48:12 +00:00
Martin Blapp
24c09925b3 Upgrade the development snapshot to the latest build: 642 2002-03-12 01:22:29 +00:00
Martin Blapp
4470012b77 We need to build offuh here, else the build stops
Submitted by:	Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-03-11 15:51:33 +00:00
Martin Blapp
7820b875e6 Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8
Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-03-11 15:43:56 +00:00
Joseph Koshy
5b56777055 Update to v2.5.4. Take over maintainership.
Approved by:	Richard <rch@richard.eu.org> (MAINTAINER)
2002-03-11 10:12:04 +00:00
Martin Blapp
ee89ac71b6 FreeBSD has no -ldl 2002-03-11 09:26:02 +00:00
Martin Blapp
c8f58c7833 Build unoidl too 2002-03-11 09:18:13 +00:00
Martin Blapp
cb4a584073 If nSubKeys is not defined, just return. Fix from Tim Tretyak <timothy@umc.com.ua> 2002-03-11 09:17:12 +00:00
Martin Blapp
9a6a862e48 Remove unnecessary #defines 2002-03-11 09:15:44 +00:00
Martin Blapp
beb1c620c5 Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua> 2002-03-11 09:08:44 +00:00
Martin Blapp
ce1afb567b Fix one #ifdef and add two more checks 2002-03-11 09:06:34 +00:00
Martin Blapp
b19cbdef34 Add langinfo twirks 2002-03-10 23:02:24 +00:00
Martin Blapp
60deb7a34d Add tgetpwnam test for FreeBSD too 2002-03-10 22:51:58 +00:00
Martin Blapp
6149dd0b07 Remove _cdecl before main() 2002-03-10 22:48:22 +00:00
Martin Blapp
a8e4dd73bb AddrLen is socklen_t, not int 2002-03-10 22:42:07 +00:00
Martin Blapp
39bdece24e Add -f to ln to continue builds 2002-03-10 22:34:53 +00:00
Martin Blapp
cbf57a6a64 A getpwuid_r function is now implemented in patch-sal::osl::unx::system.c 2002-03-10 22:26:50 +00:00
Martin Blapp
f1a88e4042 Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet used
and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk
2002-03-10 22:03:45 +00:00
Martin Blapp
153720072a We do not have GLIBC. Sigh. 2002-03-10 21:51:41 +00:00
David E. O'Brien
be9775f460 Update to Vim 6.1 Beta 'B' 2002-03-10 18:45:45 +00:00
Martin Blapp
d5b8dbd7c4 Define fcvt as extern as NetBSD does. 2002-03-10 17:14:48 +00:00
Martin Blapp
006f3e56bc Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.
Requested by:	cvs-comitters
2002-03-09 22:41:53 +00:00
Martin Blapp
0831655ef9 Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions with
-pthread, add JAVA_RUNTIME definition, change the optimization from 02
to -O and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder
the librarys the correct way.
2002-03-09 19:57:47 +00:00
Martin Blapp
86149f75c2 Move the s|<malloc.h>|<stdlib.h>|g after the patch section. 2002-03-09 10:43:14 +00:00
Mark Pulford
bebfbd079c Updated to 3.1.8. 2002-03-09 10:25:58 +00:00
Martin Blapp
9defbf5952 Patch got accidently comitted twice. 2002-03-09 09:54:06 +00:00
Martin Blapp
ea1938c72b STABLE does not have langinfo.h yet. 2002-03-09 01:00:16 +00:00
Martin Blapp
22a77d8a58 Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file. 2002-03-09 00:18:08 +00:00
Martin Blapp
2cdb04602e This patch accidently got the second part dublicated 2002-03-08 23:13:20 +00:00
Martin Blapp
0a3a57c1f5 Use autoconf, remove the ugly configure patch. Do the gcc tests and fix them
while we are here (AWK had an endless loop), add a FreeBSD configure variable
called with-os-version, so we can check the OSVERSION in the build to support both
STABLE and CURRENT (there are different patches needed)
2002-03-08 23:06:20 +00:00
Martin Blapp
64baa5ac91 Add missing typedef and macros. Patch from Carlos F. A. Paniago
<pan@cnpm.embrapa.br>
2002-03-08 16:06:39 +00:00
Martin Blapp
8022072e4a We do not have alloca.h 2002-03-08 15:43:16 +00:00
Martin Blapp
1f2df029ef Substitute .cxx files too in the nas-patch. Also add a missing backslash,
since we do not want to scan dirs.
2002-03-08 14:27:12 +00:00
Martin Blapp
fe99f7ef94 Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSD 2002-03-08 14:00:00 +00:00
Martin Blapp
9ca07ed0ae Add -Wl,-export-dynamic for the SHLGUI build too 2002-03-08 13:35:18 +00:00
Martin Blapp
a4795e1f6b Add missing $ 2002-03-08 13:30:05 +00:00
Martin Blapp
31d5ac22c5 Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSD 2002-03-07 16:49:17 +00:00
Martin Blapp
715b153f25 Add missing SHL1STDLIBS reordering 2002-03-07 15:44:08 +00:00
Martin Blapp
69a1c8e79f Add include path $STLPORT_inc_stlport for FreeBSD too and remove a second
instance of this include path.
2002-03-07 15:32:52 +00:00
MANTANI Nobutaka
e1566ae99c Byte-compile only patched elisp files.
Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc
before install.
2002-03-06 17:57:21 +00:00
Martin Blapp
6b4a3cb361 *.cxx also needs <malloc.h>|<stdlib.h> 2002-03-06 17:18:04 +00:00
Martin Blapp
46efc15b9e Add two patches which did not made it in the previous commit
Reorder the SHL1STDLIBS librarys
2002-03-06 16:44:13 +00:00
Martin Blapp
1ff4042d1c Reorder the SHL1STDLIBS librarys 2002-03-06 16:41:21 +00:00
Maxim Sobolev
e5e39fa30c Pre-compile python objects, so that package deinstalls cleanly. 2002-03-06 13:11:32 +00:00
Martin Blapp
5ee03bd0ee Bison > 1.3 fixes, sync with NetBSD port source 2002-03-06 11:09:27 +00:00
Martin Blapp
2126a39259 Openoffice needs x11 2002-03-06 10:00:32 +00:00
Martin Blapp
10efa08a2d s|<malloc.h>|<stdlib.h> for the nas build 2002-03-06 01:33:17 +00:00
Martin Blapp
ca4d5e4600 Exclude three additional map buildings which are breaking the build 2002-03-05 23:41:48 +00:00
Martin Blapp
37e20e8a14 Fix patch paths 2002-03-05 23:40:10 +00:00
Martin Blapp
f5017f7c3f Add missing #ifdef for FREEBSD 2002-03-05 23:38:28 +00:00
Martin Blapp
56f0874ee4 minormkchanged.flg is not a target. This solves the breakage in solenv 2002-03-05 23:37:12 +00:00
Martin Blapp
7b6630a8cd Change PATH from /usr/bin/X11 -> /usr/X11R6/bin 2002-03-05 23:35:07 +00:00
Martin Blapp
2cd9e1f248 Bring the FreeBSD (NetBSD) mozilla zip files into place 2002-03-05 23:33:17 +00:00
Martin Blapp
45b7b3fa27 timeb -> time fixes 2002-03-05 17:58:18 +00:00
Martin Blapp
9668701060 timeb > time fixes 2002-03-05 17:49:31 +00:00
Martin Blapp
bf3eb5769f Fix malformed patch 2002-03-05 17:25:00 +00:00
Martin Blapp
7bbd08efc9 Build berkeleydb with freebsd include dir and options 2002-03-05 17:22:52 +00:00
Martin Blapp
3004d568dd Modified to fit our requirements 2002-03-05 15:56:32 +00:00
Martin Blapp
5ad2709bbd Fix for newer bison with .h files 2002-03-05 15:55:41 +00:00
Martin Blapp
02a66e8dab Fix file extraction 2002-03-05 15:53:57 +00:00
Martin Blapp
81ebca5df1 libfreetype.so.6 > libfreetype.so.7 2002-03-05 15:53:09 +00:00
Martin Blapp
646ae9dfa2 Fix tar.gz extraction. Our tar seems not to like the included tar files and exits
with error value 141. But only if the gunzip stream is redirected from STDIN.
If our tar is used with -z, everything works. Looks like a BSD tar bug.
2002-03-05 15:52:12 +00:00
Martin Blapp
030ef7ce18 We do not have SYS_TIMEB_H. Instead use SYS_TIME_H 2002-03-05 15:49:56 +00:00
Maxim Sobolev
79bc38ad3d Update to 3.0.2. 2002-03-05 12:47:42 +00:00
Maxim Sobolev
3850088d56 Update to 0.5.5. 2002-03-05 11:41:56 +00:00
Martin Blapp
ad27933c59 Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbin 2002-03-04 23:20:22 +00:00
Martin Blapp
2f235b2e0a Update to 641c source build 2002-03-04 21:48:29 +00:00
Martin Blapp
53c240bb36 Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno
source
2002-03-04 21:46:59 +00:00
David E. O'Brien
9a23446e2b Update to Vim 6.1 Beta 'A' patchlevel 23 2002-03-04 21:13:20 +00:00
Martin Blapp
7399d7d73d Our patch(1) does treat -b differently than Linux. This should fix the build. 2002-03-03 18:57:07 +00:00
Patrick Li
9a7a9d1ac7 Update to 0.14.b3
PR:		35503
Submitted by:	maintainer
2002-03-03 06:55:48 +00:00
Pete Fritchman
4cd9f9c8fb Add texmacs 0.3.5.8, a free WYSIWYG scientific text editor.
PR:		32434
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2002-03-03 03:39:37 +00:00
Martin Blapp
1c1cfed19d Another 7 patches from Carlos 2002-03-03 00:56:13 +00:00
Martin Blapp
726335a573 Fix dependency of pth and fix jdk paths 2002-03-03 00:00:14 +00:00