Bug 131574 - [maintainer update] fix build errors on editors/xmlcopyeditor
Summary: [maintainer update] fix build errors on editors/xmlcopyeditor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 22:10 UTC by Jose G. Juanino
Modified: 2009-02-13 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (977 bytes, patch)
2009-02-10 22:10 UTC, Jose G. Juanino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose G. Juanino 2009-02-10 22:10:03 UTC
Dear FreeBSD commiter:

After update texproc/libxml2 from from 2.7.2 to 2.7.3, editors/xmlcopyeditor port fails to build:

http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/xmlcopyeditor-1.2.0.log

In order to fix this build error, apply the submitted patch:

# cd /usr/ports/editors/xmlcopyeditor
# patch -p1 < /tmp/xmlcopyeditor.diff
# rm *.orig files/*.orig

Best regards

Fix: Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2009-02-11 04:26:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-13 19:28:33 UTC
beech       2009-02-13 19:28:24 UTC

  FreeBSD ports repository

  Modified files:
    editors/xmlcopyeditor Makefile 
  Added files:
    editors/xmlcopyeditor/files patch-src_wraplibxml.cpp.diff 
  Log:
  - Fix build problems
  
  PR:             ports/131574
  Reported by:    QAT
  Submitted by:   Jose Garcia Juanino <jjuanino@gmail.com> Maintainer
  
  Revision  Changes    Path
  1.6       +1 -0      ports/editors/xmlcopyeditor/Makefile
  1.1       +14 -0     ports/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2009-02-13 19:28:50 UTC
State Changed
From-To: open->closed

Committed, Thanks!