Date: Fri, 9 Nov 2012 15:19:03 -0500 From: Adam Weinberger <adamw@adamw.org> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: svn-ports-all@FreeBSD.org, Adam Weinberger <adamw@FreeBSD.org>, svn-ports-branches@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r307242 - branches/RELENG_9_1_0/textproc/bsdgrep Message-ID: <E582D34E-A681-434B-9F36-A1F62F6CE2F6@adamw.org> In-Reply-To: <509D60B8.3060704@FreeBSD.org> References: <201211091635.qA9GZHOP011800@svn.freebsd.org> <509D60B8.3060704@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Yep, you're right. beat has been busy helping me fix it. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org On 2012-11-09, at 14:59, Bryan Drewery <bdrewery@FreeBSD.org> wrote: > I think the mergeinfo was missed on your 3 commits. >=20 > On 11/9/2012 10:35 AM, Adam Weinberger wrote: >> Author: adamw >> Date: Fri Nov 9 16:35:17 2012 >> New Revision: 307242 >> URL: http://svnweb.freebsd.org/changeset/ports/307242 >>=20 >> Log: >> MFH r307206 >>=20 >> - fix NLS support, which was wired backwards >> - actually enable NLS in OPTIONS >> - change LOCALBASE to PREFIX, as it was attempting to create a = directory in >> one, and then install a file into another >> - this fixes package building >>=20 >> Feature safe: yes >> Approved by: portmgr >>=20 >> Modified: >> branches/RELENG_9_1_0/textproc/bsdgrep/Makefile >>=20 >> Modified: branches/RELENG_9_1_0/textproc/bsdgrep/Makefile >> = =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=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- branches/RELENG_9_1_0/textproc/bsdgrep/Makefile Fri Nov 9 = 16:20:15 2012 (r307241) >> +++ branches/RELENG_9_1_0/textproc/bsdgrep/Makefile Fri Nov 9 = 16:35:17 2012 (r307242) >> @@ -7,6 +7,7 @@ >>=20 >> PORTNAME=3D grep >> PORTVERSION=3D 20111002 >> +PORTREVISION=3D 1 >> CATEGORIES=3D textproc >> MASTER_SITES=3D ${MASTER_SITE_LOCAL} >> MASTER_SITE_SUBDIR=3D gabor >> @@ -37,7 +38,7 @@ MAKE_ENV+=3D BINDIR=3D"${PREFIX}/bin" \ >> CATDIR=3D"${MANPREFIX}/man/man" \ >> NLSDIR=3D"${PREFIX}/share/nls" >>=20 >> -OPTIONS_DEFINE=3D GNU_COMPAT >> +OPTIONS_DEFINE=3D GNU_COMPAT NLS >> OPTIONS_DEFAULT=3D GNU_COMPAT >> GNU_COMPAT_DESC=3D Use GNU regex library (recommended) >>=20 >> @@ -47,16 +48,16 @@ CONFLICTS=3D gnugrep-* >>=20 >> .if !(${OSVERSION} >=3D 900012 || (${OSVERSION} < 900000 && = ${OSVERSION} >=3D 800505)) >> LIB_DEPENDS+=3D lzma.5:${PORTSDIR}/archivers/xz >> -CFLAGS+=3D -I${LOCALBASE}/include >> -LDFLAGS+=3D -L${LOCALBASE}/lib >> +CFLAGS+=3D -I${PREFIX}/include >> +LDFLAGS+=3D -L${PREFIX}/lib >> BROKEN=3D overwrites files installed by dependency >> .endif >>=20 >> .if ${PORT_OPTIONS:MNLS} >> +PLIST_SUB+=3D NLS=3D"" >> +.else >> MAKE_ENV+=3D WITHOUT_NLS=3Dyes >> PLIST_SUB+=3D NLS=3D"@comment " >> -.else >> -PLIST_SUB+=3D NLS=3D"" >> .endif >>=20 >> .if !${PORT_OPTIONS:MGNU_COMPAT} >> @@ -65,7 +66,7 @@ MAKE_ENV+=3D WITHOUT_GNU_COMPAT=3Dyes >>=20 >> pre-install: >> .if ${PORT_OPTIONS:MNLS} >> - ${MKDIR} ${LOCALBASE}/share/nls/gl_ES.ISO8859-1 >> + ${MKDIR} ${PREFIX}/share/nls/gl_ES.ISO8859-1 >> .endif >>=20 >> post-install: >>=20 >=20 >=20 > --=20 > Regards, > Bryan Drewery > bdrewery@freenode/EFNet >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E582D34E-A681-434B-9F36-A1F62F6CE2F6>