From owner-svn-ports-all@FreeBSD.ORG Sat Sep 13 21:16:32 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 2081A7EB; Sat, 13 Sep 2014 21:16:32 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B8C1AE9; Sat, 13 Sep 2014 21:16:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DLGVdH055946; Sat, 13 Sep 2014 21:16:31 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DLGVI8055945; Sat, 13 Sep 2014 21:16:31 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409132116.s8DLGVI8055945@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 13 Sep 2014 21:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368141 - head/graphics/cal3d-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sat, 13 Sep 2014 21:16:32 -0000 Author: tijl Date: Sat Sep 13 21:16:31 2014 New Revision: 368141 URL: http://svnweb.freebsd.org/changeset/ports/368141 QAT: https://qat.redports.org/buildarchive/r368141/ Log: - Convert to USES=pathfix - Fix USE_AUTOTOOLS Modified: head/graphics/cal3d-devel/Makefile Modified: head/graphics/cal3d-devel/Makefile ============================================================================== --- head/graphics/cal3d-devel/Makefile Sat Sep 13 21:15:13 2014 (r368140) +++ head/graphics/cal3d-devel/Makefile Sat Sep 13 21:16:31 2014 (r368141) @@ -3,7 +3,7 @@ PORTNAME= cal3d PORTVERSION= 20060720 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= acm/${PORTNAME} @@ -15,28 +15,18 @@ COMMENT= Skeletal based 3D character ani CONFLICTS= cal3d-[0-9]* -USES= pkgconfig libtool tar:bzip2 +USES= libtool pathfix pkgconfig tar:bzip2 +PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes -USE_AUTOTOOLS= automake autoheader libtoolize +USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake AUTOMAKE_ARGS= --add-missing +INSTALL_TARGET= install-strip post-patch: - @${REINPLACE_CMD} \ - -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/src/cal3d/buffersource.h \ ${WRKSRC}/src/cal3d/loader.h \ ${WRKSRC}/src/cal3d/streamsource.h @${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am -pre-configure: - cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal - cd ${WRKSRC} && ${AUTOHEADER} - cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force - -# XXX: handle slight differences between 6.x and 5.x/4.x -post-install: - @${RM} -f ${STAGEDIR}${PREFIX}/lib/libcal3d.a - .include