From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 13:45:59 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 010A278C; Sun, 5 Oct 2014 13:45:58 +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 E2052966; Sun, 5 Oct 2014 13:45:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95DjwbL000540; Sun, 5 Oct 2014 13:45:58 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95Djw3F000539; Sun, 5 Oct 2014 13:45:58 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410051345.s95Djw3F000539@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 13:45:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370068 - in head/graphics/cal3d: . files 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.18-1 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: Sun, 05 Oct 2014 13:45:59 -0000 Author: tijl Date: Sun Oct 5 13:45:58 2014 New Revision: 370068 URL: https://svnweb.freebsd.org/changeset/ports/370068 QAT: https://qat.redports.org/buildarchive/r370068/ Log: Remove patches and patch Makefile.in instead of Makefile.am to avoid USE_AUTOTOOLS Deleted: head/graphics/cal3d/files/ Modified: head/graphics/cal3d/Makefile Modified: head/graphics/cal3d/Makefile ============================================================================== --- head/graphics/cal3d/Makefile Sun Oct 5 13:32:37 2014 (r370067) +++ head/graphics/cal3d/Makefile Sun Oct 5 13:45:58 2014 (r370068) @@ -13,27 +13,15 @@ COMMENT= Skeletal based 3D character ani CONFLICTS= cal3d-devel-[0-9]* -USES= pkgconfig libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake autoheader -AUTOMAKE_ARGS= --add-missing +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes -AUTOTOOLSFILES= aclocal.m4 -# AUTOMAKE_ARGS= --add-missing 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 - @${REINPLACE_CMD} -e 's| tests||' ${WRKSRC}/Makefile.am - -post-configure: - @${FIND} ${WRKSRC} -name Makefile -print | \ - ${XARGS} ${REINPLACE_CMD} -e 's|MKDIR_P|mkdir_p|g' + @${REINPLACE_CMD} '/^SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in .include