Index: head/math/amath/Makefile =================================================================== --- head/math/amath/Makefile (revision 509721) +++ head/math/amath/Makefile (revision 509722) @@ -1,54 +1,51 @@ # $FreeBSD$ PORTNAME= amath PORTVERSION= 1.8.5 CATEGORIES= math MASTER_SITES= http://dist1.innolan.net/ \ http://dist2.innolan.net/ \ https://amath.innolan.net/ MAINTAINER= cs@innolan.net COMMENT= Simple command line calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe -NOT_FOR_ARCHS_REASON= Must define endianness - USES= gmake USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --pkgconfig=libdata/pkgconfig \ --mandir=man LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= CC=${CC} CXX=${CXX} OPTIONS_DEFINE= TESTS OPTIONS_DEFAULT=APPLIBM OPTIONS_RADIO= LIBM OPTIONS_RADIO_LIBM= APPLIBM OPENLIBM SYSLIBM OPTIONS_SUB= yes APPLIBM_DESC= Build and install application libraries LIBM_DESC= Math libraries OPENLIBM_DESC= Build with OpenLibm SYSLIBM_DESC= System (-lm) TESTS_DESC= Build with regression tests OPENLIBM_CONFIGURE_WITH= openlibm OPENLIBM_LIB_DEPENDS= libopenlibm.so:math/openlibm SYSLIBM_CONFIGURE_WITH= libm TESTS_CONFIGURE_ENABLE= test TEST_TARGET= test post-install-APPLIBM-on: ${LN} -sf libamathapp.so ${STAGEDIR}${PREFIX}/lib/amath/libamathapp.so.1 ${LN} -sf libamathcplex.so ${STAGEDIR}${PREFIX}/lib/amath/libamathcplex.so.1 ${LN} -sf libamathc.so ${STAGEDIR}${PREFIX}/lib/amath/libamathc.so.1 ${LN} -sf libamath.so ${STAGEDIR}${PREFIX}/lib/amath/libamath.so.1 do-install-APPLIBM-off: ${INSTALL_PROGRAM} ${WRKSRC}/amath ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/amath.1 ${STAGEDIR}${PREFIX}/man/man1/ .include Index: head/math/amath/files/patch-src_real_prim.h =================================================================== --- head/math/amath/files/patch-src_real_prim.h (nonexistent) +++ head/math/amath/files/patch-src_real_prim.h (revision 509722) @@ -0,0 +1,11 @@ +--- src/real/prim.h.orig 2019-07-18 20:14:48 UTC ++++ src/real/prim.h +@@ -106,7 +106,7 @@ int __kernel_rem_pio2(double* x, double* y, int e0, in + /* Detect other BE CPUs */ + #if !defined(__IEEE_LITTLE_ENDIAN) && !defined(__IEEE_BIG_ENDIAN) + #if defined(PPCCPU) || defined(__PPC__) || \ +- defined(__powerpc__) || defined(__powerpc64__) \ ++ defined(__powerpc__) || defined(__powerpc64__) || \ + defined(__mips__) || defined(__mips) + #define __IEEE_BIG_ENDIAN + #endif Property changes on: head/math/amath/files/patch-src_real_prim.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property