Commit Graph

11 Commits

Author SHA1 Message Date
Mike Smith
f3ab164825 BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module.
Submitted by:	Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
1998-09-03 16:02:35 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Bill Fenner
f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
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.
1998-02-21 22:38:11 +00:00
Vanilla I. Shu
560d6e07ce portlint, add @dirrm on pkg/PLIST 1998-02-02 14:37:24 +00:00
Mike Smith
5f5eaf9c39 Author fixed distfile to build properly on FreeBSD with Tcl/Tk headers
in private subdirs.
Submitted by:	asami
1997-09-12 03:01:54 +00:00
Mike Smith
b8127318ac Upgrade to version 1.1. 1997-09-11 09:24:57 +00:00
Mike Smith
03ec163386 Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser. 1997-09-11 09:24:38 +00:00
Wolfram Schneider
1760fd6654 Add virtual category 'tk41'. 1997-04-20 13:20:00 +00:00
Satoshi Asami
1059c2e8ff (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should have
been ".../pub/pib/" (I first thought the second "pib" was bogus,
    until I realized that the problem was in fact a typo of "pub" and
    a missing "/"!)

(2) Fix RUN_DEPENDS, you can't just put a generic name like "tk-4.1"
    here. ;)

(3) Change install: target to do-install: and also move it above the
    .include <bsd.port.mk>.  (You shouldn't define your own "install"
    or "patch" or any of the big targets unless absolutely necessary,
    the "do-*" targets are where most of the real work is done.)
1996-12-31 13:41:05 +00:00
Mike Smith
95714a5726 Use '-f' when creating the symlink to avoid falling over if the link
already exists.
1996-12-30 09:26:23 +00:00
Mike Smith
40105b68bf This is PIB, the Ports Index Browser, a GUI tool for manipulating the
FreeBSD ports collection.  It provides facilities for tracking distfiles,
searching for ports, building etc.

Requires bsd.port.mk revision 1.232 or later and a matching ports collection.
1996-12-30 09:16:56 +00:00