Index: head/graphics/mozjpeg/Makefile =================================================================== --- head/graphics/mozjpeg/Makefile (revision 509935) +++ head/graphics/mozjpeg/Makefile (revision 509936) @@ -1,52 +1,51 @@ # Created by: Horia Racoviceanu # $FreeBSD$ PORTNAME= mozjpeg PORTVERSION= 3.3.1 DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Improved JPEG encoder by Mozilla LICENSE= BSD3CLAUSE BROKEN_mips64= does not configure: error: SIMD support cannot be enabled -BROKEN_powerpc64= does not build: undefined reference to htole32 BROKEN_sparc64= does not configure: error: SIMD support cannot be enabled LIB_DEPENDS= libpng.so:graphics/png OPTIONS_DEFINE= DOCS EXAMPLES SIMD TURBOJPEG OPTIONS_DEFAULT=SIMD TURBOJPEG OPTIONS_SUB= yes SIMD_DESC= Include SIMD extensions TURBOJPEG_DESC= Include the TurboJPEG wrapper library and associated tests CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --includedir=${PREFIX}/include/${PORTNAME} \ --libdir=${PREFIX}/lib/${PORTNAME} \ --program-prefix=${PORTNAME}- \ --with-jpeg8 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USES= autoreconf libtool pkgconfig PORTDOCS= * PORTEXAMPLES= * GH_ACCOUNT= mozilla USE_GITHUB= yes SIMD_BUILD_DEPENDS= yasm:devel/yasm SIMD_CONFIGURE_WITH= simd TURBOJPEG_CONFIGURE_WITH= turbojpeg post-patch: @${REINPLACE_CMD} -e '/pkgconfig/d; /^exampledir = / s| =.*| = ${EXAMPLESDIR}|' ${WRKSRC}/Makefile.am post-install-DOCS-on: cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include Index: head/graphics/mozjpeg/files/patch-md5-md5.c =================================================================== --- head/graphics/mozjpeg/files/patch-md5-md5.c (nonexistent) +++ head/graphics/mozjpeg/files/patch-md5-md5.c (revision 509936) @@ -0,0 +1,11 @@ +--- md5/md5.c.orig 2019-08-25 00:26:22 UTC ++++ md5/md5.c +@@ -31,6 +31,8 @@ + + #include "./md5.h" + ++#include ++ + #ifdef __amigaos4__ + #include + #define le32toh(x) (((x & 0xff) << 24) | \ Property changes on: head/graphics/mozjpeg/files/patch-md5-md5.c ___________________________________________________________________ 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