Bug 123979 - [PATCH] textproc/xmlto: important fixes, general overhaul, take maintainership
Summary: [PATCH] textproc/xmlto: important fixes, general overhaul, take maintainership
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-25 13:40 UTC by Matthias Andree
Modified: 2008-05-28 13:50 UTC (History)
0 users

See Also:


Attachments
xmlto-0.0.20_1.patch (5.25 KB, patch)
2008-05-25 13:40 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2008-05-25 13:40:05 UTC
Supersedes: ports/123952 - please close that one, in favour of this one.
(Note, if that one should have been committed before this one,
please bump PORTREVISION to 2!)

Changes that were already in ports/123952:
- Fix all scripts that use cp -a to instead use cp -PpR,
  fixing output formats such as html, html-nochunks and others.
- Take maintainership of port.

Additional changes since ports/123952, a.k.a. "overhaul":
- Drop non-functional passivetex autodetection
- Make WITH_PASSIVETEX an official OPTION (default: OFF, as previously)
- Add COPYING ChangeLog THANKS to PORTDOCS
- Use PORTDOCS instead of pkg-plist
- Properly depend on print/passivetex (so the build system doesn't get away
  with just TeX installed but PassiveTeX missing)
- Fix bug (missing "export USE_BACKEND"), amending to files/patch-xmlto.in,
  reported, with fix, by Ondrej Vasik; the bug rendered "xmlto txt ..." unusable
- Complete pkg-plist for WITH_PASSIVETEX case, it missed some files;
  thus fixing packages.
- Mention Ondrej Vasik, current xmlto maintainer, in pkg-descr.

Dropped from ports/123952 (i. e. deliberately omitted from this PR,
and not part of 0.0.20):
- Move files/patch-xmlto.in into post-patch section of Makefile
  but keep the file.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-28 13:40:06 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-28 13:40:11 UTC
edwin       2008-05-28 12:40:05 UTC

  FreeBSD ports repository

  Modified files:
    textproc/xmlto       Makefile pkg-descr pkg-plist 
    textproc/xmlto/files patch-xmlto.in 
  Log:
  [PATCH] textproc/xmlto: important fixes, general overhaul, take maintainership
  
          Supersedes: ports/123952 - please close that one, in favour
          of this one.  (Note, if that one should have been committed
          before this one, please bump PORTREVISION to 2!)
  
          Changes that were already in ports/123952:
          - Fix all scripts that use cp -a to instead use cp -PpR,
          fixing output formats such as html, html-nochunks and others.
          - Take maintainership of port.
  
          Additional changes since ports/123952, a.k.a. "overhaul":
          - Drop non-functional passivetex autodetection
          - Make WITH_PASSIVETEX an official OPTION (default: OFF, as previously)
          - Add COPYING ChangeLog THANKS to PORTDOCS
          - Use PORTDOCS instead of pkg-plist
          - Properly depend on print/passivetex (so the build system doesn't get away
          with just TeX installed but PassiveTeX missing)
          - Fix bug (missing "export USE_BACKEND"), amending to files/patch-xmlto.in,
          reported, with fix, by Ondrej Vasik; the bug rendered "xmlto txt ..." unusable
          - Complete pkg-plist for WITH_PASSIVETEX case, it missed some files;
          thus fixing packages.
          - Mention Ondrej Vasik, current xmlto maintainer, in pkg-descr.
  
          Dropped from ports/123952 (i. e. deliberately omitted from this PR,
          and not part of 0.0.20):
          - Move files/patch-xmlto.in into post-patch section of Makefile
          but keep the file.
  
  PR:             ports/123979
  Submitted by:   Matthias Andree <matthias.andree@gmx.de>
  
  Revision  Changes    Path
  1.18      +25 -16    ports/textproc/xmlto/Makefile
  1.2       +10 -2     ports/textproc/xmlto/files/patch-xmlto.in
  1.3       +2 -2      ports/textproc/xmlto/pkg-descr
  1.4       +6 -4      ports/textproc/xmlto/pkg-plist
_______________________________________________
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"