From owner-svn-ports-all@FreeBSD.ORG Fri Aug 29 09:24:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D34DA985; Fri, 29 Aug 2014 09:24:34 +0000 (UTC) Received: from smtpout1.timeweb.ru (smtpout1.timeweb.ru [92.53.117.15]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84FCB1E76; Fri, 29 Aug 2014 09:24:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amdmi3.ru; s=dkim; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=K1sc3fJCqGTAy5HBEmP77LNQ5jrpePl6ZxoakW1aY5Y=; b=S9aELm8gEbhPQNW876PadDKyFq7PINydd7izFYzVeMRJVPUt0dAiStcO05I13nZzHHOnrDJejXhRbxtIyCp9L0IkjTG9V62uuZyziULf7ihOm4A317KxUcef3NRF9FjTd8cAo6HYJujDYSXASTEOkBnMNVfBBipMAUoy4YU3IoM=; Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1XNIQ2-0008Qx-An; Fri, 29 Aug 2014 13:24:30 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id D8935BEA; Fri, 29 Aug 2014 13:24:29 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id B7E273FB8; Fri, 29 Aug 2014 13:24:29 +0400 (MSK) Date: Fri, 29 Aug 2014 13:24:29 +0400 From: Dmitry Marakasov To: Tijl Coosemans Subject: Re: svn commit: r366468 - head/www/tidy-devel Message-ID: <20140829092429.GP55025@hades.panopticon> References: <201408290852.s7T8qj5n022717@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201408290852.s7T8qj5n022717@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Fri, 29 Aug 2014 09:24:35 -0000 * Tijl Coosemans (tijl@FreeBSD.org) wrote: > Log: > Convert to USES=libtool and INSTALL_TARGET=install-strip > > Modified: > head/www/tidy-devel/Makefile > head/www/tidy-devel/pkg-plist You should also fix some dependent ports which have LIB_DEPENDS=libtidy-0.99.so > Modified: head/www/tidy-devel/Makefile > ============================================================================== > --- head/www/tidy-devel/Makefile Fri Aug 29 08:24:19 2014 (r366467) > +++ head/www/tidy-devel/Makefile Fri Aug 29 08:52:45 2014 (r366468) > @@ -3,7 +3,7 @@ > > PORTNAME?= tidy > DISTVERSION= 090315-cvs > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_LOCAL} > #MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \ > @@ -29,9 +29,11 @@ PLIST_SUB= SHLIB="@comment " NSHLIB="" > MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} > CONFLICTS= tidy-20000804* tidy-lib-[0-9]* > .else > -USE_AUTOTOOLS= automake autoconf libtool > +USES+= libtool > +USE_AUTOTOOLS= aclocal automake autoconf libtoolize > AUTOMAKE_ARGS+= -a -c --foreign > USE_LDCONFIG= yes > +INSTALL_TARGET= install-strip > PLIST_SUB= SHLIB="" NSHLIB="@comment " > CONFLICTS= tidy-devel-[0-9]* > .endif > @@ -84,28 +86,10 @@ post-patch: > . endfor > .endif > > -patch-autotools-libtool:: > -.if defined(WITH_SHLIB) > - (cd ${WRKSRC} \ > - && ${LIBTOOLIZE} --force --copy \ > - && ${ACLOCAL} \ > - && ${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' aclocal.m4) > - (cd ${PATCH_WRKSRC}; \ > - for ltf in ${LIBTOOLFILES}; do \ > - ${CP} $$ltf $$ltf.tmp; \ > - ${SED} -e "s^\$$ac_aux_dir/ltconfig^${LTCONFIG}^g" \ > - -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ > - $$ltf.tmp > $$ltf; \ > - done); > -.endif > - > post-install: > .for pgm in ${BIN2STRIP} > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${pgm} > .endfor > -.if defined(WITH_SHLIB) > - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtidy-0.99.so.0 > -.endif > .if ${PORT_OPTIONS:MDOCS} > @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" > ${MKDIR} ${STAGEDIR}${DOCSDIR} > > Modified: head/www/tidy-devel/pkg-plist > ============================================================================== > --- head/www/tidy-devel/pkg-plist Fri Aug 29 08:24:19 2014 (r366467) > +++ head/www/tidy-devel/pkg-plist Fri Aug 29 08:52:45 2014 (r366468) > @@ -5,8 +5,7 @@ include/tidy/platform.h > include/tidy/tidy.h > include/tidy/tidyenum.h > %%SHLIB%%lib/libtidy-0.99.so.0 > -%%SHLIB%%lib/libtidy-0.99.so > -%%SHLIB%%lib/libtidy.la > +%%SHLIB%%lib/libtidy-0.99.so.0.0.0 > %%SHLIB%%lib/libtidy.so > lib/libtidy.a > %%NSHLIB%%man/man1/tidy.1.gz -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru