Date: Sat, 11 Nov 2006 13:48:17 -0500 From: Kris Kennaway <kris@obsecurity.org> To: Rong-En Fan <rafan@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/chinese/big5width Makefile Message-ID: <20061111184817.GA7300@xor.obsecurity.org> In-Reply-To: <200611111844.kABIiIUY022772@repoman.freebsd.org> References: <200611111844.kABIiIUY022772@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 11, 2006 at 06:44:18PM +0000, Rong-En Fan wrote: > rafan 2006-11-11 18:44:18 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > chinese/big5width Makefile=20 > Log: > - Try to fix build by not modifying base locale file. > =20 > Revision Changes Path > 1.2 +2 -0 ports/chinese/big5width/Makefile > http://cvsweb.FreeBSD.org/ports/chinese/big5width/Makefile.diff?r1=3D1.1&= r2=3D1.2 > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/chinese/big5width/Makefi= le,v > | retrieving revision 1.1 > | retrieving revision 1.2 > | diff -u -p -r1.1 -r1.2 > | --- ports/chinese/big5width/Makefile 2006/11/10 20:13:09 1.1 > | +++ ports/chinese/big5width/Makefile 2006/11/11 18:44:18 1.2 > | @@ -2,7 +2,7 @@ > | # Date created: Sep 20 2006 > | # Whom: Rong-En Fan <rafan@FreeBSD.org> > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/chinese/big5width/Mak= efile,v 1.1 2006/11/10 20:13:09 rafan Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/chinese/big5width/Mak= efile,v 1.2 2006/11/11 18:44:18 rafan Exp $ > | # > | =20 > | PORTNAME=3D big5width > | @@ -48,8 +48,10 @@ do-install: > | ${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${LOCALEDIR}/${LANG} > | ${CP} -p ${BASELOCALEDIR}/${LANG}/LC_CTYPE \ > | ${LOCALEDIR}/${LANG}/LC_CTYPE.old > | +.if !defined(PACKAGE_BUILDING) # don't modify building environment > | ${LN} -sf ${LOCALEDIR}/${LANG}/LC_CTYPE \ > | ${BASELOCALEDIR}/${LANG}/LC_CTYPE > | +.endif I'd prefer not to hack around the issue by just hiding it from view. The package should put things back the way they were when deinstalling, to not leave the user system in a dirty state. Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFVhrxWry0BWjoQKURAn6nAKDzkd/Qt1uO7/wuxwwy4lKsyW7jOgCbBNnu JSCV05NLjKJ2rM1TVIZH8eQ= =8pov -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061111184817.GA7300>