summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* excape the chars properlyDavid E. O'Brien1998-12-023-6/+6
| | | | Notes: svn path=/head/; revision=15067
* Fix configure bug that caused use to be linked improperly on 3.0/ELF.David E. O'Brien1998-12-023-6/+6
| | | | Notes: svn path=/head/; revision=15066
* Force linking against termlib instead of ncurses. Obviously this is only aDavid E. O'Brien1998-12-023-12/+12
| | | | | | | | | | | | | workaround for a problem in the ncurses library. The vim5.3's "configure" script checks for tgetent() in ncurses. It's found in the 3.0 libncurses (so vim is linked with it), but this check fails under FreeBSD 2.2.x, so it's linked with libtermlib. Submitted by: "José Mª Alcaide" <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=15063
* (Hopefully last) USE_XLIB.Satoshi Asami1998-12-021-1/+2
| | | | Notes: svn path=/head/; revision=15060
* Add little hack to make it build even if it's called before other xemacs's.Satoshi Asami1998-12-021-5/+17
| | | | | | | Add dependencies. Create lock dir before chmod'ing it. Notes: svn path=/head/; revision=15058
* An ugly hack to make it build when PACKAGE_BUILDING build comes hereSatoshi Asami1998-12-021-4/+50
| | | | | | | | | | | without building one of the other mule's first. Also, add USE_XLIB and fix stuff to synch it with ../mule. Submitted by: maintainer (last part) Notes: svn path=/head/; revision=15057
* More missing dependencies.Satoshi Asami1998-11-291-1/+3
| | | | Notes: svn path=/head/; revision=14954
* A few more USE_XLIBs.Satoshi Asami1998-11-282-3/+4
| | | | Notes: svn path=/head/; revision=14938
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+2
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Upgrade to 1.17.Vanilla I. Shu1998-11-237-46/+55
| | | | Notes: svn path=/head/; revision=14831
* Change @mkdir to @exec mkdir so that it actually worksJustin M. Seger1998-11-231-1/+1
| | | | Notes: svn path=/head/; revision=14826
* Make the package properly create the leim dirJustin M. Seger1998-11-231-0/+1
| | | | | | | | Submitted by: joelh PR: 8815 Notes: svn path=/head/; revision=14819
* Fixup CATEGORIES list.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14737
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* updated to use latest m17n patch (19981119).Jun-ichiro itojun Hagino1998-11-192-6/+5
| | | | Notes: svn path=/head/; revision=14662
* Adjust RUN_DEPENDS path (${PREFIX}/lib/xemacs-mule-20.4/etc/BABYL ->Satoshi Asami1998-11-111-2/+2
| | | | | | | .../xemacs-20.4/...) to match reality. Notes: svn path=/head/; revision=14468
* Upgrade to 1.16.Vanilla I. Shu1998-11-045-15/+33
| | | | Notes: svn path=/head/; revision=14348
* Don't warn before mv'ing.Justin M. Seger1998-10-311-1/+1
| | | | | | | | Submitted by: shige@kuis.kyoto-u.ac.jp PR: ports/8226 Notes: svn path=/head/; revision=14278
* 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