summaryrefslogtreecommitdiff
path: root/ports-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to tcl/tk 8.2Justin M. Seger1999-11-251-3/+3
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* added the following checking:Munechika SUMIKAWA1999-09-282-1/+9
| | | | | | | | "in *_DEPENDS, ${PREFIX} must not be used. use ${LOCALBASE}/${X11BASE} instead of it." Commented by: asami Reviewed by: taoka
* Recently we must use $FreeBSD instead of $Id in Makefile.Satoshi Taoka1999-09-281-2/+2
| | | | | | So portlint needs this modification. Approved by: maintainer
* Update master site.Wolfram Schneider1999-09-191-1/+1
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
|
* ln -> ${LN}Michael Haro1999-08-281-2/+2
|
* Change Id->FreeBSD.David E. O'Brien1999-08-252-2/+2
|
* manpage fixJun-ichiro itojun Hagino1999-08-143-10/+10
| | | | | | family name change for itojun (s/Itoh/Hagino/) Submitted by: "Alexey M. Zelkin" <phantom@cris.net>
* typo fixJun-ichiro itojun Hagino1999-07-241-3/+3
| | | | From: "Oleg V. Volkov" <rover@lglobus.ru>
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-262-2/+2
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* remove the first comment lines in a section properly.Jun-ichiro itojun Hagino1999-04-221-1/+3
|
* remove pathname for bsd.port.mk.Jun-ichiro itojun Hagino1999-04-051-3/+11
| | | | | Reviewed by: maintainer (myself) Submitted by: ben@scientia.demon.co.uk
* It seems 'sane' was not mispelled, but was a little confusing. Let's trySteve Price1999-04-041-2/+2
| | | | | | 'correct' instead. Submitted by: asami
* Fix a spelling nit: sane -> same.Steve Price1999-04-021-2/+2
|
* Handle x11-* categories correctly.Steve Price1999-02-221-6/+7
| | | | Reviewed by: maintainer
* Avoid installing libTkSteal.so if it exists.Steve Price1999-01-101-2/+2
|
* avoid NO_WRKDIR.Jun-ichiro itojun Hagino1999-01-071-6/+7
| | | | Submitted by: Sheldon Hearn <axl@iafrica.com>
* remove old ftp site (ftp.foretune.co.jp) from comment.Jun-ichiro itojun Hagino1999-01-051-2/+1
|
* being tired of maintaining portlint only by myself, I decided toJun-ichiro itojun Hagino1999-01-053-11/+1474
| | | | | | | | | | | | | put the source code for "portlint" into FreeBSD port tree. The imported revision is 1.65 (in my local RCS file). (pseudo) version number for the port is now 2.0. Whoever make changes to bsd.port.mk is advised to update portlint.pl too :-) Note that portlint.pl MUST be portable enough to handle (Net|Open|Free)BSD bsd.port.mk. There are people using portlint.pl on non-FreeBSD platforms.
* Distfile changed (minor patch)Mike Smith1999-01-041-1/+1
|
* Fix MANCOMPRESSED (=maybe) and work on standard -current.Tim Vanderhoek1998-12-301-3/+7
|
* manpage != DESCRTim Vanderhoek1998-12-301-41/+6
|
* Use MAN? macro.Jun Kuriyama1998-11-222-3/+4
| | | | Change first line of Makefile from "manck" to "portcheckout".
* No need to put name in front.Satoshi Asami1998-11-181-1/+1
|
* Change location of MASTER_SITE.Steve Price1998-11-091-2/+2
| | | | Requested by: maintainer
* Says that the port uses perl5 for building and runningWolfram Schneider1998-11-011-1/+3
|
* portcheckout - checkout ports and all depending portsWolfram Schneider1998-11-015-0/+60
| | | | | | | | | | | | | | Portcheckout(1) checks out a FreeBSD port and all runtime and buildtime depending ports into the current working directory. The output is written to stdout as an executable shell-script. Compiling a FreeBSD port usually require a full tree of ports in /usr/port. A cvs checkout or a cvs update command takes a very long time and need much free space. With portcheckout, you checkout only the parts of the port tree which you really need. This is a magnitude faster!
* No need to supply a minor number for shared libraries if it is zero.Steve Price1998-10-211-1/+1
|
* Ressurect RUN_DEPENDS.Satoshi Asami1998-09-151-1/+2
| | | | Reviewed by: maintainer
* BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module.Mike Smith1998-09-031-2/+2
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
|
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
|
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
* portlint, add @dirrm on pkg/PLISTVanilla I. Shu1998-02-022-2/+3
|
* original distribution updated (1.60 -> 1.61)Jun-ichiro itojun Hagino1997-11-251-3/+3
|
* original distribution updated (1.59->1.60)Jun-ichiro itojun Hagino1997-11-201-3/+3
|
* Original distribution updated. (1.58 -> 1.59)Jun-ichiro itojun Hagino1997-11-131-3/+3
|
* original distribution updated (1.57->1.58)Jun-ichiro itojun Hagino1997-11-111-3/+3
|
* original distribution updated. (1.56 -> 1.57)Jun-ichiro itojun Hagino1997-11-091-3/+3
|
* original distribution updated to 1.56.Jun-ichiro itojun Hagino1997-11-051-3/+3
|
* original distribution updated to 1.55.Jun-ichiro itojun Hagino1997-10-131-3/+3
|
* original distribution updated to 1.54.Jun-ichiro itojun Hagino1997-10-121-3/+3
|
* original distribution updated to 1.51.Jun-ichiro itojun Hagino1997-10-071-2/+2
| | | | Submitted by: itojun
* original distribution updated to 1.49.Jun-ichiro itojun Hagino1997-09-211-3/+3
| | | | added check for *_DEPENDS.
* original distribution upgraded to 1.48.Jun-ichiro itojun Hagino1997-09-141-3/+3
|
* Author fixed distfile to build properly on FreeBSD with Tcl/Tk headersMike Smith1997-09-121-1/+1
| | | | | in private subdirs. Submitted by: asami
* Upgrade to version 1.1.Mike Smith1997-09-111-1/+1
|