aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-02-07 22:24:15 +0800
committermiwi <miwi@FreeBSD.org>2013-02-07 22:24:15 +0800
commit6953d8e92812bd1ba4597b8b79e88c86a7b93547 (patch)
treec3d80bb0f6cc13ac6090da417e078a86206cd11c /devel
parent249de1a281363a0f8ed2c09a96c8ad38f11b067b (diff)
downloadfreebsd-ports-gnome-6953d8e92812bd1ba4597b8b79e88c86a7b93547.tar.gz
freebsd-ports-gnome-6953d8e92812bd1ba4597b8b79e88c86a7b93547.tar.zst
freebsd-ports-gnome-6953d8e92812bd1ba4597b8b79e88c86a7b93547.zip
- Update to 0.40
PR: 175028 Submitted by: Ports Fury
Diffstat (limited to 'devel')
-rw-r--r--devel/rudiments/Makefile4
-rw-r--r--devel/rudiments/distinfo4
-rw-r--r--devel/rudiments/files/patch-configure28
-rw-r--r--devel/rudiments/pkg-plist3
4 files changed, 26 insertions, 13 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile
index ee1cf22e49f9..3b109d1d9784 100644
--- a/devel/rudiments/Makefile
+++ b/devel/rudiments/Makefile
@@ -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
diff --git a/devel/rudiments/distinfo b/devel/rudiments/distinfo
index 15d4df2f975d..7df0bf0897b1 100644
--- a/devel/rudiments/distinfo
+++ b/devel/rudiments/distinfo
@@ -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 --git a/devel/rudiments/files/patch-configure b/devel/rudiments/files/patch-configure
index dd6e9b841dfe..fffe592d4239 100644
--- a/devel/rudiments/files/patch-configure
+++ b/devel/rudiments/files/patch-configure
@@ -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 --git a/devel/rudiments/pkg-plist b/devel/rudiments/pkg-plist
index 9614efc6b6ab..4b4a2f1cb2d4 100644
--- a/devel/rudiments/pkg-plist
+++ b/devel/rudiments/pkg-plist
@@ -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.h
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