From gaoj@cpsc.ucalgary.ca  Tue Aug  2 19:54:36 2005
Return-Path: <gaoj@cpsc.ucalgary.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3C4F616A420;
	Tue,  2 Aug 2005 19:54:36 +0000 (GMT)
	(envelope-from gaoj@cpsc.ucalgary.ca)
Received: from ensc.cpsc.ucalgary.ca (ensc.cpsc.ucalgary.ca [136.159.2.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 982C743D48;
	Tue,  2 Aug 2005 19:54:35 +0000 (GMT)
	(envelope-from gaoj@cpsc.ucalgary.ca)
Received: from imgw1.cpsc.ucalgary.ca (imgw1 [136.159.5.9])
	by ensc.cpsc.ucalgary.ca (8.12.11/8.12.11) with ESMTP id j72JqHrb008861;
	Tue, 2 Aug 2005 13:52:17 -0600
Received: from localhost (localhost [127.0.0.1])
	by imgw1.cpsc.ucalgary.ca (8.13.4/8.13.3) with ESMTP id j72JqHsM020607;
	Tue, 2 Aug 2005 13:52:17 -0600
Received: from imgw1.cpsc.ucalgary.ca ([127.0.0.1])
 by localhost (imgw1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 20177-06; Tue,  2 Aug 2005 13:52:17 -0600 (MDT)
Received: from localhost.cpsc.ucalgary.ca (sana-sa [136.159.7.231])
	by imgw1.cpsc.ucalgary.ca (8.13.4/8.13.3) with ESMTP id j72JqGrZ020602;
	Tue, 2 Aug 2005 13:52:16 -0600
Received: from localhost.cpsc.ucalgary.ca (localhost [127.0.0.1])
	by localhost.cpsc.ucalgary.ca (8.13.3/8.13.3) with ESMTP id j72JqFTl033947;
	Tue, 2 Aug 2005 13:52:16 -0600 (MDT)
	(envelope-from gaoj@localhost.cpsc.ucalgary.ca)
Received: (from gaoj@localhost)
	by localhost.cpsc.ucalgary.ca (8.13.3/8.13.3/Submit) id j72JqEMD033946;
	Tue, 2 Aug 2005 13:52:14 -0600 (MDT)
	(envelope-from gaoj)
Message-Id: <200508021952.j72JqEMD033946@localhost.cpsc.ucalgary.ca>
Date: Tue, 2 Aug 2005 13:52:14 -0600 (MDT)
From: Jie Gao <gaoj@cpsc.ucalgary.ca>
Reply-To: Jie Gao <gaoj@cpsc.ucalgary.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nork@freebsd.org, Kirill Ponomarew <krion@voodoo.oberon.net>
Subject: [maintainer] Fix dependency of textproc/skim
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84493
>Category:       ports
>Synopsis:       [maintainer] Fix dependency of textproc/skim
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 02 20:00:37 GMT 2005
>Closed-Date:    Wed Aug 03 14:54:22 GMT 2005
>Last-Modified:  Wed Aug 03 14:54:22 GMT 2005
>Originator:     Jie Gao
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD aibsd 5.4-STABLE FreeBSD 5.4-STABLE #2: Thu Jun 23 14:31:49 MDT 2005 gaoj@aibsd:/usr/src/sys/i386/compile/AIBSD i386


	
>Description:
	
textproc/skim is missing python dependency after upgrading to 1.4.0
>How-To-Repeat:
	
build textproc/skim on a system without python installed.
>Fix:

Apply the patch below to add python dependency to textproc/skim

	

--- patch-textproc-skim begins here ---
Index: textproc/skim/Makefile
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/skim/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- textproc/skim/Makefile	2 Aug 2005 19:46:53 -0000	1.15
+++ textproc/skim/Makefile	2 Aug 2005 19:48:22 -0000
@@ -18,6 +18,8 @@
 LIB_DEPENDS=	scim-1.0.8:${PORTSDIR}/textproc/scim
 
 USE_KDELIBS_VER=3
+USE_PYTHON=	yes
+USE_PYDISTUTILS=yes
 USE_BZIP2=	yes
 USE_ICONV=	yes
 USE_GMAKE=	yes
--- patch-textproc-skim ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Wed Aug 3 14:54:12 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84493 
>Unformatted:
