summaryrefslogtreecommitdiff
path: root/palm/pilot-link-devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-22 21:29:31 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-22 21:29:31 +0000
commit15c9b9d466c3166a4acc3d0e4e052a23c218d7b6 (patch)
tree598121d9f7b4f0391a20b19177c04619eed7811f /palm/pilot-link-devel
parentNew location on MASTER_SITE. (diff)
Update to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of
the .la droppings.
Notes
Notes: svn path=/head/; revision=23843
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r--palm/pilot-link-devel/Makefile5
-rw-r--r--palm/pilot-link-devel/files/patch-ab20
-rw-r--r--palm/pilot-link-devel/pkg-plist1
3 files changed, 13 insertions, 13 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index d67975cbe89f..2ddd24a88daf 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -7,13 +7,14 @@
DISTNAME= pilot-link.0.9.3
PKGNAME= pilot-link-0.9.3
-CATEGORIES= palm comms tk80
+CATEGORIES= palm comms tk82
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
MAINTAINER= dima@freebsd.org
-LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
+LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
+USE_LIBTOOL= yes
USE_PERL5= yes
PREFIX= ${LOCALBASE}/pilot
GNU_CONFIGURE= yes
diff --git a/palm/pilot-link-devel/files/patch-ab b/palm/pilot-link-devel/files/patch-ab
index 708d64291e8c..e31a1919be46 100644
--- a/palm/pilot-link-devel/files/patch-ab
+++ b/palm/pilot-link-devel/files/patch-ab
@@ -21,64 +21,64 @@
# Extract the first word of "ranlib", so it can be a program name with args.
@@ -2643,5 +2643,5 @@
if test "x$with_tcl" = "xyes" || test "x$with_tcl" = "x" ; then
- for tcl_path in /usr/local/tcl8.0 /usr/local/tcl7.6 /usr/local/tcl7.5 /usr/local /usr /usr/local/tcl7.4; do
+ for tcl_path in /usr/local/tcl8.2 /usr/local/tcl8.0 /usr/local/tcl7.6 /usr/local/tcl7.5 /usr/local /usr /usr/local/tcl7.4; do
- if test -f $tcl_path/lib/tclConfig.sh; then
-+ if test -f $tcl_path/lib/tcl8.0/tclConfig.sh; then
++ if test -f $tcl_path/lib/tcl8.2/tclConfig.sh; then
with_tcl=$tcl_path; break
elif test -f $tcl_path/lib/itcl/tclConfig.sh; then
@@ -2684,5 +2684,5 @@
echo "$ac_t""not used" 1>&6
else
- tclConfig="$with_tcl/lib$itcl/tclConfig.sh"
-+ tclConfig="$with_tcl/lib/tcl8.0$itcl/tclConfig.sh"
++ tclConfig="$with_tcl/lib/tcl8.2$itcl/tclConfig.sh"
if test ! -f $tclConfig; then
echo "$ac_t""Unable to find tclConfig.sh" 1>&6
@@ -2690,5 +2690,5 @@
. $tclConfig
echo "$ac_t""version $TCL_VERSION from $tclConfig" 1>&6
- TCL_INC="-I$TCL_PREFIX/include$itcl"
-+ TCL_INC="-I$TCL_PREFIX/include/tcl8.0$itcl"
++ TCL_INC="-I$TCL_PREFIX/include/tcl8.2$itcl"
TCL_BIN="$TCL_EXEC_PREFIX/bin"
TCLLIBS="$TCL_LIB_SPEC $TCL_LIBS"
@@ -2701,5 +2701,5 @@
if test "x$with_itcl" = "xyes" || test "x$with_itcl" = "x"; then
for itcl_path in $with_tcl; do
- if test -f $itcl_path/lib$itcl/itclConfig.sh; then
-+ if test -f $itcl_path/lib/tcl8.0$itcl/itclConfig.sh; then
++ if test -f $itcl_path/lib/tcl8.2$itcl/itclConfig.sh; then
with_itcl=$itcl_path; break
fi
@@ -2719,5 +2719,5 @@
echo "$ac_t""not used" 1>&6
else
- itclConfig="$with_itcl/lib$itcl/itclConfig.sh"
-+ itclConfig="$with_itcl/lib/tcl8.0$itcl/itclConfig.sh"
++ itclConfig="$with_itcl/lib/tcl8.2$itcl/itclConfig.sh"
if test ! -f $itclConfig; then
echo "$ac_t""Unable to find itclConfig.sh" 1>&6
@@ -2725,5 +2725,5 @@
. $itclConfig
echo "$ac_t""version $ITCL_VERSION from $itclConfig" 1>&6
- ITCL_INC="-I$TK_PREFIX/include$itcl"
-+ ITCL_INC="-I$TK_PREFIX/include/tcl8.0$itcl"
++ ITCL_INC="-I$TK_PREFIX/include/tcl8.2$itcl"
#TK_BIN="$TK_EXEC_PREFIX/bin"
#TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
@@ -2743,5 +2743,5 @@
if test "x$with_tk" = "xyes" || test "x$with_tk" = "x"; then
for tk_path in $with_tcl; do
- if test -f $tk_path/lib$itcl/tkConfig.sh; then
-+ if test -f $tk_path/lib/tk8.0$itcl/tkConfig.sh; then
++ if test -f $tk_path/lib/tk8.2$itcl/tkConfig.sh; then
with_tk=$tk_path; break
fi
@@ -2761,5 +2761,5 @@
echo "$ac_t""not used" 1>&6
else
- tkConfig="$with_tk/lib$itcl/tkConfig.sh"
-+ tkConfig="$with_tk/lib/tk8.0$itcl/tkConfig.sh"
++ tkConfig="$with_tk/lib/tk8.2$itcl/tkConfig.sh"
if test ! -f $tkConfig; then
echo "$ac_t""Unable to find tkConfig.sh" 1>&6
@@ -2767,5 +2767,5 @@
. $tkConfig
echo "$ac_t""version $TK_VERSION from $tkConfig" 1>&6
- TK_INC="-I$TK_PREFIX/include$itcl"
-+ TK_INC="-I$TK_PREFIX/include/tk8.0$itcl"
++ TK_INC="-I$TK_PREFIX/include/tk8.2$itcl"
TK_BIN="$TK_EXEC_PREFIX/bin"
TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
diff --git a/palm/pilot-link-devel/pkg-plist b/palm/pilot-link-devel/pkg-plist
index f4086d88f008..10c53d7380c2 100644
--- a/palm/pilot-link-devel/pkg-plist
+++ b/palm/pilot-link-devel/pkg-plist
@@ -68,7 +68,6 @@ include/pi-todo.hxx
include/pi-version.h
lib/libpicc.a
lib/libpisock.a
-lib/libpisock.la
lib/libpisock.so
lib/libpisock.so.3.1
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib