From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 18:00:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8CAAFEA; Thu, 18 Sep 2014 18:00:23 +0000 (UTC) Received: from kirk.hochpass.uni-hannover.de (kirk.hochpass.uni-hannover.de [130.75.81.215]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EDF0CA2; Thu, 18 Sep 2014 18:00:22 +0000 (UTC) Received: from SOLO.hochpass.uni-hannover.de (solo.hochpass.uni-hannover.de [130.75.81.216]) by kirk.hochpass.uni-hannover.de (8.14.7/8.14.7) with SMTP id s8IHwJrT045099; Thu, 18 Sep 2014 19:58:19 +0200 (CEST) (envelope-from hilko.meyer@gmx.de) From: Hilko Meyer To: Alex Dupre Subject: Re: svn commit: r368463 - head/lang/php5 Date: Thu, 18 Sep 2014 19:58:18 +0200 Message-ID: <2r6m1ah7rsar18fhgcg7m71cuh6e587a7u@4ax.com> References: <201409181407.s8IE75i7055172@svn.freebsd.org> In-Reply-To: <201409181407.s8IE75i7055172@svn.freebsd.org> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 18:00:23 -0000 On Thu, 18 Sep 2014 14:07:05 +0000 (UTC), in gmane.os.freebsd.devel.cvs.ports you wrote: >Author: ale >Date: Thu Sep 18 14:07:05 2014 >New Revision: 368463 >URL: http://svnweb.freebsd.org/changeset/ports/368463 >QAT: https://qat.redports.org/buildarchive/r368463/ > >Log: > Update to 5.4.33 release. > >Modified: > head/lang/php5/Makefile > head/lang/php5/distinfo > >Modified: head/lang/php5/Makefile >============================================================================== >--- head/lang/php5/Makefile Thu Sep 18 14:06:35 2014 (r368462) >+++ head/lang/php5/Makefile Thu Sep 18 14:07:05 2014 (r368463) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= php5 >-PORTVERSION= 5.4.32 >+PORTVERSION= 5.4.33 > PORTREVISION?= 0 > CATEGORIES?= lang devel www > MASTER_SITES= ${MASTER_SITE_PHP} Fails to compile for me on 8.4: | /bin/sh /usr/ports/lang/php5/work/php-5.4.33/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/usr/ports/lang/php5/work/php-5.4.33/sapi/cli/ -DPHP_ATOM_INC -I/usr/ports/lang/php5/work/php-5.4.33/include -I/usr/ports/lang/php5/work/php-5.4.33/main -I/usr/ports/lang/php5/work/php-5.4.33 -I/usr/ports/lang/php5/work/php-5.4.33/ext/date/lib -I/usr/ports/lang/php5/work/php-5.4.33/ext/ereg/regex -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/ports/lang/php5/work/php-5.4.33/TSRM -I/usr/ports/lang/php5/work/php-5.4.33/Zend -O2 -pipe -march=k8-sse3 -fno-strict-aliasing -fvisibility=hidden -c /usr/ports/lang/php5/work/php-5.4.33/sapi/cli/php_cli_server.c -o sapi/cli/php_cli_server.lo | /bin/sh /usr/ports/lang/php5/work/php-5.4.33/libtool --silent --preserve-dup-deps --mode=link cc -export-dynamic -O2 -pipe -march=k8-sse3 -fno-strict-aliasing -fvisibility=hidden -L/usr/local/lib -R /usr/local/lib ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/ereg/ereg.lo ext/ereg/regex/regcomp.lo ext/ereg/regex/regexec.lo ext/ereg/regex/regerror.lo ext/ereg/regex/regfree.lo ext/libxml/libxml.lo ext/pcre/php_pcre.lo ext/reflection/php_reflection.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/mysqlnd/mysqlnd.lo ext/mysqlnd/mysqlnd_alloc.lo ext/mysqlnd/mysqlnd_bt.lo ext/mysqlnd/mysqlnd_charset.lo ext/mysqlnd/mysqlnd_wireprotocol.lo ext/mysqlnd/mysqlnd_loaddata.lo ext/mysqlnd/mysqlnd_reverse_api.lo ext/mysqlnd/mysqlnd_net.lo ext/mysqlnd/mysqlnd_statistics.lo ext/mysqlnd/mysqlnd_driver.lo ext/mysqlnd/mysqlnd_ext_plugin.lo ext/mysqlnd/mysqlnd_auth.lo ext/mysqlnd/mysqlnd_result.lo ext/mysqlnd/mysqlnd_result_meta.lo ext/mysqlnd/mysqlnd_debug.lo ext/mysqlnd/mysqlnd_block_alloc.lo ext/mysqlnd/mysqlnd_plugin.lo ext/mysqlnd/php_mysqlnd.lo ext/mysqlnd/mysqlnd_ps.lo ext/mysqlnd/mysqlnd_ps_codec.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_dtrace.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_vm_opcodes.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_string.lo Zend/zend_signal.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_execute.lo main/internal_functions_cli.lo sapi/cli/php_cli.lo sapi/cli/php_http_parser.lo sapi/cli/php_cli_server.lo -lcrypt -lcrypt -lpcre -lm -pthread -lxml2 -lz -liconv -lm -lcrypt -lcrypt -o sapi/cli/php | ext/mysqlnd/mysqlnd_ps_codec.o(.text+0x9fc): In function `ps_fetch_float': | : undefined reference to `__extendsfsd' | ext/mysqlnd/mysqlnd_ps_codec.o(.text+0xa01): In function `ps_fetch_float': | : undefined reference to `__extendsddf' | *** Error code 1 | | Stop in /usr/ports/lang/php5/work/php-5.4.33. | *** Error code 1 > make -C /usr/ports/lang/php5 showconfig | ===> The following configuration options are available for php5-5.4.33: | CLI=on: Build CLI version | CGI=on: Build CGI version | FPM=on: Build FPM version | FPM_IPV6=off: Enable ipv6 patch for FPM | EMBED=off: Build embedded library | DEBUG=off: Enable debug | DTRACE=off: Enable DTrace support | IPV6=off: Enable ipv6 support | MAILHEAD=on: Enable mail header patch | LINKTHR=on: Link thread lib (for threaded extensions) | ZTS=off: Force Zend Thread Safety (ZTS) build | ===> Use 'make config' to modify these settings Regards, Hilko