Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2007 02:29:52 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112814: [PATCH] x11/mlterm: Chase shlib version bump of libscim-1.0
Message-ID:  <20070520172952.1069B20@eastasia.home.utahime.org>
Resent-Message-ID: <200705201730.l4KHU5ig003464@freefall.freebsd.org>

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

>Number:         112814
>Category:       ports
>Synopsis:       [PATCH] x11/mlterm: Chase shlib version bump of libscim-1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 20 17:30:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 02:43:08 JST 2007 xxxx i386


	
>Description:
	Chase shlib version bump of libscim-1.0.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-mlterm begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/x11/mlterm/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile	19 May 2007 20:27:05 -0000	1.42
+++ Makefile	20 May 2007 17:26:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	mlterm
 PORTVERSION=	2.9.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -79,7 +79,7 @@
 .if defined(WITH_SCIM)
 CONFIGURE_ARGS+=	--enable-scim
 MAKE_ENV=	LIBS_LOCAL=-L${LOCALBASE}/lib
-LIB_DEPENDS+=	scim-1.0.9:${PORTSDIR}/textproc/scim
+LIB_DEPENDS+=	scim-1.0.10:${PORTSDIR}/textproc/scim
 PLIST_SUB+=	SCIM=""
 .else
 CONFIGURE_ARGS+=	--disable-scim
--- patch-mlterm ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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