Bug 111970 - [PATCH] textproc/libwpd: unbreak plist with doxygen
Summary: [PATCH] textproc/libwpd: unbreak plist with doxygen
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: 2007-04-20 20:30 UTC by mwisnicki+freebsd
Modified: 2007-04-20 21:30 UTC (History)
1 user (show)

See Also:


Attachments
libwpd-0.8.7.patch (418 bytes, patch)
2007-04-20 20:30 UTC, mwisnicki+freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2007-04-20 20:30:10 UTC
Libwpd detects presence of doxygen and uses it to build and install
documentation in ${prefix}/share/doc/libwpd-${portversion}/html.

Following patch explicitly disables this behaviour.
Also includes change to USE_LDCONFIG.
Portrevision is not bumped since it won't help anyone.

Port maintainer (mi@aldan.algebra.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-20 20:30:57 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-20 21:21:02 UTC
mi          2007-04-20 20:20:56 UTC

  FreeBSD ports repository

  Modified files:
    textproc/libwpd      Makefile 
  Log:
  Explicitly disable documentation regeneration. Libwpd would do that, if doxygen
  is detected at configure time. Change INSTALLS_SHLIB to USE_LDCONFIG.
  
  PR:     ports/111970
  Submitted by:   Marcin Wisnicki
  
  Revision  Changes    Path
  1.20      +3 -1      ports/textproc/libwpd/Makefile
_______________________________________________
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 Mikhail Teterin freebsd_committer freebsd_triage 2007-04-20 21:21:52 UTC
State Changed
From-To: feedback->closed

Change committed. Thanks!