Bug 175028 - devel/rudiments: Update to version 0.40
Summary: devel/rudiments: Update to version 0.40
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 18:10 UTC by tkato432
Modified: 2013-02-07 14:30 UTC (History)
0 users

See Also:


Attachments
file.diff (3.31 KB, patch)
2013-01-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-01-05 18:10:07 UTC
- Update to version 0.40
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-18 06:12:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-07 14:24:13 UTC
State Changed
From-To: open->closed
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-07 14:24:13 UTC
Responsible Changed
From-To: araujo->miwi

committed thx
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-07 14:24:23 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"