From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 02:48:56 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 70AD4F77; Mon, 9 Jun 2014 02:48:56 +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 440C6208C; Mon, 9 Jun 2014 02:48:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s592muoG015681; Mon, 9 Jun 2014 02:48:56 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s592mtIB015679; Mon, 9 Jun 2014 02:48:55 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406090248.s592mtIB015679@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 9 Jun 2014 02:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357084 - head/multimedia/gavl 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 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: Mon, 09 Jun 2014 02:48:56 -0000 Author: vanilla Date: Mon Jun 9 02:48:55 2014 New Revision: 357084 URL: http://svnweb.freebsd.org/changeset/ports/357084 QAT: https://qat.redports.org/buildarchive/r357084/ Log: Stagify, bump version for pkg-plist changed. Modified: head/multimedia/gavl/Makefile head/multimedia/gavl/pkg-plist Modified: head/multimedia/gavl/Makefile ============================================================================== --- head/multimedia/gavl/Makefile Mon Jun 9 02:42:41 2014 (r357083) +++ head/multimedia/gavl/Makefile Mon Jun 9 02:48:55 2014 (r357084) @@ -3,6 +3,7 @@ PORTNAME= gavl PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION} @@ -12,7 +13,7 @@ COMMENT= A library for handling uncompre LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -23,18 +24,11 @@ PORTDOCS= README OPTIONS_DEFINE= OPTIMIZED_CFLAGS PNG OPTIONS_DEFAULT= OPTIMIZED_CFLAGS PNG +PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +PNG_CONFIGURE_OFF= --disable-libpng -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png -.else -CONFIGURE_ARGS+= --disable-libpng -.endif - -.include - post-patch: .if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e \ @@ -44,8 +38,8 @@ post-patch: post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif -.include +.include Modified: head/multimedia/gavl/pkg-plist ============================================================================== --- head/multimedia/gavl/pkg-plist Mon Jun 9 02:42:41 2014 (r357083) +++ head/multimedia/gavl/pkg-plist Mon Jun 9 02:48:55 2014 (r357084) @@ -7,8 +7,8 @@ include/gavl/gavltime.h include/gavl/metatags.h include/gavl/metadata.h include/gavl/timecode.h -lib/libgavl.la lib/libgavl.so lib/libgavl.so.1 +lib/libgavl.so.1.0.0 libdata/pkgconfig/gavl.pc @dirrm include/gavl