Date: Tue, 30 Nov 2010 17:05:11 +0100 (CET) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dhn@FreeBSD.org Subject: ports/152707: [PATCH] net-im/tkabbur: use bsd.tcl.mk Message-ID: <20101130160511.3D233E920D@mail2.vx.sk> Resent-Message-ID: <201011301620.oAUGK5HG013113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101130160511.3D233E920D>