From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 5 14:35:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F00DAC9 for ; Thu, 5 Mar 2015 14:35:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F361F90 for ; Thu, 5 Mar 2015 14:35:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t25EZdZl017189 for ; Thu, 5 Mar 2015 14:35:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197958] [MAINTAINER] graphics/p5-Image-Scale: Fix BROKEN disable gif support Date: Thu, 05 Mar 2015 14:35:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: atkin901@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2015 14:35:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197958 --- Comment #2 from atkin901@gmail.com --- Test Log: [root@moby p5-Image-Scale]$ make clean ===> Cleaning for p5-Image-Scale-0.08_6 [root@moby p5-Image-Scale]$ make test ===> License GPLv2 accepted by the user ===> p5-Image-Scale-0.08_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Image-Scale-0.08_6 for building ===> Extracting for p5-Image-Scale-0.08_6 => SHA256 Checksum OK for Image-Scale-0.08.tar.gz. ===> Patching for p5-Image-Scale-0.08_6 ===> Applying FreeBSD patches for p5-Image-Scale-0.08_6 ===> p5-Image-Scale-0.08_6 depends on file: /usr/local/bin/perl5.18.4 - found ===> p5-Image-Scale-0.08_6 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so.8.4.0) ===> p5-Image-Scale-0.08_6 depends on shared library: libpng.so - found (/usr/local/lib/libpng16.so) ===> Configuring for p5-Image-Scale-0.08_6 Image::Scale will be built with: JPEG support: yes (/usr/local/include, version 80) PNG support: yes (/usr/local/include, version 1.6.16) GIF support: no, install giflib or libungif Checking if your kit is complete... Looks good Writing Makefile for Image::Scale Writing MYMETA.yml and MYMETA.json ===> Building for p5-Image-Scale-0.08_6 --- blib/lib/Image/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Image/Scale/.exists --- --- blib/arch/auto/Image/Scale/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- subdirs --- --- blibdirs --- --- Scale.c --- /usr/local/bin/perl /usr/local/lib/perl5/5.18/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.18/ExtUtils/typemap -typemap typemap Scale.xs > Scale.xsc && mv Scale.xsc Scale.c --- Scale.bs --- Running Mkbootstrap for Image::Scale () chmod 644 Scale.bs --- pm_to_blib --- cp lib/Image/Scale.pm blib/lib/Image/Scale.pm --- config --- --- blib/arch/auto/Image/Scale/Scale.bs --- cp Scale.bs blib/arch/auto/Image/Scale/Scale.bs chmod 644 blib/arch/auto/Image/Scale/Scale.bs --- Scale.c --- Please specify prototyping behavior for Scale.xs (see perlxs manual) --- Scale.o --- cc -c -I. -I.. -Isrc -Iinclude -I/usr/local/include -I/usr/local/include -O2 -pipe -march=native -fstack-protector -fno-strict-aliasing -O2 -pipe -march=native -fstack-protector -fno-strict-aliasing -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.18/mach/CORE" -O2 -Wall -Wno-unused-value -Wno-format-security -Winline -ffast-math -DHAVE_JPEG -DJPEG_VERSION=80 -DHAVE_PNG -DPNG_VERSION=1.6.16 Scale.c --- blib/arch/auto/Image/Scale/Scale.so --- rm -f blib/arch/auto/Image/Scale/Scale.so LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -shared -L/usr/ports/lang/perl5.18/work/perl-5.18.4 -L/usr/local/lib/perl5/5.18/mach/CORE -Wl,-rpath=/usr/local/lib/perl5/5.18/mach/CORE -lperl -L/usr/local/lib -fstack-protector Scale.o -o blib/arch/auto/Image/Scale/Scale.so -ljpeg -lpng -lz chmod 755 blib/arch/auto/Image/Scale/Scale.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying blib/man3/Image::Scale.3 --- all --- cd /usr/ports/graphics/p5-Image-Scale/work/Image-Scale-0.08/ && /usr/bin/env XDG_DATA_HOME=/usr/ports/graphics/p5-Image-Scale/work XDG_CONFIG_HOME=/usr/ports/graphics/p5-Image-Scale/work HOME=/usr/ports/graphics/p5-Image-Scale/work NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -march=native -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -march=native -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" /usr/bin/make DESTDIR=/usr/ports/graphics/p5-Image-Scale/work/stage test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.t .......... ok t/02pod.t .......... skipped: set TEST_POD to enable this test t/03podcoverage.t .. skipped: set TEST_POD to enable this test t/04critic.t ....... skipped: Critic test only for developers. t/bmp.t ............ ok t/gif.t ............ skipped: Image::Scale not built with giflib/libungif support t/jpeg.t ........... 1/112 # libjpeg version: 80 t/jpeg.t ........... ok t/png.t ............ 1/46 # libpng version: 1.6.16 t/png.t ............ ok All tests successful. Files=8, Tests=189, 0 wallclock secs ( 0.05 usr 0.06 sys + 0.54 cusr 0.22 csys = 0.88 CPU) Result: PASS -- You are receiving this mail because: You are the assignee for the bug.