Index: head/graphics/argyllcms/Makefile =================================================================== --- head/graphics/argyllcms/Makefile (revision 440674) +++ head/graphics/argyllcms/Makefile (revision 440675) @@ -1,41 +1,39 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= argyllcms PORTVERSION= 1.9.2 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.argyllcms.com/ DISTNAME= Argyll_V${PORTVERSION}_src MAINTAINER= kwm@FreeBSD.org COMMENT= ICC compatible color management system LICENSE= AGPLv3 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng16.so:graphics/png WRKSRC= ${WRKDIR}/Argyll_V${PORTVERSION} USES= compiler:c11 cpe jpeg ssl zip USE_XORG= x11 xau xdmcp xext xinerama xrandr xscrnsaver xxf86vm post-patch: @${REINPLACE_CMD} 's:711:755:g' ${WRKSRC}/Jambase do-build: @cd ${WRKSRC} && ${MAKE_ENV} jam -q -fJambase -j${MAKE_JOBS_NUMBER} do-install: @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} PREFIX=${PREFIX} \ REFSUBDIR=share/argyll/ref \ jam -q -fJambase -j${MAKE_JOBS_NUMBER} install @${MV} ${STAGEDIR}${PREFIX}/bin/License.txt \ ${STAGEDIR}${PREFIX}/share/argyll/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/graphics/argyllcms/files/patch-Jambase =================================================================== --- head/graphics/argyllcms/files/patch-Jambase (nonexistent) +++ head/graphics/argyllcms/files/patch-Jambase (revision 440675) @@ -0,0 +1,15 @@ +--- Jambase.bak 2016-09-28 02:58:53.000000000 +0000 ++++ Jambase 2017-05-11 19:43:36.780841000 +0000 +@@ -999,7 +999,11 @@ + # General defaults; a lot like UNIX + # + +- AR ?= ar rusc ; ++ if ! $(AR) { ++ AR = ar rusc ; ++ } else { ++ AR += rusc ; ++ } + AS ?= as ; + ASFLAGS ?= ; + AWK ?= awk ; Property changes on: head/graphics/argyllcms/files/patch-Jambase ___________________________________________________________________ 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 Index: head/graphics/argyllcms/files/patch-ccast_axTLS_os__int.h =================================================================== --- head/graphics/argyllcms/files/patch-ccast_axTLS_os__int.h (nonexistent) +++ head/graphics/argyllcms/files/patch-ccast_axTLS_os__int.h (revision 440675) @@ -0,0 +1,11 @@ +--- ./ccast/axTLS/os_int.h.orig ++++ ./ccast/axTLS/os_int.h +@@ -34,6 +34,7 @@ + #if (__STDC_VERSION__ >= 199901L) /* C99 */ \ + || defined(_STDINT_H_) || defined(_STDINT_H) \ + || defined(_SYS_TYPES_H) \ ++ || defined(__powerpc64__) || defined(POWERPC64) \ + || (defined(__APPLE__) && defined(__POWERPC__)) + + #include + Property changes on: head/graphics/argyllcms/files/patch-ccast_axTLS_os__int.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