ports/174352: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Dec 28 15:50:01 UTC 2012


The following reply was made to PR ports/174352; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/174352: commit references a PR
Date: Fri, 28 Dec 2012 15:42:19 +0000 (UTC)

 Author: pawel
 Date: Fri Dec 28 15:42:11 2012
 New Revision: 309572
 URL: http://svnweb.freebsd.org/changeset/ports/309572
 
 Log:
   Fix file installation when MDNSRESPONDER=on
   
   PR:		ports/174352 (based on)
   Submitted by:	Geraud CONTINSOUZAS <geraud at gcu.info>
 
 Modified:
   head/print/cups-base/Makefile
 
 Modified: head/print/cups-base/Makefile
 ==============================================================================
 --- head/print/cups-base/Makefile	Fri Dec 28 14:21:00 2012	(r309571)
 +++ head/print/cups-base/Makefile	Fri Dec 28 15:42:11 2012	(r309572)
 @@ -290,6 +290,10 @@ post-patch:
  .if ${ARCH} == "amd64"
  	@${REINPLACE_CMD} -e 's|@PIEFLAGS@||' ${WRKSRC}/Makedefs.in
  .endif
 +.if ${PORT_OPTIONS:MMDNSRESPONDER}
 +	@${REINPLACE_CMD} -e 's|Darwin|FreeBSD|' \
 +		${WRKSRC}/backend/Makefile
 +.endif
  .if  ${PORT_OPTIONS:MXDG_OPEN}
  	@${REINPLACE_CMD} -e 's|htmlview|xdg-open|' ${WRKSRC}/desktop/cups.desktop.in
  .endif
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list