1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Update to rxvt 2.7.8 and use ports/x11/rxvt as the master port

PR:		32690
Submitted by:	statue@softwareliberty.org
This commit is contained in:
Michael C . Wu 2002-05-15 17:53:51 +00:00
parent 5ec9643a9c
commit 3c3368a63c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59185
7 changed files with 8 additions and 105 deletions

View File

@ -5,34 +5,16 @@
# $FreeBSD$
#
PORTNAME= rxvt
PORTVERSION= 2.7.5
CATEGORIES= chinese x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/terms
DISTNAME= rxvt-${PORTVERSION}
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../x11/rxvt-devel
.include "${MASTERDIR}/Makefile"
MAINTAINER= keichii@freebsd.org
USE_X_PREFIX= yes
USE_XPM= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_BZIP2= yes
CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \
--enable-menubar --enable-graphics --enable-xim \
CONFIGURE_ARGS+= \
--enable-menubar --enable-graphics \
--disable-backspace-key --disable-delete-key \
--enable-rxvt-scroll --enable-next-scroll \
--enable-languages --with-encoding=big5 \
--enable-utmp --enable-wtmp --enable-shared
MAN1= crxvt.1
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/crxvt
.include <bsd.port.mk>
--with-encoding=big5

View File

@ -1 +0,0 @@
MD5 (rxvt-2.7.5.tar.bz2) = dd9d2b6c3887c674f484c480d4419a19

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig Mon Feb 5 22:39:51 2001
+++ Makefile.in Mon Feb 5 22:40:19 2001
@@ -9,7 +9,7 @@
first_rule: all
dummy:
-subdirs = src doc rclock src/graphics src/test
+subdirs = src doc src/graphics
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog

View File

@ -1,22 +0,0 @@
--- autoconf/config.h.in.orig Mon Feb 5 22:46:11 2001
+++ autoconf/config.h.in Mon Feb 5 22:48:13 2001
@@ -168,7 +168,8 @@
#undef HAVE_UTMP_HOST
/* Define location of utmp */
-#undef RXVT_UTMP_FILE
+/* #undef RXVT_UTMP_FILE */
+#define RXVT_UTMP_FILE "/var/run/utmp"
/* Define in utmpx.h has struct utmpx */
#undef HAVE_STRUCT_UTMPX
@@ -180,7 +181,8 @@
#undef RXVT_UTMPX_FILE
/* Define location of wtmp */
-#undef RXVT_WTMP_FILE
+/* #undef RXVT_WTMP_FILE */
+#define RXVT_WTMP_FILE "/var/log/wtmp"
/* Define location of wtmpx */
#undef RXVT_WTMPX_FILE

View File

@ -1,30 +0,0 @@
--- doc/Makefile.in.orig Mon Feb 5 22:40:26 2001
+++ doc/Makefile.in Mon Feb 5 22:50:03 2001
@@ -40,9 +40,6 @@
all: rxvt.1
-rxvt.1: rxvt.tbl Makefile
- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi
-
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
-e 's%@RXVT_DATE@%$(DATE)%g;'\
@@ -56,7 +53,7 @@
tags allbin:
-alldoc: $(basedir)/$(VERNAME).lsm yodl/versioninfo.yo rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
+alldoc: rxvt.1
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../src/version.h
$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
@@ -87,7 +84,7 @@
distclean:
install:
- $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext)
+ $(INSTALL_DATA) rxvt.1 $(PREFIX)/man/man1/crxvt.1
uninstall:
-(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )

View File

@ -1,11 +0,0 @@
--- src/Makefile.in.orig Mon Feb 5 22:41:53 2001
+++ src/Makefile.in Mon Feb 5 22:42:41 2001
@@ -115,7 +115,7 @@
install: allbin alldoc
@$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(libdir)
- @$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(DESTDIR)$(bindir)/`$(ECHO) $$p|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'|$(SED) 's/$$/$(EXEEXT)/'`;
+ @$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(PREFIX)/bin/crxvt
uninstall:
@$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(bindir)/`$(ECHO) rxvt|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'|$(SED) 's/$$/$(EXEEXT)/'`

View File

@ -1,4 +0,0 @@
bin/crxvt
lib/librxvt.a
lib/librxvt.so
lib/librxvt.so.0