diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/cl-babel-sbcl/Makefile | 2 | ||||
-rw-r--r-- | converters/dosunix/Makefile | 2 | ||||
-rw-r--r-- | converters/p5-Cpanel-JSON-XS/Makefile | 2 | ||||
-rw-r--r-- | converters/p5-Cpanel-JSON-XS/distinfo | 6 | ||||
-rw-r--r-- | converters/p5-Unicode-IMAPUtf7/Makefile | 12 | ||||
-rw-r--r-- | converters/php72-mbstring/files/patch-config.m4 | 20 | ||||
-rw-r--r-- | converters/recode/Makefile | 2 | ||||
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 4 |
8 files changed, 20 insertions, 30 deletions
diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 38b49b4960db..f7b795965ccc 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/converters/dosunix/Makefile b/converters/dosunix/Makefile index b9053eccc500..2392043311d0 100644 --- a/converters/dosunix/Makefile +++ b/converters/dosunix/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0.14 CATEGORIES= converters MASTER_SITES= http://dosunix.sourceforge.net/ -MAINTAINER= tj@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Manipulation of text files in a mixed DOS/Windows and Unix environment GNU_CONFIGURE= yes diff --git a/converters/p5-Cpanel-JSON-XS/Makefile b/converters/p5-Cpanel-JSON-XS/Makefile index ece7d0031074..612a4677f7ac 100644 --- a/converters/p5-Cpanel-JSON-XS/Makefile +++ b/converters/p5-Cpanel-JSON-XS/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 4.06 +PORTVERSION= 4.07 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN diff --git a/converters/p5-Cpanel-JSON-XS/distinfo b/converters/p5-Cpanel-JSON-XS/distinfo index ecb9c2050fd0..23aa84c3d1e0 100644 --- a/converters/p5-Cpanel-JSON-XS/distinfo +++ b/converters/p5-Cpanel-JSON-XS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535138771 -SHA256 (Cpanel-JSON-XS-4.06.tar.gz) = 63481d9d2d6251cf520bb6a62147faf6e8f35b9fe6b3ddd81c5bfd71e31ec9ba -SIZE (Cpanel-JSON-XS-4.06.tar.gz) = 231698 +TIMESTAMP = 1541285654 +SHA256 (Cpanel-JSON-XS-4.07.tar.gz) = 8b54bd6771ddf8293d71d9c85a5c6b6e7e0c5903e7f8db900e573a6c32be12c3 +SIZE (Cpanel-JSON-XS-4.07.tar.gz) = 238152 diff --git a/converters/p5-Unicode-IMAPUtf7/Makefile b/converters/p5-Unicode-IMAPUtf7/Makefile index ddcc79c5fd6a..e67ebd56f79a 100644 --- a/converters/p5-Unicode-IMAPUtf7/Makefile +++ b/converters/p5-Unicode-IMAPUtf7/Makefile @@ -22,14 +22,4 @@ USES= perl5 USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077 -# chmod -R bug -post-extract: -.for d in / /lib /lib/Unicode /t - @${CHMOD} 755 ${WRKSRC}${d} -.endfor -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/converters/php72-mbstring/files/patch-config.m4 b/converters/php72-mbstring/files/patch-config.m4 index 026798f26a5a..3e299951c999 100644 --- a/converters/php72-mbstring/files/patch-config.m4 +++ b/converters/php72-mbstring/files/patch-config.m4 @@ -1,9 +1,10 @@ ---- config.m4.orig 2009-11-25 02:30:06.000000000 +0100 -+++ config.m4 2010-04-12 09:59:54.000000000 +0200 -@@ -43,6 +43,30 @@ +--- config.m4.orig 2018-11-10 15:21:47.103604000 +0100 ++++ config.m4 2018-11-10 15:24:23.615118000 +0100 +@@ -42,6 +42,30 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [ + PHP_ADD_INCLUDE([$ext_srcdir/$dir]) PHP_ADD_INCLUDE([$ext_builddir/$dir]) done - ++ + dnl This is PECL build, check if bundled PCRE library is used + old_CPPFLAGS=$CPPFLAGS + CPPFLAGS=$INCLUDES @@ -27,11 +28,10 @@ + PHP_PCRE_REGEX=no + ]) + ]) -+ + if test "$ext_shared" = "no"; then PHP_ADD_SOURCES(PHP_EXT_DIR(mbstring), $PHP_MBSTRING_BASE_SOURCES) - out="php_config.h" -@@ -80,7 +104,6 @@ +@@ -85,7 +109,6 @@ AC_DEFUN([PHP_MBSTRING_SETUP_MBREGEX], [ int foo(int x, ...) { va_list va; va_start(va, x); @@ -39,13 +39,13 @@ va_arg(va, char *); va_arg(va, double); return 0; -@@ -347,6 +370,9 @@ +@@ -367,6 +390,9 @@ PHP_ARG_WITH(onig, [for external oniguru [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix. - If DIR is not set, the bundled oniguruma will be used], no, no) + If DIR is not set, the bundled oniguruma will be used], no, no) +PHP_ARG_WITH(pcre-dir, pcre install prefix, +[ --with-pcre-dir MBSTRING: pcre install prefix], no, no) + - if test "$PHP_MBSTRING" != "no"; then + if test "$PHP_MBSTRING" != "no"; then AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support]) diff --git a/converters/recode/Makefile b/converters/recode/Makefile index c2279b1cc161..b94a12b65cba 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -4,7 +4,7 @@ PORTNAME= recode PORTVERSION= 3.6 DISTVERSIONPREFIX= v -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= converters MAINTAINER= demon@FreeBSD.org diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index ff59ee31c993..27123cb6259d 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -17,8 +17,8 @@ BROKEN_aarch64= fails to build: error: cast from pointer to smaller type loses BROKEN_armv6= fails to build: error: Not supported ARM architecture BROKEN_armv7= fails to build: error: invalid operand for instruction BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4 -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st') +BROKEN_SSL= openssl111 +BROKEN_SSL_REASON_openssl111= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st') RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |