>>> Building on exopi-5 under x11/gnustep/gspdf BDEPENDS = [devel/gmake;x11/gnustep/base;x11/gnustep/gui;x11/gnustep/make] DIST = [x11/gnustep/gspdf:gnustep/GSPdf-0.5.tar.gz] FULLPKGNAME = gspdf-0.5p14 RDEPENDS = [x11/gnustep/base;x11/gnustep/gui;x11/gnustep/make;print/ghostscript/gnu;x11/gnustep/back] (Junk lock obtained for exopi-5 at 1714762356.26) >>> Running depends in x11/gnustep/gspdf at 1714762356.33 last junk was in security/py-cryptography,python3 /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 >>> Running show-prepare-results in x11/gnustep/gspdf at 1714762358.70 ===> x11/gnustep/gspdf ===> Building from scratch gspdf-0.5p14 ===> gspdf-0.5p14 depends on: gnustep-make-* -> gnustep-make-2.9.1p1 ===> gspdf-0.5p14 depends on: gmake-* -> gmake-4.4.1 ===> gspdf-0.5p14 depends on: gnustep-gui-* -> gnustep-gui-0.30.0p1 ===> gspdf-0.5p14 depends on: gnustep-base-* -> gnustep-base-1.29.0p2 ===> Verifying specs: c++ c++abi pthread gnustep-base gnustep-gui c objc2 m gnustep-base pthread ===> found c++.10.0 c++abi.7.0 pthread.27.1 gnustep-base.10.6 gnustep-gui.0.32 c.100.0 objc2.3.0 m.10.1 gmake-4.4.1 gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 Don't run junk because nojunk in devel/py-lief,python3 (Junk lock released for exopi-5 at 1714762359.92) distfiles size=44357 >>> Running build in x11/gnustep/gspdf at 1714762359.96 ===> x11/gnustep/gspdf ===> Checking files for gspdf-0.5p14 `/exopi-cvs/ports/distfiles/gnustep/GSPdf-0.5.tar.gz' is up to date. >> (SHA256) gnustep/GSPdf-0.5.tar.gz: OK ===> Extracting for gspdf-0.5p14 ===> Patching for gspdf-0.5p14 ===> Applying OpenBSD patch patch-GSPdf_m Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix default location of where to find ghostscript | |--- GSPdf.m.orig Wed Apr 18 23:58:09 2012 |+++ GSPdf.m Mon Jul 2 19:46:27 2012 -------------------------- Patching file GSPdf.m using Plan A... Hunk #1 succeeded at 133. 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 gspdf-0.5p14 ===> Configuring for gspdf-0.5p14 ===> Building for gspdf-0.5p14 /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=x11/gnustep/gspdf -DFLAVOR_EXT= -DFULLPKGNAME=gspdf-0.5p14 -DHOMEPAGE=http://gap.nongnu.org/gspdf/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=Sebastian\ Reitenbach\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=gspdf -i -B /exopi-obj/pobj/gspdf-0.5 /exopi-obj/pobj/gspdf-0.5/GSPdf-0.5/GSPdf.m This is gnustep-make 2.9.1. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj Making all for app GSPdf... cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj/GSPdf.obj/ /usr/local/share/GNUstep/Makefiles/mkinstalldirs GSPdf.app/. cc ps.c -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -pthread -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/ps.c.o ps.c:214:14: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (readline(line, sizeof line, file, &position, &line_len) == NULL) { ^ ps.c:238:28: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (preread || readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:250:30: warning: passing arguments to 'gettextline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] doc->title = gettextline(line+length("%%Title:")); ^ ps.c:252:29: warning: passing arguments to 'gettextline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] doc->date = gettextline(line+length("%%CreationDate:")); ^ ps.c:354:34: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] doc->media[0].name = gettext(line+length("%%DocumentMedia:"), &next_char); ^ ps.c:368:21: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (readline(line, sizeof line, file, &position, &line_len) ^ ps.c:379:45: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] doc->media[doc->nummedia].name = gettext(line+length("%%+"), &next_char); ^ ps.c:407:34: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] doc->media[0].name = gettext(line+length("%%DocumentPaperSizes:"), &next_char); ^ ps.c:437:26: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((cp = gettext(next_char, &next_char))) { ^ ps.c:476:21: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (readline(line, sizeof line, file, &position, &line_len) ^ ps.c:481:25: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((cp = gettext(next_char, &next_char))) { ^ ps.c:525:11: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len); ^ ps.c:535:14: warning: passing arguments to 'blank' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:535:32: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:542:18: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (readline(line, sizeof line, file, &position, &line_len) && ^ ps.c:547:11: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len); ^ ps.c:560:14: warning: passing arguments to 'blank' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && ^ ps.c:561:17: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:568:18: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (readline(line, sizeof line, file, &position, &line_len) && ^ ps.c:582:17: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cp = gettext(line+length("%%PageMedia:"), NULL); ^ ps.c:627:11: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len); ^ ps.c:640:15: warning: passing arguments to 'blank' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:640:33: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:654:13: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len)) && ^ ps.c:668:14: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len); ^ ps.c:681:17: warning: passing arguments to 'blank' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:681:35: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:693:15: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len)) && ^ ps.c:715:18: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cp = gettext(line+length("%%PaperSize:"), NULL); ^ ps.c:765:15: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len); ^ ps.c:778:17: warning: passing arguments to 'blank' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:778:35: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (blank(line) && readline(line, sizeof line, file, &position, &line_len)) { ^ ps.c:792:19: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] label = gettext(line+length("%%Page:"), &next_char); ^ ps.c:825:19: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (readline(line, sizeof line, file, &position, &line_len) && ^ ps.c:843:18: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cp = gettext(line+length("%%PageMedia:"), NULL); ^ ps.c:853:18: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cp = gettext(line+length("%%PaperSize:"), NULL); ^ ps.c:927:17: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len)) && ^ ps.c:937:19: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] free(gettext(line+length("%%Page:"), &next_char)); ^ ps.c:1017:12: warning: passing arguments to 'readline' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] readline(line, sizeof line, file, &position, &line_len); ^ ps.c:71:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static char *gettextline(); ^ ps.c:1101:14: note: conflicting prototype is here static char *gettextline(char *line) ^ ps.c:1110:17: warning: passing arguments to 'gettext' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return gettext(line, NULL); ^ ps.c:72:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static char *gettext(); ^ ps.c:1131:14: note: conflicting prototype is here static char *gettext(char *line, char **next_char) ^ ps.c:70:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static char *readline(); ^ ps.c:1238:14: note: conflicting prototype is here static char *readline(char *line, int size, FILE *fp, long *position, unsigned *line_len) ^ ps.c:73:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int blank(); ^ ps.c:1521:12: note: conflicting prototype is here static int blank(char *line) ^ 44 warnings generated. cc Functions.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/Functions.m.o Functions.m:8:15: warning: initializing 'NSMenuItem *' with an expression of incompatible type 'id' NSMenuItem *item = [menu addItemWithTitle: NSLocalizedString(str, comm) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. cc GSConsole.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/GSConsole.m.o cc GSPdf.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/GSPdf.m.o cc GSPdfDocument.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/GSPdfDocument.m.o cc GSPdfDocWin.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/GSPdfDocWin.m.o cc PSDocument.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/PSDocument.m.o cc GSPdfView.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/GSPdfView.m.o GSPdfView.m:70:16: warning: variable 'modifierFlags' set but not used [-Wunused-but-set-variable] unsigned int modifierFlags; ^ 1 warning generated. cc main.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/gspdf-0.5_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GSPdf.obj/main.m.o cc -Wl,-E -pthread -fexceptions -fobjc-runtime=gnustep-1.8 -fblocks -o GSPdf.app/./GSPdf \ ./obj/GSPdf.obj/ps.c.o ./obj/GSPdf.obj/Functions.m.o ./obj/GSPdf.obj/GSConsole.m.o ./obj/GSPdf.obj/GSPdf.m.o ./obj/GSPdf.obj/GSPdfDocument.m.o ./obj/GSPdf.obj/GSPdfDocWin.m.o ./obj/GSPdf.obj/PSDocument.m.o ./obj/GSPdf.obj/GSPdfView.m.o ./obj/GSPdf.obj/main.m.o -L/gspdf-0.5_writes_to_HOME/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/local/lib -lgnustep-gui -lgnustep-base -lobjc2 -lm -lc++abi ps.c(./obj/GSPdf.obj/ps.c.o:(psscan)): warning: strcpy() is almost always misused, please use strlcpy() /usr/local/share/GNUstep/Makefiles/mkinstalldirs GSPdf.app/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication-GSPdf.tiff---" > ./GSPdf.app/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"GSPdf\";"; \ echo " NSMainNibFile = \"\";"; \ echo " NSMainStoryboardFile = \"\";"; \ echo " GSMainMarkupFile = \"\";"; \ if [ "GSPdf.tiff" != "" ]; then \ echo " NSIcon = \"GSPdf.tiff\";"; \ fi; \ echo " NSPrincipalClass = \"NSApplication\";"; \ echo "}") >GSPdf.app/Resources/Info-gnustep.plist if [ -r "GSPdfInfo.plist" ]; then \ plmerge GSPdf.app/Resources/Info-gnustep.plist "GSPdfInfo.plist"; \ fi pl2link GSPdf.app/Resources/Info-gnustep.plist ./GSPdf.app/Resources/GSPdf.desktop; \ chmod a+x ./GSPdf.app/Resources/GSPdf.desktop for f in Resources/GSPdf.gorm Resources/GSPdfConsole.gorm Resources/GSPdfDocument.gorm Resources/FileEPS.tiff Resources/FilePDF.tiff Resources/FilePS.tiff Resources/GSPdf.tiff Resources/hand.tiff Resources/left.tiff Resources/page.tiff Resources/right.tiff Resources/zoomin.tiff Resources/zoomout.tiff Resources/papersizes.plist; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./GSPdf.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done >>> Running package in x11/gnustep/gspdf at 1714762367.52 ===> x11/gnustep/gspdf ===> Faking installation for gspdf-0.5p14 This is gnustep-make 2.9.1. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all for app GSPdf... gmake[3]: Nothing to be done for 'internal-app-compile'. for f in Resources/GSPdf.gorm Resources/GSPdfConsole.gorm Resources/GSPdfDocument.gorm Resources/FileEPS.tiff Resources/FilePDF.tiff Resources/FilePS.tiff Resources/GSPdf.tiff Resources/hand.tiff Resources/left.tiff Resources/page.tiff Resources/right.tiff Resources/zoomin.tiff Resources/zoomout.tiff Resources/papersizes.plist; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./GSPdf.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done Making install for app GSPdf... /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/libexec/GNUstep rm -rf /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/libexec/GNUstep/GSPdf.app; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/libexec/GNUstep; \ (cd ./.; \ /usr/local/bin/gtar chfX - /usr/local/share/GNUstep/Makefiles/tar-exclude-list GSPdf.app) \ | (cd /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/libexec/GNUstep; /usr/local/bin/gtar xf -) chown -R root.bin \ /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/libexec/GNUstep/GSPdf.app \ cd /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/bin/.; \ rm -f GSPdf; \ ln -s `/usr/local/share/GNUstep/Makefiles/relative_path.sh /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/bin/. /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/libexec/GNUstep/GSPdf.app/./GSPdf short` \ GSPdf strip /exopi-obj/pobj/gspdf-0.5/fake-amd64//usr/local/libexec/GNUstep/GSPdf.app/./GSPdf ===> Building package for gspdf-0.5p14 Create /exopi-cvs/ports/packages/amd64/all/gspdf-0.5p14.tgz Creating package gspdf-0.5p14 reading plist| checking dependencies| checking dependencies|print/ghostscript/gnu checking dependencies|x11/gnustep/back checking dependencies|x11/gnustep/base checking dependencies|x11/gnustep/gui checking dependencies|x11/gnustep/make checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 12% checksumming|********* | 14% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/gspdf-0.5p14.tgz >>> Running clean in x11/gnustep/gspdf at 1714762388.13 ===> x11/gnustep/gspdf ===> Cleaning for gspdf-0.5p14 >>> Ended at 1714762388.43 max_stuck=8.27/depends=2.41/show-prepare-results=1.25/build=7.55/package=20.63/clean=0.32