Commit Graph

3012 Commits

Author SHA1 Message Date
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
Jimmy Olgeni
7ad7c908c7 Upgrade to 1.9.2. 2003-07-25 15:52:26 +00:00
Tilman Keskinoz
d5bc4626d2 Fix build.
PR:		46874
Submitted by:	JD <jimd@siu.edu>
2003-07-24 16:44:24 +00:00
Martin Blapp
fc32b37ca7 Upgrade to use new patchset 112887-04.tar 2003-07-23 22:18:44 +00:00
Ernst de Haan
b093017dc6 Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by:	kris
Pointy hat to:	me
2003-07-23 14:30:29 +00:00
Kiriyama Kazuhiko
5cf2388d58 Update to 8.2.
* version up packages:
    dictionary-1.11       --> dictionary-1.12
    ecb-1.06              --> ecb-1.08
    ecrypto-0.12          --> ecrypto-0.13
    edebug-1.17           --> edebug-1.18
    edit-utils-2.00       --> edit-utils-2.02
    ess-1.03              --> ess-1.04
    games-1.13            --> games-1.14
    hm--html-menus-1.20   --> hm--html-menus-1.21
    os-utils-1.30         --> os-utils-1.31
    prog-modes-1.73       --> prog-modes-1.79
    sasl-1.12             --> sasl-1.13
    text-modes-1.60       --> text-modes-1.61
    tramp-1.12            --> tramp-1.15
    vhdl-1.16             --> vhdl-1.17
    x-symbol-1.04         --> x-symbol-1.05
    xemacs-base-1.77      --> xemacs-base-1.78
    xslide-1.06           --> xslide-1.07
2003-07-23 11:15:17 +00:00
Kirill Ponomarev
856d68616a Update to 3.12
PR:		54702
Submitted by:	maintainer
Approved by:	fjoe (mentor>
2003-07-22 11:02:54 +00:00
Sergey A. Osokin
b4037355fc Fix build on -CURRENT (gcc-3.3)
Submitted by:	Simon Barner <barner@in.tum.de>
2003-07-20 12:40:55 +00:00
David E. O'Brien
9061242549 update PORTREVISION 2003-07-19 19:27:43 +00:00
David E. O'Brien
7ce48dd36c Mark patch 015 as bad. 015 works fine under CTWM and TWM. But I guess I
should be nice to the KDE users -- they are getting cores left and right.
2003-07-19 19:27:12 +00:00
Joe Marcus Clarke
64e91e8afa Fix build on -CURRENT with GCC 3.3.1. There's a PORTREVISION bump here
because the fix actually corrected a typo that could cause problems on
-STABLE as well.

Reported by:	Jeremy Messenger <mezz7@cox.net>
2003-07-19 00:31:56 +00:00
Joe Marcus Clarke
40c216e3d0 Remove a patch that seems to be unnecessary these days. 2003-07-18 02:22:19 +00:00
Joe Marcus Clarke
428102e835 Fix build problems on -CURRENT. 2003-07-17 19:28:12 +00:00
Maho Nakata
af63e06d7c 1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.

Reviewed by:	mbr
2003-07-17 12:56:09 +00:00
Norikatsu Shigemura
ae7a4f5ccb o Change md5 value in distinfo.
diff -u old archive new archive
	o Change LICENSE & README and more older timestamp.
o Remove MASTER_SITE by providing old archive.
o These modification is no effect for install.  So I don't
  bump PORTREVISION.
o Add WWW: tag.

PR:		ports/54415
Reported by:	TATEOKA Takamichi <tate@tateoka.org>
Discuss with:	Yoshihiko Sarumaru <sarumaru@yamayuri.org>
2003-07-17 05:40:39 +00:00