From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 18:38:30 2014 Return-Path: Delivered-To: svn-ports-all@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 878AC4C3; Tue, 9 Sep 2014 18:38:30 +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 73276357; Tue, 9 Sep 2014 18:38:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89IcUvx017545; Tue, 9 Sep 2014 18:38:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89IcUdK017543; Tue, 9 Sep 2014 18:38:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409091838.s89IcUdK017543@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 9 Sep 2014 18:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367759 - head/devel/mingw32-libyaml 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-1 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: Tue, 09 Sep 2014 18:38:30 -0000 Author: tijl Date: Tue Sep 9 18:38:29 2014 New Revision: 367759 URL: http://svnweb.freebsd.org/changeset/ports/367759 QAT: https://qat.redports.org/buildarchive/r367759/ Log: Add USES=libtool Modified: head/devel/mingw32-libyaml/Makefile head/devel/mingw32-libyaml/pkg-plist Modified: head/devel/mingw32-libyaml/Makefile ============================================================================== --- head/devel/mingw32-libyaml/Makefile Tue Sep 9 18:37:09 2014 (r367758) +++ head/devel/mingw32-libyaml/Makefile Tue Sep 9 18:38:29 2014 (r367759) @@ -3,6 +3,7 @@ PORTNAME= libyaml PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ PKGNAMEPREFIX= mingw32- @@ -20,5 +21,6 @@ GNU_CONFIGURE_PREFIX= ${PREFIX}/mingw32 CONFIGURE_ARGS= --host="mingw32" CC= ${PKGNAMEPREFIX}gcc CFLAGS= -O3 # Override CFLAGS for a cross-build +USES= libtool .include Modified: head/devel/mingw32-libyaml/pkg-plist ============================================================================== --- head/devel/mingw32-libyaml/pkg-plist Tue Sep 9 18:37:09 2014 (r367758) +++ head/devel/mingw32-libyaml/pkg-plist Tue Sep 9 18:38:29 2014 (r367759) @@ -1,5 +1,7 @@ mingw32/include/yaml.h mingw32/lib/libyaml.a -mingw32/lib/libyaml.la mingw32/lib/pkgconfig/yaml-0.1.pc @dirrmtry mingw32/lib/pkgconfig +@dirrmtry mingw32/lib +@dirrmtry mingw32/include +@dirrmtry mingw32