ports/152707: [PATCH] net-im/tkabbur: use bsd.tcl.mk
Martin Matuska
mm at FreeBSD.org
Tue Nov 30 16:20:06 UTC 2010
>Number: 152707
>Category: ports
>Synopsis: [PATCH] net-im/tkabbur: use bsd.tcl.mk
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 30 16:20:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #4 r216016M: Sun Nov 28 22:11:40 CET
>Description:
- Use bsd.tcl.mk instead of manual WISH
- Update distinfo
Port maintainer (dhn at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- tkabbur-0.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/tkabbur/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 6 Mar 2009 18:14:33 -0000 1.3
+++ Makefile 30 Nov 2010 16:04:17 -0000
@@ -14,8 +14,7 @@
MAINTAINER= dhn at FreeBSD.org
COMMENT= Is a modification of XMPP/Jabber client Tkabber
-RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
- dtplite:${PORTSDIR}/devel/tcllib \
+RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \
${LOCALBASE}/lib/tls/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \
${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
@@ -23,11 +22,15 @@
USE_BZIP2= yes
NO_BUILD= yes
+USE_TK_RUN= 84+
+
SUBDIRS= contrib emoticons ifacetk jabberlib mclistbox \
msgs pixmaps plugins sounds tclxml trans
+.include <bsd.port.pre.mk>
+
do-install:
- ${ECHO} -e "#!/bin/sh\nexec wish8.4 ${DATADIR}/tkabbur.tcl \
+ ${ECHO} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabbur.tcl \
-name tkabbur \"\$$@\"\n" > ${PREFIX}/bin/tkabbur
${CHMOD} +x ${PREFIX}/bin/tkabbur
${CHMOD} 755 ${WRKSRC}/*.tcl
@@ -38,4 +41,4 @@
${CP} -R ${WRKSRC}/${i} ${DATADIR}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-im/tkabbur/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 19 Oct 2008 16:26:55 -0000 1.2
+++ distinfo 30 Nov 2010 16:04:17 -0000
@@ -1,3 +1,2 @@
-MD5 (tkabbur-0.8.src.tar.bz2) = e999f78155eb70709a0c005ecb037cd6
SHA256 (tkabbur-0.8.src.tar.bz2) = 6e0350315f16c6b6aee450ea2ceba2ae09174f2a6a81c0147f16ab2f03ae313d
SIZE (tkabbur-0.8.src.tar.bz2) = 1111620
--- tkabbur-0.8.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list