Bug 192811 - [stage] textproc/sxml: Update to version 1.0.6
Summary: [stage] textproc/sxml: Update to version 1.0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-18 18:44 UTC by tkato432
Modified: 2014-08-24 07:32 UTC (History)
4 users (show)

See Also:


Attachments
textproc_sxml.diff (5.52 KB, patch)
2014-08-18 18:44 UTC, tkato432
no flags Details | Diff
sxml.patch (4.71 KB, patch)
2014-08-22 07:04 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-08-18 18:44:05 UTC
Created attachment 145986 [details]
textproc_sxml.diff
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-18 19:27:00 UTC
staging PR, no maintainer, so patch-ready
Comment 2 takefu 2014-08-22 07:04:26 UTC
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-)
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2014-08-23 16:26:52 UTC
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
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-23 20:02:48 UTC
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)
Comment 5 Adam Weinberger freebsd_committer freebsd_triage 2014-08-23 20:03:44 UTC
Oh, you're right. It was takefu's that I tested.
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-08-24 07:25:23 UTC
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
Comment 7 John Marino freebsd_committer freebsd_triage 2014-08-24 07:29:20 UTC
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?
Comment 8 Thomas Zander freebsd_committer freebsd_triage 2014-08-24 07:32:52 UTC
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!