ports/110228: [PATCH] mail/postilion

Martin Matuska martin at matuska.org
Mon Mar 12 15:00:12 UTC 2007


>Number:         110228
>Category:       ports
>Synopsis:       [PATCH] mail/postilion
>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:   Mon Mar 12 15:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
FreeBSD 6.2-RELEASE i386/amd64
>Description:
Fixed libimg and Tk dependencies
Required PR's to be commited: ports/110221 ports/110223

Tested via portlint -A and tinderbox.
>How-To-Repeat:
>Fix:
diff -Nbur mail/postilion.orig/Makefile mail/postilion/Makefile
--- mail/postilion.orig/Makefile	Mon Mar 12 12:42:12 2007
+++ mail/postilion/Makefile	Mon Mar 12 15:22:46 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	postilion
 PORTVERSION=	0.9.3c
+PORTREVISION=	1
 CATEGORIES=	mail tk83
 MASTER_SITES=	http://www.postilion.org/software/Postilion/
 DISTNAME=	${PORTNAME}-current
@@ -14,10 +15,11 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mail client with the NeXt look
 
-LIB_DEPENDS=	tk83.1:${PORTSDIR}/x11-toolkits/tk83 \
-		c-client4:${PORTSDIR}/mail/cclient
-RUN_DEPENDS=	${LOCALBASE}/lib/Img1.2/pkgIndex.tcl:${PORTSDIR}/graphics/libimg
-BUILD_DEPENDS=	tclsh8.3:${PORTSDIR}/lang/tcl83
+LIB_DEPENDS=	c-client4:${PORTSDIR}/mail/cclient
+RUN_DEPENDS=	${LOCALBASE}/lib/Img1.2/pkgIndex.tcl:${PORTSDIR}/graphics/libimg-tk83
+
+USE_TK=		83
+USE_TK_BUILD=	83
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	${FILESDIR}/Makefile.bsd
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list