From owner-svn-ports-head@freebsd.org Sat Aug 22 15:51:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D7B09BF18D; Sat, 22 Aug 2015 15:51:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.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 7F1BC1285; Sat, 22 Aug 2015 15:51:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7MFpfJS075362; Sat, 22 Aug 2015 15:51:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7MFpfh3075361; Sat, 22 Aug 2015 15:51:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201508221551.t7MFpfh3075361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 22 Aug 2015 15:51:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395040 - head/graphics/togl 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.20 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: Sat, 22 Aug 2015 15:51:41 -0000 Author: marino Date: Sat Aug 22 15:51:40 2015 New Revision: 395040 URL: https://svnweb.freebsd.org/changeset/ports/395040 Log: graphics/togl: Alter configure to allow building on DragonFly This change to the unmaintained port has been in dports for a few months now, so I'm moving the fix over to ports. While here, do some minor fixes to compound commands. Modified: head/graphics/togl/Makefile Modified: head/graphics/togl/Makefile ============================================================================== --- head/graphics/togl/Makefile Sat Aug 22 15:43:04 2015 (r395039) +++ head/graphics/togl/Makefile Sat Aug 22 15:51:40 2015 (r395040) @@ -36,6 +36,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|wish |${WISH:T} |' ${WRKSRC}/*.tcl + @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/g' \ + ${WRKSRC}/configure do-install: @${MKDIR} ${STAGEDIR}${TOGL_INSTDIR}