From owner-svn-ports-all@FreeBSD.ORG Thu Dec 25 14:39:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1876F89D; Thu, 25 Dec 2014 14:39:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04AE264C57; Thu, 25 Dec 2014 14:39:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPEd3CH043167; Thu, 25 Dec 2014 14:39:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPEd3t0043166; Thu, 25 Dec 2014 14:39:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412251439.sBPEd3t0043166@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Dec 2014 14:39:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375571 - head/misc/magicpoint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 14:39:04 -0000 Author: bapt Date: Thu Dec 25 14:39:02 2014 New Revision: 375571 URL: https://svnweb.freebsd.org/changeset/ports/375571 QAT: https://qat.redports.org/buildarchive/r375571/ Log: Remove non default option on imlib Modified: head/misc/magicpoint/Makefile Modified: head/misc/magicpoint/Makefile ============================================================================== --- head/misc/magicpoint/Makefile Thu Dec 25 14:38:09 2014 (r375570) +++ head/misc/magicpoint/Makefile Thu Dec 25 14:39:02 2014 (r375571) @@ -42,7 +42,7 @@ EMACS_LISPS_MGP=COPYING README mgp.el mg SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl -OPTIONS_DEFINE= FREETYPE XFT GIF IMLIB DOCS +OPTIONS_DEFINE= FREETYPE XFT GIF DOCS OPTIONS_DEFAULT=FREETYPE XFT GIF NO_OPTIONS_SORT=yes @@ -55,8 +55,6 @@ XFT_CONFIGURE_ON= --enable-freetype-char GIF_CONFIGURE_ENABLE= gif GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib GIF_CPPFLAGS= -I${LOCALBASE}/include -IMLIB_USE= GNOME=imlib -IMLIB_CONFIGURE_ENABLE= imlib .include