Index: head/devel/librest/Makefile =================================================================== --- head/devel/librest/Makefile (revision 379838) +++ head/devel/librest/Makefile (revision 379839) @@ -1,38 +1,43 @@ # Created by: Christoph Moench-Tegeder # $FreeBSD$ PORTNAME= rest PORTVERSION= 0.7.92 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= GNOME MAINTAINER= cmt@burggraben.net COMMENT= Easy access to RESTful web services LICENSE= LGPL21 BUILD_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt USE_LDCONFIG= yes USE_GNOME= glib20 intlhack libxml2 introspection:build PORTEXAMPLES= *.c OPTIONS_DEFINE= GNOME EXAMPLES OPTIONS_DEFAULT= GNOME GNOME_LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome GNOME_CONFIGURE_OFF= --without-gnome GNOME_LIB_DEPENDS_OFF= libsoup-2.4.so:${PORTSDIR}/devel/libsoup post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-0.7.so.0 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-extras-0.7.so.0 + +regression-test: + (cd ${WRKSRC}/tests && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} check) .include Index: head/devel/librest/files/patch-rest_oauth-proxy-call.c =================================================================== --- head/devel/librest/files/patch-rest_oauth-proxy-call.c (nonexistent) +++ head/devel/librest/files/patch-rest_oauth-proxy-call.c (revision 379839) @@ -0,0 +1,10 @@ +--- rest/oauth-proxy-call.c.orig 2015-02-24 01:13:22.000000000 +0100 ++++ rest/oauth-proxy-call.c 2015-02-24 01:13:39.000000000 +0100 +@@ -25,6 +25,7 @@ + #include + #include "oauth-proxy-call.h" + #include "oauth-proxy-private.h" ++#include "rest-proxy-call-private.h" + #include "sha1.h" + + G_DEFINE_TYPE (OAuthProxyCall, oauth_proxy_call, REST_TYPE_PROXY_CALL) Property changes on: head/devel/librest/files/patch-rest_oauth-proxy-call.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/librest/files/patch-tests_custom-serialize.c =================================================================== --- head/devel/librest/files/patch-tests_custom-serialize.c (nonexistent) +++ head/devel/librest/files/patch-tests_custom-serialize.c (revision 379839) @@ -0,0 +1,11 @@ +--- tests/custom-serialize.c.orig 2015-02-23 23:22:16.000000000 +0100 ++++ tests/custom-serialize.c 2015-02-23 23:22:28.000000000 +0100 +@@ -125,6 +125,8 @@ + soup_server_add_handler (server, NULL, server_callback, NULL, NULL); + g_thread_create ((GThreadFunc)soup_server_run, server, FALSE, NULL); + ++ sleep(2); ++ + url = g_strdup_printf ("http://127.0.0.1:%d/", soup_server_get_port (server)); + + proxy = rest_proxy_new (url, FALSE); Property changes on: head/devel/librest/files/patch-tests_custom-serialize.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/librest/files/patch-tests_threaded.c =================================================================== --- head/devel/librest/files/patch-tests_threaded.c (nonexistent) +++ head/devel/librest/files/patch-tests_threaded.c (revision 379839) @@ -0,0 +1,11 @@ +--- tests/threaded.c.orig 2015-02-23 23:21:35.000000000 +0100 ++++ tests/threaded.c 2015-02-23 23:22:06.000000000 +0100 +@@ -92,6 +92,8 @@ + soup_server_add_handler (server, NULL, server_callback, NULL, NULL); + g_thread_create ((GThreadFunc)soup_server_run, server, FALSE, NULL); + ++ sleep(2); ++ + url = g_strdup_printf ("http://127.0.0.1:%d/", soup_server_get_port (server)); + + for (i = 0; i < G_N_ELEMENTS (threads); i++) { Property changes on: head/devel/librest/files/patch-tests_threaded.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property