Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 22:00:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343158 - head/devel/varconf
Message-ID:  <201402062200.s16M083d048864@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402062200.s16M083d048864>