>>> Building on exopi-2 under graphics/glpng BDEPENDS = [archivers/unzip;graphics/png] DIST = [graphics/glpng:glpng-1.45/glpng.zip] FULLPKGNAME = glpng-1.45p5 RDEPENDS = [graphics/png] (Junk lock obtained for exopi-2 at 1711575071.70) >>> Running depends in graphics/glpng at 1711575071.75 last junk was in audio/p5-Ogg-Vorbis-Header /usr/sbin/pkg_add -aI -Drepair png-1.6.43 was: /usr/sbin/pkg_add -aI -Drepair png-1.6.43 unzip-6.0p17 /usr/sbin/pkg_add -aI -Drepair png-1.6.43 >>> Running show-prepare-results in graphics/glpng at 1711575075.85 ===> graphics/glpng ===> Building from scratch glpng-1.45p5 ===> glpng-1.45p5 depends on: unzip-* -> unzip-6.0p17 ===> glpng-1.45p5 depends on: png-* -> png-1.6.43 ===> Verifying specs: GL png>=5 ===> found GL.19.0 png.18.0 png-1.6.43 unzip-6.0p17 (Junk lock released for exopi-2 at 1711575077.65) distfiles size=309337 >>> Running build in graphics/glpng at 1711575078.38 ===> graphics/glpng ===> Checking files for glpng-1.45p5 `/exopi-cvs/ports/distfiles/glpng-1.45/glpng.zip' is up to date. >> (SHA256) glpng-1.45/glpng.zip: OK ===> Extracting for glpng-1.45p5 ===> Patching for glpng-1.45p5 ===> Applying OpenBSD patch patch-Example_Test_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Example/Test.c.orig Mon Jul 10 21:23:42 2000 |+++ Example/Test.c Thu Apr 9 06:58:13 2009 -------------------------- Patching file Example/Test.c using Plan A... Hunk #1 succeeded at 6. Hunk #2 succeeded at 64. done ===> Applying OpenBSD patch patch-include_GL_glpng_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix build with png-1.5. | |--- include/GL/glpng.h.orig Wed Jul 6 17:55:45 2011 |+++ include/GL/glpng.h Wed Jul 6 17:56:09 2011 -------------------------- Patching file include/GL/glpng.h using Plan A... Hunk #1 succeeded at 57. done ===> Applying OpenBSD patch patch-src_glpng_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix build with png-1.5. | |--- src/glpng.c.orig Mon Jul 10 21:27:10 2000 |+++ src/glpng.c Sun Jun 2 16:55:55 2013 -------------------------- Patching file src/glpng.c using Plan A... Hunk #1 succeeded at 29. Hunk #2 succeeded at 276. Hunk #3 succeeded at 380. Hunk #4 succeeded at 559. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for glpng-1.45p5 ===> Configuring for glpng-1.45p5 ===> Building for glpng-1.45p5 cc -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -I/exopi-obj/pobj/glpng-1.45/include -MD -MP -nostdinc -idirafter /usr/include -c glpng.c -o glpng.o glpng.c:119:13: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] int xlen = strlen(x); ^ glpng.c:119:13: note: include the header or explicitly provide a declaration for 'strlen' glpng.c:126:7: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcmp(c, x) == 0 && (c[xlen] == '\0' || c[xlen] == ' ')) return 1; ^ glpng.c:126:7: note: include the header or explicitly provide a declaration for 'strcmp' glpng.c:500:4: warning: call to undeclared function 'glColorTableEXT'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] glColorTableEXT(GL_TEXTURE_2D, GL_RGB8, cols, GL_RGB, GL_UNSIGNED_BYTE, pal); ^ 3 warnings generated. building standard glpng library ranlib libglpng.a cc -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -I/exopi-obj/pobj/glpng-1.45/include -MD -MP -nostdinc -idirafter /usr/include -c -p glpng.c -o glpng.po glpng.c:119:13: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] int xlen = strlen(x); ^ glpng.c:119:13: note: include the header or explicitly provide a declaration for 'strlen' glpng.c:126:7: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcmp(c, x) == 0 && (c[xlen] == '\0' || c[xlen] == ' ')) return 1; ^ glpng.c:126:7: note: include the header or explicitly provide a declaration for 'strcmp' glpng.c:500:4: warning: call to undeclared function 'glColorTableEXT'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] glColorTableEXT(GL_TEXTURE_2D, GL_RGB8, cols, GL_RGB, GL_UNSIGNED_BYTE, pal); ^ 3 warnings generated. building profiled glpng library ranlib libglpng_p.a cc -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -I/exopi-obj/pobj/glpng-1.45/include -MD -MP -nostdinc -idirafter /usr/include -c -fpic -DPIC glpng.c -o glpng.so glpng.c:119:13: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] int xlen = strlen(x); ^ glpng.c:119:13: note: include the header or explicitly provide a declaration for 'strlen' glpng.c:126:7: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcmp(c, x) == 0 && (c[xlen] == '\0' || c[xlen] == ' ')) return 1; ^ glpng.c:126:7: note: include the header or explicitly provide a declaration for 'strcmp' glpng.c:500:4: warning: call to undeclared function 'glColorTableEXT'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] glColorTableEXT(GL_TEXTURE_2D, GL_RGB8, cols, GL_RGB, GL_UNSIGNED_BYTE, pal); ^ 3 warnings generated. building shared glpng library (version 0.0) cc -shared -Wl,-soname,libglpng.so.0.0 -fpic -o libglpng.so.0.0 `echo glpng.so | tr ' ' '\n' | sort -R` -L/usr/X11R6/lib -lGL -L/usr/local/lib -lpng >>> Running package in graphics/glpng at 1711575086.94 ===> graphics/glpng ===> Faking installation for glpng-1.45p5 install -c -o root -g bin -m 600 libglpng.a /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/lib/libglpng.a chmod 644 /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/lib/libglpng.a install -c -o root -g bin -m 600 libglpng_p.a /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/lib chmod 644 /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/lib/libglpng_p.a install -c -o root -g bin -m 644 libglpng.so.0.0 /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/lib /exopi-obj/pobj/glpng-1.45/bin/install -d -m 755 /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/share/doc/glpng /exopi-obj/pobj/glpng-1.45/bin/install -d -m 755 /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/include/GL/ /exopi-obj/pobj/glpng-1.45/bin/install -c -m 644 /exopi-obj/pobj/glpng-1.45/include/GL/glpng.h /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/include/GL /exopi-obj/pobj/glpng-1.45/bin/install -c -m 644 /exopi-obj/pobj/glpng-1.45/glpng.htm /exopi-obj/pobj/glpng-1.45/fake-amd64/usr/local/share/doc/glpng/glpng.html ===> Building package for glpng-1.45p5 Create /exopi-cvs/ports/packages/amd64/all/glpng-1.45p5.tgz Creating package glpng-1.45p5 reading plist| checking dependencies| checking dependencies|graphics/png checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******* | 12% checksumming|*********** | 18% checksumming|************** | 24% checksumming|****************** | 29% checksumming|********************** | 35% checksumming|************************* | 41% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|************************************ | 59% checksumming|*************************************** | 65% checksumming|******************************************* | 71% checksumming|*********************************************** | 76% checksumming|************************************************** | 82% checksumming|****************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***************** | 26% archiving|********************************** | 53% archiving|************************************************ | 76% archiving|*************************************************** | 80% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/glpng-1.45p5.tgz >>> Running clean in graphics/glpng at 1711575091.61 ===> graphics/glpng ===> Cleaning for glpng-1.45p5 >>> Ended at 1711575092.41 max_stuck=1.63/depends=3.65/show-prepare-results=2.31/build=7.98/package=5.83/clean=0.92