From owner-cvs-all Tue Mar 19 5:20:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45A3D37B416; Tue, 19 Mar 2002 05:20:05 -0800 (PST) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2JDK5R87982; Tue, 19 Mar 2002 05:20:05 -0800 (PST) (envelope-from roberto) Message-Id: <200203191320.g2JDK5R87982@freefall.freebsd.org> From: Ollivier Robert Date: Tue, 19 Mar 2002 05:20:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/apr-devel Makefile pkg-install pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roberto 2002/03/19 05:20:05 PST Modified files: devel/apr-devel Makefile pkg-install pkg-plist Log: autoconf 2.53 appears to change the way variables are substituted, which breaks the install target of apr's makefile. this patch works around the problem. it's not entirely correct (it breaks some other parts of the makefile), but at least it makes the port work again. this also corrects an instance of 'apr-snapshot' (a previous name of the port) that we missed when this was first committed, and adds 2 files to the pkg-plist that i missed before. PR: ports/36068 Submitted by: Garrett Rooney (MAINTAINER) Revision Changes Path 1.2 +1 -1 ports/devel/apr-devel/Makefile 1.2 +0 -0 ports/devel/apr-devel/pkg-install 1.2 +2 -0 ports/devel/apr-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message