Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2019 09:40:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520376 - head/net-im/libnice
Message-ID:  <201912180940.xBI9ehF2074341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 18 09:40:42 2019
New Revision: 520376
URL: https://svnweb.freebsd.org/changeset/ports/520376

Log:
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/libnice/Makefile
  head/net-im/libnice/pkg-descr

Modified: head/net-im/libnice/Makefile
==============================================================================
--- head/net-im/libnice/Makefile	Wed Dec 18 09:04:34 2019	(r520375)
+++ head/net-im/libnice/Makefile	Wed Dec 18 09:40:42 2019	(r520376)
@@ -9,12 +9,11 @@ MASTER_SITES=	http://nice.freedesktop.org/releases/
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library and transmitter that implements ICE-19
 
-USES=		gettext gmake gnome libtool pathfix pkgconfig
+USES=		gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20 introspection:build
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_GETIFADDRS
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-DHAVE_GETIFADDRS
 INSTALL_TARGET=	install-strip
 
 .if !defined(LIBNICE_SLAVE)

Modified: head/net-im/libnice/pkg-descr
==============================================================================
--- head/net-im/libnice/pkg-descr	Wed Dec 18 09:04:34 2019	(r520375)
+++ head/net-im/libnice/pkg-descr	Wed Dec 18 09:40:42 2019	(r520376)
@@ -1,4 +1,4 @@
 Libnice is a library and a transmitter that does ICE (as defined in the ICE-19
 draft), as well as Google Talk and MSN compatible ICE-like protocols.
 
-WWW: http://nice.freedesktop.org/
+WWW: https://nice.freedesktop.org/



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