Date: Wed, 28 Mar 2018 20:17:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226841] sysutils/dupd: update to version 1.6 Message-ID: <bug-226841-13-koQVeWdjSZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226841-13@https.bugs.freebsd.org/bugzilla/> References: <bug-226841-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=3D226841 --- Comment #1 from Thomas Hurst <tom@hur.st> --- Thanks. Still a few issues unfortunately: CFLAGS=3D-m64 -DDIRENT_HAS_TYPE -m64 seems unnecessary, is this meant to only work on amd64? It seemed to = work OK on 32-bit, but I didn't test it much. USAGE_ARCH=3D-O elf64-x86-64 -B i386 $(OBJCP) -I binary $(USAGE_ARCH) man/dupd $(BUILD)/usage.o As you see in patch-Makefile, I replaced this with: ld -r -b binary -o $(BUILD)/usage.o man/dupd Which avoided having to hardcode bfdarch. As per #226997 this might need switching to ld.bfd. I'm also wary of the Makefile's GITHASH stuff - at best it does nothing, possibly spewing a "Command not found", at worst it stuffs some git-mirrored port checkout hash in there. --=20 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-226841-13-koQVeWdjSZ>