Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 23:32:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343176 - head/devel/stringencoders
Message-ID:  <201402062332.s16NWUjT088275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
+BROKEN_powerpc=	Does not compile on powerpc
 
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402062332.s16NWUjT088275>