Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2456 closed enhancement (fixed)

UPDATE rxvt-2.7.10

Reported by: pelopor@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: rxvt

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I send a small patch to add a variant which enables multi-language function in rxvt.

--- Portfile.orig	Mon Dec  6 15:15:05 2004
+++ Portfile	Fri Nov 26 01:11:54 2004
@@ -17,4 +17,8 @@
 checksums	md5 302c5c455e64047b02d1ef19ff749141
 depends_lib	lib:libX11.6:XFree86 lib:libfreetype.6:freetype
 configure.env	CPPFLAGS=-no-cpp-precomp
-configure.args	--enable-everything
+configure.args	--enable-everything --mandir=${prefix}/share/man
+variant ml {
+    configure.args-append   --enable-languages
+}
+

Change History (2)

comment:1 Changed 19 years ago by toby@…

Resolution: fixed
Status: newclosed

Committed.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: rxvt added
Type: defectenhancement
Note: See TracTickets for help on using tickets.