Commit graph

29 commits

Author SHA1 Message Date
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Edwin Groothuis
af69b97eae i386-freebsd -> PERL_ARCH
Noticed on: bento
2002-11-17 04:13:27 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Pete Fritchman
381f660e68 Fix compilation by telling Makefile.PL to look for the tcl/tk headers
in the right place.

PR:		28394
2001-08-26 06:00:14 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Jun Kuriyama
f83b0b2ee4 Add 1 @unexec rmdir.
Submitted by:	bento
2000-11-02 05:46:25 +00:00
Will Andrews
5b79c1e047 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. 2000-10-23 21:03:11 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Michael Haro
6859437a17 portlint: PREFIX -> LOCALBASE 2000-03-21 18:09:57 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[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
1999-06-26 19:22:14 +00:00
Michael Haro
18ffc9c89a W * 10 + W + W * 100 = WWW * 10 + : = WWW: 1999-05-03 04:51:20 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Mark Murray
6d9dbddce4 Unbreak; Make work with Tk80. 1998-10-25 09:05:03 +00:00
Steve Price
b90c232dc7 Remove regexp support for tk42. 1998-09-26 23:11:03 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Steve Price
9f05457d0c Update to beta 2 version and fix for new perl. 1998-08-30 15:55:05 +00:00
Tim Vanderhoek
2dcbf3caf3 I eat manpages for lunch. 1998-08-20 03:41:09 +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
Satoshi Asami
15df440344 I'm not sure how I missed these before. Move "gtk gtk11 p5-Gtk
p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits.  Note gtk11 is not in the
Makefile because it's a repository copy of gtk awaiting an upgrade
(vanilla, wake up! :).
1998-08-07 23:08:39 +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
Satoshi Asami
d2358a93fb Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
1997-11-22 01:11:36 +00:00
Satoshi Asami
dc5ea736c7 Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
1997-07-18 05:04:20 +00:00
James FitzGibbon
ccdb93701a Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00
James FitzGibbon
8c30706745 Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, as opposed to p5-Tk, which is native access) 1997-06-16 03:05:22 +00:00