Date: Tue, 21 Feb 2006 11:01:59 +0000 (UTC) From: Dejan Lesjak <lesi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/compat4x Makefile pkg-plist.freebsd5 Message-ID: <200602211102.k1LB20UX013921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lesi 2006-02-21 11:01:59 UTC
FreeBSD ports repository
Modified files:
misc/compat4x Makefile pkg-plist.freebsd5
Log:
Avoid clobbering ${ARCH} variable for amd64 which resulted in this port
being unfechable as a dependency of another port. Introduce instead
COMPAT4X_ARCH which is the same as ARCH except on amd64 where it is "i386"
and replace relevant occurances of ARCH with it.
This also unbreaks ".if ${ARCH} == amd64" comparison that comes after ARCH
was modified to "i386" before.
While here, avoid installing ldconfig/compat4x for amd64 which only needs
ldconfig32/compat4x.
Unfetchability hinted at by: pointyhat via kris
Revision Changes Path
1.31 +15 -12 ports/misc/compat4x/Makefile
1.8 +1 -1 ports/misc/compat4x/pkg-plist.freebsd5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602211102.k1LB20UX013921>
