ports/175028: devel/rudiments: Update to version 0.40
KATO Tsuguru
tkato432 at yahoo.com
Sat Jan 5 18:10:08 UTC 2013
>Number: 175028
>Category: ports
>Synopsis: devel/rudiments: Update to version 0.40
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 05 18:10:07 UTC 2013
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list