Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 02:07:51 GMT
From:      Geraud CONTINSOUZAS <geraud@gcu.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174352: print/cups-base : `make package` is broken with WITH_MDNSRESPONDER
Message-ID:  <201212110207.qBB27pDB085622@red.freebsd.org>
Resent-Message-ID: <201212110210.qBB2A03g024207@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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