ports/62734: ports/x11/rxvt-devel: WITH_LINESPACE knob

Katsura Matsumoto katsura at cc.osaka-kyoiku.ac.jp
Thu Feb 12 15:00:21 UTC 2004


>Number:         62734
>Category:       ports
>Synopsis:       ports/x11/rxvt-devel: WITH_LINESPACE knob
>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:   Thu Feb 12 07:00:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Katsura Matsumoto
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
Osaka Kyoiku Univ.
>Environment:
System: FreeBSD gaia.cc.osaka-kyoiku.ac.jp 4.9-RELEASE-p2
>Description:
I would like to add an WITH_LINESPACE knob in Makefile of ports/x11/rxvt-devel.
>How-To-Repeat:
>Fix:

--- rxvt-devel.orig/Makefile	Sun Feb  8 15:21:21 2004
+++ rxvt-devel/Makefile	Thu Feb 12 22:12:30 2004
@@ -95,6 +95,11 @@
 .if defined(WITH_XTERM_SCROLLBAR)
 CONFIGURE_ARGS+=	--enable-xterm-scroll
 .endif # WITH_XTERM_SCROLLBAR
+#
+# enable line-spacing
+.if defined(WITH_LINESPACE)
+CONFIGURE_ARGS+=	--enable-linespace
+.endif # WITH_LINESPACE
 
 CONFIGURE_ENV+=		LIBS="-lutil"
 
@@ -114,6 +119,7 @@
 	@${ECHO_MSG} "WITH_NEXT_SCROLLBAR=yes		add support for a NeXT-like scrollbar"
 	@${ECHO_MSG} "WITH_RXVT_SCROLLBAR=yes		add support for the original rxvt scrollbar"
 	@${ECHO_MSG} "WITH_XTERM_SCROLLBAR=yes	add support for an Xterm-like scrollbar"
+	@${ECHO_MSG} "WITH_LINESPACE=yes	add support for line-spacing"
 	@${ECHO_MSG}
 .ifndef(WITH_ENCODING)
 	@${ECHO_MSG} "==> You can specify an alternate encoding by setting the WITH_ENCODING variable"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list