Date: Sat, 14 Dec 2002 20:46:49 +0800 (CST) From: Kuang-che Wu <kcwu@kcwu.dyndns.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46256: update rxvt-devel to 2.7.9 Message-ID: <200212141246.gBECkniu079555@kcwu.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 46256 >Category: ports >Synopsis: update rxvt-devel to 2.7.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 14 04:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386 >Description: update rxvt-devel to 2.7.9 (replace this pr with 46244) >How-To-Repeat: >Fix: diff -urN rxvt-devel.old/Makefile rxvt-devel/Makefile --- rxvt-devel.old/Makefile Sat Dec 14 04:00:46 2002 +++ rxvt-devel/Makefile Sat Dec 14 04:52:52 2002 @@ -9,8 +9,7 @@ # the same distfile. PORTNAME= rxvt -PORTVERSION= 2.7.8 -PORTREVISION= 1 +PORTVERSION= 2.7.9 CATEGORIES+= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \ diff -urN rxvt-devel.old/distinfo rxvt-devel/distinfo --- rxvt-devel.old/distinfo Sat Dec 14 04:00:46 2002 +++ rxvt-devel/distinfo Sat Dec 14 04:02:31 2002 @@ -1 +1 @@ -MD5 (rxvt-2.7.8.tar.bz2) = bacf6ab83464d4ede04c2407c0a76535 +MD5 (rxvt-2.7.9.tar.bz2) = d9f121e57f4ad5c30e56b6ad164ef704 diff -urN rxvt-devel.old/files/patch-ad rxvt-devel/files/patch-ad --- rxvt-devel.old/files/patch-ad Sat Dec 14 04:00:46 2002 +++ rxvt-devel/files/patch-ad Thu Jan 1 08:00:00 1970 @@ -1,20 +0,0 @@ ---- autoconf/config.h.in.orig Sun Oct 22 00:13:00 2000 -+++ autoconf/config.h.in Sun Oct 22 00:13:43 2000 -@@ -168,7 +168,7 @@ - #undef HAVE_UTMP_HOST - - /* Define location of utmp */ --#undef RXVT_UTMP_FILE -+#define RXVT_UTMP_FILE "/var/run/utmp" - - /* Define in utmpx.h has struct utmpx */ - #undef HAVE_STRUCT_UTMPX -@@ -180,7 +180,7 @@ - #undef RXVT_UTMPX_FILE - - /* Define location of wtmp */ --#undef RXVT_WTMP_FILE -+#define RXVT_WTMP_FILE "/var/log/wtmp" - - /* Define location of wtmpx */ - #undef RXVT_WTMPX_FILE diff -urN rxvt-devel.old/files/patch-autoconf::config.h.in rxvt-devel/files/patch-autoconf::config.h.in --- rxvt-devel.old/files/patch-autoconf::config.h.in Thu Jan 1 08:00:00 1970 +++ rxvt-devel/files/patch-autoconf::config.h.in Sat Dec 14 04:51:52 2002 @@ -0,0 +1,12 @@ +--- autoconf/config.h.in.orig Sat Dec 14 04:50:19 2002 ++++ autoconf/config.h.in Sat Dec 14 04:50:23 2002 +@@ -349,3 +349,9 @@ + + /* Define if you have the <unistd.h> header file. */ + #undef HAVE_UNISTD_H ++ ++/* Define if you have the <utmp.h> header file. */ ++#undef HAVE_UTMP_H ++ ++/* Define if you have the <utmpx.h> header file. */ ++#undef HAVE_UTMPX_H diff -urN rxvt-devel.old/files/patch-configure rxvt-devel/files/patch-configure --- rxvt-devel.old/files/patch-configure Thu Jan 1 08:00:00 1970 +++ rxvt-devel/files/patch-configure Sat Dec 14 20:31:50 2002 @@ -0,0 +1,19 @@ +--- configure.orig Thu Nov 29 15:28:03 2001 ++++ configure Sat Dec 14 20:31:36 2002 +@@ -6845,6 +6845,8 @@ + sys/sockio.h \ + sys/strredir.h \ + sys/time.h \ ++ utmp.h \ ++ utmpx.h \ + + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` +@@ -9505,6 +9507,7 @@ + s%@include_sys_time_h@%$include_sys_time_h%g + s%@include_time_h@%$include_time_h%g + s%@lib_multicharset@%$lib_multicharset%g ++s%@INSTALL_LIBRXVT@%$enable_shared%g + + CEOF + EOF diff -urN rxvt-devel.old/files/patch-src::Makefile.in rxvt-devel/files/patch-src::Makefile.in --- rxvt-devel.old/files/patch-src::Makefile.in Thu Jan 1 08:00:00 1970 +++ rxvt-devel/files/patch-src::Makefile.in Sat Dec 14 20:37:52 2002 @@ -0,0 +1,21 @@ +--- src/Makefile.in.orig Fri Nov 30 11:22:56 2001 ++++ src/Makefile.in Sat Dec 14 20:36:58 2002 +@@ -132,16 +132,8 @@ + $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la"; \ + $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la; \ + fi +- @if test -f $(RXVT_BINNAME); then \ +- $(ECHO) "$(RMF) $(RXVT_OLDNAME)"; \ +- $(RMF) $(RXVT_OLDNAME); \ +- $(ECHO) "$(MV) $(RXVT_BINNAME) $(RXVT_OLDNAME)"; \ +- $(MV) $(RXVT_BINNAME) $(RXVT_OLDNAME); \ +- fi +- @$(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_VERNAME)" +- @$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_VERNAME) +- @$(ECHO) "$(LN) $(RXVT_VERNAME) $(RXVT_BINNAME)" +- @$(LN) $(RXVT_VERNAME) $(RXVT_BINNAME) ++ @$(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)" ++ @$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) + + uninstall: + @$(ECHO) $(RMF) $(RXVT_VERNAME) diff -urN rxvt-devel.old/files/patch-src::xdefaults.c rxvt-devel/files/patch-src::xdefaults.c --- rxvt-devel.old/files/patch-src::xdefaults.c Sat Dec 14 04:00:46 2002 +++ rxvt-devel/files/patch-src::xdefaults.c Thu Jan 1 08:00:00 1970 @@ -1,12 +0,0 @@ ---- src/xdefaults.c.orig Wed Dec 5 15:13:01 2001 -+++ src/xdefaults.c Wed Dec 5 15:15:37 2001 -@@ -278,7 +278,9 @@ - #endif - RSTRG(Rs_selectstyle, "selectstyle", "mode"), - RSTRG(Rs_scrollstyle, "scrollstyle", "mode"), -+#ifdef HAVE_SCROLLBARS - RSTRG(Rs_scrollBar_align, "scrollBar_align", "mode"), -+#endif - #ifdef PRINTPIPE - RSTRG(Rs_print_pipe, "print-pipe", "string"), - #endif >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?200212141246.gBECkniu079555>