Commit graph

3026 commits

Author SHA1 Message Date
Jimmy Olgeni
6cf17ef041 Unbreak for -CURRENT. 2003-08-27 18:59:49 +00:00
Joe Marcus Clarke
ab03eb1a65 The AbiWord distfile was re-rolled. The only change was that all the
individual subdirectories are now once again included in an
abiword-${PORTVERSION} directory.  This is consistent with the previous
AbiWord releases.
2003-08-26 20:33:49 +00:00
Kirill Ponomarev
9f29eaeb02 - Update to version 2.05
PR:		56000
Submitted by:	Ports Fury
2003-08-26 20:26:22 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Kirill Ponomarev
0398cf082c - Update to version 0.5.10
PR:		56001
Submitted by:	Ports Fury
2003-08-26 20:24:22 +00:00
Jimmy Olgeni
89b66cf2cd Upgrade to 1.0.1.21
PR:		55166
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2003-08-26 10:30:29 +00:00
Joe Marcus Clarke
9eb4729b0a Update to 1.99.5 (aka 2.0 RC 1). 2003-08-25 08:41:49 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Hye-Shik Chang
aff1614521 Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:	olgeni
2003-08-23 01:03:50 +00:00
Martin Blapp
03a43c662c Use GCC3.2 to compile this, even on CURRENT. There
have been so many c++ problems that it will be a
pain to fix it for gcc3.3
2003-08-20 08:25:01 +00:00
Joe Marcus Clarke
ffe6b77c3c Use gnomeprefix and gnomehack to fix the build on bento.
Reported by:	bento via kris
2003-08-19 23:08:09 +00:00
Joe Marcus Clarke
badc4694eb Fix build with GCC 3.3.1. 2003-08-19 16:29:18 +00:00
Tilman Keskinoz
c8db5332f3 Fix location of polish/koffice-i18n after Repocopy. 2003-08-19 12:07:19 +00:00
Martin Blapp
73ee0aa331 ny1.mirror seems to be down. Use a different one. Add a second one from
europe.
2003-08-18 08:29:48 +00:00
Pete Fritchman
ae840a3140 - use the proper lpc syntax to get a printer list
- bump PORTREVISION

PR:		37362
Submitted by:	maintainer
Reported by:	Greg Shenaut <gkshenaut@ucdavis.edu>
2003-08-18 02:48:32 +00:00
Maho Nakata
2aafcb01d6 Still it does not marked as broken.
Pointed out by:	mbr
Pointy hat to:  myself
2003-08-16 11:49:31 +00:00
Maho Nakata
f85d822d33 path for file in this patch was wrong. 2003-08-16 06:03:19 +00:00
Maho Nakata
28f21f5f7d a) sysui/oounix/office/gnome/gnomeint seems to be desappeared.
b) *everywhere* we do not need virtual framebuffer!
2003-08-16 05:58:52 +00:00
Maho Nakata
55757c281c Make this patch up-to-date 2003-08-15 23:54:41 +00:00
Maho Nakata
40fd81b27e Remarked as broken since it doesn't install.
Pointy hat to: maho
2003-08-15 23:03:05 +00:00
Maho Nakata
221d366d75 add --with-gxx-include-path especially for STLport,
and pass PTHREAD_CFLAGS, PTHREAD_LIBS for every compilation.

See http://www.openoffice.org/issues/show_bug.cgi?id=18062 for detail.
Obtained from Volker Quetschke
2003-08-15 22:39:12 +00:00
Maho Nakata
8a48e984cf If you do not need mozilla connectivity, this patch might help you.
(currently we do not use it and should be removed later)
Obtained from Volker Quetschke
2003-08-15 22:38:44 +00:00
Maho Nakata
00e082d93f /usr/include/sys/resource.h uses struct timeval in the definition of
struct rusage.  struct timeval is defined in /usr/include/sys/time.h,
but <sys/time.h> is not included in the <sys/resource.h> header file.
Obtained from Volker Quetschke
See http://www.openoffice.org/issues/show_bug.cgi?id=18065 for details.
reviewed: maho (for 4-STABLE and 5-CURRENT)
2003-08-15 22:37:43 +00:00
Maho Nakata
75b77255b8 workaround. not include pangox.aliases in the
installtion set (somehow?)
2003-08-15 22:36:56 +00:00
Maho Nakata
967a762714 THIRDPARTYLICENSEREADME.html is rested directory under html. 2003-08-15 22:36:24 +00:00
Maho Nakata
d32a5e2d09 The makefile.mk uses a ld to link the libraries, but ld fails to link with
-pthread. The correct sollution is to use $(LINK) which points to the
used gcc compiler. Unfortunately gcc doesn't understand --whole-archive and
--no-whole-archive. You have to use -Wl,-whole-archive and
-Wl,-no-whole-archive
instead. The following patch does this for FreeBSD, but maybe this should also
be done for the generic UNX case.
See http://www.openoffice.org/issues/show_bug.cgi?id=18064 for details.
Obtained from Volker Quetschke
2003-08-15 22:35:55 +00:00
Maho Nakata
ae099aec7b Committed in the cws_srx645_ooo11rc3 CVS repo. 2003-08-15 22:33:40 +00:00
Maho Nakata
d072a29722 Now passes compilation for recent 4.8-STABLE and 5-CURRENT,
but still fails during/after the installtion :(

a) follow up to recent cvs checkout
  (cws_srx645_ooo11rc3, 2003/08/15)

