aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118494
* BROKEN: Size mismatchKris Kennaway2004-09-291-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118493
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-192-0/+8
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118288
* - remove BROKEN which I forgot in previous commitYen-Ming Lee2004-09-191-4/+0
| | | | | | | | | PR: 71851 Submitted by: leeym Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118282
* - add USE_GCC=2.95 and unbreak this portYen-Ming Lee2004-09-191-8/+9
| | | | | | | | | | | | - reorder Makefile and make portlint happier - indent Makefile PR: 71850 Submitted by: leeym Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118281
* BROKEN on 5.x: Does not buildKris Kennaway2004-09-181-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118241
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-171-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118216
* BROKEN: Broken pkg-plistKris Kennaway2004-09-171-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118209
* bump PORTREVISION by security fix in theMaho Nakata2004-09-152-0/+2
| | | | | | | | | | last commit Approved by: portmgr (joe) Suggested by: nectar Notes: svn path=/head/; revision=118172
* [1] add security-temp-dir patch to protect a person's privacy.Maho Nakata2004-09-144-0/+418
| | | | | | | | | | | | | | | | | | | | (Insecure permissions on temporary files at runtime) http://www.openoffice.org/issues/show_bug.cgi?id=33357 http://vuxml.freebsd.org/c62dc69f-05c8-11d9-b45d-000c41e2cdad.html [2] disable Mozilla connectivity by default at the moment. there are security vulnerabilities in mozilla 1.0.2, can also affect for this port. http://www.FreeBSD.org/ports/portaudit/730db824-e216-11d8-9b0a-000347a4fa7d.html http://www.FreeBSD.org/ports/portaudit/f9e3e60b-e650-11d8-9b0a-000347a4fa7d.html http://www.FreeBSD.org/ports/portaudit/abe47a5a-e23c-11d8-9b0a-000347a4fa7d.html Reported by: nectar [1], many persons via portsaudit [2] Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118168
* Make fetchable again by upgrading to 1.40-18.Thierry Thomas2004-09-123-18/+13
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=118151
* 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