summaryrefslogtreecommitdiffstats
path: root/editors/vim5
Commit message (Collapse)AuthorAgeFilesLines
* Update Vim 5.7 to patchlevel 27.obrien2001-03-312-2/+3
|
* Update Vim 5.7 to patchlevel 25.obrien2001-03-122-2/+3
| | | | (patch 26 is for m$ platforms only)
* Allow maintainer to be set in slave ports.obrien2001-03-111-1/+1
|
* Tweak how we set PKGNAMESUFFIX.obrien2001-02-161-1/+2
| | | | Submitted by: sf
* Add a "NO_GUI" knob for those that want full features w/o dependence on X.obrien2001-02-151-0/+4
| | | | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> I'm torn between having so many knobs and having the 'vim-lite' be the Right Thing for sysadmins on Xless router boxes. I'm open to opinions on if 'vim-lite' should only mean no X, or it should also mean no interpreters
* Only link with libxpg4 if we really need to.obrien2001-02-151-2/+8
| | | | | | Also build multibyte in the 'lite' case for our Asian sysadmins. Submitted by: clive
* Remove multiple `multibyte' specifications. Also sync the vim6 upobrien2001-02-151-1/+1
| | | | | | with how this is done in the vim5 port. Submitted by: clive
* I shouldn't have been removing `gvim' from the non-GUI PLIST.obrien2001-02-151-3/+1
| | | | | | | Also make the gvim link relative rather than absolute, in case someone specifies a different prefix when installing the package. Note there are some burned in paths in the vim binary, but there is no reason to totally make this not work, when it could somewhat.
* Update Vim 5.7 to patchlevel 24.obrien2001-02-152-2/+4
|
* Update Vim 5.7 to patchlevel 22.obrien2001-01-102-2/+4
|
* Update Vim 5.7 to patchlevel 20.obrien2001-01-032-2/+3
|
* Remove Y2k. Satoshi said it wasn't needed any more.obrien2000-12-211-1/+0
|
* Finish cleaning up after the switch to Open Motif. Building withobrien2000-12-051-3/+2
| | | | Motif is the default unless WITH_ATHENA or WITH_GTK is defined.
* Update Vim 5.7 to patchlevel 19.obrien2000-11-292-6/+10
|
* Update Vim 5.7 to patchlevel 18.obrien2000-11-211-0/+3
|
* Update Vim 5.7 to patchlevel 18.obrien2000-11-191-2/+2
|
* Update Vim 5.7 to patchlevel 15.obrien2000-11-132-2/+3
|
* Go ahead and install the `gvim' links, otherwise the `vim-lite' port doesobrien2000-11-111-4/+1
| | | | | | | | not deinstall properly. A `vim-lite' port user will be told that graphical support was not compiled in if they try to run `gvim', so no harm done. PR: 19539 Submitted by: Ying-Chieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-071-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Update Vim 5.7 to patchlevel 14.obrien2000-11-032-2/+3
|
* Update Vim 5.7 to patchlevel 13.obrien2000-10-282-2/+3
|
* Update version 5.7 to patchlevel 12.obrien2000-10-242-2/+3
|
* Update Vim 5.7 to patchlevel 10.obrien2000-10-101-0/+9
|
* Cleanup.obrien2000-10-091-66/+40
|
* * Remove Motif lib searching hack. Isn't needed any more.obrien2000-10-091-12/+3
| | | | * Use magic "GTK_CONFIG" rather than spelling out the path explicitly.
* Update Vim 5.7 to patchlevel 10.obrien2000-10-091-6/+7
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Implment WANT_GTK.reg2000-10-052-7/+7
|
* Style updates:obrien2000-09-261-10/+10
| | | | | | | | | | * The use of MAKE_FLAGS is obsolete. It should use MAKE_ARGS instead. * s/CONFIGURE/CONFIGURE_ENV/ * Use USE_PYTHON instead of manually specifying python as BUILD_DEPENDS and RUN_DEPENDS. * CATEGORIES should be overridable for its slave ports. Submitted by: knu (aka Mr. Ruby :-))
* Prevent attempting to build with Python support if Python just happens toobrien2000-07-201-1/+1
| | | | | | be present. Since our Python port is built with threads support, Vim will also need to be built with -pthreads but there is a build problem with -pthreads set.
* Fix a mastersite and remove our explicit linking with libxpg4 as Vim 5.7obrien2000-07-201-2/+2
| | | | correctly determines if it is needed (and isn't in FreeBSD 4.1 and later)
* Re-apply rev 1.38 (remove building with Python (I have NO idea how Iobrien2000-07-201-3/+1
| | | | accidetnly readded Python) until I can make Vim link properly with -ptheads)
* Revert parts of the previous commit, spell CONFIGURE_ENV correctly, andsteve2000-07-162-1/+15
| | | | | | get this port to build correctly again with HAVE_GTK=t. PR: 19893
* The real package list for version 5.7.obrien2000-07-101-2/+54
| | | | Submitted by: steve
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-072-14/+2
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to Vim 5.7 release.obrien2000-06-282-11/+11
|
* Update to Vim 5.7a.obrien2000-06-202-81/+15
|
* Update 5.6 to patchlevel 70.obrien2000-05-143-12/+61
|
* Treat the manpage links the same as we do the binary links.obrien2000-05-071-7/+43
| | | | Submitted by: reg
* Add SLAVEDIRS and WWW:mharo2000-04-202-0/+2
|
* portname/portversion updatemharo2000-04-141-4/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Enable multibyte character support. This helps Japanese users.obrien2000-02-291-3/+3
| | | | | | | I am unsure if there are any down sides to this commit for non-multibyte character users. Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* * Update version 5.6 to patchlevel 12.obrien2000-02-293-4/+33
| | | | | | | * tweak PLIST PR: 16987 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (PLIST tweak needed)
* Style nits in the ports I maintain.obrien2000-02-131-5/+5
|
* Upgrade to 5.6 release.obrien2000-01-172-31/+13
|
* Update to version 5.6a patchlevel 21.obrien2000-01-122-4/+10
|
* Update to version 5.6a patchlevel 12obrien1999-12-292-73/+29
|
* General comment cleanups.hoek1999-12-281-1/+1
|
OpenPOWER on IntegriCloud