svn commit: r309910 - head/textproc/docproj

Jason Helfman jgh at FreeBSD.org
Fri Jan 4 01:02:09 UTC 2013


On Thu, Jan 3, 2013 at 4:42 PM, Glen Barber <gjb at 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


More information about the svn-ports-all mailing list