From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 5 18:10:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA270363 for ; Wed, 5 Dec 2012 18:10:06 +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 A28948FC15 for ; Wed, 5 Dec 2012 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB5IA6GX033545 for ; Wed, 5 Dec 2012 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB5IA6SN033544; Wed, 5 Dec 2012 18:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 5 Dec 2012 18:10:06 GMT Resent-Message-Id: <201212051810.qB5IA6SN033544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A97EF233 for ; Wed, 5 Dec 2012 18:02:35 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 78DA88FC1B for ; Wed, 5 Dec 2012 18:02:35 +0000 (UTC) Received: from localhost.localdomain (ZT034046.ppp.dion.ne.jp [59.128.34.46]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 0483850036 for ; Thu, 6 Dec 2012 03:02:33 +0900 (JST) Message-Id: <20121206023241.ead4c4f90f5ae67777cfa647@yahoo.com> Date: Thu, 6 Dec 2012 02:32:41 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174177: math/grace: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 18:10:06 -0000 >Number: 174177 >Category: ports >Synopsis: math/grace: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 05 18:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Fix LIB_DEPENDS - Add option for XmHTML support >How-To-Repeat: >Fix: diff -urN /usr/ports/math/grace/Makefile math/grace/Makefile --- /usr/ports/math/grace/Makefile 2012-11-12 23:52:00.000000000 +0900 +++ math/grace/Makefile 2012-12-03 23:53:57.000000000 +0900 @@ -5,11 +5,10 @@ PORTVERSION= 5.1.23 PORTREVISION= 1 CATEGORIES= math print -# -MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ - ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ - ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ + ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ \ + ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ MAINTAINER= ports@FreeBSD.org COMMENT= Powerful 2D plotting tool (successor of xmgr) @@ -19,10 +18,14 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - Xbae:${PORTSDIR}/x11-toolkits/xbae \ - XmHTML:${PORTSDIR}/x11-toolkits/xmhtml + Xbae:${PORTSDIR}/x11-toolkits/xbae RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +OPTIONS_DEFINE= FFTW NETCDF PDF XMHTML DOCS EXAMPLES +OPTIONS_DEFAULT=FFTW NETCDF PDF XMHTML +PDF_DESC= PDF output +XMHTML_DESC= Use XmHTML widget for on-line help + USE_MOTIF= yes USE_GCC= any USE_GMAKE= yes @@ -39,10 +42,6 @@ MLINKS= grace.1 gracebat.1 \ grace.1 xmgrace.1 -OPTIONS_DEFINE= FFTW NETCDF PDF DOCS EXAMPLES -OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -PDF_DESC= PDF output - .include .if ${PORT_OPTIONS:MFFTW} @@ -66,6 +65,13 @@ CONFIGURE_ARGS+= --disable-pdfdrv .endif +.if ${PORT_OPTIONS:MXMHTML} +LIB_DEPENDS+= XmHTML:${PORTSDIR}/x11-toolkits/xmhtml +CONFIGURE_ARGS+= --enable-xmhtml +.else +CONFIGURE_ARGS+= --disable-xmhtml +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xmgrace ${PREFIX}/bin @${LN} -sf xmgrace ${PREFIX}/bin/grace >Release-Note: >Audit-Trail: >Unformatted: