Date: Tue, 2 Apr 2013 03:21:24 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/177551: graphics/xmfract: Fix build Message-ID: <20130402032124.533dbf8309715606d09716d2@yahoo.com> Resent-Message-ID: <201304011840.r31Ie1dc029600@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .if ${ARCH} != "i386" -USE_GCC=4.2+ IGNORE= fails to run with: XCreateImage failed -.else -BROKEN= does not build .endif .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130402032124.533dbf8309715606d09716d2>