svn commit: r359626 - head/print/freetype

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 27 23:06:29 UTC 2014


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 at 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


More information about the svn-ports-head mailing list