Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 12:52:33 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366402 - head/textproc/libyaml
Message-ID:  <201408281252.s7SCqX3F031559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Aug 28 12:52:33 2014
New Revision: 366402
URL: http://svnweb.freebsd.org/changeset/ports/366402
QAT: https://qat.redports.org/buildarchive/r366402/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/textproc/libyaml/Makefile
  head/textproc/libyaml/pkg-plist

Modified: head/textproc/libyaml/Makefile
==============================================================================
--- head/textproc/libyaml/Makefile	Thu Aug 28 12:48:13 2014	(r366401)
+++ head/textproc/libyaml/Makefile	Thu Aug 28 12:52:33 2014	(r366402)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libyaml
 PORTVERSION=	0.1.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://pyyaml.org/download/libyaml/
 DISTNAME=	yaml-${PORTVERSION}
@@ -12,10 +13,8 @@ MAINTAINER=	jpaetzel@FreeBSD.org
 COMMENT=	YAML 1.1 parser and emitter written in C
 
 GNU_CONFIGURE=	yes
-USES=	pathfix
+INSTALL_TARGET=	install-strip
+USES=		libtool pathfix
 USE_LDCONFIG=	yes
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyaml.so
-
 .include <bsd.port.mk>

Modified: head/textproc/libyaml/pkg-plist
==============================================================================
--- head/textproc/libyaml/pkg-plist	Thu Aug 28 12:48:13 2014	(r366401)
+++ head/textproc/libyaml/pkg-plist	Thu Aug 28 12:52:33 2014	(r366402)
@@ -1,7 +1,6 @@
 include/yaml.h
-lib/libyaml-0.so
 lib/libyaml-0.so.2
+lib/libyaml-0.so.2.0.4
 lib/libyaml.a
 lib/libyaml.so
-lib/libyaml.la
 libdata/pkgconfig/yaml-0.1.pc



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