1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

422 Commits

Author SHA1 Message Date
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
David E. O'Brien
1897b6f7eb Minor style change. 2011-06-20 17:40:31 +00:00
David E. O'Brien
c1613c34fb Include bsd.port.options.mk.
PR:		157845
Submitted by:	Eir Nym <eirnym@gmail.com>
2011-06-20 17:38:00 +00:00
Pav Lucistnik
e5142208c2 - MAKE_JOBS_UNSAFE:
FATAL: can't create objects/py_config.o: No such file or directory

Reported by:	pointyhat
2011-06-18 14:37:18 +00:00
David E. O'Brien
1aaf50cf6e Update to Vim 7.3 patchlevel 121. 2011-02-28 18:07:35 +00:00
David E. O'Brien
11880245db Update to Vim 7.3 patchlevel 81. 2010-12-14 21:50:47 +00:00
David E. O'Brien
69858e5b6f Update to Vim 7.3 patchlevel 75. 2010-12-08 10:02:20 +00:00
David E. O'Brien
fe17f60024 Complete gtk1->gtk2(gnome2) transition.
PR:		151421
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
2010-11-24 22:02:00 +00:00
David E. O'Brien
c401d204d0 + Add additional non-GUI guards to WANT_GNOME.
+ Invert LITE logic to bring it to the top to make easier to see the
  configuration and improve readability.
+ Indent embedded logic to make easier to read.
2010-11-22 19:22:55 +00:00
David E. O'Brien
2753c47ba0 Update to Vim 7.3 patchlevel 62. 2010-11-22 15:02:48 +00:00
David E. O'Brien
c93495d424 Update to Vim 7.3 patchlevel 50. 2010-11-09 19:27:02 +00:00
David E. O'Brien
b8ebb9e51c Update to Vim 7.3 patchlevel 48. 2010-11-04 06:50:40 +00:00
David E. O'Brien
ccbf9a916b Update to Vim 7.3 patchlevel 47. 2010-10-31 21:17:21 +00:00
David E. O'Brien
ad201c68e4 Add LUA. 2010-10-21 01:11:50 +00:00
David E. O'Brien
6f068ca6b1 Update to Vim 7.3 patchlevel 32. 2010-10-21 01:07:00 +00:00
David E. O'Brien
1694fae7c4 Autoconf will use libintl.so if it is installed on the system and cause
Vim to be linked against gettext without recording the gettext dependency.

Submitted by:	Panagiotis Christias <p.christias@noc.ntua.gr>
2010-10-21 00:57:53 +00:00
David E. O'Brien
10c96e86c6 Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.
PR:		151468
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2010-10-21 00:23:31 +00:00
David E. O'Brien
8d02d3928d Update to Vim 7.3 patchlevel 29. 2010-10-20 01:19:01 +00:00
David E. O'Brien
8eefa3ee7c Update to Vim 7.3 patchlevel 28. 2010-10-15 06:58:05 +00:00
David E. O'Brien
3c3b17a3a6 Do not install icons by default. The destination directories aren't
"owned" by Vim and this causes trouble packaging depending on Vim
flavor chosen.
2010-10-12 20:03:06 +00:00
David E. O'Brien
226065e77e Backout rev. 1.49. The icon handling is too sensitive to what other packages
one has installed.
2010-10-12 19:32:19 +00:00
David E. O'Brien
0d28993fc9 Update to Vim 7.3 patchlevel 21. 2010-10-11 06:53:35 +00:00
David E. O'Brien
a23ca4e75d Enable LUA for the default Portmgr package build. 2010-10-07 15:28:22 +00:00
David E. O'Brien
2b8a1717bc Backout accidental change. 2010-10-07 15:04:57 +00:00
David E. O'Brien
181847ca29 Vim now has a file that has escaped share/vim/ 2010-10-07 15:03:49 +00:00
David E. O'Brien
bba9d47c2d The stock dependencies are now fixed. 2010-10-06 18:49:30 +00:00
David E. O'Brien
7c93ff3da4 Update to Vim 7.3 patchlevel 19.
WITH_LANG is now "on by default" as the lang files are now part of the base
Vim tarball.

