From lichray@gmail.com  Sun Jun  3 19:03:51 2012
Return-Path: <lichray@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0EEB2106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jun 2012 19:03:51 +0000 (UTC)
	(envelope-from lichray@gmail.com)
Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182])
	by mx1.freebsd.org (Postfix) with ESMTP id C88AF8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jun 2012 19:03:50 +0000 (UTC)
Received: by obcni5 with SMTP id ni5so7924234obc.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 03 Jun 2012 12:03:50 -0700 (PDT)
Received: by 10.50.36.200 with SMTP id s8mr6256113igj.27.1338750230392;
        Sun, 03 Jun 2012 12:03:50 -0700 (PDT)
Received: from localhost (adsl-99-135-146-220.dsl.emhril.sbcglobal.net. [99.135.146.220])
        by mx.google.com with ESMTPS id dc7sm4642532igc.13.2012.06.03.12.03.47
        (version=SSLv3 cipher=OTHER);
        Sun, 03 Jun 2012 12:03:49 -0700 (PDT)
Message-Id: <4fcbb515.07b3320a.796c.730d@mx.google.com>
Date: Sun, 03 Jun 2012 12:03:49 -0700 (PDT)
From: Zhihao Yuan <lichray@gmail.com>
Reply-To: Zhihao Yuan <lichray@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE] x11/luit to 1.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168645
>Category:       ports
>Synopsis:       [UPDATE] x11/luit to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 03 19:10:11 UTC 2012
>Closed-Date:    Wed Jun 26 17:42:33 UTC 2013
>Last-Modified:  Wed Jun 26 17:50:00 UTC 2013
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.3-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #2 r236497: Sun Jun 3 02:09:04 CDT 2012 lichray@elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64


	
>Description:
	
	Now luit uses posix_openpt(2) correctly.
	Time to close ports/161480 .
>How-To-Repeat:
	
>Fix:

	

--- luit-1.1.1.patch begins here ---
diff -rupN x11/luit.orig/Makefile x11/luit/Makefile
--- x11/luit.orig/Makefile	2012-04-24 06:07:28.000000000 -0500
+++ x11/luit/Makefile	2012-06-03 14:00:16.319247358 -0500
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	luit
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.1.1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -18,9 +17,6 @@ USE_XORG=	x11 fontenc
 
 CONFIGURE_ARGS=	--datadir=${LOCALBASE}/lib
 
-# Use openpty(), FreeBSD 7 has grantpt but not /dev/ptmx
-CONFIGURE_ENV=	ac_cv_func_grantpt=no
-
 PLIST_FILES=	bin/luit
 
 MAN1=		luit.1
diff -rupN x11/luit.orig/distinfo x11/luit/distinfo
--- x11/luit.orig/distinfo	2011-10-10 12:38:17.000000000 -0500
+++ x11/luit/distinfo	2012-06-03 13:47:52.116060464 -0500
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/luit-1.1.0.tar.bz2) = f1fafd7ea9486b3ff099d184ca9dde15d08445adfb5ecd3fde9a403b7d5903d1
-SIZE (xorg/app/luit-1.1.0.tar.bz2) = 131133
+SHA256 (xorg/app/luit-1.1.1.tar.bz2) = 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
+SIZE (xorg/app/luit-1.1.1.tar.bz2) = 140044
--- luit-1.1.1.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 4 04:19:31 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168645 
State-Changed-From-To: open->closed 
State-Changed-By: zeising 
State-Changed-When: Wed Jun 26 17:42:33 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168645 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168645: commit references a PR
Date: Wed, 26 Jun 2013 17:42:33 +0000 (UTC)

 Author: zeising
 Date: Wed Jun 26 17:42:21 2013
 New Revision: 321804
 URL: http://svnweb.freebsd.org/changeset/ports/321804
 
 Log:
   Update to 1.1.1
   
   PR:		ports/168645
   Submitted by:	Zhihao Yuan <lichray@gmail.com>
 
 Modified:
   head/x11/luit/Makefile
   head/x11/luit/distinfo
 
 Modified: head/x11/luit/Makefile
 ==============================================================================
 --- head/x11/luit/Makefile	Wed Jun 26 17:36:21 2013	(r321803)
 +++ head/x11/luit/Makefile	Wed Jun 26 17:42:21 2013	(r321804)
 @@ -1,8 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	luit
 -PORTVERSION=	1.1.0
 -PORTREVISION=	1
 +PORTVERSION=	1.1.1
  CATEGORIES=	x11
  
  MAINTAINER=	x11@FreeBSD.org
 @@ -13,9 +12,6 @@ USE_XORG=	x11 fontenc
  
  CONFIGURE_ARGS=	--datadir=${LOCALBASE}/lib
  
 -# Use openpty(), FreeBSD 7 has grantpt but not /dev/ptmx
 -CONFIGURE_ENV=	ac_cv_func_grantpt=no
 -
  PLIST_FILES=	bin/luit
  
  MAN1=		luit.1
 
 Modified: head/x11/luit/distinfo
 ==============================================================================
 --- head/x11/luit/distinfo	Wed Jun 26 17:36:21 2013	(r321803)
 +++ head/x11/luit/distinfo	Wed Jun 26 17:42:21 2013	(r321804)
 @@ -1,2 +1,2 @@
 -SHA256 (xorg/app/luit-1.1.0.tar.bz2) = f1fafd7ea9486b3ff099d184ca9dde15d08445adfb5ecd3fde9a403b7d5903d1
 -SIZE (xorg/app/luit-1.1.0.tar.bz2) = 131133
 +SHA256 (xorg/app/luit-1.1.1.tar.bz2) = 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
 +SIZE (xorg/app/luit-1.1.1.tar.bz2) = 140044
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
