Date: Thu, 25 Jun 2009 06:43:29 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/linux-openmotif Makefile Message-ID: <200906250643.n5P6hTxr041146@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bsam 2009-06-25 06:43:29 UTC FreeBSD ports repository Modified files: x11-toolkits/linux-openmotif Makefile Log: Fix building at the ports cluster. The error was introduced by a tinderbox bug which should be fixed soon: tinderbox inherits BUILD_DEPENDS from EXTRACT_DEPENDS. Here is the difference at pointyhat and tinderbox logs: ----- EXTRACT_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.tbz popt-1.14.tbz rpm-3.0.6_14.tbz BUILD_DEPENDS= ----- EXTRACT_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz BUILD_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz ----- No PORTREVISION bump is needed. Revision Changes Path 1.19 +2 -0 ports/x11-toolkits/linux-openmotif/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906250643.n5P6hTxr041146>