From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 23:32:30 2014 Return-Path: Delivered-To: svn-ports-head@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 9B8C3ADA; Thu, 6 Feb 2014 23:32: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85D30128D; Thu, 6 Feb 2014 23:32:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16NWUbS088277; Thu, 6 Feb 2014 23:32:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16NWUjT088275; Thu, 6 Feb 2014 23:32:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402062332.s16NWUjT088275@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 6 Feb 2014 23:32:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343176 - head/devel/stringencoders X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 23:32:30 -0000 Author: bapt Date: Thu Feb 6 23:32:29 2014 New Revision: 343176 URL: http://svnweb.freebsd.org/changeset/ports/343176 QAT: https://qat.redports.org/buildarchive/r343176/ Log: support stage Modified: head/devel/stringencoders/Makefile head/devel/stringencoders/pkg-plist Modified: head/devel/stringencoders/Makefile ============================================================================== --- head/devel/stringencoders/Makefile Thu Feb 6 23:20:03 2014 (r343175) +++ head/devel/stringencoders/Makefile Thu Feb 6 23:32:29 2014 (r343176) @@ -3,6 +3,7 @@ PORTNAME= stringencoders PORTVERSION= 3.10.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -10,16 +11,10 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Collection of high performance c-string transformations -USES= perl5 -HAS_CONFIGURE= yes +USES= perl5 libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -NO_STAGE= yes -.include +BROKEN_powerpc= Does not compile on powerpc -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif - -.include +.include Modified: head/devel/stringencoders/pkg-plist ============================================================================== --- head/devel/stringencoders/pkg-plist Thu Feb 6 23:20:03 2014 (r343175) +++ head/devel/stringencoders/pkg-plist Thu Feb 6 23:32:29 2014 (r343176) @@ -11,3 +11,4 @@ lib/libmodpbase64.a lib/libmodpbase64.la lib/libmodpbase64.so lib/libmodpbase64.so.0 +lib/libmodpbase64.so.0.0.0