Bug 184614 - multimedia/vlc failded to buid with notify enabled
Summary: multimedia/vlc failded to buid with notify enabled
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-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 00:00 UTC by sk8harddiefast
Modified: 2014-05-19 09:04 UTC (History)
0 users

See Also:


Attachments
vlc-notify.patch (488 bytes, patch)
2013-12-09 17:11 UTC, Juergen Lock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sk8harddiefast 2013-12-09 00:00:00 UTC
When try to compile vlc with notify support, vlc fails to build
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-12-09 00:00:24 UTC
Responsible Changed
From-To: freebsd-amd64->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-09 00:01:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 William Grzybowski 2013-12-09 00:19:44 UTC
Hi,

If you're opening a PR please have the minimal decency of providing logs
and any extra information about the error.

-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 4 Juergen Lock 2013-12-09 17:11:07 UTC
Actually I was able to reproduce this in powderkeg, can you try the
attached patch?

 Thanx, :)
	Juergen
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-12-20 19:55:37 UTC
Author: nox
Date: Fri Dec 20 19:55:29 2013
New Revision: 337086
URL: http://svnweb.freebsd.org/changeset/ports/337086

Log:
  Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20.
  
  PR:		ports/184614
  Submitted by:	kwm (via irc earlier)

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Fri Dec 20 19:46:09 2013	(r337085)
+++ head/multimedia/vlc/Makefile	Fri Dec 20 19:55:29 2013	(r337086)
@@ -166,8 +166,8 @@ NCURSES_CONFIGURE_ENABLE=	ncurses
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify \
-			libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20
+NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_USE=		GNOME=gtk20
 NOTIFY_CONFIGURE_ENABLE=	notify
 
 OPTIMIZED_CFLAGS_CFLAGS=	-O3 -ffast-math -fomit-frame-pointer
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Tijl Coosemans freebsd_committer freebsd_triage 2014-05-19 09:03:38 UTC
State Changed
From-To: open->closed

Patch committed, presume fixed.