Created attachment 145986 [details] textproc_sxml.diff
staging PR, no maintainer, so patch-ready
Created attachment 146147 [details] sxml.patch Version 1.0.7 ... It was available from www/Wyvern, but it is now lost. The skeleton itself not required do not? 8-)
build started at Sat Aug 23 12:25:37 EDT 2014 port directory: /usr/ports/textproc/sxml building for: FreeBSD 10amd64-default 10.0-STABLE FreeBSD 10.0-STABLE r270381 amd64 --- sxml.o --- cc -pipe -fpic -DHAVE_CONFIG_H -I. -fforce-addr -fstrength-reduce -funroll-loops -finline-functions -O2 -I. -c sxml.c -o sxml.o --- sxmlrpc.o --- cc -pipe -fpic -DHAVE_CONFIG_H -I. -fforce-addr -fstrength-reduce -funroll-loops -finline-functions -O2 -I. -c sxmlrpc.c -o sxmlrpc.o --- sxml.lo --- cc: error: unknown argument: '-fforce-addr' --- sxml.o --- cc: error: unknown argument: '-fforce-addr' --- sxml.lo --- *** [sxml.lo] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/textproc/sxml/work/sxml-1.0.7
Adam, which one? The original patch, or the one takefu added (he didn't open the PR so we have two patches from two different people)
Oh, you're right. It was takefu's that I tested.
A commit references this bug: Author: riggs Date: Sun Aug 24 07:25:10 UTC 2014 New revision: 365899 URL: http://svnweb.freebsd.org/changeset/ports/365899 Log: - Update to upstream version 1.0.6 - Add LICENSE - Stagify - Pet portlint PR: 192811 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit) Changes: head/textproc/sxml/Makefile head/textproc/sxml/distinfo head/textproc/sxml/files/ head/textproc/sxml/files/patch-Makefile.in head/textproc/sxml/pkg-descr
riggs, just so that's it is clear to everyone: You took the original patch by tkato432 and committed that? It had no build issues?
I used tkato's patch and updated to 1.0.6. Presumably there is a reason why the download page does not mention the 1.0.7 version anymore (it's still fetchable, though). But I had to modify patch-Makefile.in to make it install properly on 9.3. So: Committed with minor changes. Thanks!