Index: head/x11/eterm/Makefile =================================================================== --- head/x11/eterm/Makefile (revision 21243) +++ head/x11/eterm/Makefile (revision 21244) @@ -1,49 +1,50 @@ # New ports collection makefile for: eterm -# Version required: 0.8.8 +# Version required: 0.8.9 # Date created: 24 November 1997 # Whom: Murray Stokely # # $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/ \ ftp://ftp.livewire.com.au/pub/linuxberg/files/x11/system/ \ ftp://ftp.c-com.net/pub/.30/LinuxBerg/files/x11/system/ \ ftp://ftp.sunsite.auc.dk/disk6/linuxberg.com/files/x11/system/ MAINTAINER= murray@cdrom.com LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN1= Eterm.1 pre-patch: .if ( defined(KANJI) ) ${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 + @${CHMOD} 4711 ${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 Property changes on: head/x11/eterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/x11/eterm/distinfo =================================================================== --- head/x11/eterm/distinfo (revision 21243) +++ head/x11/eterm/distinfo (revision 21244) @@ -1 +1 @@ -MD5 (Eterm-0.8.8.tar.gz) = 19c0571f900757e5a90ac36baac3f79b +MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 Property changes on: head/x11/eterm/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/x11/eterm/files/patch-ac =================================================================== --- head/x11/eterm/files/patch-ac (revision 21243) +++ head/x11/eterm/files/patch-ac (revision 21244) @@ -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 = Property changes on: head/x11/eterm/files/patch-ac ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11/eterm/pkg-plist =================================================================== --- head/x11/eterm/pkg-plist (revision 21243) +++ head/x11/eterm/pkg-plist (revision 21244) @@ -1,60 +1,57 @@ bin/Esetroot bin/Eterm +@exec chmod 4711 %D/bin/Eterm lib/libEterm.a lib/libEterm.so lib/libEterm.so.8 lib/libmej.a lib/libmej.so 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 share/Eterm/pix/button5.jpg share/Eterm/pix/circuit.png share/Eterm/pix/fourthday.jpg share/Eterm/pix/gaia.jpg share/Eterm/pix/galleon.jpg share/Eterm/pix/nebula.jpg share/Eterm/pix/night_of_the_dragon.jpg share/Eterm/pix/pixmaps.list share/Eterm/themes/Eterm/Eterm.menu share/Eterm/themes/Eterm/MAIN share/Eterm/themes/Eterm/pixmaps.list share/Eterm/themes/chooser/MAIN share/Eterm/themes/chooser/chooser.menu share/Eterm/themes/chooser/pixmaps.list share/Eterm/themes/emacs/MAIN share/Eterm/themes/emacs/emacs.menu share/Eterm/themes/emacs/pixmaps.list share/Eterm/themes/irc/MAIN share/Eterm/themes/irc/irc.menu share/Eterm/themes/irc/pixmaps.list share/Eterm/themes/mutt/MAIN share/Eterm/themes/mutt/mutt.menu share/Eterm/themes/mutt/pixmaps.list share/Eterm/themes/tn3270/MAIN share/Eterm/themes/tn3270/pixmaps.list 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 @dirrm share/Eterm/themes/emacs @dirrm share/Eterm/themes/irc @dirrm share/Eterm/themes/mutt @dirrm share/Eterm/themes/tn3270 @dirrm share/Eterm/themes/trans @dirrm share/Eterm/themes @dirrm share/Eterm/pix @dirrm share/Eterm Property changes on: head/x11/eterm/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property