=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for paragui-1.0.4nb22
--- all-recursive ---
Making all in include
Making all in src
--- all-recursive ---
Making all in draw
--- surface.lo ---
--- rotozoom.lo ---
--- surface.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c surface.cpp
--- rotozoom.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c rotozoom.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c rotozoom.cpp  -fPIC -DPIC -o .libs/rotozoom.o
--- surface.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c surface.cpp  -fPIC -DPIC -o .libs/surface.o
--- rotozoom.lo ---
rotozoom.cpp: In function 'int zoomSurfaceRGBA(SDL_Surface*, SDL_Surface*, bool)':
rotozoom.cpp:63:6: warning: variable 'sgap' set but not used [-Wunused-but-set-variable]
  int sgap, dgap, orderRGBA;
      ^
rotozoom.cpp:63:18: warning: variable 'orderRGBA' set but not used [-Wunused-but-set-variable]
  int sgap, dgap, orderRGBA;
                  ^
rotozoom.cpp: In function 'void transformSurfaceRGBA(SDL_Surface*, SDL_Surface*, int, int, int, int, bool)':
rotozoom.cpp:289:11: warning: variable 'orderRGBA' set but not used [-Wunused-but-set-variable]
  int gap, orderRGBA;
           ^
rotozoom.cpp: In function 'void transformSurfaceY(SDL_Surface*, SDL_Surface*, int, int, int, int)':
rotozoom.cpp:445:46: warning: variable 'sw' set but not used [-Wunused-but-set-variable]
  int x, y, dx, dy, xd, yd, sdx, sdy, ax, ay, sw, sh;
                                              ^
rotozoom.cpp:445:50: warning: variable 'sh' set but not used [-Wunused-but-set-variable]
  int x, y, dx, dy, xd, yd, sdx, sdy, ax, ay, sw, sh;
                                                  ^
--- surface.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c surface.cpp -o surface.o >/dev/null 2>&1
--- rotozoom.lo ---
rotozoom.cpp: In function 'SDL_Surface* PG_Draw::RotoScaleSurface(SDL_Surface*, double, double, bool)':
rotozoom.cpp:287:28: warning: 'c11.tColorRGBA::a' may be used uninitialized in this function [-Wmaybe-uninitialized]
  tColorRGBA c00, c01, c10, c11;
                            ^
rotozoom.cpp:287:28: warning: 'c11.tColorRGBA::b' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:28: warning: 'c11.tColorRGBA::g' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:28: warning: 'c11.tColorRGBA::r' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:23: warning: 'c10.tColorRGBA::a' may be used uninitialized in this function [-Wmaybe-uninitialized]
  tColorRGBA c00, c01, c10, c11;
                       ^
rotozoom.cpp:287:23: warning: 'c10.tColorRGBA::b' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:23: warning: 'c10.tColorRGBA::g' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:23: warning: 'c10.tColorRGBA::r' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:18: warning: 'c01.tColorRGBA::a' may be used uninitialized in this function [-Wmaybe-uninitialized]
  tColorRGBA c00, c01, c10, c11;
                  ^
rotozoom.cpp:287:18: warning: 'c01.tColorRGBA::b' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:18: warning: 'c01.tColorRGBA::g' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:18: warning: 'c01.tColorRGBA::r' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:13: warning: 'c00.tColorRGBA::a' may be used uninitialized in this function [-Wmaybe-uninitialized]
  tColorRGBA c00, c01, c10, c11;
             ^
rotozoom.cpp:287:13: warning: 'c00.tColorRGBA::b' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:13: warning: 'c00.tColorRGBA::g' may be used uninitialized in this function [-Wmaybe-uninitialized]
rotozoom.cpp:287:13: warning: 'c00.tColorRGBA::r' may be used uninitialized in this function [-Wmaybe-uninitialized]
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c rotozoom.cpp -o rotozoom.o >/dev/null 2>&1
--- drawline.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c drawline.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c drawline.cpp  -fPIC -DPIC -o .libs/drawline.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c drawline.cpp -o drawline.o >/dev/null 2>&1
--- setpixel.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c setpixel.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c setpixel.cpp  -fPIC -DPIC -o .libs/setpixel.o
--- stretch.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c stretch.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c stretch.cpp  -fPIC -DPIC -o .libs/stretch.o
--- setpixel.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c setpixel.cpp -o setpixel.o >/dev/null 2>&1
--- stretch.lo ---
stretch.cpp: In instantiation of 'void RectStretchTemplate(SDL_Surface*, ST, int, int, int, int, SDL_Surface*, DT, int, int, int, int, Uint32*) [with ST = unsigned char*; DT = unsigned char*; SDL_Surface = SDL_Surface; Uint32 = unsigned int]':
stretch.cpp:205:156:   required from here
stretch.cpp:135:6: warning: variable 'sx' set but not used [-Wunused-but-set-variable]
  int sx, sy;
      ^
stretch.cpp:135:10: warning: variable 'sy' set but not used [-Wunused-but-set-variable]
  int sx, sy;
          ^
stretch.cpp: In instantiation of 'void RectStretchTemplate(SDL_Surface*, ST, int, int, int, int, SDL_Surface*, DT, int, int, int, int, Uint32*) [with ST = short unsigned int*; DT = unsigned char*; SDL_Surface = SDL_Surface; Uint32 = unsigned int]':
stretch.cpp:209:157:   required from here
stretch.cpp:135:6: warning: variable 'sx' set but not used [-Wunused-but-set-variable]
  int sx, sy;
      ^
stretch.cpp:135:10: warning: variable 'sy' set but not used [-Wunused-but-set-variable]
  int sx, sy;
          ^
stretch.cpp: In instantiation of 'void RectStretchTemplate(SDL_Surface*, ST, int, int, int, int, SDL_Surface*, DT, int, int, int, int, Uint32*) [with ST = short unsigned int*; DT = short unsigned int*; SDL_Surface = SDL_Surface; Uint32 = unsigned int]':
stretch.cpp:218:156:   required from here
stretch.cpp:135:6: warning: variable 'sx' set but not used [-Wunused-but-set-variable]
  int sx, sy;
      ^
stretch.cpp:135:10: warning: variable 'sy' set but not used [-Wunused-but-set-variable]
  int sx, sy;
          ^
stretch.cpp: In instantiation of 'void RectStretchTemplate(SDL_Surface*, ST, int, int, int, int, SDL_Surface*, DT, int, int, int, int, Uint32*) [with ST = unsigned char*; DT = unsigned int*; SDL_Surface = SDL_Surface; Uint32 = unsigned int]':
stretch.cpp:227:157:   required from here
stretch.cpp:135:6: warning: variable 'sx' set but not used [-Wunused-but-set-variable]
  int sx, sy;
      ^
stretch.cpp:135:10: warning: variable 'sy' set but not used [-Wunused-but-set-variable]
  int sx, sy;
          ^
stretch.cpp: In instantiation of 'void RectStretchTemplate(SDL_Surface*, ST, int, int, int, int, SDL_Surface*, DT, int, int, int, int, Uint32*) [with ST = short unsigned int*; DT = unsigned int*; SDL_Surface = SDL_Surface; Uint32 = unsigned int]':
stretch.cpp:231:158:   required from here
stretch.cpp:135:6: warning: variable 'sx' set but not used [-Wunused-but-set-variable]
  int sx, sy;
      ^
stretch.cpp:135:10: warning: variable 'sy' set but not used [-Wunused-but-set-variable]
  int sx, sy;
          ^
stretch.cpp: In instantiation of 'void RectStretchTemplate(SDL_Surface*, ST, int, int, int, int, SDL_Surface*, DT, int, int, int, int, Uint32*) [with ST = unsigned int*; DT = unsigned int*; SDL_Surface = SDL_Surface; Uint32 = unsigned int]':
stretch.cpp:235:156:   required from here
stretch.cpp:135:6: warning: variable 'sx' set but not used [-Wunused-but-set-variable]
  int sx, sy;
      ^
stretch.cpp:135:10: warning: variable 'sy' set but not used [-Wunused-but-set-variable]
  int sx, sy;
          ^
