summaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-31Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway1-1/+0
Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
2002-08-30Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira6-8/+13
PR: 42197 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65305
2002-08-29Update to 2.0.4.Joe Marcus Clarke2-2/+2
Notes: svn path=/head/; revision=65221
2002-08-28Directory layouts of py-gtk and py-gnome packages have been changed, so thatMaxim Sobolev2-3/+3
update *_DEPENDS properly. Notes: svn path=/head/; revision=65182
2002-08-28Fixed error in lib dep. Sorry 'bout that one.Alan Eldridge3-3/+3
PR: 42117 Submitted by: JY <leafy@leafy.idv.tw> Notes: svn path=/head/; revision=65169
2002-08-27Update to koffice 1.2rc1.Alan Eldridge84-1911/+1896
Notes: svn path=/head/; revision=65103
2002-08-27Add patch-file.c to fix an error in checking the return value fromGary Jennejohn4-0/+24
mkdtemp. Bump PORTREVISION to reflect the fix. Notes: svn path=/head/; revision=65088
2002-08-26- Use %SUBDIR% instead of embedding ${PORTVERSION} in MASTER_SITESAkinori MUSHA3-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) Notes: svn path=/head/; revision=65024
2002-08-26Revert part of last commit. It looks like some docs were wrong.Martin Blapp3-9/+9
Notes: svn path=/head/; revision=65021
2002-08-25Remove second part of minormkchanged.flg in target.mk. Because this file isMartin Blapp6-18/+72
not existing at this time, the build will fail. Notes: svn path=/head/; revision=65002
2002-08-25Work around yet another stupid bug in bsd.port.mk. WRKDIR is defined in theMartin Blapp3-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 Notes: svn path=/head/; revision=64997
2002-08-23Fix the koffice build.Pete Fritchman9-33/+153
PR: 40342 Submitted by: Peter Avalos <pavalos@theshell.com> Forgotten by: petef :) Notes: svn path=/head/; revision=64908
2002-08-23Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.Daniel Eischen3-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. Notes: svn path=/head/; revision=64904
2002-08-23Update to 1.14.4.Shigeyuki Fukushima7-6/+80
PR: ports/41640 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=64891
2002-08-23Update to version 1.9.1Kevin Lo3-4/+5
PR: 41894 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=64867
2002-08-23Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2-2/+2
maintainership. Notes: svn path=/head/; revision=64863
2002-08-22BerkeleyDB cleanup - stage 2Ade Lovett2-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 Notes: svn path=/head/; revision=64836
2002-08-21* Update to 2.0.3Joe Marcus Clarke3-12/+6
* Use USE_GNOMENG Notes: svn path=/head/; revision=64784
2002-08-21Add a MASTER_SITEDavid W. Chapman Jr.1-1/+2
PR: 41851 Submitted by: maintainer Notes: svn path=/head/; revision=64763
2002-08-21Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.Daniel Eischen3-6/+5
PR: 41687 Submitted by: James E. Flemer <jflemer@acm.jhu.edu Notes: svn path=/head/; revision=64758
2002-08-21I guess something changed in ports/Mk so that BINOWN, BINGRP, andDaniel Eischen1-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 Notes: svn path=/head/; revision=64756
2002-08-20Update to Vim 6.1 patchlevel 158David E. O'Brien2-3/+16
Notes: svn path=/head/; revision=64682
2002-08-19Use USE_GNOMENG.Maxim Sobolev2-1/+16
Suggested by: Roberto Gerola <roberto.gerola@speedtech.it> Notes: svn path=/head/; revision=64663
2002-08-191) Add localized help files to the build. Only available for french,Martin Blapp12-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> Notes: svn path=/head/; revision=64660
2002-08-18Add CXX and CC flags to mozilla build too to workaround theMartin Blapp3-0/+12
fact that USE_GCC=3.1 does not use the ports compiler. Submitted by: Vladimir Kushnir <vkushnir@alfacom.net> Notes: svn path=/head/; revision=64629
2002-08-17Respect CFLAGS and USE_GCC for mozilla build. NeededMartin Blapp3-3/+15
to build mozilla with the same gcc as OO.org Notes: svn path=/head/; revision=64600
2002-08-16Delete unused platform dependent mozilla dists.Martin Blapp3-0/+3
Saves us 35MB of build diskspace. Notes: svn path=/head/; revision=64589
2002-08-16Build mozilla inside OpenOffice.org. We cannot use a installed mozilla ↵Martin Blapp3-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. Notes: svn path=/head/; revision=64584
2002-08-16Change freeBSD to FreeBSD in my email address for correctness.Gary Jennejohn2-2/+2
Notes: svn path=/head/; revision=64568
2002-08-14We still had three locales with uppercase chars. To adapt the styleMartin Blapp23-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. Notes: svn path=/head/; revision=64511
2002-08-14Add package-rename target to automate the OpenOffice.org mirrorMartin Blapp3-0/+30
package generation. Only useful for Ooo mirrors. Notes: svn path=/head/; revision=64495
2002-08-14Update to version 9.3c.Gary Jennejohn12-6/+34
Notes: svn path=/head/; revision=64494
2002-08-14Add missing newline.Martin Blapp6-6/+6
Submitted by: Mathieu Arnold <m@absolight.fr> Notes: svn path=/head/; revision=64493
2002-08-13Allow use of JDK1.3.1 even if we have no hotspot available. I hope thisMartin Blapp6-0/+78
will change in near future. Submitted by: Carlos F. A. Paniago <pan@panix.ecof.org.br> Notes: svn path=/head/; revision=64479
2002-08-13Sort the array _nl_language_list[] in ascending order. Remove NetBSDMartin Blapp23-667/+1196
part of code which was wrong. Change a signed int to unsigned. Notes: svn path=/head/; revision=64477
2002-08-13Fix a ugly bug in a binary compare function which made OpenOfficeMartin Blapp23-138/+368
dump in Options->Load/Save/HTML Compatibility. If $LANG was not set in ENV, TXT files could not be read anymore. Notes: svn path=/head/; revision=64475
2002-08-12Respect %D for PLIST creation.Martin Blapp1-7/+9
Remove accidently comittted # for dependency. Notes: svn path=/head/; revision=64453
2002-08-12Add message about $LANGMartin Blapp1-0/+3
Notes: svn path=/head/; revision=64419
2002-08-12Check for already existing entries in dictionary.lst and warn the user.Martin Blapp1-37/+45
Also let one overwrite the dicts with DICT_OVERWRITE=YES. Notes: svn path=/head/; revision=64417
2002-08-11Correctly add pkgname_suffix for chinese ports.Martin Blapp3-0/+9
Notes: svn path=/head/; revision=64391
2002-08-11Match Symlink too in find.Martin Blapp1-0/+2
Notes: svn path=/head/; revision=64389
2002-08-11Simplify. Add DICT_LIST and DICT_PATH variables.Martin Blapp1-28/+24
Notes: svn path=/head/; revision=64388
2002-08-11Move maintainer and extract_only to the right places.Martin Blapp1-3/+4
Notes: svn path=/head/; revision=64386
2002-08-11Uups, I forgot the distinfo file in my previous commit.Martin Blapp1-0/+23
Notes: svn path=/head/; revision=64381
2002-08-11Add OpenOffice.org spelling dictionary ports. They are based on MySpell,Martin Blapp1-0/+19
which is a rewrite of iSpell in c++ with lots of additional features. Notes: svn path=/head/; revision=64380
2002-08-11Add OpenOffice.org spelling dictionary ports. They are based on MySpell,Martin Blapp54-14/+489
which is a rewrite of iSpell in c++ with lots of additional features. Notes: svn path=/head/; revision=64379
2002-08-11Undef TOP, if it was defined previously.Martin Blapp3-9/+9
Tested by: Andreas Klemm <andreas@klemm.gtn.com> Notes: svn path=/head/; revision=64376
2002-08-10Check in two cases if a string is NULL. Fixes WITH_DEBUG=Martin Blapp23-0/+506
installation. Notes: svn path=/head/; revision=64328
2002-08-09Bump the portrevision. OpenOffice.org/Sun has requestedMartin Blapp3-3/+3
removal of spellchecker dicts. It is planed to make standalone ports/packages spellchecker dicts. Notes: svn path=/head/; revision=64306
2002-08-09Fix WITH_DEBUG=1 build. DMAKE was not defined for this case.Martin Blapp3-0/+6
Notes: svn path=/head/; revision=64281