>>> Building on exopi-3 under misc/sent DIST = [misc/sent:sent-1.tar.gz;misc/sent:sent-options-20190213-72d33d4.diff] FULLPKGNAME = sent-1p0 RDEPENDS = [archivers/bzip2;graphics/farbfeld] distfiles size=16821 >>> Running build in misc/sent at 1713561479.56 ===> misc/sent ===> Building from scratch sent-1p0 ===> Verifying specs: X11 Xft c fontconfig m ===> found X11.18.0 Xft.12.0 c.100.0 fontconfig.13.1 m.10.1 ===> Checking files for sent-1p0 `/exopi-cvs/ports/distfiles/sent-1.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/sent-options-20190213-72d33d4.diff' is up to date. >> (SHA256) sent-1.tar.gz: OK >> (SHA256) sent-options-20190213-72d33d4.diff: OK ===> Extracting for sent-1p0 ===> Patching for sent-1p0 ===> Applying distribution patches for sent-1p0 ===> Applying distribution patch sent-options-20190213-72d33d4.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 3a348cc15a97df8e8784b129800293dcfba28f3f Mon Sep 17 00:00:00 2001 |From: Sunur Efe Vural |Date: Wed, 13 Feb 2019 14:28:17 -0500 |Subject: [PATCH] Commandline Options | |A simple patch that adds extra commandline options to sent. |--- | sent.1 | 11 +++++++++++ | sent.c | 11 ++++++++++- | 2 files changed, 21 insertions(+), 1 deletion(-) | |diff --git a/sent.1 b/sent.1 |index fabc614..5d55bf4 100644 |--- a/sent.1 |+++ b/sent.1 -------------------------- Patching file sent.1 using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 24. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sent.c b/sent.c |index c50a572..0b36e32 100644 |--- a/sent.c |+++ b/sent.c -------------------------- Patching file sent.c using Plan A... Hunk #1 succeeded at 672 (offset -3 lines). Hunk #2 succeeded at 684 (offset -3 lines). Hmm... Ignoring the trailing garbage. done ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 18. Hunk #2 succeeded at 42. done ===> Applying OpenBSD patch patch-config_def_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: config.def.h |--- config.def.h.orig |+++ config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-config_mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: config.mk |--- config.mk.orig |+++ config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 4. 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 sent-1p0 ===> Configuring for sent-1p0 ===> Building for sent-1p0 sent build options: CFLAGS = -O2 -pipe -g -std=c99 -pedantic -Wall -I. -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DVERSION="1" -D_XOPEN_SOURCE=600 LDFLAGS = -g -L/usr/lib -lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11 CC = cc cp config.def.h config.h cc -c -O2 -pipe -g -std=c99 -pedantic -Wall -I. -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DVERSION=\"1\" -D_XOPEN_SOURCE=600 sent.c sent.c:102:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void run(); ^ void sent.c:103:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void usage(); ^ void sent.c:104:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void xdraw(); ^ void sent.c:105:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void xhints(); ^ void sent.c:106:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void xinit(); ^ void sent.c:107:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void xloadfonts(); ^ void sent.c:492:4: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] run() ^ void sent.c:514:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] xdraw() ^ void sent.c:542:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] xhints() ^ void sent.c:560:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] xinit() ^ void sent.c:604:11: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] xloadfonts() ^ void sent.c:673:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] usage() ^ void 12 warnings generated. cc -c -O2 -pipe -g -std=c99 -pedantic -Wall -I. -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DVERSION=\"1\" -D_XOPEN_SOURCE=600 drw.c cc -c -O2 -pipe -g -std=c99 -pedantic -Wall -I. -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DVERSION=\"1\" -D_XOPEN_SOURCE=600 util.c cc -o sent sent.o drw.o util.o -g -L/usr/lib -lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11 >>> Running package in misc/sent at 1713561483.26 ===> misc/sent ===> Faking installation for sent-1p0 sent build options: CFLAGS = -O2 -pipe -g -std=c99 -pedantic -Wall -I. -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DVERSION="1" -D_XOPEN_SOURCE=600 LDFLAGS = -g -L/usr/lib -lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11 CC = cc /exopi-obj/pobj/sent-1/bin/install -d -m 755 /exopi-obj/pobj/sent-1/fake-amd64/usr/local/bin /exopi-obj/pobj/sent-1/bin/install -c -s -m 755 sent /exopi-obj/pobj/sent-1/fake-amd64/usr/local/bin /exopi-obj/pobj/sent-1/bin/install -d -m 755 /exopi-obj/pobj/sent-1/fake-amd64/usr/local/share/examples/sent /exopi-obj/pobj/sent-1/bin/install -c -m 644 example nyan.png transparent_test.ff /exopi-obj/pobj/sent-1/fake-amd64/usr/local/share/examples/sent ===> Building package for sent-1p0 Create /exopi-cvs/ports/packages/amd64/all/sent-1p0.tgz Creating package sent-1p0 reading plist| checking dependencies| checking dependencies|archivers/bzip2 checking dependencies|graphics/farbfeld checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|************************************** | 59% archiving|*************************************** | 62% archiving|***************************************** | 63% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sent-1p0.tgz >>> Running clean in misc/sent at 1713561503.09 ===> misc/sent ===> Cleaning for sent-1p0 >>> Ended at 1713561504.91 max_stuck=12.27/build=3.53/package=19.76/clean=2.11