Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2005 21:51:04 -0600 (MDT)
From:      Jie Gao <gaoj@cpsc.ucalgary.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   ports/87800: [maintainer] textproc/skim: bump of scim library version forgotten
Message-ID:  <200510210351.j9L3p4I3080650@localhost.cpsc.ucalgary.ca>
Resent-Message-ID: <200510211820.j9LIKJua068114@freefall.freebsd.org>

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

>Number:         87800
>Category:       ports
>Synopsis:       [maintainer] textproc/skim: bump of scim library version forgotten
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 21 18:20:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jie Gao
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD aibsd 6.0-RC1 FreeBSD 6.0-RC1 #0: Thu Oct 13 20:34:38 MDT 2005 gaoj@aibsd:/usr/obj/usr/src/sys/AIBSD i386


	
>Description:
	
During the upgrading of scim from 1.4.0 to 1.4.2, the shared library version of scim was bumped. But this change was forgotten in skim's Makefile

>How-To-Repeat:
	
cd /usr/ports/textproc/skim && make install

scim will be installed as a dependancy but still not satisfy the dependancy requirements.
>Fix:

	
Apply the patch below 

--- patch-textproc-skim begins here ---
Index: textproc/skim/Makefile
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/skim/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- textproc/skim/Makefile	21 Oct 2005 02:14:39 -0000	1.16
+++ textproc/skim/Makefile	21 Oct 2005 03:46:50 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	gaoj@cpsc.ucalgary.ca
 COMMENT=	An input method platform based on SCIM library and KDE/QT
 
-LIB_DEPENDS=	scim-1.0.8:${PORTSDIR}/textproc/scim
+LIB_DEPENDS=	scim-1.0.9:${PORTSDIR}/textproc/scim
 
 USE_KDELIBS_VER=3
 USE_PYTHON=	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?200510210351.j9L3p4I3080650>