summaryrefslogtreecommitdiff
path: root/editors/vim5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-10/+10
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53953
* Change LATEST_LINK so version 6 "comes out ahead".David E. O'Brien2001-11-071-2/+1
| | | | Notes: svn path=/head/; revision=49704
* ftp.freesoftware.com -- R.I.P.David E. O'Brien2001-09-131-1/+0
| | | | Notes: svn path=/head/; revision=47810
* Update Vim 5.8 to patchlevel 8.David E. O'Brien2001-07-232-2/+4
| | | | Notes: svn path=/head/; revision=45414
* Update Vim 5.8 to patchlevel 6.David E. O'Brien2001-06-292-2/+4
| | | | Notes: svn path=/head/; revision=44549
* Update Vim 5.8 to patchlevel 4.David E. O'Brien2001-06-162-2/+3
| | | | Notes: svn path=/head/; revision=44070
* Update Vim 5.8 to patchlevel 3.David E. O'Brien2001-06-092-2/+4
| | | | Notes: svn path=/head/; revision=43713
* Update Vim 5.8 to patchlevel 2.David E. O'Brien2001-06-071-1/+1
| | | | Notes: svn path=/head/; revision=43597
* Go back to using the proper distname regex now that we are out of beta.David E. O'Brien2001-06-061-1/+1
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=43553
* Update Vim 5.8 to patchlevel 1.David E. O'Brien2001-06-052-4/+5
| | | | Notes: svn path=/head/; revision=43538
* Update Vim 5.8 (release) to patchlevel 0.David E. O'Brien2001-05-312-6/+4
| | | | Notes: svn path=/head/; revision=43360
* Update to Vim 5.8 beta ADavid E. O'Brien2001-05-243-40/+11
| | | | Notes: svn path=/head/; revision=43030
* I am tired of chasing the Vim support files (help, syntax, etc..).David E. O'Brien2001-05-242-340/+18
| | | | | | | Dynamically produce the share portion of pkg-plist at install time. Notes: svn path=/head/; revision=42999
* Change the Vim-specific "NO_GUI" to the correct "WITHOUT_X11".David E. O'Brien2001-04-301-3/+7
| | | | Notes: svn path=/head/; revision=42102
* Make sure all the possible "vim" links that can exist, do.David E. O'Brien2001-04-261-0/+4
| | | | | | | | | For example, the Vim Makefile will not create the "rgvim" link in the non-GUI case, but since we share the PLIST among all the various vim ports, we have to be consistent. Notes: svn path=/head/; revision=41922
* Update Vim 5.7 to patchlevel 30.David E. O'Brien2001-04-262-2/+4
| | | | | | | | Fixed problem: A ":make" or ":grep" command with a very long argument could cause a crash. Notes: svn path=/head/; revision=41921
* The r* commands are back -- so add them here.David E. O'Brien2001-04-171-3/+3
| | | | Notes: svn path=/head/; revision=41585
* Update Vim 5.7 to patchlevel 28.David E. O'Brien2001-04-042-2/+3
| | | | Notes: svn path=/head/; revision=40837
* Update Vim 5.7 to patchlevel 27.David E. O'Brien2001-03-312-2/+3
| | | | Notes: svn path=/head/; revision=40680
* Update Vim 5.7 to patchlevel 25.David E. O'Brien2001-03-122-2/+3
| | | | | | | (patch 26 is for m$ platforms only) Notes: svn path=/head/; revision=39643
* Allow maintainer to be set in slave ports.David E. O'Brien2001-03-111-1/+1
| | | | Notes: svn path=/head/; revision=39480
* Tweak how we set PKGNAMESUFFIX.David E. O'Brien2001-02-161-1/+2
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=38396
* Add a "NO_GUI" knob for those that want full features w/o dependence on X.David E. O'Brien2001-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 Notes: svn path=/head/; revision=38372
* Only link with libxpg4 if we really need to.David E. O'Brien2001-02-151-2/+8
| | | | | | | | | Also build multibyte in the 'lite' case for our Asian sysadmins. Submitted by: clive Notes: svn path=/head/; revision=38371
* Remove multiple `multibyte' specifications. Also sync the vim6 upDavid E. O'Brien2001-02-151-1/+1
| | | | | | | | | with how this is done in the vim5 port. Submitted by: clive Notes: svn path=/head/; revision=38369
* I shouldn't have been removing `gvim' from the non-GUI PLIST.David E. O'Brien2001-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. Notes: svn path=/head/; revision=38368
* Update Vim 5.7 to patchlevel 24.David E. O'Brien2001-02-152-2/+4
| | | | Notes: svn path=/head/; revision=38363
* Update Vim 5.7 to patchlevel 22.David E. O'Brien2001-01-102-2/+4
| | | | Notes: svn path=/head/; revision=37077
* Update Vim 5.7 to patchlevel 20.David E. O'Brien2001-01-032-2/+3
| | | | Notes: svn path=/head/; revision=36656
* Remove Y2k. Satoshi said it wasn't needed any more.David E. O'Brien2000-12-211-1/+0
| | | | Notes: svn path=/head/; revision=36208
* Finish cleaning up after the switch to Open Motif. Building withDavid E. O'Brien2000-12-051-3/+2
| | | | | | | Motif is the default unless WITH_ATHENA or WITH_GTK is defined. Notes: svn path=/head/; revision=35691
* Update Vim 5.7 to patchlevel 19.David E. O'Brien2000-11-292-6/+10
| | | | Notes: svn path=/head/; revision=35513
* Update Vim 5.7 to patchlevel 18.David E. O'Brien2000-11-211-0/+3
| | | | Notes: svn path=/head/; revision=35305
* Update Vim 5.7 to patchlevel 18.David E. O'Brien2000-11-191-2/+2
| | | | Notes: svn path=/head/; revision=35252
* Update Vim 5.7 to patchlevel 15.David E. O'Brien2000-11-132-2/+3
| | | | Notes: svn path=/head/; revision=35102
* Go ahead and install the `gvim' links, otherwise the `vim-lite' port doesDavid E. O'Brien2000-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> Notes: svn path=/head/; revision=34970
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-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. Notes: svn path=/head/; revision=34892
* Update Vim 5.7 to patchlevel 14.David E. O'Brien2000-11-032-2/+3
| | | | Notes: svn path=/head/; revision=34729
* Update Vim 5.7 to patchlevel 13.David E. O'Brien2000-10-282-2/+3
| | | | Notes: svn path=/head/; revision=34336
* Update version 5.7 to patchlevel 12.David E. O'Brien2000-10-242-2/+3
| | | | Notes: svn path=/head/; revision=34167
* Update Vim 5.7 to patchlevel 10.David E. O'Brien2000-10-101-0/+9
| | | | Notes: svn path=/head/; revision=33665
* Cleanup.David E. O'Brien2000-10-091-66/+40
| | | | Notes: svn path=/head/; revision=33624
* * Remove Motif lib searching hack. Isn't needed any more.David E. O'Brien2000-10-091-12/+3
| | | | | | | * Use magic "GTK_CONFIG" rather than spelling out the path explicitly. Notes: svn path=/head/; revision=33623
* Update Vim 5.7 to patchlevel 10.David E. O'Brien2000-10-091-6/+7
| | | | Notes: svn path=/head/; revision=33622
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* Implment WANT_GTK.Jeremy Lea2000-10-052-7/+7
| | | | Notes: svn path=/head/; revision=33426
* Style updates:David E. O'Brien2000-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 :-)) Notes: svn path=/head/; revision=33146
* Prevent attempting to build with Python support if Python just happens toDavid E. O'Brien2000-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. Notes: svn path=/head/; revision=30919
* Fix a mastersite and remove our explicit linking with libxpg4 as Vim 5.7David E. O'Brien2000-07-201-2/+2
| | | | | | | correctly determines if it is needed (and isn't in FreeBSD 4.1 and later) Notes: svn path=/head/; revision=30909
* Re-apply rev 1.38 (remove building with Python (I have NO idea how IDavid E. O'Brien2000-07-201-3/+1
| | | | | | | accidetnly readded Python) until I can make Vim link properly with -ptheads) Notes: svn path=/head/; revision=30908