From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 22:00:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D87F95F; Thu, 6 Feb 2014 22:00:08 +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 5D5211991; Thu, 6 Feb 2014 22:00:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16M08KC048869; Thu, 6 Feb 2014 22:00:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16M083d048864; Thu, 6 Feb 2014 22:00:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402062200.s16M083d048864@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 6 Feb 2014 22:00:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343158 - head/devel/varconf 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: Thu, 06 Feb 2014 22:00:08 -0000 Author: bapt Date: Thu Feb 6 22:00:07 2014 New Revision: 343158 URL: http://svnweb.freebsd.org/changeset/ports/343158 QAT: https://qat.redports.org/buildarchive/r343158/ Log: Support stage Let stage handle docs Strip binaries USES=libtool Modified: head/devel/varconf/Makefile head/devel/varconf/pkg-plist Modified: head/devel/varconf/Makefile ============================================================================== --- head/devel/varconf/Makefile Thu Feb 6 21:54:25 2014 (r343157) +++ head/devel/varconf/Makefile Thu Feb 6 22:00:07 2014 (r343158) @@ -3,30 +3,21 @@ PORTNAME= varconf PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org -COMMENT= A Configuration System for the STAGE Server +COMMENT= Configuration System for the STAGE Server -LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 +LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 + +OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -NO_STAGE= yes -.include - -post-patch: - @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for file in README COPYING AUTHORS THANKS NEWS - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif .include Modified: head/devel/varconf/pkg-plist ============================================================================== --- head/devel/varconf/pkg-plist Thu Feb 6 21:54:25 2014 (r343157) +++ head/devel/varconf/pkg-plist Thu Feb 6 22:00:07 2014 (r343158) @@ -10,6 +10,7 @@ include/varconf-1.0/varconf/variable.h lib/libvarconf-1.0.la lib/libvarconf-1.0.so lib/libvarconf-1.0.so.8 +lib/libvarconf-1.0.so.8.0.0 libdata/pkgconfig/varconf-1.0.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING