ports/178205: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon May 13 15:50:02 UTC 2013


The following reply was made to PR ports/178205; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/178205: commit references a PR
Date: Mon, 13 May 2013 15:40:21 +0000 (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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list