From tkato432@yahoo.com  Sat Jan  5 18:01:36 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 63B80AF3
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  5 Jan 2013 18:01:18 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 1E4469A7
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  5 Jan 2013 18:01:18 +0000 (UTC)
Received: from localhost.localdomain (ZT034245.ppp.dion.ne.jp [59.128.34.245])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id BD7F54AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun,  6 Jan 2013 03:01:15 +0900 (JST)
Message-Id: <20130106023348.24f3dd44fadc673539f996ae@yahoo.com>
Date: Sun, 6 Jan 2013 02:33:48 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: devel/rudiments: Update to version 0.40

>Number:         175028
>Category:       ports
>Synopsis:       devel/rudiments: Update to version 0.40
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 05 18:10:07 UTC 2013
>Closed-Date:    Thu Feb 07 14:24:35 UTC 2013
>Last-Modified:  Thu Feb  7 14:30:01 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 0.40

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/rudiments/Makefile devel/rudiments/Makefile
--- /usr/ports/devel/rudiments/Makefile	2012-12-13 19:25:30.000000000 +0900
+++ devel/rudiments/Makefile	2013-01-05 22:53:45.000000000 +0900
@@ -2,12 +2,12 @@
 # $FreeBSD: head/devel/rudiments/Makefile 308824 2012-12-13 07:05:16Z araujo $
 
 PORTNAME=	rudiments
-PORTVERSION=	0.38
+PORTVERSION=	0.40
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A utility C++ class library for daemons, clients, servers, and more
+COMMENT=	C++ class library for daemons, clients, servers, and more
 
 LICENSE=	LGPL20
 
diff -urN /usr/ports/devel/rudiments/distinfo devel/rudiments/distinfo
--- /usr/ports/devel/rudiments/distinfo	2012-12-13 19:25:30.000000000 +0900
+++ devel/rudiments/distinfo	2013-01-01 21:21:20.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (rudiments-0.38.tar.gz) = d4af4af47779b89428fdcd20af0c836caab15ffe328b77cee03c90c4b3cc2d81
-SIZE (rudiments-0.38.tar.gz) = 1462894
+SHA256 (rudiments-0.40.tar.gz) = 763466daed63dd26553b198816626e702d8677fdb7f91786c1a1dbd4f704c044
+SIZE (rudiments-0.40.tar.gz) = 1469860
diff -urN /usr/ports/devel/rudiments/files/patch-configure devel/rudiments/files/patch-configure
--- /usr/ports/devel/rudiments/files/patch-configure	2012-11-08 04:41:49.000000000 +0900
+++ devel/rudiments/files/patch-configure	2013-01-01 21:55:45.000000000 +0900
@@ -1,7 +1,17 @@
 --- configure.orig	2012-02-17 13:38:13.000000000 +0900
 +++ configure	2012-04-13 00:56:01.000000000 +0900
-@@ -16021,8 +16021,8 @@
- then
+@@ -14781,6 +14781,9 @@
+ 	*haiku* )
+ 		WERROR=""
+ 		;;
++	freebsd* )
++		WERROR=""
++		;;
+ 	*)
+ 		;;
+ esac
+@@ -16334,8 +16337,8 @@
+ 
  
  	HAVE_PTHREAD=""
 -	PTHREADINCLUDES=""
@@ -11,16 +21,16 @@
  
  	if ( test "$cross_compiling" = "yes" )
  	then
-@@ -16041,7 +16041,7 @@
+@@ -16354,7 +16357,7 @@
  
  	else
  
--		for i in "pthread" "c_r" "thread" "pthreads"
-+		for i in "thread" "pthreads"
+-				for i in "pthread" "c_r" "thread" "pthreads" "gthreads" ""
++				for i in "thread" "pthreads" "gthreads" ""
  		do
- 
- 
-@@ -16058,9 +16058,6 @@
+ 			if ( test -n "$i" )
+ 			then
+@@ -16388,9 +16391,6 @@
  STATIC=""
  HEADERSANDLIBSPATH=""
  
@@ -30,7 +40,7 @@
  eval "PTHREADSTATIC=\"\""
  if ( test -n "" )
  then
-@@ -16528,9 +16525,6 @@
+@@ -16605,9 +16605,6 @@
  LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib$||g" -e "s|-L/lib$||g" -e "s|-L/usr/lib ||g" -e "s|-L/lib ||g"`
  LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib64$||g" -e "s|-L/lib64$||g" -e "s|-L/usr/lib64 ||g" -e "s|-L/lib64 ||g"`
  
diff -urN /usr/ports/devel/rudiments/pkg-plist devel/rudiments/pkg-plist
--- /usr/ports/devel/rudiments/pkg-plist	2012-12-13 19:25:30.000000000 +0900
+++ devel/rudiments/pkg-plist	2012-12-17 04:49:38.000000000 +0900
@@ -5,6 +5,7 @@
 include/rudiments/client.h
 include/rudiments/clientserverfactory.h
 include/rudiments/clientsocket.h
+include/rudiments/codetree.h
 include/rudiments/commandline.h
 include/rudiments/crypt.h
 include/rudiments/daemonprocess.h
@@ -46,6 +47,8 @@
 include/rudiments/private/clientserverfactoryincludes.h
 include/rudiments/private/clientsocket.h
 include/rudiments/private/clientsocketincludes.h
+include/rudiments/private/codetree.h
+include/rudiments/private/codetreeincludes.h
 include/rudiments/private/commandline.h
 include/rudiments/private/commandlineincludes.h
 include/rudiments/private/config.h
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Fri Jan 18 06:12:19 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175028 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Feb 7 14:24:13 UTC 2013 
State-Changed-Why:  
Take 


