[Darwinfiles-cvs] packagetree/dev-libs/expat expat-1.95.3.ebuild,1.1,1.2 expat-1.95.4.ebuild,1.1,1.2
Status: Alpha
Brought to you by:
jimmacr
From: <ji...@us...> - 2002-09-08 03:47:21
|
Update of /cvsroot/darwinfiles/packagetree/dev-libs/expat In directory usw-pr-cvs1:/tmp/cvs-serv10731 Modified Files: expat-1.95.3.ebuild expat-1.95.4.ebuild Log Message: Updated for darwin Index: expat-1.95.3.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/dev-libs/expat/expat-1.95.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** expat-1.95.3.ebuild 8 Sep 2002 03:24:54 -0000 1.1 --- expat-1.95.3.ebuild 8 Sep 2002 03:47:17 -0000 1.2 *************** *** 8,18 **** HOMEPAGE="http://expat.sourceforge.net" ! DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" ! KEYWORDS="x86 sparc sparc64" src_compile() { ./configure --prefix=/usr || die --- 8,19 ---- HOMEPAGE="http://expat.sourceforge.net" ! DEPEND="" SLOT="0" LICENSE="as-is" ! KEYWORDS="ppc" src_compile() { + patch -p1 < ${FILESDIR}/expat-1.95.3.patch || die ./configure --prefix=/usr || die Index: expat-1.95.4.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/dev-libs/expat/expat-1.95.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** expat-1.95.4.ebuild 8 Sep 2002 03:24:54 -0000 1.1 --- expat-1.95.4.ebuild 8 Sep 2002 03:47:17 -0000 1.2 *************** *** 8,17 **** HOMEPAGE="http://expat.sourceforge.net" ! DEPEND="virtual/glibc" RDEPEND="${DEPEND}" SLOT="0" LICENSE="as-is" ! KEYWORDS="x86 ppc sparc sparc64" src_compile() { --- 8,17 ---- HOMEPAGE="http://expat.sourceforge.net" ! DEPEND="" RDEPEND="${DEPEND}" SLOT="0" LICENSE="as-is" ! KEYWORDS="ppc" src_compile() { |