Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 18:40:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/189778: commit references a PR
Message-ID:  <201405131840.s4DIe0Cp016036@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189778; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189778: commit references a PR
Date: Tue, 13 May 2014 18:28:59 +0000 (UTC)

 Author: tijl
 Date: Tue May 13 18:28:55 2014
 New Revision: 353976
 URL: http://svnweb.freebsd.org/changeset/ports/353976
 QAT: https://qat.redports.org/buildarchive/r353976/
 
 Log:
   - Use new LIB_DEPENDS syntax to fix libunique dependency.
   - Staging.
   
   PR:		ports/189778
   Obtained from:	marcuscom
 
 Modified:
   head/net/vino/Makefile
 
 Modified: head/net/vino/Makefile
 ==============================================================================
 --- head/net/vino/Makefile	Tue May 13 18:22:28 2014	(r353975)
 +++ head/net/vino/Makefile	Tue May 13 18:28:55 2014	(r353976)
 @@ -12,9 +12,9 @@ DIST_SUBDIR=	gnome2
  MAINTAINER=	gnome@FreeBSD.org
  COMMENT=	VNC server that allows for remote access to your GNOME desktop
  
 -LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls \
 -		telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
 -		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
 +LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls \
 +		libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
 +		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
  
  USE_BZIP2=	yes
  USES=		gettext gmake pkgconfig
 @@ -29,11 +29,10 @@ LDFLAGS+=	-L${LOCALBASE}/lib
  GCONF_SCHEMAS=	vino-server.schemas
  
  .if !defined(WITHOUT_NOTIFY)
 -LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
 +LIB_DEPENDS+=	libnotify.so:${PORTSDIR}/devel/libnotify
  CONFIGURE_ARGS+=--enable-libnotify=yes
  .else
  CONFIGURE_ARGS+=--enable-libnotify=no
  .endif
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 _______________________________________________
 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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405131840.s4DIe0Cp016036>