ports/174352: print/cups-base : `make package` is broken with WITH_MDNSRESPONDER

Geraud CONTINSOUZAS geraud at gcu.info
Tue Dec 11 02:10:01 UTC 2012


>Number:         174352
>Category:       ports
>Synopsis:       print/cups-base : `make package` is broken with WITH_MDNSRESPONDER
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 02:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Geraud CONTINSOUZAS
>Release:        FreeBSD 8.3 STABLE
>Organization:
>Environment:
FreeBSD chauchau.xxxxxx.local 8.3-STABLE FreeBSD 8.3-STABLE #0: Mon Jul 23 15:19:20 NCT 2012     root at chauchau.xxxxxx.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
With the latest commit, and the MDNSRESPONDER option set, the port will not install the libexec/cups/backend/mdns file.


>How-To-Repeat:
cd /usr/ports/print/cups-base;
make config        # check  MDNSRESPONDER
make package install
>Fix:
see attached patch

Patch attached with submission follows:

--- /dev/null	2012-12-11 13:04:26.000000000 +1100
+++ print/cups-base/files/patch-backend-Makefile	2012-12-11 13:02:19.000000000 +1100
@@ -0,0 +1,11 @@
+--- backend/Makefile.orig	2012-04-24 04:42:12.000000000 +1100
++++ backend/Makefile	2012-12-11 13:01:15.000000000 +1100
+@@ -98,7 +98,7 @@
+ 		$(RM) $(SERVERBIN)/backend/$$file; \
+ 		$(LN) ipp $(SERVERBIN)/backend/$$file; \
+ 	done
+-	if test "x$(DNSSD_BACKEND)" != x -a `uname` = Darwin; then \
++	if test "x$(DNSSD_BACKEND)" != x -a `uname` = FreeBSD; then \
+ 		$(RM) $(SERVERBIN)/backend/mdns; \
+ 		$(LN) $(DNSSD_BACKEND) $(SERVERBIN)/backend/mdns; \
+ 	fi


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list