From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 1 18:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66687621 for ; Mon, 1 Apr 2013 18:40: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 36DE68E5 for ; Mon, 1 Apr 2013 18:40: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 r31Ie1ws029601 for ; Mon, 1 Apr 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r31Ie1dc029600; Mon, 1 Apr 2013 18:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 1 Apr 2013 18:40:01 GMT Resent-Message-Id: <201304011840.r31Ie1dc029600@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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EF04FCE1 for ; Mon, 1 Apr 2013 18:30:33 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id C7694809 for ; Mon, 1 Apr 2013 18:30:33 +0000 (UTC) Received: from localhost.localdomain (ZT034105.ppp.dion.ne.jp [59.128.34.105]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 0E52C34034 for ; Tue, 2 Apr 2013 03:30:31 +0900 (JST) Message-Id: <20130402032124.533dbf8309715606d09716d2@yahoo.com> Date: Tue, 2 Apr 2013 03:21:24 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/177551: graphics/xmfract: Fix build 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: Mon, 01 Apr 2013 18:40:01 -0000 >Number: 177551 >Category: ports >Synopsis: graphics/xmfract: Fix build >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: Mon Apr 01 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Fix build >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xmfract/Makefile graphics/xmfract/Makefile --- /usr/ports/graphics/xmfract/Makefile 2012-11-08 09:33:14.000000000 +0900 +++ graphics/xmfract/Makefile 2013-03-31 01:39:16.000000000 +0900 @@ -1,33 +1,29 @@ -# New ports collection makefile for: xmfract -# Date created: Thu Aug 1 09:10:22 CDT 1996 -# Whom: erich@FreeBSD.org -# +# Created by: erich@FreeBSD.org # $FreeBSD: head/graphics/xmfract/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= xmfract PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= graphics +MASTER_SITES= XCONTRIB/graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The dos based 'fractint' with an X/Motif front end +LICENSE= GPLv2 + USE_MOTIF= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-editres \ +USE_AUTOTOOLS= aclocal autoconf +ACLOCAL_ARGS= # none +CONFIGURE_ARGS= --with-editres \ --with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib" +MAKE_JOBS_SAFE= yes .include .if ${ARCH} != "i386" -USE_GCC=4.2+ IGNORE= fails to run with: XCreateImage failed -.else -BROKEN= does not build .endif .include >Release-Note: >Audit-Trail: >Unformatted: