Bug 177551 - graphics/xmfract: Fix build
Summary: graphics/xmfract: Fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-01 19:40 UTC by tkato432
Modified: 2013-04-30 03:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.25 KB, patch)
2013-04-01 19:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-04-01 19:40:00 UTC
- Fix build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-01 19:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-04-30 03:33:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-30 03:34:06 UTC
Author: miwi
Date: Tue Apr 30 02:33:53 2013
New Revision: 316869
URL: http://svnweb.freebsd.org/changeset/ports/316869

Log:
  - Fix build
  
  PR:		177551
  Submitted by:	Ports Fury

Modified:
  head/graphics/xmfract/Makefile   (contents, props changed)

Modified: head/graphics/xmfract/Makefile
==============================================================================
--- head/graphics/xmfract/Makefile	Tue Apr 30 02:24:08 2013	(r316868)
+++ head/graphics/xmfract/Makefile	Tue Apr 30 02:33:53 2013	(r316869)
@@ -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$
-#
 
 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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"