summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-306-8/+13
| | | | | PR: 42197 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 2.0.4.Joe Marcus Clarke2002-08-292-2/+2
|
* Directory layouts of py-gtk and py-gnome packages have been changed, so thatMaxim Sobolev2002-08-282-3/+3
| | | | update *_DEPENDS properly.
* Fixed error in lib dep. Sorry 'bout that one.Alan Eldridge2002-08-283-3/+3
| | | | | PR: 42117 Submitted by: JY <leafy@leafy.idv.tw>
* Update to koffice 1.2rc1.Alan Eldridge2002-08-2784-1911/+1896
|
* Add patch-file.c to fix an error in checking the return value fromGary Jennejohn2002-08-274-0/+24
| | | | | | mkdtemp. Bump PORTREVISION to reflect the fix.
* - Use %SUBDIR% instead of embedding ${PORTVERSION} in MASTER_SITESAkinori MUSHA2002-08-263-15/+24
| | | | | | | | | | | entries. - Use the MASTER_SITES-:fu to cut bogus combinations of MASTER_SITES and DISTFILES. - Now that RingServer mirrors OpenOffice.org, add it to MASTER_SITES. Approved by: mbr (MAINTAINER)
* Revert part of last commit. It looks like some docs were wrong.Martin Blapp2002-08-263-9/+9
|
* Remove second part of minormkchanged.flg in target.mk. Because this file isMartin Blapp2002-08-256-18/+72
| | | | not existing at this time, the build will fail.
* Work around yet another stupid bug in bsd.port.mk. WRKDIR is defined in theMartin Blapp2002-08-253-21/+24
| | | | | | | | post section, so any exists() will fail. I still don't understand why CDROM and WRKDIR and such paths need to be defined in the post section. Use build command instead of dmake. This is the common way to build also subprojects of OO.org
* Fix the koffice build.Pete Fritchman2002-08-239-33/+153
| | | | | | PR: 40342 Submitted by: Peter Avalos <pavalos@theshell.com> Forgotten by: petef :)
* Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.Daniel Eischen2002-08-233-5/+6
| | | | | Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to work for nested makes. I give up trying to make it work.
* Update to 1.14.4.Shigeyuki Fukushima2002-08-237-6/+80
| | | | | PR: ports/41640 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Update to version 1.9.1Kevin Lo2002-08-233-4/+5
| | | | | PR: 41894 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-232-2/+2
| | | | maintainership.
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-222-5/+5
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* * Update to 2.0.3Joe Marcus Clarke2002-08-213-12/+6
| | | | * Use USE_GNOMENG
* Add a MASTER_SITEDavid W. Chapman Jr.2002-08-211-1/+2
| | | | | PR: 41851 Submitted by: maintainer
* Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.Daniel Eischen2002-08-213-6/+5
| | | | | PR: 41687 Submitted by: James E. Flemer <jflemer@acm.jhu.edu
* I guess something changed in ports/Mk so that BINOWN, BINGRP, andDaniel Eischen2002-08-211-0/+1
| | | | | | | | BINMODE are no longer set when make'ing. Manually add them to MAKE_ENV in the port's Makefile. PR: 40800, 41687 Submitted by: kan
* Update to Vim 6.1 patchlevel 158David E. O'Brien2002-08-202-3/+16
|
* Use USE_GNOMENG.Maxim Sobolev2002-08-192-1/+16
| | | | Suggested by: Roberto Gerola <roberto.gerola@speedtech.it>
* 1) Add localized help files to the build. Only available for french,Martin Blapp2002-08-1912-54/+140
| | | | | | | | | german, italian, spanish, japanese and swedish ports. Create three new targets for the mozilla sub-build. Allow "make postinstall" to be called without a "make build. 1) Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
* Add CXX and CC flags to mozilla build too to workaround theMartin Blapp2002-08-183-0/+12
| | | | | | fact that USE_GCC=3.1 does not use the ports compiler. Submitted by: Vladimir Kushnir <vkushnir@alfacom.net>
* Respect CFLAGS and USE_GCC for mozilla build. NeededMartin Blapp2002-08-173-3/+15
| | | | to build mozilla with the same gcc as OO.org
* Delete unused platform dependent mozilla dists.Martin Blapp2002-08-163-0/+3
| | | | Saves us 35MB of build diskspace.
* Build mozilla inside OpenOffice.org. We cannot use a installed mozilla ↵Martin Blapp2002-08-163-93/+141
| | | | | | | | | | | | | | | installation because of linking issues. C++ ABI changes are hard to detect. So we use a copy of our mozilla port and execute thereafter zipmoz.sh to build the archives needed by OpenOffice.org build. We have now the first fully automated package build available for OpenOffice.org :-) Remove about 10 versions of MOZDIST I built. It would have been necessary to build at least 4 additional versions to support gcc3.2 as compiler. Fix some warnings reported by portlint at the same time.
* Change freeBSD to FreeBSD in my email address for correctness.Gary Jennejohn2002-08-162-2/+2
|
* We still had three locales with uppercase chars. To adapt the styleMartin Blapp2002-08-1423-1196/+2300
| | | | | | of the other arrays, do everything in uppercase now. Add a NetBSD part too and correct the IRIX part. Reorder the ifdef comments and define how the array should look like.
* Add package-rename target to automate the OpenOffice.org mirrorMartin Blapp2002-08-143-0/+30
| | | | package generation. Only useful for Ooo mirrors.
* Update to version 9.3c.Gary Jennejohn2002-08-1412-6/+34
|
* Add missing newline.Martin Blapp2002-08-146-6/+6
| | | | Submitted by: Mathieu Arnold <m@absolight.fr>
* Allow use of JDK1.3.1 even if we have no hotspot available. I hope thisMartin Blapp2002-08-136-0/+78
| | | | | | will change in near future. Submitted by: Carlos F. A. Paniago <pan@panix.ecof.org.br>
* Sort the array _nl_language_list[] in ascending order. Remove NetBSDMartin Blapp2002-08-1323-667/+1196
| | | | part of code which was wrong. Change a signed int to unsigned.
* Fix a ugly bug in a binary compare function which made OpenOfficeMartin Blapp2002-08-1323-138/+368
| | | | | dump in Options->Load/Save/HTML Compatibility. If $LANG was not set in ENV, TXT files could not be read anymore.
* Respect %D for PLIST creation.Martin Blapp2002-08-121-7/+9
| | | | Remove accidently comittted # for dependency.
* Add message about $LANGMartin Blapp2002-08-121-0/+3
|
* Check for already existing entries in dictionary.lst and warn the user.Martin Blapp2002-08-121-37/+45
| | | | Also let one overwrite the dicts with DICT_OVERWRITE=YES.
* Correctly add pkgname_suffix for chinese ports.Martin Blapp2002-08-113-0/+9
|
* Match Symlink too in find.Martin Blapp2002-08-111-0/+2
|
* Simplify. Add DICT_LIST and DICT_PATH variables.Martin Blapp2002-08-111-28/+24
|
* Move maintainer and extract_only to the right places.Martin Blapp2002-08-111-3/+4
|
* Uups, I forgot the distinfo file in my previous commit.Martin Blapp2002-08-111-0/+23
|
* Add OpenOffice.org spelling dictionary ports. They are based on MySpell,Martin Blapp2002-08-111-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,Martin Blapp2002-08-1154-14/+489
| | | | which is a rewrite of iSpell in c++ with lots of additional features.
* Undef TOP, if it was defined previously.Martin Blapp2002-08-113-9/+9
| | | | Tested by: Andreas Klemm <andreas@klemm.gtn.com>
* Check in two cases if a string is NULL. Fixes WITH_DEBUG=Martin Blapp2002-08-1023-0/+506
| | | | installation.
* Bump the portrevision. OpenOffice.org/Sun has requestedMartin Blapp2002-08-093-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.Martin Blapp2002-08-093-0/+6
|