Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 1999 08:58:25 +0800 (CST)
From:      frankch@waru.life.nthu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12356: Update ports/chinese/rxvt to 2.6.0
Message-ID:  <199906230058.IAA00366@sentinel.life.nthu.edu.tw>

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

>Number:         12356
>Category:       ports
>Synopsis:       Update ports/chinese/rxvt
>Confidential:   yes
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 18:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Frank Chen-hsiung Chan
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Department of Life Science, National Tsing Hua University, Taiwan
>Environment:

	
	FreeBSD 3.2-STABLE

>Description:

	
	Update ports/chinese/rxvt to release 2.6.0.
	Also removed yodl dependancy. It is not necessary to install
	whole TeX system just for a man page.
	This version supports XIM, therefore the xcin support is
	not included. 

>How-To-Repeat:

	

>Fix:
	
	
	Please apply the following patch.


diff -ruN rxvt.org/Makefile rxvt/Makefile
--- rxvt.org/Makefile	Tue Jun 22 11:02:27 1999
+++ rxvt/Makefile	Tue Jun 22 11:16:37 1999
@@ -1,24 +1,28 @@
 # New ports collection Makefile for: rxvt
-# Version required:     2.6.PRE3
+# Version required:     2.6.0
 # Date created:         Nov 16 1997
 # Whom:                 frankch@waru.life.nthu.edu.tw
 #
 # $Id: Makefile,v 1.12 1999/04/13 15:11:32 taoka Exp $
 #
 
-DISTNAME=	rxvt-2.6.PRE3
-PKGNAME=	zh-rxvt-2.6.p3
+DISTNAME=	rxvt-2.6.0
+PKGNAME=	zh-rxvt-2.6.0
 CATEGORIES=	chinese x11
 MASTER_SITES=	ftp://mason.primenet.com.au/pub/rxvt/ \
 		ftp://ftp.rxvt.org/pub/rxvt/devel/
 
 MAINTAINER=	frankch@waru.life.nthu.edu.tw
 
-BUILD_DEPENDS=	yodl2man:${PORTSDIR}/textproc/yodl
+LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-big5=yes --enable-xim=yes
+USE_BZIP2=	yes
 MAN1=		crxvt.1
+
+CONFIGURE_ARGS+=--enable-xpm-background --enable-transparency \
+		--enable-menubar --enable-graphics --enable-xim \
+		--enable-big5 --disable-backspace-key --disable-delete-key
 
 .include <bsd.port.mk>
diff -ruN rxvt.org/files/md5 rxvt/files/md5
--- rxvt.org/files/md5	Tue Jun 22 11:02:27 1999
+++ rxvt/files/md5	Tue Jun 22 11:17:06 1999
@@ -1 +1 @@
-MD5 (rxvt-2.6.PRE3.tar.gz) = 63094f1ee4338941f65f66b069b3240b
+MD5 (rxvt-2.6.0.tar.bz2) = 8f6d86c2b76d7f2945d121191ef25158
diff -ruN rxvt.org/patches/patch-aa rxvt/patches/patch-aa
--- rxvt.org/patches/patch-aa	Tue Jun 22 11:02:27 1999
+++ rxvt/patches/patch-aa	Tue Jun 22 11:24:32 1999
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Fri Mar  5 11:46:39 1999
-+++ Makefile.in	Fri Mar  5 11:47:32 1999
+--- Makefile.in.orig	Mon Mar 29 13:31:37 1999
++++ Makefile.in	Tue Jun 22 11:20:32 1999
 @@ -9,7 +9,7 @@
  first_rule: all
  dummy:
@@ -7,31 +7,41 @@
 -subdirs = src doc rclock src/graphics
 +subdirs = src doc src/graphics
  
- DIST =	INSTALL README.configure configure Makefile Makefile.in
+ DIST =	INSTALL README.configure configure Makefile Makefile.in ChangeLog
  
---- doc/Makefile.in.orig	Fri Mar  5 11:47:46 1999
-+++ doc/Makefile.in	Fri Mar  5 11:56:55 1999
-@@ -54,7 +54,7 @@
+--- doc/Makefile.in.orig	Tue Jun  8 17:53:55 1999
++++ doc/Makefile.in	Tue Jun 22 11:23:47 1999
+@@ -55,7 +55,7 @@
  
  tags allbin:
  
 -alldoc:	$(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
-+alldoc:	
++alldoc:	rxvt.1
  
  yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in
  	$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
-@@ -86,7 +86,7 @@
+@@ -66,8 +66,7 @@
+ rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
+ 	yodl2man -orxvt.tbl yodl/rxvt.yo
+ 
+-rxvt.1: rxvt.tbl Makefile
+-	@if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
++rxvt.1: 
+ 
+ rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
+ 	yodl2html -o$@ yodl/rxvt.yo
+@@ -87,7 +86,7 @@
  distclean:
  
  install: rxvt.1
 -	$(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
-+	$(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/crxvt.$(manext)
++	$(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)crxvt.$(manext)
  
  uninstall:
  	-cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext)
---- src/Makefile.in.orig	Tue Mar  9 18:09:06 1999
-+++ src/Makefile.in	Tue Mar  9 18:09:24 1999
-@@ -97,7 +97,7 @@
+--- src/Makefile.in.orig	Tue Jun 22 11:21:05 1999
++++ src/Makefile.in	Tue Jun 22 11:21:17 1999
+@@ -98,7 +98,7 @@
  	(cd $(srcdir); $(RMF) Makefile)
  
  install: allbin alldoc

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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