ports/113613: make install in print/cups-base fails

Christian Ullrich chris at chrullrich.de
Tue Jun 12 06:40:03 UTC 2007


>Number:         113613
>Category:       ports
>Synopsis:       make install in print/cups-base fails
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 12 06:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Christian Ullrich
>Release:        6.2-STABLE
>Organization:
>Environment:
>Description:
make install in print/cups-base fails due to a bug in pkg-install, where the exit code from a [ command becomes the script's exit code.
>How-To-Repeat:
1. Make sure /usr/sbin/lpc is not present on your system.
2. Run make install.
>Fix:
diff -ur cups-base.orig/pkg-install cups-base/pkg-install
--- cups-base.orig/pkg-install  Tue Jun 12 08:32:22 2007
+++ cups-base/pkg-install       Tue Jun 12 08:32:34 2007
@@ -18,3 +18,5 @@
        fi
        ;;
 esac
+
+exit 0


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



More information about the freebsd-ports-bugs mailing list