summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix runtime breakage on ia64, which was introduced with binutils 2.15.Marcel Moolenaar2004-09-053-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | Note that emacs is run as part of the build, so it shows as a build failure... To explain (for maintainer's benefit): Previously the linker would put the text segment in region 2 and the data segment in region 3. This was changed for FreeBSD (due to me sending a patch :-) to load the text segment in region 1 with the data segment immediately following the text segment in the same region (or subsequent regions of the text segment is larger than 2^61 bytes in size -- fat chance :-) So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the region base of the data segment prior to the binutils 2.15 import), needed to be changed to match the current layout (=0x2000000000000000, the region 1 base address). Approved by: portmgr (krion -- thank!) Notes: svn path=/head/; revision=118118
* Update to version 3.1.3Kirill Ponomarev2004-09-032-5/+6
| | | | | | | | PR: ports/71297 Submitted by: Ports Fury Notes: svn path=/head/; revision=118008
* Fix build on 4-xKirill Ponomarev2004-09-031-0/+16
| | | | | | | | PR: ports/71296 Submitted by: Ports Fury Notes: svn path=/head/; revision=118007
* Mark as IGNORE: editors/jedit is the latest version as there is currentlyVolker Stolz2004-09-031-1/+3
| | | | | | | | | no new development branch. Recommended by: linimon Notes: svn path=/head/; revision=118005
* Fix the build on recent 5.X and higher as well as make portlint happy.Joe Marcus Clarke2004-09-021-6/+12
| | | | Notes: svn path=/head/; revision=117962
* - Update to 4.2Volker Stolz2004-09-023-743/+19
| | | | | | | | | | - Dynamically generate plist, it's self-contained PR: ports/71182 Submitted by: Linh Pham Notes: svn path=/head/; revision=117944
* make localized helpfiles fetchableMaho Nakata2004-08-314-0/+12
| | | | | | | Reported by: Kazumasa Gotoh <kgotoh@cic-kk.co.jp> Notes: svn path=/head/; revision=117733
* Update to 2.0.11.Joe Marcus Clarke2004-08-316-12/+9
| | | | Notes: svn path=/head/; revision=117711
* Update to KDE 3.3Michael Nottebrock2004-08-3065-75/+70
| | | | Notes: svn path=/head/; revision=117701
* Fix the build with aspell 0.60.Joe Marcus Clarke2004-08-303-0/+33
| | | | Notes: svn path=/head/; revision=117616
* Chase the libpsell shared lib version.Joe Marcus Clarke2004-08-291-2/+2
| | | | Notes: svn path=/head/; revision=117548
* Chase libaspell to aspell.16.Thierry Thomas2004-08-283-3/+6
| | | | Notes: svn path=/head/; revision=117535
* Update to use the Pine 4.61 sources.Doug Barton2004-08-282-3/+3
| | | | Notes: svn path=/head/; revision=117524
* Update to Vim 6.3 patchlevel 16David E. O'Brien2004-08-272-1/+3
| | | | Notes: svn path=/head/; revision=117439
* Cream is a vim extension supports pull-down menus and/or keyboard shortcuts.Sergey Matveychuk2004-08-264-0/+206
| | | | | | | | PR: ports/70986 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=117312
* o change DISTFILES section, when Mozilla is disabled, we don't even fetchMaho Nakata2004-08-264-8/+8
| | | | | | | | | | | | mozilla port file and patch o I'm sorry to say, but forgot to mention about submitter (oliver) about former and this contributions Submitted by: oliver Pointy hat to: maho Notes: svn path=/head/; revision=117284
* o remove apache ant dependency when WITHOUT_JAVA is setMaho Nakata2004-08-264-22/+14
| | | | | | | o some cleanups Notes: svn path=/head/; revision=117283
* - use bsd.java.mkMaho Nakata2004-08-244-44/+80
| | | | | | | | | | - depend on orbit and gtk12 only when mozilla is built - change zip-file dependencies to OR instead of AND Submitted by: oliver Notes: svn path=/head/; revision=117189
* Fix build with gcc-3.4Kirill Ponomarev2004-08-232-0/+26
| | | | Notes: svn path=/head/; revision=117132
* Add knob WITHOUT_JAVA (passing configure to --disable-java).Maho Nakata2004-08-234-12/+40
| | | | Notes: svn path=/head/; revision=117087
* Remove `gif lzw disable' patch. No longer needed.Maho Nakata2004-08-232-580/+0
| | | | Notes: svn path=/head/; revision=117084
* Fix build with gcc 3.4Tilman Keskinoz2004-08-211-0/+10
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=116963
* Fix build with gcc 3.4Tilman Keskinoz2004-08-212-4/+10
| | | | Notes: svn path=/head/; revision=116954
* - Convert to OPTIONSPav Lucistnik2004-08-201-11/+5
| | | | | | | | PR: ports/70720 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=116813
* Fix for 5.2-current, removing passing CFLAGS.Maho Nakata2004-08-204-8/+12
| | | | | | | | | This is ad hoc patch so I also adding FIXME in the Makefile.mozilla Submitted by: Bartosz Fabianowski (freebsd [at] chillt.de) Notes: svn path=/head/; revision=116751
* o Better Mozilla makefileMaho Nakata2004-08-198-60/+28
| | | | | | | | | Hope it works for 5-current... Submitted by: oliver Notes: svn path=/head/; revision=116642
* Update to 0.9.2Kirill Ponomarev2004-08-182-4/+7
| | | | Notes: svn path=/head/; revision=116563
* - Update to 2.0Pav Lucistnik2004-08-173-15/+14
| | | | | | | | PR: ports/70560 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=116485
* Update to verion 1.11Kirill Ponomarev2004-08-164-18/+42
| | | | | | | | PR: ports/70541 Submitted by: Ports Fury Notes: svn path=/head/; revision=116422
* Remove inappropriate BROKEN markKirill Ponomarev2004-08-161-4/+0
| | | | | | | | PR: ports/70540 Submitted by: Ports Fury Notes: svn path=/head/; revision=116420
* Update to 2.0.10.Joe Marcus Clarke2004-08-169-9/+12
| | | | Notes: svn path=/head/; revision=116418
* Update to 21.5.17.Gary Jennejohn2004-08-163-108/+46
| | | | Notes: svn path=/head/; revision=116405
* Update to 2.4.15.Gary Jennejohn2004-08-164-134/+28
| | | | | | | | Comment out the GTK support since either bsd.gnome.mk is broken or I'm too stupid to figure it out. Notes: svn path=/head/; revision=116401
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-161-0/+4
| | | | Notes: svn path=/head/; revision=116340
* Remove extra CFLAGS define to force building with buggy open-motif.Daniel Eischen2004-08-152-15/+21
| | | | | | | | | Add a check to the program that checks for buggy open-motif so that version 2.2.3 is seen as non-buggy. This last check is already in nedit sources in similar form. Notes: svn path=/head/; revision=116317
* Fix build with gcc 3.4Tilman Keskinoz2004-08-151-0/+5
| | | | Notes: svn path=/head/; revision=116294
* update to 1.40-17Oliver Lehmann2004-08-153-5/+15
| | | | | | | remove BROKEN Notes: svn path=/head/; revision=116229
* BROKEN: UnfetchableKris Kennaway2004-08-141-0/+2
| | | | Notes: svn path=/head/; revision=116220
* Unbreak for 5-current (2004/Aug/6).Maho Nakata2004-08-132-8/+0
| | | | | | | Reported by: jhb Notes: svn path=/head/; revision=116151
* Update to latest upstream-patchVolker Stolz2004-08-134-8/+8
| | | | | | | | PR: ports/70008 Submitted by: KIMURA Yasuhiro Notes: svn path=/head/; revision=116093
* upgrade to kxmleditor 1.1.2Kevin Lo2004-08-133-13/+4
| | | | Notes: svn path=/head/; revision=116087
* o remove obsolated (?) patchesMaho Nakata2004-08-1318-424/+74
| | | | | | | | | | | | | | | | files/freebsd-local.sh files/patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk files/patch-desktop+scripts+soffice.sh files/patch-solenv+bin+addsym.awk files/patch-tools+source+string+tstring.cxx files/patch-unoil+makefile.pmk o More clean-up of Makefiles o add generate.pl, generates csh script that build everything o WITHOUT_MOZILLA for 5-current, workaround for mozilla subproject Notes: svn path=/head/; revision=116086
* Add temporary fix patch (planned to be deleted in next cws)Maho Nakata2004-08-1212-0/+240
| | | | Notes: svn path=/head/; revision=115988
* o Update to cws_src680_ooo20040815 checked out at 2004/Aug/12Maho Nakata2004-08-1296-3084/+4296
| | | | | | | o Marked as broken again Notes: svn path=/head/; revision=115987
* Better support for SDK, and now have IZ #24142.Maho Nakata2004-08-1112-0/+192
| | | | Notes: svn path=/head/; revision=115905
* Add Turkish localized helpMaho Nakata2004-08-118-12/+24
| | | | Notes: svn path=/head/; revision=115894
* Add WITHOUT_MOZILLA flag. So that we can select with/withoutMaho Nakata2004-08-114-20/+24
| | | | | | | mozilla connectivity. Notes: svn path=/head/; revision=115893
* Factor out all but one of the build switches of the KDE main module portsMichael Nottebrock2004-08-11129-240/+250
| | | | | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt. Notes: svn path=/head/; revision=115880
* o clean up (cosmetic change)Maho Nakata2004-08-116-106/+196
| | | | | | | | | | o update to 2004/Aug/10 cws_src645_ooo113fix2 snapshot o correct version number (not 1.1.3 but 1.1.3.${SNAPDATE}) o add seven localized langs, sort Makefile @my LANGUAGES in config_office/set_soenv.in Notes: svn path=/head/; revision=115876
* Update to version 0.8.0Kirill Ponomarev2004-08-105-103/+11
| | | | | | | | PR: ports/70261 Submitted by: Ports Fury Notes: svn path=/head/; revision=115854