From nobody@FreeBSD.org  Tue Dec 27 17:46:55 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CF731106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Dec 2011 17:46:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BDBBD8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Dec 2011 17:46:55 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBRHktjY033108
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Dec 2011 17:46:55 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pBRHktUm033107;
	Tue, 27 Dec 2011 17:46:55 GMT
	(envelope-from nobody)
Message-Id: <201112271746.pBRHktUm033107@red.freebsd.org>
Date: Tue, 27 Dec 2011 17:46:55 GMT
From: Rainer Hurling <rhurlin@gwdg.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] sysutils/xosview: does not build on 10-CURRENT
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: clsung@FreeBSD.org

>Number:         163647
>Category:       ports
>Synopsis:       [patch] sysutils/xosview: does not build on 10-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 27 17:50:09 UTC 2011
>Closed-Date:    Wed Jun 27 09:31:45 UTC 2012
>Last-Modified:  Wed Jun 27 09:31:45 UTC 2012
>Originator:     Rainer Hurling
>Release:        FreeBSD 10.0-CURRENT (amd64)
>Organization:
>Environment:
FreeBSD xxx.xxx.xxx 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r228906: Tue Dec 27 09:08:58 CET 2011 xxx@xxx.xxx.xxx:/usr/obj/usr/src/sys/XXX amd64
>Description:
xosview does not compile on FreeBSD 10-CURRENT, because it is identified as version 1 instead of 10 in configure script.
>How-To-Repeat:
Try to build sysutils/xosview on 10-CURRENT.
>Fix:
The applied patch should solve this issue.


Patch attached with submission follows:

diff -Naur xosview.orig/files/patch-configure xosview/files/patch-configure
--- xosview.orig/files/patch-configure	2010-03-31 02:37:07.000000000 +0200
+++ xosview/files/patch-configure	2011-12-27 18:24:36.000000000 +0100
@@ -1,11 +1,20 @@
---- configure.orig	Sat Jun  1 23:56:10 2002
-+++ configure	Sat Jun  1 23:56:23 2002
-@@ -4852,7 +4852,7 @@
+--- configure.orig	2006-02-18 05:34:12.000000000 +0100
++++ configure	2011-12-27 18:24:08.000000000 +0100
+@@ -5071,7 +5071,7 @@
+     echo host_dir is $host_dir
+     host_os=netbsd ;;
+ 
+-freebsd[0123]*)
++freebsd[0123].*)
+         EXTRALIBS="-lkvm $XPMLIB $DEVSTATLIB"
+         INSTALL_ARGS='-s -g kmem -m 02555'
+ 	NetMeter_Default_Setting=True
+@@ -5085,7 +5085,7 @@
  
  			host_dir=bsd
  	host_os=freebsd ;;
 -freebsd[4]*)
-+freebsd[456789]*)
++freebsd[4567891]*)
          EXTRALIBS="-lkvm $XPMLIB $DEVSTATLIB"
          INSTALL_ARGS='-s -g kmem -m 02555'
  	NetMeter_Default_Setting=True


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 27 17:50:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163647 
Responsible-Changed-From-To: clsung->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sat Feb 11 23:56:24 UTC 2012 
Responsible-Changed-Why:  
committer&maintainer timeout (clsung ; 46 days) / last commit: 50 days 
ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163647 
Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jun 22 02:29:26 UTC 2012 
Responsible-Changed-Why:  
With bugmeister hat, return to pool due to assignee ENOTIME. 

Note that this PR was already available for commit via maintainer-timeout. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163647: commit references a PR
Date: Wed, 27 Jun 2012 09:18:34 +0000 (UTC)

 rm          2012-06-27 09:18:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/xosview/files patch-configure 
   Log:
   - fix build on on 10-CURRENT
   
   PR:             163647
   Submitted by:   Rainer Hurling <rhurlin at gwdg dot de>
   Approved by:    maintainer timeout (>6 months)
   
   Revision  Changes    Path
   1.7       +13 -4     ports/sysutils/xosview/files/patch-configure
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Wed Jun 27 09:31:42 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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