Date: Tue, 19 Mar 2002 05:20:05 -0800 (PST) From: Ollivier Robert <roberto@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/apr-devel Makefile pkg-install pkg-plist Message-ID: <200203191320.g2JDK5R87982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <rooneg@electricjellyfish.net> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203191320.g2JDK5R87982>