From owner-svn-ports-all@FreeBSD.ORG Sat May 17 20:16:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46C6CB66; Sat, 17 May 2014 20:16:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A99A2395; Sat, 17 May 2014 20:16:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HKGW58065272; Sat, 17 May 2014 20:16:32 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HKGWtj065269; Sat, 17 May 2014 20:16:32 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201405172016.s4HKGWtj065269@svn.freebsd.org> From: Brad Davis Date: Sat, 17 May 2014 20:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354365 - in head/devel/librelp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 20:16:33 -0000 Author: brd (doc committer) Date: Sat May 17 20:16:32 2014 New Revision: 354365 URL: http://svnweb.freebsd.org/changeset/ports/354365 QAT: https://qat.redports.org/buildarchive/r354365/ Log: - Update devel/librelp from 1.2.0 to 1.2.7 Reviewed by: zi@ Added: head/devel/librelp/files/ head/devel/librelp/files/patch-src__tcp.c (contents, props changed) Modified: head/devel/librelp/Makefile head/devel/librelp/distinfo Modified: head/devel/librelp/Makefile ============================================================================== --- head/devel/librelp/Makefile Sat May 17 20:12:40 2014 (r354364) +++ head/devel/librelp/Makefile Sat May 17 20:16:32 2014 (r354365) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librelp -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.7 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ @@ -11,13 +11,14 @@ COMMENT= Reliable event logging protocol LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= libtool pathfix pkgconfig +USE_AUTOTOOLS= automake aclocal USE_LDCONFIG= yes PLIST_FILES= include/${PORTNAME}.h \ - lib/${PORTNAME}.a lib/${PORTNAME}.la \ + lib/${PORTNAME}.a \ lib/${PORTNAME}.so lib/${PORTNAME}.so.0 \ + lib/${PORTNAME}.so.0.1.0 \ libdata/pkgconfig/relp.pc PORT_VERBS= relp @@ -25,5 +26,10 @@ PORT_VERBS= relp post-patch: @${REINPLACE_CMD} -e '/CFLAGS/s| -g||g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.am + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librelp.so.0.1.0 .include Modified: head/devel/librelp/distinfo ============================================================================== --- head/devel/librelp/distinfo Sat May 17 20:12:40 2014 (r354364) +++ head/devel/librelp/distinfo Sat May 17 20:16:32 2014 (r354365) @@ -1,2 +1,2 @@ -SHA256 (librelp-1.2.0.tar.gz) = 5a8870fd2ae496be08d100ef8a65807311f11d6976ed37b8e0cd8024872c31e5 -SIZE (librelp-1.2.0.tar.gz) = 406527 +SHA256 (librelp-1.2.7.tar.gz) = 3a434a1c71772706104cfb1c93ba8e6809d257851d60de29ac2142c60c68d7d1 +SIZE (librelp-1.2.7.tar.gz) = 410896 Added: head/devel/librelp/files/patch-src__tcp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/librelp/files/patch-src__tcp.c Sat May 17 20:16:32 2014 (r354365) @@ -0,0 +1,14 @@ +--- ./src/tcp.c.orig 2014-04-22 07:33:25.000000000 -0600 ++++ ./src/tcp.c 2014-05-17 10:49:10.247327329 -0600 +@@ -62,7 +62,10 @@ + static int called_gnutls_global_init = 0; + #endif + +- ++#include ++#ifndef SOL_TCP ++#define SOL_TCP (getprotobyname("TCP")->p_proto) ++#endif + + #ifdef ENABLE_TLS + /* forward definitions */