Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2005 13:52:14 -0600 (MDT)
From:      Jie Gao <gaoj@cpsc.ucalgary.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org, Kirill Ponomarew <krion@voodoo.oberon.net>
Subject:   ports/84493: [maintainer] Fix dependency of textproc/skim
Message-ID:  <200508021952.j72JqEMD033946@localhost.cpsc.ucalgary.ca>
Resent-Message-ID: <200508022000.j72K0bit071946@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84493
>Category:       ports
>Synopsis:       [maintainer] Fix dependency of textproc/skim
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 02 20:00:37 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508021952.j72JqEMD033946>