b) Use gcc33 from ports for both 4 and 5.
   gcc-3.3 of 5-CURRENT seems to brake somewhere,
   and recent version of OOo hits some internal
   error of gcc-3.2.3.

c) remove --enable-gcc3, --with-os-version and --with-ant-home
   gcc3 is deprecated, os version and ant home should be
   detected automatically by configure(setting os version
   had been dangerous, since difference can be seen between
   /usr/include/osreldate.h and sysctl kern.osreldate)
   however nowadays it is not so dangerous)

d) add build dependency for Xft and gtk-2.0.
2003-08-15 22:32:21 +00:00
Kris Kennaway
a9e4d4c309 Reset bouncing maintainer address ("User unknown") 2003-08-15 22:25:31 +00:00
Martin Blapp
c6ce64e0ca Hopefully fix the wchar header issues one last time. It's annyoing to
have changing includes paths with each new gcc import.

Submitted by:	maho
2003-08-12 22:31:00 +00:00
Martin Blapp
089408aaea Make mozilla-vendor compile with gcc 3.3.1
PR:		55147
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-12 09:25:55 +00:00
David E. O'Brien
8e93e45e3e Update to Vim 6.2 patchlevel 61 2003-08-10 00:42:47 +00:00
Kris Kennaway
8fd12fb374 BROKEN: Does not compile 2003-08-07 09:30:09 +00:00
Joe Marcus Clarke
3024fe12f5 misc/gucharmap is now deskutils/gucharmap. 2003-08-07 02:35:18 +00:00
Shigeyuki Fukushima
8347574229 Update to 10.6. 2003-08-05 14:13:37 +00:00
Joe Marcus Clarke
d693dd43ae Attempt to fix build on 64-bit platforms. 2003-08-05 00:27:07 +00:00
Kris Kennaway
138f2ad7ff Switch to MASTER_SITE_DEBIAN_POOL
PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 10:47:28 +00:00
Kris Kennaway
8697333ffb Use MASTER_SITE_DEBIAN_POOL and correct invalid use of USE_GNOME (missed in
earlier sweeps)

PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 05:00:09 +00:00
Maho Nakata
5777cd28dc Fix build on gcc-3.3.x
Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-02 02:03:03 +00:00
Kirill Ponomarev
1022baa818 - Update to version 1.5.2
- Fix build on -CURRENT
- Grammar fixes in pkg-descr
- Update project homepage

PR:		55077
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
Approved by:	fjoe (mentor) (implicit), maintainer
2003-07-31 19:46:59 +00:00
Kris Kennaway
696f004d54 Consolidate NO_CDROM and NO_PACKAGE -> RESTRICTED 2003-07-30 22:30:46 +00:00
Christian Weisgerber
b0db7e38aa Hand ports over to Thierry Thomas <thierry@pompo.net>.
Old maintainer suffers technical difficulties.

Submitted by:	Serge Gagnon
2003-07-30 20:10:08 +00:00
Joe Marcus Clarke
30bf3b5af8 Update to 1.99.3. 2003-07-30 05:10:36 +00:00
Joe Marcus Clarke
223b7bf210 Update to 1.0.6. 2003-07-30 02:19:36 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Kiriyama Kazuhiko
f1eeaf367f Modify the message displaing after installation more natural.
Noticed by:	Brian Betts <brian-ports@bbdab.org>
2003-07-28 06:25:36 +00:00
Kiriyama Kazuhiko
8ff4e9b6a0 Modify the message displaing after installation more natural.
Noticed by:	Brian Betts <brian-ports@bbdab.org>
2003-07-28 06:07:16 +00:00
Jimmy Olgeni
6d7ce4aa3c Upgrade to 1.9.3. 2003-07-26 09:32:15 +00:00
Kirill Ponomarev
aa309f8d4a - Update to 3.12.1 beta 1
PR:		54856
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-25 18:20:03 +00:00