Bug 178205 - missing NOTIFY option in x11/gnome-applets
Summary: missing NOTIFY option in x11/gnome-applets
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-27 22:10 UTC by Jimmy Olgeni
Modified: 2013-05-13 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (434 bytes, patch)
2013-04-27 22:10 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2013-04-27 22:10:00 UTC
The x11/gnome-applets port references an undeclared NOTIFY option.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-27 22:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast freebsd_committer freebsd_triage 2013-05-13 16:40:09 UTC
State Changed
From-To: open->closed

Committed thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-13 16:40:21 UTC
Author: kwm
Date: Mon May 13 15:40:04 2013
New Revision: 318111
URL: http://svnweb.freebsd.org/changeset/ports/318111

Log:
  Add NOTIFY to OPTIONS_DEFINE [1], also fix logic bug in notify support
  
  PR:		ports/178205 [1]
  Submitted by:	olgeni@

Modified:
  head/x11/gnome-applets/Makefile

Modified: head/x11/gnome-applets/Makefile
==============================================================================
--- head/x11/gnome-applets/Makefile	Mon May 13 15:39:33 2013	(r318110)
+++ head/x11/gnome-applets/Makefile	Mon May 13 15:40:04 2013	(r318111)
@@ -41,13 +41,13 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_L
 GCONF_SCHEMAS=	charpick.schemas drivemount.schemas geyes.schemas \
 		mixer.schemas multiload.schemas stickynotes.schemas
 
-OPTIONS_DEFINE=	MINI_COMMANDER
+OPTIONS_DEFINE=	MINI_COMMANDER NOTIFY
 MINI_COMMANDER_DESC=	Mini-commander applet
 
 .include <bsd.port.options.mk>
 
 .if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \
-	!${PORT_OPTIONS:MNOTIFY}
+	${PORT_OPTIONS:MNOTIFY}
 LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
 .endif
 
_______________________________________________
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"