From owner-cvs-ports@FreeBSD.ORG Thu Jul 10 23:38:10 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782AD37B401; Thu, 10 Jul 2003 23:38:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8BAD43FD7; Thu, 10 Jul 2003 23:38:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6B6c90U099907; Thu, 10 Jul 2003 23:38:09 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6B6c9k2099906; Thu, 10 Jul 2003 23:38:09 -0700 (PDT) Message-Id: <200307110638.h6B6c9k2099906@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 10 Jul 2003 23:38:09 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libgtkeditor Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 06:38:11 -0000 kris 2003/07/10 23:38:09 PDT FreeBSD ports repository Modified files: x11-toolkits/libgtkeditor Makefile Log: The port distfile contains bogus config.sub and config.guess symlinks pointing to /usr where those files presumably live on the author's machine. The port pre-configure target repointed them at copies installed by the automake port, but we want to make sure to use the master version from ${PORTSDIR}/Templates/ instead. Remove the symlinks in pre-configure and touch config.sub so it is replaced with the master script by the code in bsd.port.mk. Revision Changes Path 1.10 +3 -1 ports/x11-toolkits/libgtkeditor/Makefile