ports/77609: [patch] Add libpaper support to print/cups*

Oyvind Moll oyvind at moll.no
Wed Feb 16 16:00:59 UTC 2005


>Number:         77609
>Category:       ports
>Synopsis:       [patch] Add libpaper support to print/cups*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 16 16:00:55 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Oyvind Moll
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD pinball.idi.ntnu.no 5.3-STABLE FreeBSD 5.3-STABLE #1: Fri Dec 10 16:57:18 CET 2004 root at pinball.idi.ntnu.no:/usr/obj/usr/src/sys/PINBALL i386


	
>Description:
Cups can be built with support for libpaper (print/libpaper) using
a compile-time configure option.  The attached patch adds a make option
for enabling this in a ports-friendly fashion.

The patch has been blessed by the maintainer (asa at agava.com).
 
	
>How-To-Repeat:
Build print/cups with WITH_CUPS_LIBPAPER defined to enable libpaper
support.

	
>Fix:
This patch applies to print/cups/Makefile.common:

	

--- patch-cups-Makefile.common begins here ---
--- Makefile.common.old	Mon Feb 14 15:33:48 2005
+++ Makefile.common	Wed Feb 16 16:43:24 2005
@@ -57,6 +57,11 @@
 USE_PYTHON=	yes
 .endif
 
+.if defined(WITH_CUPS_LIBPAPER)
+CONFIGURE_ARGS+=	--enable-libpaper
+LIB_DEPENDS+=	paper.2:${PORTSDIR}/print/libpaper
+.endif
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_PERL5_RUN=	yes
--- patch-cups-Makefile.common ends here ---


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



More information about the freebsd-ports-bugs mailing list