Bug 111970

Summary: [PATCH] textproc/libwpd: unbreak plist with doxygen
Product: Ports & Packages Reporter: mwisnicki+freebsd
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd-2024
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libwpd-0.8.7.patch none

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!