The most notable additions since 7.2:
+ Persistent undo and undo for reload
+ Blowfish encryption, encryption of the swap file
+ Conceal text
+ Lua interface
+ Python 3 interface
2010-10-06 06:58:45 +00:00
David E. O'Brien
a2a11122fd Change the default GUI from gtk1 to gtk2. 2010-10-05 18:13:39 +00:00
David E. O'Brien
7926811228 Simply the checking output. 2010-10-02 01:55:08 +00:00
David E. O'Brien
008f5aef7f Obey BSD's 'STRIP= ' setting.
PR:		150689
Submitted by:	swell.k@gmail.com
2010-09-19 00:30:49 +00:00
David E. O'Brien
4cd240cfcc Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.
PR:		150687
Submitted by:	swell.k@gmail.com
2010-09-18 23:26:57 +00:00
David E. O'Brien
6cdcf71c7e Look for libiconv in ${LOCALBASE}.
PR:		150690
Submitted by:	swell.k@gmail.com
2010-09-18 22:40:36 +00:00
Pav Lucistnik
4f07ab2f02 - Hotfix this high-profile port so it does not install into /
PR:		ports/150649
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	portmgr hat
2010-09-18 09:48:07 +00:00
David E. O'Brien
45a32494a2 Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel.
This deals with the misspelling of "./auto/osdef.h" in some of the
.o dependencies - which is what caused the race condition needing
MAKE_JOBS_UNSAFE=yes.
2010-09-17 00:46:45 +00:00
David E. O'Brien
610f0a282d Update to Vim 7.2 patchlevel 466. 2010-09-09 06:06:28 +00:00
David E. O'Brien
820df8b4d6 Update to Vim 7.2 patchlevel 411. 2010-04-13 03:49:54 +00:00
David E. O'Brien
5fb9c0b67b Update to Vim 7.2 patchlevel 344. 2010-01-23 13:01:35 +00:00
David E. O'Brien
62f1a5b37d Add support for "X11_ONLY" - which disables all GUI toolkit variants, but
does have support for the X11 cut buffer, etc...  (patch reworked by me)

PR:		140646
Submitted by:	Merijn Verstraaten <merijn@inconsistent.nl>
2009-12-29 08:46:57 +00:00
David E. O'Brien
6283910554 Update to Vim 7.2 patchlevel 322. 2009-12-29 03:10:26 +00:00
David E. O'Brien
cc1f036559 Update to Vim 7.2 patchlevel 299. 2009-11-17 17:17:12 +00:00
Wesley Shields
0bb342c52c Chase patch rename so that it passes "make checksum" 2009-07-29 20:19:43 +00:00
David E. O'Brien
ecebb6fdbe Change name of diked patch. 2009-07-29 07:40:23 +00:00
David E. O'Brien
45b75016fd Update to Vim 7.2 patchlevel 239. 2009-07-29 06:27:27 +00:00
Sergey Skvortsov
fad8c5d349 Fix fetching famous^Wannoying patchfile 7.2.041%.
Note that "7.2.041%" can not be correct part of http:// URL at all,
because must be encoded as "7.2.041%25". Fetching works only because
file fetched via "ftp://". However this name prevent using local
distfiles cache accessed by http:// protocol, ex.:

	MASTER_SITE_OVERRIDE=http://freebsd.mycompany.com/distfiles/vim/

So this file should be removed/renamed ASAP.

PR:		ports/136027
Submitted by:	johans
Approved by:	maintainer timeout
2009-07-14 17:00:10 +00:00
Martin Matuska
de65271364 - Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
2009-07-07 06:48:54 +00:00
Florent Thoumie
699ac84f1d Damage control, backout latest changes and let fetch timeout.
Sorry for the mess.

Pointyhat to: self
2009-06-23 12:51:57 +00:00
Florent Thoumie
4140684a47 Also update distinfo. 2009-06-23 12:32:43 +00:00
Florent Thoumie
ee77d0ec75 Fix fetching.
PR:		ports/135699
Submitted by:	Radim Kolar
2009-06-23 12:25:30 +00:00
David E. O'Brien
bd61dc2f3e Update to Vim 7.2 patchlevel 209. 2009-06-17 14:50:27 +00:00
David E. O'Brien
0e453df182 Update to Vim 7.2 patchlevel 171.
(there is an issue with patch 173 that holds back updating past PL 171)
2009-05-19 14:56:57 +00:00