Unbreak after the perl upgrade and update to version beta 2 while

I'm here.
This commit is contained in:
Steve Price 1998-08-30 15:52:51 +00:00
parent 82625d7402
commit 03437e0212
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12932
4 changed files with 23 additions and 21 deletions

View File

@ -1,26 +1,26 @@
# New ports collection makefile for: p5-Tcl
# Version required: b1
# Version required: b2
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.3 1997/06/24 18:43:32 jfitz Exp $
# $Id: Makefile,v 1.4 1997/11/22 01:11:25 asami Exp $
#
DISTNAME= Tcl-b1
PKGNAME= p5-Tcl-b1
DISTNAME= Tcl-b2
PKGNAME= p5-Tcl-b2
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tcl
MAINTAINER= jfitz@FreeBSD.ORG
BROKEN= tcl.h
LIB_DEPENDS= tcl76\\.1:${PORTSDIR}/lang/tcl76
USE_PERL5= YES
WRKSRC= ${WRKDIR}/Tcl
MANPREFIX= ${PREFIX}/lib/perl5
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Tcl.3
do-configure:

View File

@ -1 +1 @@
MD5 (Tcl-b1.tar.gz) = 25cd4b8673aeab94b4e1f758f18a0d62
MD5 (Tcl-b2.tar.gz) = b0c8dab5b5cff9afec14bf8f18206a0a

View File

@ -1,9 +1,11 @@
--- Makefile.PL.orig Sun Jun 15 22:37:16 1997
+++ Makefile.PL Sun Jun 15 22:37:40 1997
@@ -1,3 +1,4 @@
use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-ltcl -lm"],
- INC => "-I/usr/local/include -I/usr/include/tcl");
+WriteMakefile( NAME => "Tcl",
+ LIBS => ["-ltcl -lm"],
+ INC => "-I/usr/include/tcl");
--- Makefile.PL.orig Sat Aug 29 12:25:14 1998
+++ Makefile.PL Sat Aug 29 12:25:52 1998
@@ -2,6 +2,6 @@
WriteMakefile(
NAME => "Tcl",
VERSION => "b2",
- LIBS => ["-ltcl -lm"],
- INC => "-I/usr/local/include -I/usr/include/tcl"
+ LIBS => ["-ltcl76 -lm"],
+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl7.6"
);

View File

@ -1,5 +1,5 @@
lib/perl5/site_perl/Tcl.pm
lib/perl5/site_perl/i386-freebsd/auto/Tcl/Tcl.bs
lib/perl5/site_perl/i386-freebsd/auto/Tcl/Tcl.so
lib/perl5/site_perl/i386-freebsd/auto/Tcl/.packlist
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Tcl
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Tcl.pm
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl/Tcl.bs
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl/Tcl.so
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Tcl