ports/84493: [maintainer] Fix dependency of textproc/skim

Jie Gao gaoj at cpsc.ucalgary.ca
Tue Aug 2 20:00:39 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list