From umeno@belldandy.unnumbered.net  Mon Nov 10 09:01:46 2003
Return-Path: <umeno@belldandy.unnumbered.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 811A216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Nov 2003 09:01:46 -0800 (PST)
Received: from belldandy.unnumbered.net (gateway.unnumbered.net [210.159.90.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8352C43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Nov 2003 09:01:45 -0800 (PST)
	(envelope-from umeno@belldandy.unnumbered.net)
Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1])
	by belldandy.unnumbered.net (8.12.9p2/8.12.9) with ESMTP id hAAH1hMh058997
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Nov 2003 02:01:43 +0900 (JST)
	(envelope-from umeno@belldandy.unnumbered.net)
Received: (from umeno@localhost)
	by belldandy.unnumbered.net (8.12.9p2/8.12.9/Submit) id hAAH1hlu058996;
	Tue, 11 Nov 2003 02:01:43 +0900 (JST)
	(envelope-from umeno)
Message-Id: <200311101701.hAAH1hlu058996@belldandy.unnumbered.net>
Date: Tue, 11 Nov 2003 02:01:43 +0900 (JST)
From: UMENO Takashi <umeno@rr.iij4u.or.jp>
Reply-To: UMENO Takashi <umeno@rr.iij4u.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: x11/xlockmore to 5.10 and support some extention
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59139
>Category:       ports
>Synopsis:       Update port: x11/xlockmore to 5.10 and support some extention
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 10 09:10:15 PST 2003
>Closed-Date:    Fri Nov 21 15:50:35 PST 2003
>Last-Modified:  Fri Nov 21 15:50:35 PST 2003
>Originator:     UMENO Takashi
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Nov 6 22:46:55 JST 2003 umeno@belldandy.unnumbered.net:/export/home/umeno/free/kernel/sys/compile/SAKUYA20 i386


	
>Description:
	
Update port: x11/xlockmore to 5.10.
And add some extention(WITH_ENABLE_USE_MB, XLOCKMORE_LANG).


>How-To-Repeat:
	
N/A
>Fix:

	
diff -urN xlockmore.orig/Makefile xlockmore/Makefile
--- xlockmore.orig/Makefile	Thu Aug 21 13:00:58 2003
+++ xlockmore/Makefile	Tue Nov 11 01:49:22 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xlockmore
-PORTVERSION=	5.09
+PORTVERSION=	5.10
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
 		${MASTER_SITE_XCONTRIB}
@@ -42,6 +42,15 @@
 .else
 CONFIGURE_ARGS+=	--without-mesa --without-opengl
 .endif
+
+.if ${WITH_ENABLE_USE_MB} == yes
+CONFIGURE_ARGS+= --enable-use_mb
+.endif
+
+.if defined(XLOCKMORE_LANG)
+CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG}
+.endif
+
 CONFIGURE_ENV+=		XLOCKLIBS="${KRB5LIB} ${KRB4LIB} ${MESALIB}"
 
 .include <bsd.port.pre.mk>
diff -urN xlockmore.orig/distinfo xlockmore/distinfo
--- xlockmore.orig/distinfo	Thu Aug 21 13:00:58 2003
+++ xlockmore/distinfo	Tue Nov 11 01:00:39 2003
@@ -1 +1 @@
-MD5 (xlockmore-5.09.tar.bz2) = 85fb0a483cb49a4b3f5c8cbf63af9b32
+MD5 (xlockmore-5.10.tar.bz2) = d9ce37326e3575fc7df9a682581fddfc


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Fri Nov 21 15:50:23 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59139 
>Unformatted:
