ports/87801: [maintainer] textproc/skim: shared library version of scim is forgotten to bump
Jie Gao
gaoj at cpsc.ucalgary.ca
Fri Oct 21 18:40:22 UTC 2005
>Number: 87801
>Category: ports
>Synopsis: [maintainer] textproc/skim: shared library version of scim is forgotten to bump
>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:40:21 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 at aibsd:/usr/obj/usr/src/sys/AIBSD i386
>Description:
The shared library version of scim is forgotten to bump during the upgrade from
scim-1.4.0 to 1.4.2.
(NOTE: this PR may be duplicate. I sent it last night but haven't got
confirmation till now. So I send it again.)
>How-To-Repeat:
cd /usr/ports/textproc/skim && make install
You finally will end up with duplicate attempts of installing scim.
>Fix:
Apply the patch belo
--- 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 at 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:
More information about the freebsd-ports-bugs
mailing list