From owner-svn-ports-all@FreeBSD.ORG Mon Jan 27 08:48:35 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 6E48B5F4; Mon, 27 Jan 2014 08:48:35 +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 3FC371F20; Mon, 27 Jan 2014 08:48:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0R8mZNJ008109; Mon, 27 Jan 2014 08:48:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0R8mYhp008107; Mon, 27 Jan 2014 08:48:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401270848.s0R8mYhp008107@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 27 Jan 2014 08:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341342 - head/devel/libzvbi 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.17 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, 27 Jan 2014 08:48:35 -0000 Author: bapt Date: Mon Jan 27 08:48:34 2014 New Revision: 341342 URL: http://svnweb.freebsd.org/changeset/ports/341342 QAT: https://qat.redports.org/buildarchive/r341342/ Log: Support stage Remove directories not in the mtree Modernize LIB_DEPENDS Modified: head/devel/libzvbi/Makefile head/devel/libzvbi/pkg-plist Modified: head/devel/libzvbi/Makefile ============================================================================== --- head/devel/libzvbi/Makefile Mon Jan 27 08:41:45 2014 (r341341) +++ head/devel/libzvbi/Makefile Mon Jan 27 08:48:34 2014 (r341342) @@ -10,19 +10,17 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERS MAINTAINER= oliver@FreeBSD.org COMMENT= Routines to access raw VBI capture devices -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ - unicode.0:${PORTSDIR}/devel/libunicode +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ + libunicode.so:${PORTSDIR}/devel/libunicode USES= gettext pathfix pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= zvbi-ntsc-cc.1 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L/usr/lib" CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|#cpu (\([^)]*\))|defined(__\1__)|g' \ ${WRKSRC}/src/misc.h \ Modified: head/devel/libzvbi/pkg-plist ============================================================================== --- head/devel/libzvbi/pkg-plist Mon Jan 27 08:41:45 2014 (r341341) +++ head/devel/libzvbi/pkg-plist Mon Jan 27 08:48:34 2014 (r341342) @@ -5,6 +5,7 @@ lib/libzvbi.la lib/libzvbi.so lib/libzvbi.so.13 libdata/pkgconfig/zvbi-0.2.pc +man/man1/zvbi-ntsc-cc.1.gz share/locale/de/LC_MESSAGES/zvbi.mo share/locale/en@boldquot/LC_MESSAGES/zvbi.mo share/locale/en@quot/LC_MESSAGES/zvbi.mo @@ -13,3 +14,7 @@ share/locale/fr/LC_MESSAGES/zvbi.mo share/locale/it/LC_MESSAGES/zvbi.mo share/locale/nl/LC_MESSAGES/zvbi.mo share/locale/pl/LC_MESSAGES/zvbi.mo +@dirrmtry share/locale/en@quot/LC_MESSAGES +@dirrmtry share/locale/en@quot +@dirrmtry share/locale/en@boldquot/LC_MESSAGES +@dirrmtry share/locale/en@boldquot