pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/tcl83 Under libtool, only the .la goes in the PLI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ab2f2008012
branches: trunk
changeset: 481655:6ab2f2008012
user: tv <tv%pkgsrc.org@localhost>
date: Sat Oct 09 15:29:41 2004 +0000
description:
Under libtool, only the .la goes in the PLIST now. (I'm not entirely
convinced that Darwin needs special handling here. Does the Darwin build
*not* use libtool!?)
diffstat:
lang/tcl83/Makefile | 5 ++---
lang/tcl83/PLIST | 6 +-----
2 files changed, 3 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 7004e4a2d94b -r 6ab2f2008012 lang/tcl83/Makefile
--- a/lang/tcl83/Makefile Sat Oct 09 14:16:59 2004 +0000
+++ b/lang/tcl83/Makefile Sat Oct 09 15:29:41 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/08 19:22:26 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/09 15:29:41 tv Exp $
#
DISTNAME= tcl8.3.4
PKGNAME= tcl-8.3.4
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \
ftp://gd.tuwien.ac.at/languages/tcl/scriptics/tcl8_3/ \
@@ -40,10 +41,8 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
-PLIST_SUBST+= SHLIB_CMT="@comment "
SHLIB_SUFX= dylib
.else
-PLIST_SUBST+= SHLIB_CMT=""
SHLIB_SUFX= la
.endif
diff -r 7004e4a2d94b -r 6ab2f2008012 lang/tcl83/PLIST
--- a/lang/tcl83/PLIST Sat Oct 09 14:16:59 2004 +0000
+++ b/lang/tcl83/PLIST Sat Oct 09 15:29:41 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/08 19:22:26 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/10/09 15:29:41 tv Exp $
bin/tclsh
bin/tclsh8.3
include/tcl.h
@@ -17,11 +17,7 @@
include/tcl/unix/tclUnixPort.h
include/tclDecls.h
include/tclPlatDecls.h
-${SHLIB_CMT}lib/libtcl83.a
lib/libtcl83.${SHLIB_SUFX}
-lib/libtcl83.so
-lib/libtcl83.so.1
-lib/libtcl83.so.1.0
lib/libtclstub83.a
lib/tcl8.3/auto.tcl
lib/tcl8.3/encoding/ascii.enc
Home |
Main Index |
Thread Index |
Old Index