--- pgrect.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c pgrect.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c pgrect.cpp  -fPIC -DPIC -o .libs/pgrect.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c pgrect.cpp -o pgrect.o >/dev/null 2>&1
--- stretch.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c stretch.cpp -o stretch.o >/dev/null 2>&1
--- drawtile.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c drawtile.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c drawtile.cpp  -fPIC -DPIC -o .libs/drawtile.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c drawtile.cpp -o drawtile.o >/dev/null 2>&1
--- gradient.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c gradient.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c gradient.cpp  -fPIC -DPIC -o .libs/gradient.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c gradient.cpp -o gradient.o >/dev/null 2>&1
--- libpgdraw.la ---
/bin/sh ../../libtool --mode=link c++  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -o libpgdraw.la   surface.lo rotozoom.lo drawline.lo setpixel.lo  stretch.lo pgrect.lo drawtile.lo gradient.lo  
libtool: link: ar cru .libs/libpgdraw.a .libs/surface.o .libs/rotozoom.o .libs/drawline.o .libs/setpixel.o .libs/stretch.o .libs/pgrect.o .libs/drawtile.o .libs/gradient.o 
libtool: link: ranlib .libs/libpgdraw.a
libtool: link: ( cd ".libs" && rm -f "libpgdraw.la" && ln -s "../libpgdraw.la" "libpgdraw.la" )
Making all in font
--- pgfont_impl.lo ---
--- pgfont.lo ---
--- pgfont_impl.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c pgfont_impl.cpp
--- pgfont.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c pgfont.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c pgfont.cpp  -fPIC -DPIC -o .libs/pgfont.o
--- pgfont_impl.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c pgfont_impl.cpp  -fPIC -DPIC -o .libs/pgfont_impl.o
--- pgfont.lo ---
pgfont.cpp: In static member function 'static bool PG_FontEngine::BlitFTBitmap(SDL_Surface*, FT_Bitmap*, int, int, PG_Font*, PG_Rect*)':
pgfont.cpp:305:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(PosY+Bitmap->rows > clip.y + clip.h) {
                       ^
pgfont.cpp: In static member function 'static bool PG_FontEngine::GetTextSize(const char*, PG_Font*, Uint16*, Uint16*, int*, int*, Uint16*, int*, int*)':
pgfont.cpp:629:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (MaxY < Glyph->Bitmap.rows) {
            ^
--- pgfont_impl.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c pgfont_impl.cpp -o pgfont_impl.o >/dev/null 2>&1
--- pgfont.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c pgfont.cpp -o pgfont.o >/dev/null 2>&1
--- libpgfont.la ---
/bin/sh ../../libtool --mode=link c++  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -o libpgfont.la   pgfont_impl.lo pgfont.lo  
libtool: link: ar cru .libs/libpgfont.a .libs/pgfont_impl.o .libs/pgfont.o 
libtool: link: ranlib .libs/libpgfont.a
libtool: link: ( cd ".libs" && rm -f "libpgfont.la" && ln -s "../libpgfont.la" "libpgfont.la" )
Making all in themes
--- themeloader.lo ---
--- theme_priv.lo ---
--- themeloader.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include  	-I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c themeloader.cpp
--- theme_priv.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include  	-I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c theme_priv.cpp
--- themeloader.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c themeloader.cpp  -fPIC -DPIC -o .libs/themeloader.o
--- theme_priv.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c theme_priv.cpp  -fPIC -DPIC -o .libs/theme_priv.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c theme_priv.cpp -o theme_priv.o >/dev/null 2>&1
--- themeloader.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c themeloader.cpp -o themeloader.o >/dev/null 2>&1
--- libtheme.la ---
/bin/sh ../../libtool --mode=link c++  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -o libtheme.la   themeloader.lo theme_priv.lo  
libtool: link: ar cru .libs/libtheme.a .libs/themeloader.o .libs/theme_priv.o 
libtool: link: ranlib .libs/libtheme.a
libtool: link: ( cd ".libs" && rm -f "libtheme.la" && ln -s "../libtheme.la" "libtheme.la" )
Making all in core
--- physfsrwops.lo ---
--- missing.lo ---
--- physfsrwops.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c physfsrwops.cpp
--- missing.lo ---
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE 	 	-I../../include  -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/pkg/include/SDL -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include/freetype2   -fno-exceptions -c missing.cpp
--- physfsrwops.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c physfsrwops.cpp  -fPIC -DPIC -o .libs/physfsrwops.o
--- missing.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c missing.cpp  -fPIC -DPIC -o .libs/missing.o
--- physfsrwops.lo ---
In file included from physfsrwops.cpp:23:0:
physfsrwops.h:42:1: error: '__EXPORT__' does not name a type
 __EXPORT__ SDL_RWops *PHYSFSRWOPS_openRead(const char *fname);
 ^
physfsrwops.h:54:1: error: '__EXPORT__' does not name a type
 __EXPORT__ SDL_RWops *PHYSFSRWOPS_openWrite(const char *fname);
 ^
physfsrwops.h:66:1: error: '__EXPORT__' does not name a type
 __EXPORT__ SDL_RWops *PHYSFSRWOPS_openAppend(const char *fname);
 ^
physfsrwops.h:78:1: error: '__EXPORT__' does not name a type
 __EXPORT__ SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_file *handle);
 ^
physfsrwops.cpp: In function 'int physfsrwops_seek(SDL_RWops*, int, int)':
physfsrwops.cpp:41:27: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
                           PHYSFS_getLastError());
                           ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:41:27: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
                           PHYSFS_getLastError());
                           ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:41:47: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
                           PHYSFS_getLastError());
                                               ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:63:56: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
             SDL_SetError("Can't find end of file: %s", PHYSFS_getLastError());
                                                        ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:63:56: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
             SDL_SetError("Can't find end of file: %s", PHYSFS_getLastError());
                                                        ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:63:76: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
             SDL_SetError("Can't find end of file: %s", PHYSFS_getLastError());
                                                                            ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:91:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:91:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:91:65: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                                                 ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp: In function 'int physfsrwops_read(SDL_RWops*, void*, int, int)':
