Date: Thu, 3 Jan 2013 17:02:01 -0800 From: Jason Helfman <jgh@FreeBSD.org> To: Glen Barber <gjb@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r309910 - head/textproc/docproj Message-ID: <CAMuy=%2BiD9Rfj1LfUM2EO=Ev4pyDXYVdfwNh6g%2BdGXAdiq3g00g@mail.gmail.com> In-Reply-To: <201301040042.r040g3cj017454@svn.freebsd.org> References: <201301040042.r040g3cj017454@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 3, 2013 at 4:42 PM, Glen Barber <gjb@freebsd.org> wrote: > Author: gjb > Date: Fri Jan 4 00:42:03 2013 > New Revision: 309910 > URL: http://svnweb.freebsd.org/changeset/ports/309910 > > Log: > Revert previous commit. The more correct solution to this port > is to convert to the new options framework. > > Submitted by: doceng (hrs) > Approved by: doceng (implicit), eadler (mentor, implicit) > > Modified: > head/textproc/docproj/Makefile > > Modified: head/textproc/docproj/Makefile > > ============================================================================== > --- head/textproc/docproj/Makefile Thu Jan 3 23:37:11 2013 > (r309909) > +++ head/textproc/docproj/Makefile Fri Jan 4 00:42:03 2013 > (r309910) > @@ -53,7 +53,7 @@ RUN_DEPENDS+= jade:${PORTSDIR}/textproc/ > .if defined(JADETEX) > WITH_JADETEX= ${JADETEX} > .endif > -WITH_JADETEX?= no > +WITH_JADETEX?= > > .if defined(PACKAGE_BUILDING) > WITH_JADETEX= yes > > Not sure why this was reverted. If this is built as a package on pointyhat, it would've remained WITH_JADETEX=yes per PACKAGE_BUILDING. That is, if I am understanding the discussion correctly. -jgh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMuy=%2BiD9Rfj1LfUM2EO=Ev4pyDXYVdfwNh6g%2BdGXAdiq3g00g>