From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 09:06:20 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 9F0199A5; Wed, 11 Jun 2014 09:06:20 +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 71F962D8F; Wed, 11 Jun 2014 09:06:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5B96KJT049519; Wed, 11 Jun 2014 09:06:20 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5B96KkS049517; Wed, 11 Jun 2014 09:06:20 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406110906.s5B96KkS049517@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 11 Jun 2014 09:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357435 - head/textproc/libtranslate 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: Wed, 11 Jun 2014 09:06:20 -0000 Author: vanilla Date: Wed Jun 11 09:06:19 2014 New Revision: 357435 URL: http://svnweb.freebsd.org/changeset/ports/357435 QAT: https://qat.redports.org/buildarchive/r357435/ Log: 1: Stagify. 2: new format of LIB_DEPENDS Modified: head/textproc/libtranslate/Makefile head/textproc/libtranslate/pkg-plist Modified: head/textproc/libtranslate/Makefile ============================================================================== --- head/textproc/libtranslate/Makefile Wed Jun 11 09:03:20 2014 (r357434) +++ head/textproc/libtranslate/Makefile Wed Jun 11 09:06:19 2014 (r357435) @@ -30,9 +30,6 @@ OPTIONS_DEFAULT= GENERIC TALKFILTERS GENERIC_DESC= generic module TALKFILTERS_DESC= talkfilters module -MAN1= translate.1 - -NO_STAGE= yes post-patch:: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ -e 's|libsoup-2.2|libsoup-2.4|g' ${WRKSRC}/configure @@ -42,8 +39,7 @@ post-patch:: .if ${PORT_OPTIONS:MGENERIC} PLIST_SUB+= GENERIC="" USE_GNOME+= libxml2 -LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup -MAN5+= services.xml.5 +LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup CPPFLAGS+= -DHAVE_LIBSOUP24 DISTFILES+= libtranslate-0.99-libsoup24.diff EXTRACT_ONLY= ${DISTFILES:M*tar.*} @@ -59,7 +55,7 @@ PLIST_SUB+= GENERIC="@comment " .if ${PORT_OPTIONS:MTALKFILTERS} PLIST_SUB+= TALKFILTERS="" -LIB_DEPENDS+= talkfilters:${PORTSDIR}/misc/talkfilters +LIB_DEPENDS+= libtalkfilters.so:${PORTSDIR}/misc/talkfilters .else CONFIGURE_ARGS+= --disable-talkfilters PLIST_SUB+= TALKFILTERS="@comment " Modified: head/textproc/libtranslate/pkg-plist ============================================================================== --- head/textproc/libtranslate/pkg-plist Wed Jun 11 09:03:20 2014 (r357434) +++ head/textproc/libtranslate/pkg-plist Wed Jun 11 09:06:19 2014 (r357435) @@ -11,6 +11,8 @@ lib/libtranslate.so.0 %%GENERIC%%lib/libtranslate/modules/generic.so %%TALKFILTERS%%lib/libtranslate/modules/talkfilters.so libdata/pkgconfig/libtranslate.pc +man/man1/translate.1.gz +%%GENERIC%%man/man5/services.xml.5.gz share/doc/libtranslate/TranslatePair.html share/doc/libtranslate/TranslateService.html share/doc/libtranslate/TranslateSession.html @@ -32,8 +34,8 @@ share/doc/libtranslate/rfc3066-builtin.h share/doc/libtranslate/right.png share/doc/libtranslate/tutorials.html share/doc/libtranslate/up.png -share/libtranslate/services.dtd -share/libtranslate/services.xml +%%GENERIC%%share/libtranslate/services.dtd +%%GENERIC%%share/libtranslate/services.xml share/locale/fr/LC_MESSAGES/libtranslate.mo @dirrm include/libtranslate @dirrm lib/libtranslate/modules