Bug 124168 - ports/devel/directfb make problem
Summary: ports/devel/directfb make problem
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-31 19:50 UTC by nickolayho
Modified: 2008-06-02 18:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nickolayho 2008-05-31 19:50:00 UTC
	The port build stop near
gmake[3]: Entering directory `/usr/ports/devel/directfb/work/DirectFB-1.1.1/docs'
/usr/local/bin/man2html directfb-csource.1 > directfb-csource.1.html

How-To-Repeat: 	cd /usr/ports/devel/directfb; make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-31 19:50:06 UTC
Maintainer of devel/directfb,

Please note that PR ports/124168 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124168

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-31 19:50:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Anatoly Borodin 2008-05-31 23:05:46 UTC
The problem may be reproduced if textproc/man2html is installed.

To Nickolay: try to deinstall man2html and rebuild directfb.

To Dmitry: it may be an issue with man2html
# man2html directfb-csource.1
<HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
and hangs

To me: try to hack directfb documentation installation.
Comment 4 Pietro Cerutti freebsd_committer freebsd_triage 2008-06-02 12:46:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

I'll take it.
Comment 5 Pietro Cerutti freebsd_committer freebsd_triage 2008-06-02 13:09:18 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Ok, try this:

http://gahr.ch/FreeBSD/patches/_pending/directfb.diff

If it solves the problem and Anatoly approves it, then I will commit it.

- --
Pietro Cerutti
gahr@FreeBSD.org

PGP Public Key:
http://gahr.ch/pgp

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)

iEYEAREKAAYFAkhD4u0ACgkQwMJqmJVx9459ggCgpfXFz9LDPbZqqGaBLwo+DYWK
6HQAn34QqTEETxmZdydwZxu+ZUsIyphA
=c67Q
-----END PGP SIGNATURE-----
Comment 6 Anatoly Borodin 2008-06-02 18:05:11 UTC
Yes, I approve.
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-06-02 18:15:31 UTC
gahr        2008-06-02 17:15:22 UTC

  FreeBSD ports repository

  Added files:
    devel/directfb/files patch-doc_Makefile.in 
  Log:
  - Fix build when html2man is installed
  
  PR:             124168
  Approved by:    Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.1       +11 -0     ports/devel/directfb/files/patch-doc_Makefile.in (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 8 Pietro Cerutti freebsd_committer freebsd_triage 2008-06-02 18:15:48 UTC
State Changed
From-To: feedback->closed

Fix committed. Thanks!