Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2015 14:35:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197958] [MAINTAINER] graphics/p5-Image-Scale: Fix BROKEN disable gif support
Message-ID:  <bug-197958-13-bBgWqQKXWp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197958-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197958-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197958-13-bBgWqQKXWp>