Date: Wed, 1 Sep 1999 17:34:21 -0400 (EDT) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13537: update x11/eterm from v0.8.8 to v0.8.9 Message-ID: <199909012134.RAA86895@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 13537 >Category: ports >Synopsis: update x11/eterm from v0.8.8 to v0.8.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: Thu Sep 2 02:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: this is an update for eterm.. >How-To-Repeat: Apply the following diff to the current eterm port. >Fix: diff -urN --exclude=CVS eterm/Makefile eterm.new/Makefile --- eterm/Makefile Tue Aug 31 23:31:44 1999 +++ eterm.new/Makefile Wed Sep 1 17:25:44 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: eterm -# Version required: 0.8.8 +# Version required: 0.8.9 # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # -# $FreeBSD: ports/x11/eterm/Makefile,v 1.19 1999/08/31 02:50:16 peter Exp $ +# $FreeBSD$ # -DISTNAME= Eterm-0.8.8 -PKGNAME= eterm-0.8.8 +DISTNAME= Eterm-0.8.9 +PKGNAME= eterm-0.8.9 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://eterm.is.nontoxic.org/download/ \ @@ -31,19 +31,21 @@ ${CP} ${FILESDIR}/patch-kanji ${PATCHDIR} .endif +# this is needed to remove leftover files from applied patches. +pre-install: +.for i in Eterm emacs irc mutt tn3270 trans + @${RM} -f ${WRKSRC}/themes/$i/*.orig +.endfor + post-install: - ${CHOWN} root.wheel ${PREFIX}/bin/Eterm - ${CHMOD} 4755 ${PREFIX}/bin/Eterm - ${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm + @${CHOWN} root.wheel ${PREFIX}/bin/Eterm + @${CHMOD} 4755 ${PREFIX}/bin/Eterm .ifndef NOPORTDOCS - ${MKDIR} ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/menu_cmd ${PREFIX}/share/doc/Eterm + @${MKDIR} ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm .endif .include <bsd.port.mk> diff -urN --exclude=CVS eterm/files/md5 eterm.new/files/md5 --- eterm/files/md5 Fri Apr 23 21:06:00 1999 +++ eterm.new/files/md5 Thu Aug 19 19:36:07 1999 @@ -1 +1 @@ -MD5 (Eterm-0.8.8.tar.gz) = 19c0571f900757e5a90ac36baac3f79b +MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 diff -urN --exclude=CVS eterm/patches/patch-ac eterm.new/patches/patch-ac --- eterm/patches/patch-ac Fri Apr 23 21:06:00 1999 +++ eterm.new/patches/patch-ac Wed Sep 1 14:35:04 1999 @@ -1,14 +1,13 @@ -*** src/Makefile.in Wed Jan 13 05:54:45 1999 ---- src/Makefile.in~ Sun Feb 7 23:00:35 1999 -*************** -*** 123,128 **** ---- 123,131 ---- - system.h threads.h graphics/Makefile.am graphics/Makefile.in \ - graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h \ - graphics/qplot.c Eterm.xpm -+ ifeq ($(PORTOBJFORMAT),elf) -+ LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib -+ endif - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = +--- src/Makefile.in Mon Apr 26 10:53:52 1999 ++++ src/Makefile.in.new Wed Sep 1 14:34:27 1999 +@@ -121,6 +121,10 @@ + + EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h system.h threads.h graphics/Makefile.am graphics/Makefile.in graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h graphics/qplot.c Eterm.xpm + ++ifeq ($(PORTOBJFORMAT),elf) ++LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib ++endif ++ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN --exclude=CVS eterm/pkg/PLIST eterm.new/pkg/PLIST --- eterm/pkg/PLIST Tue Jun 22 17:14:00 1999 +++ eterm.new/pkg/PLIST Wed Sep 1 14:22:53 1999 @@ -8,7 +8,6 @@ lib/libmej.so.8 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -share/Eterm/colortest.sh share/Eterm/pix/014.png share/Eterm/pix/backwave.jpg share/Eterm/pix/button1.jpg @@ -40,13 +39,10 @@ share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/pixmaps.list share/Eterm/themes/trans/trans.menu -share/doc/Eterm/Eterm.help -share/doc/Eterm/Eterm.ref share/doc/Eterm/Eterm.tcap share/doc/Eterm/Eterm.ti share/doc/Eterm/FAQ.html share/doc/Eterm/ReleaseNotes -share/doc/Eterm/menu_cmd @dirrm share/doc/Eterm @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes/chooser >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?199909012134.RAA86895>