physfsrwops.cpp:102:24: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
     PHYSFS_sint64 rc = PHYSFS_read(handle, ptr, size, maxnum);
                        ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:1333:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
                           ^
physfsrwops.cpp:102:24: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
     PHYSFS_sint64 rc = PHYSFS_read(handle, ptr, size, maxnum);
                        ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:1333:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
                           ^
physfsrwops.cpp:102:61: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
     PHYSFS_sint64 rc = PHYSFS_read(handle, ptr, size, maxnum);
                                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:1333:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
                           ^
physfsrwops.cpp:106:49: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
             SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                                 ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:106:49: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
             SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                                 ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:106:69: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
             SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                                                     ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp: In function 'int physfsrwops_write(SDL_RWops*, const void*, int, int)':
physfsrwops.cpp:116:24: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
     PHYSFS_sint64 rc = PHYSFS_write(handle, ptr, size, num);
                        ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:1362:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
                           ^
physfsrwops.cpp:116:24: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
     PHYSFS_sint64 rc = PHYSFS_write(handle, ptr, size, num);
                        ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:1362:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
                           ^
physfsrwops.cpp:116:59: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
     PHYSFS_sint64 rc = PHYSFS_write(handle, ptr, size, num);
                                                           ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:1362:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
                           ^
physfsrwops.cpp:118:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:118:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:118:65: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                                                 ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp: In function 'int physfsrwops_close(SDL_RWops*)':
physfsrwops.cpp:129:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:129:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:129:65: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                                                 ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp: In function 'SDL_RWops* create_rwops(PHYSFS_File*)':
physfsrwops.cpp:143:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:143:45: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                             ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
physfsrwops.cpp:143:65: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations]
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());
                                                                 ^
In file included from physfsrwops.h:25:0,
                 from physfsrwops.cpp:23:
/tmp/pkgbuild/x11/paragui/work/.buildlink/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^
*** [physfsrwops.lo] Error code 1

make[2]: stopped in /tmp/pkgbuild/x11/paragui/work/paragui-1.0.4/src/core
--- missing.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include -I/tmp/pkgbuild/x11/paragui/work/.x11-buildlink/include/libdrm -I/tmp/pkgbuild/x11/paragui/work/.buildlink/include/freetype2 -O2 -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions -c missing.cpp -o missing.o >/dev/null 2>&1
1 error

make[2]: stopped in /tmp/pkgbuild/x11/paragui/work/paragui-1.0.4/src/core
*** [all-recursive] Error code 1

make[1]: stopped in /tmp/pkgbuild/x11/paragui/work/paragui-1.0.4/src
1 error

make[1]: stopped in /tmp/pkgbuild/x11/paragui/work/paragui-1.0.4/src
*** [all-recursive] Error code 1

make: stopped in /tmp/pkgbuild/x11/paragui/work/paragui-1.0.4
1 error

make: stopped in /tmp/pkgbuild/x11/paragui/work/paragui-1.0.4
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/x11/paragui
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/x11/paragui