From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 29 20:20:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 76E4B25F for ; Fri, 29 Mar 2013 20:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 69C0293C for ; Fri, 29 Mar 2013 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TKK1pA031953 for ; Fri, 29 Mar 2013 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2TKK1dv031952; Fri, 29 Mar 2013 20:20:01 GMT (envelope-from gnats) Date: Fri, 29 Mar 2013 20:20:01 GMT Message-Id: <201303292020.r2TKK1dv031952@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/177480: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 20:20:01 -0000 The following reply was made to PR ports/177480; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177480: commit references a PR Date: Fri, 29 Mar 2013 20:12:25 +0000 (UTC) Author: kwm Date: Fri Mar 29 20:12:12 2013 New Revision: 315569 URL: http://svnweb.freebsd.org/changeset/ports/315569 Log: Fix options evaluation that got mixed up in the OptionsNG converstion. PR: ports/177480 Submitted by: scf@ Pointyhat for: kwm Modified: head/textproc/libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Fri Mar 29 19:55:58 2013 (r315568) +++ head/textproc/libxml2/Makefile Fri Mar 29 20:12:12 2013 (r315569) @@ -1,13 +1,10 @@ -# New ports collection makefile for: libxml2 -# Date created: 28 September 1998 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ # $MCom: ports/textproc/libxml2/Makefile,v 1.15 2012/11/26 19:55:23 kwm Exp $ PORTNAME= libxml2 PORTVERSION= 2.8.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ ftp://gd.tuwien.ac.at/pub/libxml/ @@ -47,11 +44,11 @@ THREAD_ALLOC_DESC= Per-thread memory (DE .include -.if ${PORT_OPTIONS:MSCHEMA} +.if ! ${PORT_OPTIONS:MSCHEMA} CONFIGURE_ARGS+= --without-schemas .endif -.if ${PORT_OPTIONS:MTHREADS} +.if ! ${PORT_OPTIONS:MTHREADS} CONFIGURE_ARGS+= --without-threads .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"