From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 23:34:20 2014 Return-Path: Delivered-To: svn-ports-head@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 5499121A; Wed, 5 Feb 2014 23:34:20 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6121783; Wed, 5 Feb 2014 23:34:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15NYKHh005200; Wed, 5 Feb 2014 23:34:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15NYJZK005198; Wed, 5 Feb 2014 23:34:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402052334.s15NYJZK005198@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 5 Feb 2014 23:34:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342898 - head/devel/protobuf-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 23:34:20 -0000 Author: bapt Date: Wed Feb 5 23:34:19 2014 New Revision: 342898 URL: http://svnweb.freebsd.org/changeset/ports/342898 QAT: https://qat.redports.org/buildarchive/r342898/ Log: Support stage USES=libtool Modified: head/devel/protobuf-c/Makefile head/devel/protobuf-c/pkg-plist Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Wed Feb 5 23:28:59 2014 (r342897) +++ head/devel/protobuf-c/Makefile Wed Feb 5 23:34:19 2014 (r342898) @@ -10,26 +10,19 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= ahurt@anbcs.com COMMENT= This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++) -LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "bin/ld"|g' ${WRKSRC}/configure tests: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.include - -.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 -BROKEN= Does not build on powerpc-9 -.endif - -.include +.include Modified: head/devel/protobuf-c/pkg-plist ============================================================================== --- head/devel/protobuf-c/pkg-plist Wed Feb 5 23:28:59 2014 (r342897) +++ head/devel/protobuf-c/pkg-plist Wed Feb 5 23:34:19 2014 (r342898) @@ -7,6 +7,7 @@ lib/libprotobuf-c.a lib/libprotobuf-c.la lib/libprotobuf-c.so lib/libprotobuf-c.so.0 +lib/libprotobuf-c.so.0.0.0 libdata/pkgconfig/libprotobuf-c.pc @dirrm include/google/protobuf-c @dirrmtry include/google