Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 02:01:43 +0900 (JST)
From:      UMENO Takashi <umeno@rr.iij4u.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59139: Update port: x11/xlockmore to 5.10 and support some extention
Message-ID:  <200311101701.hAAH1hlu058996@belldandy.unnumbered.net>
Resent-Message-ID: <200311101710.hAAHAFgb036037@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 10 09:10:15 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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