summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a) sysui/oounix/office/gnome/gnomeint seems to be desappeared.Maho Nakata2003-08-1617-731/+85
| | | | | | | b) *everywhere* we do not need virtual framebuffer! Notes: svn path=/head/; revision=87021
* Make this patch up-to-dateMaho Nakata2003-08-1517-901/+425
| | | | Notes: svn path=/head/; revision=87017
* Remarked as broken since it doesn't install.Maho Nakata2003-08-1517-17/+17
| | | | | | | Pointy hat to: maho Notes: svn path=/head/; revision=87015
* add --with-gxx-include-path especially for STLport,Maho Nakata2003-08-1517-0/+1751
| | | | | | | | | | 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 Notes: svn path=/head/; revision=87012
* If you do not need mozilla connectivity, this patch might help you.Maho Nakata2003-08-1517-0/+289
| | | | | | | | (currently we do not use it and should be removed later) Obtained from Volker Quetschke Notes: svn path=/head/; revision=87011
* /usr/include/sys/resource.h uses `struct timeval` in the definition ofMaho Nakata2003-08-1517-0/+187
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=87010
* workaround. not include pangox.aliases in theMaho Nakata2003-08-1517-0/+357
| | | | | | | installtion set (somehow?) Notes: svn path=/head/; revision=87008
* THIRDPARTYLICENSEREADME.html is rested directory under html.Maho Nakata2003-08-1517-0/+136
| | | | Notes: svn path=/head/; revision=87007
* The makefile.mk uses a ld to link the libraries, but ld fails to link withMaho Nakata2003-08-1517-0/+187
| | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=87006
* Committed in the cws_srx645_ooo11rc3 CVS repo.Maho Nakata2003-08-1551-1003/+0
| | | | Notes: svn path=/head/; revision=87004
* Now passes compilation for recent 4.8-STABLE and 5-CURRENT,Maho Nakata2003-08-1534-731/+187
| | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=87003
* Reset bouncing maintainer address ("User unknown")Kris Kennaway2003-08-151-1/+1
| | | | Notes: svn path=/head/; revision=86999
* Hopefully fix the wchar header issues one last time. It's annyoing toMartin Blapp2003-08-1217-0/+901
| | | | | | | | | have changing includes paths with each new gcc import. Submitted by: maho Notes: svn path=/head/; revision=86867
* Make mozilla-vendor compile with gcc 3.3.1Martin Blapp2003-08-1240-60/+60
| | | | | | | | PR: 55147 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=86802
* Update to Vim 6.2 patchlevel 61David E. O'Brien2003-08-102-4/+35
| | | | Notes: svn path=/head/; revision=86691
* BROKEN: Does not compileKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86472
* misc/gucharmap is now deskutils/gucharmap.Joe Marcus Clarke2003-08-073-3/+3
| | | | Notes: svn path=/head/; revision=86418
* Update to 10.6.Shigeyuki Fukushima2003-08-052-2/+2
| | | | Notes: svn path=/head/; revision=86347
* Attempt to fix build on 64-bit platforms.Joe Marcus Clarke2003-08-053-0/+45
| | | | Notes: svn path=/head/; revision=86317
* Switch to MASTER_SITE_DEBIAN_POOLKris Kennaway2003-08-041-2/+1
| | | | | | | | PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru> Notes: svn path=/head/; revision=86269
* Use MASTER_SITE_DEBIAN_POOL and correct invalid use of USE_GNOME (missed inKris Kennaway2003-08-041-3/+2
| | | | | | | | | | earlier sweeps) PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru> Notes: svn path=/head/; revision=86254
* Fix build on gcc-3.3.xMaho Nakata2003-08-021-2/+2
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=86169
* - Update to version 1.5.2Kirill Ponomarev2003-07-318-54/+236
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=86073
* Consolidate NO_CDROM and NO_PACKAGE -> RESTRICTEDKris Kennaway2003-07-301-2/+1
| | | | Notes: svn path=/head/; revision=85967
* Hand ports over to Thierry Thomas <thierry@pompo.net>.Christian Weisgerber2003-07-301-1/+1
| | | | | | | | | Old maintainer suffers technical difficulties. Submitted by: Serge Gagnon Notes: svn path=/head/; revision=85939
* Update to 1.99.3.Joe Marcus Clarke2003-07-3012-243/+114
| | | | Notes: svn path=/head/; revision=85890
* Update to 1.0.6.Joe Marcus Clarke2003-07-303-13/+2
| | | | Notes: svn path=/head/; revision=85887
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-295-5/+5
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-293-3/+21
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=85806
* Modify the message displaing after installation more natural.Kiriyama Kazuhiko2003-07-281-6/+6
| | | | | | | Noticed by: Brian Betts <brian-ports@bbdab.org> Notes: svn path=/head/; revision=85718
* Modify the message displaing after installation more natural.Kiriyama Kazuhiko2003-07-281-6/+7
| | | | | | | Noticed by: Brian Betts <brian-ports@bbdab.org> Notes: svn path=/head/; revision=85717
* Upgrade to 1.9.3.Jimmy Olgeni2003-07-263-5/+2
| | | | Notes: svn path=/head/; revision=85617
* - Update to 3.12.1 beta 1Kirill Ponomarev2003-07-252-2/+3
| | | | | | | | | PR: 54856 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85591
* Upgrade to 1.9.2.Jimmy Olgeni2003-07-252-2/+2
| | | | Notes: svn path=/head/; revision=85581
* Fix build.Tilman Keskinoz2003-07-241-1/+1
| | | | | | | | PR: 46874 Submitted by: JD <jimd@siu.edu> Notes: svn path=/head/; revision=85535
* Upgrade to use new patchset 112887-04.tarMartin Blapp2003-07-234-12/+12
| | | | Notes: svn path=/head/; revision=85491
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-2320-20/+20
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* Update to 8.2.Kiriyama Kazuhiko2003-07-232-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=85434
* Update to 3.12Kirill Ponomarev2003-07-222-4/+2
| | | | | | | | | PR: 54702 Submitted by: maintainer Approved by: fjoe (mentor> Notes: svn path=/head/; revision=85358
* Fix build on -CURRENT (gcc-3.3)Sergey A. Osokin2003-07-201-0/+11
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=85234
* update PORTREVISIONDavid E. O'Brien2003-07-191-1/+1
| | | | Notes: svn path=/head/; revision=85211
* Mark patch 015 as bad. 015 works fine under CTWM and TWM. But I guess IDavid E. O'Brien2003-07-191-1/+1
| | | | | | | should be nice to the KDE users -- they are getting cores left and right. Notes: svn path=/head/; revision=85210
* Fix build on -CURRENT with GCC 3.3.1. There's a PORTREVISION bump hereJoe Marcus Clarke2003-07-192-1/+12
| | | | | | | | | | because the fix actually corrected a typo that could cause problems on -STABLE as well. Reported by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=85156
* Remove a patch that seems to be unnecessary these days.Joe Marcus Clarke2003-07-183-117/+0
| | | | Notes: svn path=/head/; revision=85083
* Fix build problems on -CURRENT.Joe Marcus Clarke2003-07-176-0/+57
| | | | Notes: svn path=/head/; revision=85062
* 1. update to fresh checkout of OpenOffice.org (1.1RC2)Maho Nakata2003-07-17493-10047/+1445
| | | | | | | | | | tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr Notes: svn path=/head/; revision=85048
* o Change md5 value in distinfo.Norikatsu Shigemura2003-07-173-6/+3
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=85030
* Fix install error by modification of bsd.port.mk r1.455.Norikatsu Shigemura2003-07-161-2/+2
| | | | | | | | | PR: ports/54531 Submitted by: SUGIMOTO Sadahiro <ixtl@utmc.or.jp> Approved by: maintainer no response Notes: svn path=/head/; revision=84978
* o Update to 3.12.b3.Norikatsu Shigemura2003-07-163-11/+14
| | | | | | | | | | o Sort pkg-plist. PR: ports/54512 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) Notes: svn path=/head/; revision=84977
* Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. AllJoe Marcus Clarke2003-07-1518-341/+0
| | | | | | | core desktop components are being removed. Notes: svn path=/head/; revision=84934