Responsible-Changed-From-To: araujo->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Feb 7 14:24:13 UTC 2013 
Responsible-Changed-Why:  
committed thx 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175028: commit references a PR
Date: Thu,  7 Feb 2013 14:24:23 +0000 (UTC)

 Author: miwi
 Date: Thu Feb  7 14:24:15 2013
 New Revision: 311841
 URL: http://svnweb.freebsd.org/changeset/ports/311841
 
 Log:
   - Update to 0.40
   
   PR:		175028
   Submitted by:	Ports Fury
 
 Modified:
   head/devel/rudiments/Makefile   (contents, props changed)
   head/devel/rudiments/distinfo   (contents, props changed)
   head/devel/rudiments/files/patch-configure   (contents, props changed)
   head/devel/rudiments/pkg-plist   (contents, props changed)
 
 Modified: head/devel/rudiments/Makefile
 ==============================================================================
 --- head/devel/rudiments/Makefile	Thu Feb  7 14:23:11 2013	(r311840)
 +++ head/devel/rudiments/Makefile	Thu Feb  7 14:24:15 2013	(r311841)
 @@ -2,12 +2,12 @@
  # $FreeBSD$
  
  PORTNAME=	rudiments
 -PORTVERSION=	0.38
 +PORTVERSION=	0.40
  CATEGORIES=	devel
  MASTER_SITES=	SF
  
  MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	A utility C++ class library for daemons, clients, servers, and more
 +COMMENT=	C++ class library for daemons, clients, servers, and more
  
  LICENSE=	LGPL20
  
 
 Modified: head/devel/rudiments/distinfo
 ==============================================================================
 --- head/devel/rudiments/distinfo	Thu Feb  7 14:23:11 2013	(r311840)
 +++ head/devel/rudiments/distinfo	Thu Feb  7 14:24:15 2013	(r311841)
 @@ -1,2 +1,2 @@
 -SHA256 (rudiments-0.38.tar.gz) = d4af4af47779b89428fdcd20af0c836caab15ffe328b77cee03c90c4b3cc2d81
 -SIZE (rudiments-0.38.tar.gz) = 1462894
 +SHA256 (rudiments-0.40.tar.gz) = 763466daed63dd26553b198816626e702d8677fdb7f91786c1a1dbd4f704c044
 +SIZE (rudiments-0.40.tar.gz) = 1469860
 
 Modified: head/devel/rudiments/files/patch-configure
 ==============================================================================
 --- head/devel/rudiments/files/patch-configure	Thu Feb  7 14:23:11 2013	(r311840)
 +++ head/devel/rudiments/files/patch-configure	Thu Feb  7 14:24:15 2013	(r311841)
 @@ -1,7 +1,17 @@
  --- configure.orig	2012-02-17 13:38:13.000000000 +0900
  +++ configure	2012-04-13 00:56:01.000000000 +0900
 -@@ -16021,8 +16021,8 @@
 - then
 +@@ -14781,6 +14781,9 @@
 + 	*haiku* )
 + 		WERROR=""
 + 		;;
 ++	freebsd* )
 ++		WERROR=""
 ++		;;
 + 	*)
 + 		;;
 + esac
 +@@ -16334,8 +16337,8 @@
 + 
   
   	HAVE_PTHREAD=""
  -	PTHREADINCLUDES=""
 @@ -11,16 +21,16 @@
   
   	if ( test "$cross_compiling" = "yes" )
   	then
 -@@ -16041,7 +16041,7 @@
 +@@ -16354,7 +16357,7 @@
   
   	else
   
 --		for i in "pthread" "c_r" "thread" "pthreads"
 -+		for i in "thread" "pthreads"
 +-				for i in "pthread" "c_r" "thread" "pthreads" "gthreads" ""
 ++				for i in "thread" "pthreads" "gthreads" ""
   		do
 - 
 - 
 -@@ -16058,9 +16058,6 @@
 + 			if ( test -n "$i" )
 + 			then
 +@@ -16388,9 +16391,6 @@
   STATIC=""
   HEADERSANDLIBSPATH=""
   
 @@ -30,7 +40,7 @@
   eval "PTHREADSTATIC=\"\""
   if ( test -n "" )
   then
 -@@ -16528,9 +16525,6 @@
 +@@ -16605,9 +16605,6 @@
   LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib$||g" -e "s|-L/lib$||g" -e "s|-L/usr/lib ||g" -e "s|-L/lib ||g"`
   LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib64$||g" -e "s|-L/lib64$||g" -e "s|-L/usr/lib64 ||g" -e "s|-L/lib64 ||g"`
   
 
 Modified: head/devel/rudiments/pkg-plist
 ==============================================================================
 --- head/devel/rudiments/pkg-plist	Thu Feb  7 14:23:11 2013	(r311840)
 +++ head/devel/rudiments/pkg-plist	Thu Feb  7 14:24:15 2013	(r311841)
 @@ -5,6 +5,7 @@ include/rudiments/chat.h
  include/rudiments/client.h
  include/rudiments/clientserverfactory.h
  include/rudiments/clientsocket.h
 +include/rudiments/codetree.h
  include/rudiments/commandline.h
  include/rudiments/crypt.h
  include/rudiments/daemonprocess.h
 @@ -46,6 +47,8 @@ include/rudiments/private/clientincludes
  include/rudiments/private/clientserverfactoryincludes.h
  include/rudiments/private/clientsocket.h
  include/rudiments/private/clientsocketincludes.h
 +include/rudiments/private/codetree.h
 +include/rudiments/private/codetreeincludes.h
  include/rudiments/private/commandline.h
  include/rudiments/private/commandlineincludes.h
  include/rudiments/private/config.h
 _______________________________________________
 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:
