Bug 129785 - Port net/x11vnc fails to build
Summary: Port net/x11vnc fails to build
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: 2008-12-20 11:10 UTC by Pavel Gubin
Modified: 2008-12-20 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.23 KB, patch)
2008-12-20 11:10 UTC, Pavel Gubin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Gubin 2008-12-20 11:10:01 UTC
	
	The port net/x11vnc fails to buils because of added avahi dependancy,
	which in turn depends on libintl library from devel/gettext ports,
	but these dependancies was not added.

Fix: Apply the following patch.
	This adds devel/gettext dependancy using USE_GETTEXT=yes and
	patches `configure' to include -lintl in LIBS= definition.
How-To-Repeat: 	Build the port - it will break at link stage with errors:

	/usr/local/lib/libavahi-common.so: undefined reference to `libintl_bindtextdomain'
	/usr/local/lib/libavahi-common.so: undefined reference to `libintl_dgettext'
	/usr/local/lib/libavahi-common.so: undefined reference to `libintl_bind_textdomain_codeset'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-20 11:10:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-12-20 18:40:16 UTC
beech       2008-12-20 18:40:07 UTC

  FreeBSD ports repository

  Modified files:
    net/x11vnc           Makefile 
  Added files:
    net/x11vnc/files     patch-configure 
  Log:
  - Add devel/gettext dependancy using USE_GETTEXT=yes and
    patches `configure' to include -lintl in LIBS= definition.
  - Bump portrevision
  
  PR:             ports/129785
  Submitted by:   Pavel Gubin <pg@2lazy.ru>
  
  Revision  Changes    Path
  1.21      +4 -4      ports/net/x11vnc/Makefile
  1.1       +14 -0     ports/net/x11vnc/files/patch-configure (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 2008-12-20 18:40:58 UTC
State Changed
From-To: open->closed

Committed (with maintainer changes), Thanks!