ports/177551: graphics/xmfract: Fix build

KATO Tsuguru tkato432 at yahoo.com
Mon Apr 1 18:40:01 UTC 2013


>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 at FreeBSD.org
-#
+# Created by: erich at 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 at 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:


More information about the freebsd-ports-bugs mailing list