summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.15.Vanilla I. Shu1998-10-242-5/+5
| | | | Notes: svn path=/head/; revision=14166
* Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing ontoSatoshi Asami1998-10-211-2/+2
| | | | | | | the "STRIP=". Notes: svn path=/head/; revision=14146
* Unbreak.Justin M. Seger1998-10-161-3/+2
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14050
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | cc -o wily env.o include.o label.o file.o msg.o data.o line.o vgeom.o vsearch.o vshow.o tagmatch.o place.o event.o exec.o dir.o point.o global.o cursor.o scroll.o path.o keyboard.o wily.o tag.o view.o grow.o adjust.o win.o list.o col.o undo.o builtins.o util.o select.o mouse.o regexp.o text2.o sam.o text.o click.o tile.o search.o ../libmsg/libmsg.a ../libframe/libframe.a ../libXg/libXg.a -L/usr/X11R6/lib -lXt -lSM -lICE -lX11 cc: ../libmsg/libmsg.a: No such file or directory cc: ../libframe/libframe.a: No such file or directory cc: ../libXg/libXg.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13999
* Unbreak.Justin M. Seger1998-10-142-3/+12
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13997
* Unbreak.Justin M. Seger1998-10-142-5/+5
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13995
* If you try to build Vim using Lesstif for Motif, the resulting GUIJustin M. Seger1998-10-143-6/+6
| | | | | | | | | | | version is unstable. Due to a minor bug in my Makefile, Vim will build for Motif even if you don't have HAVE_MOTIF defined, but do have Lesstif already installed. Submitted by: obrien Notes: svn path=/head/; revision=13973
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | | | | cd /usr/ports/editors/jed/work/jed/src/objs; cc vfile.o rgrep.o -o rgrep -L/usr/local/lib -lslang /usr/local/lib/libslang.so: undefined reference to `tgetnum' /usr/local/lib/libslang.so: undefined reference to `tgetflag' /usr/local/lib/libslang.so: undefined reference to `tgetent' /usr/local/lib/libslang.so: undefined reference to `tgetstr' *** Error code 1 Notes: svn path=/head/; revision=13924
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | ===> Building package for cooledit-3.7.4 Creating package /usr/ports/packages/All/cooledit-3.7.4.tgz Registering depends: XFree86-3.3.2 xpm-3.4k. Creating gzip'd tar ball in '/usr/ports/packages/All/cooledit-3.7.4.tgz' tar: can't add file lib/libCw.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 Notes: svn path=/head/; revision=13922
* Allow emacs to run stripped.Steve Price1998-10-104-12/+52
| | | | | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=13867
* ELFlization.Jun Kuriyama1998-10-104-3661/+3717
| | | | | | | | PR: ports/8232 (part of) Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=13863
* Convert to ELF.Steve Price1998-10-108-64/+256
| | | | | | | | PR: 8090 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=13832
* Fix the emacsclient bug.Motoyuki Konno1998-10-095-0/+110
| | | | | | | PR: ports/8208 Notes: svn path=/head/; revision=13788
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784
* Prepend ${WRKDIRPREFIX} to WRKDIR definitions.Satoshi Asami1998-10-081-5/+5
| | | | Notes: svn path=/head/; revision=13755
* Forgot to update the PLISTs to reflect xemacs20.shGary Jennejohn1998-10-075-5/+5
| | | | Notes: svn path=/head/; revision=13723
* Make startup script quiet according to my own guidelines.Satoshi Asami1998-10-071-2/+2
| | | | Notes: svn path=/head/; revision=13720
* Move the lock directory to /var/run/emacs/lock per Satoshi'sGary Jennejohn1998-10-075-20/+34
| | | | | | | | | request. To avoid conflicts with other emacsen rename xemacs.sh to xemacs20.sh. Notes: svn path=/head/; revision=13719
* Update to 3.7.4Mike Smith1998-10-073-8/+16
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=13713
* ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beSatoshi Asami1998-10-0720-1129/+2562
| | | | | | | | | | 19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=13703
* Move manpages to Makefile and use MAN* macros.Steve Price1998-10-042-16/+8
| | | | Notes: svn path=/head/; revision=13617
* Do not use libDnd if we are package building (this is the --with-offix option).Gary Jennejohn1998-10-014-12/+20
| | | | Notes: svn path=/head/; revision=13583
* Add patch-ah to make xemacs20 ELF ready. I tested this with both elf andGary Jennejohn1998-09-301-0/+44
| | | | | | | | | | aout with no problems. PR: 8092 Submitted by: Satoshi Taoka Notes: svn path=/head/; revision=13563
* Remove regexp support for libdnd.Steve Price1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13439
* devel/libslang has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13389
* tcl80 has been ELFized.Satoshi Asami1998-09-254-8/+8
| | | | Notes: svn path=/head/; revision=13388
* Fix info page problem.Vanilla I. Shu1998-09-232-62/+147
| | | | Notes: svn path=/head/; revision=13363
* gtk and gtk11 are now ELFized.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13337
* No need to put name of package in front.Satoshi Asami1998-09-221-1/+1
| | | | Notes: svn path=/head/; revision=13302
* Remove regexp support for libcanna since it can now be builtSteve Price1998-09-213-6/+6
| | | | | | | in ELF format as well. Notes: svn path=/head/; revision=13297
* Remove regexp support for libxview not that it builds ELF too.Steve Price1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13294
* Remove regexp support for compface since it now builds ELF too.Steve Price1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13279
* Activate leim20.Vanilla I. Shu1998-09-181-1/+2
| | | | Notes: svn path=/head/; revision=13220
* This is a port for LEIM (Libraries of Emacs Input Method)Vanilla I. Shu1998-09-186-0/+179
| | | | | | | | | | | | LEIM enables you to input Multilingual Characters on Emacs20. The package making from this port includes emacs lisp files for LEIM. PR: ports/7891 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=13217
* Roll back libpng major to 2.Satoshi Asami1998-09-175-10/+10
| | | | Notes: svn path=/head/; revision=13192
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-179-18/+18
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* Upgrade to 1.14.Vanilla I. Shu1998-09-165-23/+62
| | | | Notes: svn path=/head/; revision=13189
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-155-10/+10
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-155-10/+10
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-159-18/+18
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Use PLIST_SUB to minimize changes to PLIST when version is changed.Satoshi Asami1998-09-148-3760/+3768
| | | | Notes: svn path=/head/; revision=13106
* Upgrade to 0.13.41Joseph Koshy1998-09-073-11/+33
| | | | Notes: svn path=/head/; revision=13042
* Correct master site URL.Joseph Koshy1998-09-071-2/+2
| | | | Notes: svn path=/head/; revision=13040
* pages aren't compressed at move timeDavid E. O'Brien1998-09-063-6/+6
| | | | Notes: svn path=/head/; revision=13021
* install ctags manpage as ``ectags''.David E. O'Brien1998-09-053-9/+12
| | | | | | | E for Exuberant Ctags Notes: svn path=/head/; revision=13013
* ln -> {LN}David E. O'Brien1998-09-053-12/+12
| | | | Notes: svn path=/head/; revision=13012
* Retire vim5beta until next round.David E. O'Brien1998-09-031-2/+1
| | | | Notes: svn path=/head/; revision=12995
* upgrade to version 5.3David E. O'Brien1998-09-0315-171/+246
| | | | Notes: svn path=/head/; revision=12994
* Use PLIST_SUB to avoid having to change 1,200 lines in the PLIST fileSatoshi Asami1998-09-012-1255/+1256
| | | | | | | when the port is upgraded. Notes: svn path=/head/; revision=12979
* Upgrade to emacs 20.3Justin M. Seger1998-09-016-1326/+1309
| | | | | | | PR: 7714 Notes: svn path=/head/; revision=12975