svn commit: r367653 - in head/net/avahi-app: . files
Joe Marcus Clarke
marcus at FreeBSD.org
Mon Sep 8 16:30:24 UTC 2014
Author: marcus
Date: Mon Sep 8 16:30:23 2014
New Revision: 367653
URL: http://svnweb.freebsd.org/changeset/ports/367653
QAT: https://qat.redports.org/buildarchive/r367653/
Log:
Fix a warning caused by the inability to find nss_mdns.so.1 on FreeBSD.
Submitted by: John Silva <john at aerizen.com>
Added:
head/net/avahi-app/files/patch-avahi-client_check-nss.c (contents, props changed)
Modified:
head/net/avahi-app/Makefile
Modified: head/net/avahi-app/Makefile
==============================================================================
--- head/net/avahi-app/Makefile Mon Sep 8 16:25:17 2014 (r367652)
+++ head/net/avahi-app/Makefile Mon Sep 8 16:30:23 2014 (r367653)
@@ -4,7 +4,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.31
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
PKGNAMESUFFIX?= -app
Added: head/net/avahi-app/files/patch-avahi-client_check-nss.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/avahi-app/files/patch-avahi-client_check-nss.c Mon Sep 8 16:30:23 2014 (r367653)
@@ -0,0 +1,10 @@
+--- avahi-client/check-nss.c.orig 2014-09-08 12:26:55.000000000 -0400
++++ avahi-client/check-nss.c 2014-09-08 12:27:24.000000000 -0400
+@@ -33,6 +33,7 @@ int avahi_nss_support(void) {
+
+ #ifdef HAVE_DLOPEN
+ static const char * const libs[] = {
++ "nss_mdns.so.1",
+ "libnss_mdns.so.2",
+ "libnss_mdns4.so.2",
+ "libnss_mdns6.so.2",
More information about the svn-ports-all
mailing list