Index: head/graphics/xfractint/Makefile =================================================================== --- head/graphics/xfractint/Makefile (revision 378358) +++ head/graphics/xfractint/Makefile (revision 378359) @@ -1,37 +1,31 @@ # Created by: cacho@mexicano.gdl.iteso.mx # $FreeBSD$ PORTNAME= xfractint PORTVERSION= 20.04p12 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.fractint.org/ftp/current/linux/ \ http://twegner.dyndns.org/fractint/ftp/current/linux/ MAINTAINER= onemda@gmail.com COMMENT= The Unix port of fractint USES= gmake USE_XORG= x11 xft ALL_TARGET= ${PORTNAME} DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false" -.include - -.if ${OSVERSION} < 800000 -EXTRA_PATCHES+= ${FILESDIR}/extra-unix__fpu087.c -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${STAGEDIR}${PREFIX}/man/man1/${MAN1} @${MKDIR} ${STAGEDIR}${DATADIR} @${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${STAGEDIR}${DATADIR} @${INSTALL_DATA} ${WRKSRC}/sstools.ini ${STAGEDIR}${DATADIR} .for dir in formulas ifs lsystem maps pars @cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR} .endfor -.include +.include Index: head/graphics/xfractint/files/extra-unix__fpu087.c =================================================================== --- head/graphics/xfractint/files/extra-unix__fpu087.c (revision 378358) +++ head/graphics/xfractint/files/extra-unix__fpu087.c (nonexistent) @@ -1,20 +0,0 @@ ---- unix/fpu087.c.orig 2012-03-24 17:16:18.000000000 +0100 -+++ unix/fpu087.c 2012-03-24 17:17:15.000000000 +0100 -@@ -31,7 +31,7 @@ - if (isnan(*x) || isnan(*y) || isinf(*x) || isinf(*y)) - *atan = 1.0; - else -- *atan = (double)atan2l(*y,*x); -+ *atan = (double)atan2f((float)*y,(float)*x); - } - - void FPUcplxmul(_CMPLX *x, _CMPLX *y, _CMPLX *z) -@@ -112,7 +112,7 @@ - if (isnan(xx) || isnan(xy) || isinf(xx) || isinf(xy)) - z->y = 1.0; - else -- z->y = (double)atan2l(xy,xx); -+ z->y = (double)atan2f((float)xy,(float)xx); - } - - void FPUcplxexp387(_CMPLX *x, _CMPLX *z) Property changes on: head/graphics/xfractint/files/extra-unix__fpu087.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property