Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 23:06:29 +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: r359626 - head/print/freetype
Message-ID:  <201406272306.s5RN6TuJ065068@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 27 23:06:29 2014
New Revision: 359626
URL: http://svnweb.freebsd.org/changeset/ports/359626
QAT: https://qat.redports.org/buildarchive/r359626/

Log:
  Convert to libtool:oldver

Modified:
  head/print/freetype/Makefile

Modified: head/print/freetype/Makefile
==============================================================================
--- head/print/freetype/Makefile	Fri Jun 27 23:03:06 2014	(r359625)
+++ head/print/freetype/Makefile	Fri Jun 27 23:06:29 2014	(r359626)
@@ -15,8 +15,8 @@ MASTER_SITES=	SF \
 MAINTAINER=	doceng@FreeBSD.org
 COMMENT=	A free and portable TrueType font rendering engine
 
-USES=		desthack
-USE_AUTOTOOLS=	libtool
+USES=		desthack libtool:oldver
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-nls --enable-static --enable-shared
 
@@ -25,8 +25,6 @@ PORTSCOUT=	limit:^1\.
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
 		${WRKSRC}/configure
-	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
-		's|LIBTOOL =.*|LIBTOOL = ${LIBTOOL}|'
 
 # Older versions of freetype installed include files in ${PREFIX}/include
 # this is a compatibility hack for now



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