Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 19:54:10 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343378 - in head/net/netatalk3: . files
Message-ID:  <201402081954.s18JsAuu050182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sat Feb  8 19:54:10 2014
New Revision: 343378
URL: http://svnweb.freebsd.org/changeset/ports/343378
QAT: https://qat.redports.org/buildarchive/r343378/

Log:
  Remove a now-obsolete hunk since this function's signature was changed.
  
  Submitted by:	Daniel Becker <razzfazz@gmail.com>

Modified:
  head/net/netatalk3/Makefile
  head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Sat Feb  8 19:53:23 2014	(r343377)
+++ head/net/netatalk3/Makefile	Sat Feb  8 19:54:10 2014	(r343378)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netatalk
 PORTVERSION=	3.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SF

Modified: head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c
==============================================================================
--- head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Sat Feb  8 19:53:23 2014	(r343377)
+++ head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Sat Feb  8 19:54:10 2014	(r343378)
@@ -26,12 +26,3 @@
      }
  
  static struct pollfd *fds;
-@@ -134,7 +132,7 @@ static void register_stuff(const AFPObj 
- 
-     /* Register our service, prepare the TXT record */
-     TXTRecordCreate(&txt_adisk, 0, NULL);
--    TXTRecordPrintf(&txt_adisk, "sys", "waMa=0,adVF=0x100");
-+    TXTRecordPrintf(&txt_adisk, "sys", "waMa=0,adVF=0x100", NULL);
- 
-     /* Build AFP volumes list */
-     int i = 0;



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