svn commit: r311841 - in head/devel/rudiments: . files
Martin Wilke
miwi at FreeBSD.org
Thu Feb 7 14:24:16 UTC 2013
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 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
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
More information about the svn-ports-head
mailing list