Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2015 17:15:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403071 - head/comms/usbmuxd
Message-ID:  <201512051715.tB5HFS3v038801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec  5 17:15:28 2015
New Revision: 403071
URL: https://svnweb.freebsd.org/changeset/ports/403071

Log:
  comms/usbmuxd: apply udev workaround to DragonFly as well
  
  --- 39-usbmuxd.rules ---
  /usr/bin/sed -r  -e 's|@udev_activation_rule[@]|RUN+="@sbindir@/usbmuxd --user usbmux --udev"|g'  -e 's|@sbindir[@]|/usr/local/sbin|g'  <  > 39-usbmuxd.rules || rm 39-usbmuxd.rules
  sh: Syntax error: redirection unexpected (expecting word)
  
  Reported by:	http://muscles.dragonflybsd.org/bulk/latest-per-pkg/usbmuxd/
  Approved by:	portmgr blanket

Modified:
  head/comms/usbmuxd/Makefile   (contents, props changed)

Modified: head/comms/usbmuxd/Makefile
==============================================================================
--- head/comms/usbmuxd/Makefile	Sat Dec  5 16:37:00 2015	(r403070)
+++ head/comms/usbmuxd/Makefile	Sat Dec  5 17:15:28 2015	(r403071)
@@ -31,7 +31,7 @@ OPTIONS_DEFINE=	DOCS
 post-patch:
 # TODO: add devd(8) rule.
 	@${REINPLACE_CMD} \
-		-e '/*cygwin*/ s,),|*bsd*),' \
+		-e '/*cygwin*/ s,),|dragonfly*|*bsd*),' \
 		${WRKSRC}/configure.ac
 
 post-install:



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