aboutsummaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Uups, I forgot the distinfo file in my previous commit.mbr2002-08-121-0/+23
|
* Add OpenOffice.org spelling dictionary ports. They are based on MySpell,mbr2002-08-121-0/+19
| | | | which is a rewrite of iSpell in c++ with lots of additional features.
* Add OpenOffice.org spelling dictionary ports. They are based on MySpell,mbr2002-08-1254-14/+489
| | | | which is a rewrite of iSpell in c++ with lots of additional features.
* Undef TOP, if it was defined previously.mbr2002-08-113-9/+9
| | | | Tested by: Andreas Klemm <andreas@klemm.gtn.com>
* Check in two cases if a string is NULL. Fixes WITH_DEBUG=mbr2002-08-1023-0/+506
| | | | installation.
* Bump the portrevision. OpenOffice.org/Sun has requestedmbr2002-08-103-3/+3
| | | | | removal of spellchecker dicts. It is planed to make standalone ports/packages spellchecker dicts.
* Fix WITH_DEBUG=1 build. DMAKE was not defined for this case.mbr2002-08-093-0/+6
|
* Re-add LANG_EXT which was removed accidently.mbr2002-08-093-0/+9
|
* Remove spelling dict checksumsmbr2002-08-093-54/+0
|
* Fix neon authentification. The patch in external/neonmbr2002-08-0912-42/+732
| | | | | | is missing two unsigned chars. http://www.openoffice.org/issues/show_bug.cgi?id=4818
* Correct the statement about beta quality.mbr2002-08-093-21/+33
| | | | | Add another needed system patch. Without it regmerge hangs sometimes in the build and consumes 100% cpu.
* Remove spelling dict support in the main package. There will bembr2002-08-093-75/+0
| | | | | | added ports instead for Mspell modules. Requested by: OpenOffice.Org package people
* machine/soundcard.h -> sys/soundcard.hmbr2002-08-0923-115/+161
| | | | | | Fix trailing patch which was ignored Submitted by: kan
* Fix another namespace collision which made the debug build segfaultingmbr2002-08-0923-0/+782
| | | | | | in setup. Submitted by: kan
* Add optional TTF patch.mbr2002-08-0949-0/+5103
| | | | Submitted by: Alexander Kabaev <ak03@gte.com>
* project has moved to sourceforgebillf2002-08-082-2/+3
| | | | Submitted by: Joel Ray Holveck <joelh@gnu.org> (author)
* Correct KDE2 refs to KDE3.alane2002-08-076-6/+6
|
* Add note requiring /proc to be mounted along with /compat/linux/proc.jedgar2002-08-061-6/+9
| | | | Approved by: maintainer (mbr)
* Fix build dependency.mbr2002-08-053-3/+3
| | | | Noted by: Jonathan Chen <jonc@mobiledatanow.com>
* Remove stupid -USE_XLIB dependency. Make this a build dependency.mbr2002-08-043-9/+6
| | | | | | | | 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.
* Allow to build GNOME GUI again (attempting was resulting in a Gtk version).obrien2002-08-041-1/+1
| | | | | PR: 41108 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
* A changedir into the OO.org dir was wrong. This broke relative pathsmbr2002-08-043-12/+12
| | | | like: "openoffice document.sxc".
* The gcc31 port has been updated. It seems that g++ includes are again inmbr2002-08-0323-667/+23
| | | | | | g++-v3. In all preview version they where located in g++. Remove part of this patch, so OO builds again with gcc31 (release)
* Change MD5 checksum of the main distfile. It seems that OO.org has changedmbr2002-08-033-3/+3
| | | | | | | | | | 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
* Add another checksum for a spellchecker dict.mbr2002-08-033-0/+3
|
* Chase shlib rev of devel/gettextade2002-08-0210-10/+10
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Add openoffice-wrappers for easier startup. Make pkg-messagembr2002-08-019-30/+246
| | | | more user friendly.
* Remove gd.tuwien.ac.at from MASTER_SITES. The distfilembr2002-08-013-3/+0
| | | | there seems to be a snapshot and not the real release.
* WITH_DEBUG=2 does work now.mbr2002-08-013-6/+3
| | | | It seems to take 10GB diskspace here. Ugh.
* Only use -g if $debug is true. I'll suggest this also to thembr2002-08-0123-69/+368
| | | | | | | | 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.
* Tarball was re-rolled, sigh.naddy2002-08-011-1/+1
| | | | | Pointed out by: olgeni Approved by: maintainer
* Add missing MD5 checksum for the debug mozdistmbr2002-07-313-0/+3
|
* Add missing cases for FreeBSD.mbr2002-07-31115-0/+2208
|
* Make this script work for FreeBSD.mbr2002-07-3123-0/+483
|
* Add missing FreeBSD case.mbr2002-07-3123-0/+253
|
* FreeBSD has waitpid() and does not need to workaround as Linux has to do.mbr2002-07-3123-0/+414
|
* Add player for KDE2 case.mbr2002-07-3123-0/+460
|
* Fix some include paths.mbr2002-07-3146-0/+506
|
* Use the same libs to link with as linux does.mbr2002-07-3123-0/+460
|
* Fix locking problems.mbr2002-07-3123-0/+690
| | | | Submitted by: kan
* Add patch needed by debug compile build.mbr2002-07-3123-0/+276
|
* Do the same as linux to work around some alignment problems.mbr2002-07-3169-0/+966
| | | | Submitted by: kan
* Add missing ! #ifdefmbr2002-07-3123-0/+253
| | | | Submitted by: kan
* Remove probematic -export-dynamic flag, which could lead to namespacembr2002-07-3146-138/+368
| | | | | | | collisions. Add missing symbols to addsym.awk, so -export-dynamic gets obsolete. Submitted by: kan
* Fix i18n related crash. This may be only a workaround, a better solutionmbr2002-07-3123-0/+299
| | | | | | | | | | | | | 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.
* Add FreeBSD specific _nl_language_list[] array. Remove a linux onlymbr2002-07-3123-506/+989
| | | | specific #ifdef we included before.
* Add new mozdist, compiled with -DDEBUG and -g. Thould help to finishmbr2002-07-313-0/+12
| | | | a -WITH_DEBUG=2 build.
* Import bitedit 0.9.2.naddy2002-07-306-0/+42
| | | | | | | | | 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>
* Fix build by removing declaration for deprecated and unreferencednaddy2002-07-301-0/+13
| | | | | | | | sys_nerr variable. PR: 39147 Submitted by: keramida Prodded by: des
* Use USE_GNOMENG.marcus2002-07-281-6/+3
|
* Update to 2.11pat2002-07-275-135/+19
| | | | | PR: ports/41030 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Back out rev 1.198 (reinstate rev 1.196 -- add a dependency on libiconvobrien2002-07-261-0/+4
| | | | | | if it is present) but use the newer lib. Submitted by: jim
* Update to Vim 6.1 patchlevel 141obrien2002-07-262-2/+24
|
* Update to 2.0.2.marcus2002-07-254-90/+3
|
* Display the Linux help text for the jvm install, not the Windows one.mbr2002-07-2223-0/+253
|
* Fix language support. Add missing defines.mbr2002-07-2246-184/+644
|
* Add correct map for rtti test too.mbr2002-07-2223-0/+299
|
* Add PAM supportmbr2002-07-2269-0/+759
|
* Set FreeBSD and NetBSD config for mozilla.mbr2002-07-2223-0/+391
|
* Activate sound support.mbr2002-07-2269-0/+1104
|
* Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols.mbr2002-07-2226-3/+444
| | | | | WITH_DEBUG=2 turns on internal OO.org debug support. Unfortunatly it is broken at the moment.
* - Use USE_GNOMENG;sobomax2002-07-2016-119/+170
| | | | | - use USE_LIBTOOL; - get rid of gettext-old dependency.
* Add a dependency to eel that crept in between 2.0.0 and 2.0.1.marcus2002-07-191-1/+2
| | | | Noticed by: James Satterfield <james@floondoon.com>
* Update to 2.0.1.marcus2002-07-193-3/+73
|
* Use USE_GNOMENG.sobomax2002-07-181-5/+3
|
* Fix "Missing package files for openoffice-1.0.1" message.mbr2002-07-183-0/+3
|
* Add install-update target to update a installed version withmbr2002-07-172-0/+10
| | | | the service pack.
* Upgrade to Service Pack Imbr2002-07-174-22/+62
|
* Location of dictfiles has changed.mbr2002-07-173-9/+12
|
* Remove sunsite too from MASTER_SITESmbr2002-07-173-6/+3
|
* Upgrade to 1.0.1mbr2002-07-17168-4590/+1416
|
* Add support for spelling dictionaries. Remove the pkg-plist for thembr2002-07-1626-9705/+239
| | | | | | | main port. Instead, autogenerate it. Upgrade the oo-mozilla distfile packages to mozilla 1.0 with newest security bugfixes. Fix the pkg-message and bump the port version.
* Correct spelling of distfile in EXTRACT_ONLY.deischen2002-07-161-1/+1
| | | | Submitted by: Peter I. Hansen <pih@oek.dk>
* Set GNU_CONFIGURE and update project sitepat2002-07-162-2/+3
| | | | | PR: ports/40635 Submitted by: maintainer
* Move EXTRACT_ONLY to where it should be (portlint complained).deischen2002-07-161-1/+1
| | | | Change filename extension of extracted file to match distfile.
* Change to use bzip2 instead of gzip distfile.deischen2002-07-162-2/+3
| | | | | PR: 40583 Submitted by: Amar Takhar <verm@drunkmonk.net>
* Update to nedit v5.3.deischen2002-07-162-6/+6
|
* upgrade to 2.0ijliao2002-07-155-59/+19
| | | | | PR: 40581 Submitted by: maintainer
* 1) Fix some space nits.mbr2002-07-143-15/+15
| | | | | | | 2) Fix OS-Version, now STABLE is fixed. Submitted by: 1) Cornelius Peter <peter.cornelius@comsoft.de> 2) Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
* Use USE_GNOMENG.sobomax2002-07-122-10/+6
|
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-128-44/+52
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* Use USE_REINPLACE.sobomax2002-07-112-8/+10
|
* Update to 1.14.4.shige2002-07-102-2/+2
|
* Upgrade to v2.6.2.jkoshy2002-07-103-47/+81
| | | | Requested by: Cyril <freecynik@gmx.net>
* Japanese resource directory name changed because of locale change.kiri2002-07-094-6/+6
|
* - Repocopy gnuserv-emacs20 to gnuserv and switch it to Emacs21.knu2002-07-099-87/+9
| | | | - Turn gnuserv-emacs20 into a slave port of gnuserv.
* Add quotes. Place the system patch notices at the end, so everybody canmbr2002-07-083-150/+150
| | | | see it.
* Update to 3.12.4.knu2002-07-084-4/+4
|
* Something seems to have happened to the master site at www.kotnet.org,dd2002-07-081-1/+3
| | | | | | | | since everything under ~skimo is returning 404s. This is probably temporary, but host the distfile locally just in case for the time being. Submitted by: fenner's distfile survey
* Fixed unfetchable file.alane2002-07-081-1/+1
|
* - Remove bogus dependency on pthmbr2002-07-073-3/+24
| | | | | - Use USE_GCC=3.1 in STABLE cause gcc 2.95.4 is broken again for the OO.org build.
* Fix last commit. Add is to the correct plist file.mbr2002-07-073-3/+3
|
* Fix package installation. We forgot symlinksmbr2002-07-073-0/+3
|
* The RTLD deadlock problem has been fixed in CURRENT.mbr2002-07-073-0/+6
|
* PR: ports/40160mbr2002-07-053-18/+15
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* 1) Change notice about a system patch. Matt did fix this in 4.6 STABLE.mbr2002-07-053-6/+36
| | | | | | | | 2) Add another needed system patch notice to avoid deadlocks. Obtained from 1) Jesse Gross <jesse_gross@yahoo.com> 2) Alexander Kabaev <ak03@gte.com> John Polstra <jdp@polstra.com>
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-053-0/+3
|
* Update to version 9.3b.gj2002-07-044-2/+14
|
* Back out the libiconv stuff -- it is wrong and doesn't work.obrien2002-07-041-4/+0
|
* Update to Vim 6.1 patchlevel 118.obrien2002-07-042-1/+6
|
* Add a dependancy on libiconv, BUT ONLY do it if libiconv is already installed.obrien2002-07-041-1/+5
| | | | | PR: 37023 Submitted by: ru
* Update to 0.5.6.sobomax2002-07-023-4/+13
|
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-011-1/+1
|
* Update to Vim 6.1 patchlevel 114obrien2002-06-302-5/+21
|
* Add patch-al to work around an apparent bug in gcc31 in -current. Thegj2002-06-302-0/+22
| | | | | | | problem was not observed with the gcc in -stable. The apparent bug results in an endless loop if a certain routine in lstream.c is inline'd.
* Update to 21.4.8.gj2002-06-306-8/+12
|
* Update to version 9.3.gj2002-06-2612-138/+14
|
* Update to GNOME 2.0 RC2.marcus2002-06-262-7/+9
|
* Update to version 0.7.2kevlo2002-06-254-12/+26
|
* - Use REINPLACE_CMDijliao2002-06-242-4/+5
| | | | | | | - Change maintainer's address PR: 39758 Submitted by: maintainer
* add kile 1.0ijliao2002-06-2311-0/+913
| | | | | | | A LaTeX source editor for KDE PR: 39667 Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
* Assign maintainer to mailinglist.mbr2002-06-2320-20/+20
|
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-2110-18/+29
| | | | | PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Two typos in the postscript header for printing fixed - onembr2002-06-2123-0/+299
| | | | | | | | | | if them is about Euro symbol, (merged from the development branch of the package). This patch is a slight generalisation of the one provided in NetBSD PR pkg/17130 Obtained from: NetBSD, <mrauch@netbsd.org>
* add ssed 3.58ijliao2002-06-207-0/+62
| | | | | | | Super-sed is a heavily enhanced version of sed PR: 39156 Submitted by: Amar Takhar <verm@drunkmonk.net>
* Always use the internal stlport if USE_GCC is defined.mbr2002-06-193-3/+3
|
* If we build a port with a language different than EN or DE, we needmbr2002-06-193-3/+3
| | | | | | | to define the language EN_US too. The documention is english only at the moment. Bug Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* Fix variablembr2002-06-183-3/+3
| | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-169-24/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-153-3/+4
|
* Add Swedish OpenOffice slave portmbr2002-06-153-0/+31
|
* Add Polish OpenOffice slave portmbr2002-06-152-0/+16
|
* Add Italian OpenOffice slave portmbr2002-06-153-0/+31
|
* Add Spanish OpenOffice slave portmbr2002-06-153-0/+31
|
* Add Arabic OpenOffice slave portmbr2002-06-153-0/+31
|
* Add Turkish OpenOffice slave portmbr2002-06-153-0/+31
|
* Add Portuguese OpenOffice slave portmbr2002-06-153-0/+17
|
* Add Dutch OpenOffice slave portmbr2002-06-153-0/+31
|
* Add Greek OpenOffice slave portmbr2002-06-153-0/+31
|
* Add Danish OpenOffice portmbr2002-06-153-0/+31
|
* Preparations to add OO ports for other languages. I'll add later OOmbr2002-06-153-12/+138
| | | | | | slave ports for 12 languages. Obtained from: lioux (slave port skeletons)
* OO hasn't crashed anymore, since the mapfiles took place. Removembr2002-06-133-12/+0
| | | | the warning message.
* Display the kernel config message for 2.95 gcc only on STABLE.mbr2002-06-133-3/+6
|
* Add missing conditional.mbr2002-06-133-0/+6
|
* OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1mbr2002-06-133-0/+12
| | | | for now.
* Fix gcc 2.95.3 crash resulting from a symbol conflictmbr2002-06-1395-30/+2444
| | | | | | | | | 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>
* Enable the exported symbols map files again. A missing map file has been addedmbr2002-06-13162-735/+1181
| | | | | 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.
* Enable the map files.mbr2002-06-1223-46/+46
|
* Update to the latest GNOME 2 snapshot.marcus2002-06-123-3/+5
|
* Update to 3.40pat2002-06-114-503/+50
| | | | | PR: 38228 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Not sure why all of a sudden the lang/README.txt became such a problem.obrien2002-06-111-6/+11
| | | | A whack with the hammer and it can be forgotten.
* Add notice about the JDK requirements.mbr2002-06-113-0/+12
|
* Matt just comitted the fix to CURRENT. Do not display thembr2002-06-113-6/+12
| | | | message if CURRENT is used.
* Update to Vim 6.1 patchlevel 94obrien2002-06-112-3/+43
|
* It looks like a 'make install-user' as root does add thismbr2002-06-103-3/+0
| | | | File. To be able to make a package, we need to remove it.
* Larger stack and datasize seems only be needed if gcc2 is used.mbr2002-06-103-0/+6
|
* Add message about broken FreeBSD rtld and needed system patch.mbr2002-06-103-0/+21
|
* Fix XHTML DOCTYPE definitions.shige2002-06-102-4/+4
| | | | | PR: ports/38293 Submitted by: OKUMURA Yoshifumi <okumura@pop06.odn.ne.jp>
* Only activate the display hack if no DISPLAY is defined. This should fixmbr2002-06-103-6/+63
| | | | install for users with a running X-Server.
* Remove patches with absurdly long filenames (>100 characters), after akris2002-06-1051-629/+0
| | | | repo copy to files with shorter names.
* Remove patches with absurdly long filenames (>100 characters), after akris2002-06-1012-390/+0
| | | | repo copy to files with shorter names.
* Fix build on -current with gcc 3.1.petef2002-06-0810-0/+211
| | | | Submitted by: bento
* upgrade to 1.54ijliao2002-06-082-2/+2
|
* Fix version stringmbr2002-06-073-3/+3
| | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Add missing -D_REENTRANT in CURRENT.mbr2002-06-0723-92/+92
|
* - Dependency fix.mbr2002-06-073-3/+27
| | | | - Really build OO on CURRENT with g++ from ports
* Make a ugly hack and remove the DISPLAY dependency. We use thembr2002-06-073-36/+87
| | | | | | | | | 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>
* Automated build is not possible.mbr2002-06-0720-0/+63
| | | | Obtained from: Will
* Sync with reality and sort.mbr2002-06-073-2481/+7062
|
* Add missing map files.mbr2002-06-0746-0/+1495
|
* Fix stringmbr2002-06-063-6/+6
|
* Add DMAKE variable we can later use for more targets.mbr2002-06-063-21/+21
|
* Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compilembr2002-06-066-72/+210
| | | | | issues if stlport is already installed, but have been compiled with a different c++ compiler.
* Add WITH_DEBUG option, and a needed patch.mbr2002-06-0678-474/+1783
| | | | Clean up the Makefile.
* Update to 1.0.2.marcus2002-06-0616-32/+40
|
* Fix distfile name for gcc31mbr2002-06-053-6/+6
| | | | Submitted by: Erik H. Bakke <ebakke@trolltech.com>
* Remove \t from usage(). Add the missing obsolete directory as a copymbr2002-06-053-24/+48
| | | | from nspr/obsolete.
* I made the mozilla distfiles about 4MB smaller. The includes are alwaysmbr2002-06-056-15/+27
| | | | | the same, so there isn't any reason we should include them in each version. Change the MD5 checksums one last time.
* Also set --enable-gcc3 for CURRENT without USE_GCCmbr2002-06-053-0/+12
|
* Use USE_GCC as in bsd.ports.mk proposed.mbr2002-06-056-96/+90
|
* Don't make a mozilla subdir inside the includesmbr2002-06-053-15/+12
|
* Use CXX to link, since there are many places where CC is missing -lstdc++.mbr2002-06-0523-23/+23
|
* Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. Ifmbr2002-06-056-36/+312
| | | | | | | | | 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>
* Make the installation working on CURRENT to. The LD_LIBSmbr2002-06-053-3/+6
| | | | path was missing for the stlport library.
* We finally made it possible. With the new bridge code from Alexander,mbr2002-06-053-9/+0
| | | | | | | | | 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>
* AC_TRY_COMPILE -> AC_TRY_LINKmbr2002-06-0423-46/+46
|
* Fix the mozilla include problem and reroll the distfile.mbr2002-06-046-33/+3
| | | | Change MD5 checksum for CURRENT.
* Add new cpp uno bridge for STABLE. Make the necessary hooks and also addmbr2002-06-0475-98/+40026
| | | | | | the missing EXCEPTION argument to configure.in Submitted by: Alexander Kabaev <ak03@gte.com>
* Check the exception handling. Needed for the cpp uno codembr2002-06-0429-147/+918
| | | | bridge. I'll import a new bridge for sjlj exceptions on STABLE.
* Use a tab instead of a space after a variable name.okazaki2002-06-041-2/+2
| | | | | | Submitted by: portlint Release a maintainer-ship of this port to ports@FreeBSD.org.
* Work around the broken deliver.pl behaviour on CURRENT. For some verymbr2002-06-043-0/+30
| | | | | | 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.
* OO bootstrap needs perl.mbr2002-06-033-0/+3
|
* Some other ln -s -> ln -fsmbr2002-06-0323-115/+391
|
* For now, do not add libstd++ lib to the package. A libgcc_s.so is missingmbr2002-06-0346-621/+2438
| | | | on CURRENT. I'll investigate here what's wrong.
* Fix building fails when compiled w/ perl interpreter option.obrien2002-06-031-4/+15
| | | | | PR: 36124 Submitted by: Anton Berezin <tobez@tobez.org>
* Add missing includes for CURRENTmbr2002-06-0323-0/+322
|
* Fix previous patch. We have to include unistd.h for FreeBSDmbr2002-06-0323-207/+253
|
* Do not link with lsupc++. With the newest gcc3.1 version it seems not tombr2002-06-0323-368/+161
| | | | be necessary.
* Add a patch to not prototype getopt() again if gcc3 is used.mbr2002-06-036-0/+210
|
* Same case as Solaris.mbr2002-06-0323-0/+253
|
* Don't compile this for the gcc3 case.mbr2002-06-036-0/+66
|
* Fix patch. Of course the original checked for gcc3.0, not gcc3.1mbr2002-05-3123-23/+23
|
* Add missing include for strchr() if compiled with gcc3mbr2002-05-313-0/+36
|
* Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports.mbr2002-05-3123-0/+253
|
* USE_LINUX rather than explicitly listing the dependency.obrien2002-05-302-3/+3
|
* upgrade 1.50ijliao2002-05-302-2/+2
|
* Add script to generate the needed mozilla dist tarfiles.mbr2002-05-293-0/+411
|
* Second part, forgot to commit it.mbr2002-05-296-72/+165
| | | | | | | | | | | | 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.
* Make openoffice compile with gcc from ports, or just with CC=$CC andmbr2002-05-29294-670/+28874
| | | | | | | | | | | 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.
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-292-3/+3
|
* Explict dependancy on version 7 of linux_base is not needed anymore.obrien2002-05-282-6/+4
| | | | The linux_base port is now at RH version 7.
* Update to patch level 9.2zd.gj2002-05-234-4/+8
| | | | | This was tested on a -current system with no /usr/bin/perl and worked OK.
* Add missing dependency on libgnomeui.marcus2002-05-231-1/+2
| | | | Submitted by: bento
* Update to 6.0 finalmbr2002-05-228-142/+108
|
* Mark it broken again.mbr2002-05-223-0/+9
| | | | | | | | | | | | | | | | | 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
* Fix plist for OpenOffice 1.0mbr2002-05-223-5022/+5022
|
* Allow package suffix to be overridden.obrien2002-05-221-1/+1
|
* Upgrade to version 1.0 and unbreak.sada2002-05-213-849/+876
| | | | | | - add `@exec mkdir' lines to stop deinstall-time warnings. PR: ports/36496 Submitted by: maintainer
* Add install-user target.mbr2002-05-203-0/+12
|
* Change SO version in oo_setup.resp. Call sed directly.mbr2002-05-206-12/+9
|
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-203-3/+5
|
* Fix the last commit. Since OO was only compileable in a littlembr2002-05-203-21/+24
| | | | | timeframe on CURRENT, mark it broken for all CURRENT versions. Beside that, the logic was wrong.
* Unbreak build, since we need testers now the setup works.mbr2002-05-193-6/+114
| | | | | Add a lot of warning messages and tell in which RELEASE OO does not work (yet).
* Add BSD specific nas patches to get it really working. NetBSD shouldmbr2002-05-1923-138/+3496
| | | | do the same.
* Work around another C++ compiler bug with -O in ourmbr2002-05-1923-0/+276
| | | | | STABLE gcc. Using -g for just this target, or removing -O seems to fix the build.
* Link libmozab2 too. This is apparently a bug introduced inmbr2002-05-1923-46/+276
| | | | 1.0 by the OO people. This should fix the setup program.
* Revert the include dirs to the old location as before, andmbr2002-05-1846-230/+920
| | | | add the missing dirs.
* Add missing MD5 checksum, sighmbr2002-05-183-3/+3
|
* Update to mozilla 1.0RC2, like the OO people did yesterday.mbr2002-05-1847-193/+2060
|
* Make setup start. Patch from Alexander N. Kabaevmbr2002-05-1823-69/+161
|
* BROKEN: Does not fetchkris2002-05-181-0/+2
|
* Set USE_X_PREFIX.sada2002-05-181-0/+1
| | | | | PR: ports/37196 Submitted by: maintainer
* Needs perl to build.obrien2002-05-171-0/+2
|
* Fix building on -currentdwcjr2002-05-152-0/+22
| | | | | PR: 37938 Submitted by: obraun@informatik.unibw-muenchen.de
* Fix byte-compile error of dired.el.nobutaka2002-05-151-2/+2
| | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
* Update 21.4.6_1 -> 21.4.8.kiri2002-05-156-10/+12
|
* Update 2.1 -> 3.0. A new pkg "latin-unity-1.02" has been included.kiri2002-05-152-9/+11
|
* Update 2.1 -> 3.0. Sevral new pkgs have been included.kiri2002-05-152-111/+119
|
* Update to patch 9.2zc. The new patches contain mostly fixes forgj2002-05-154-4/+12
| | | | winvile, but a few are of general interest.
* Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editormarcus2002-05-1510-228/+191
| | | | for the GNOME 2.0 desktop environment.
* Remove -g from build. We have special makeflags for this in OO.mbr2002-05-1540-80/+80
|
* Fix dired-mode for Japanese locale.nobutaka2002-05-122-1/+2
| | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
* Drop maintainership.jasone2002-05-121-1/+1
|
* Fix PLISTlioux2002-05-103-348/+294
| | | | | Submitted by: Alan E <ports@geeksrus.net> Approved by: will
* Update to 1.0.1.marcus2002-05-0912-40/+8
|
* To ports@freebsd.org.obrien2002-05-091-1/+1
|
* Update to patch level 9.2za. This is basically vile-9.3 pre-release.gj2002-05-094-4/+8
|
* fix WANT_GNOME bugijliao2002-05-082-6/+15
| | | | bump PORTREVISION
* Update to 2.31dwcjr2002-05-082-2/+2
| | | | | | PR: 37323 Submitted by: Matthias Andree <matthias.andree@stud.uni-dortmund.de> Approved by: maintainer
* upgrade to 0.6.0bijliao2002-05-082-2/+2
|
* Fix a spurious crash when invoking the editor on certain C files.marcus2002-05-082-0/+24
| | | | PR: 37785
* o New port StarOffice 5.2 for Portuguese languagelioux2002-05-077-0/+3272
| | | | | | | o Maintainership assigned to reviewer since he already maintains all the other StarOffice ports Reviewed by: mbr
* Update to Vim 6.1 patchlevel 48obrien2002-05-062-3/+17
|
* A oounix dir is now used instead of unix. So we needmbr2002-05-0223-0/+276
| | | | to apply this patch to two files instead of one.
* Upgrade to 1.0.0mbr2002-05-02156-767/+1084
| | | | Builds ok, but is still broken
* Update to 5.3.2pat2002-04-303-6/+6
| | | | | PR: 37578 Submitted by: maintainer
* Issue fflush()->fsync() after saving file to the disk, so that the user willsobomax2002-04-302-0/+13
| | | | | | 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.
* Use complete path for jot(1). The Orville write port also has a jot,obrien2002-04-281-1/+1
| | | | | | and it has has caused one user a problem. Submitted by: Rex A. Roof <rex@gunjin.wccnet.org>
* Update to Vim 6.1 patchlevel 32obrien2002-04-283-30/+19
|
* Tweak an error message in pre-extract.gerald2002-04-273-6/+3
| | | | Approved by: mbr (maintainer), obrien (mentor)