Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 1999 16:52:24 +0900 (JST)
From:      KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13634: Update ports: im-130(mail/im)
Message-ID:  <199909080752.QAA59551@pis.toba-cmt.ac.jp>

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

>Number:         13634
>Category:       ports
>Synopsis:       Update ports: im-130(mail/im)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep  8 01:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     KIRIYAMA Kazuhiko
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Toba National College of Maritime Technology.
	Department of Electronic Mechanical Engineering
>Environment:
>Description:
Updated the port im-130(mail/im). 

Current modifications are :

(1) Update to 130

I put the diff from ports-current in "Fix:".
>How-To-Repeat:
>Fix:
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^#.*\$FreeBSD:.*$ /usr/ports/current/mail/im/Makefile ./Makefile
--- /usr/ports/current/mail/im/Makefile	Wed Aug 25 20:35:12 1999
+++ ./Makefile	Wed Sep  8 16:50:16 1999
@@ -1,25 +1,26 @@
 # New ports collection makefile for: IM
-# Version required:	100
+# Version required:	130
 # Date created:		13 November 1997
 # Whom:			Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
 #
 # $FreeBSD: ports/mail/im/Makefile,v 1.5 1999/08/25 06:50:13 obrien Exp $
 #
 
-DISTNAME=	im-100
+DISTNAME=	im-130
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.mew.org/pub/Mew/ \
 		ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \
-		ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
+		${MASTER_SITE_PORTS_JP}
 
 MAINTAINER=	kiri@kiri.toba-cmt.ac.jp
 
 USE_PERL5=	yes
-
+USE_AUTOCONF=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS= --libdir=${PREFIX}/etc
 # If you use RPOP instead of APOP, comment out following line.
 #CONFIGURE_ARGS+=--enable-rpop
+MAKE_ARGS=	prefix=${PREFIX} imlibdir=${PREFIX}/etc/im
 
 PORTDOCDIR=	${PREFIX}/share/doc/im
 SAMPLEDIR=	${PREFIX}/share/examples/im
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^#.*\$FreeBSD:.*$ /usr/ports/current/mail/im/files/md5 ./files/md5
--- /usr/ports/current/mail/im/files/md5	Fri Oct  9 11:46:13 1998
+++ ./files/md5	Mon Sep  6 16:25:46 1999
@@ -1 +1 @@
-MD5 (im-100.tar.gz) = 11c86eca599c8f1a43cd2ff9578915dd
+MD5 (im-130.tar.gz) = df0df6bc4909b17cf1478062c7b67875
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^#.*\$FreeBSD:.*$ /usr/ports/current/mail/im/patches/patch-ab ./patches/patch-ab
--- /usr/ports/current/mail/im/patches/patch-ab	Thu Jan  1 09:00:00 1970
+++ ./patches/patch-ab	Mon Aug 30 16:58:10 1999
@@ -0,0 +1,11 @@
+--- configure.in~	Fri Aug 20 13:10:00 1999
++++ configure.in	Mon Aug 30 16:57:34 1999
+@@ -96,7 +96,7 @@
+ esac
+ 
+ AC_MSG_CHECKING([domain for mail-address])
+-im_hostname=`hostname`
++im_hostname="_domain_of_your_mail_address_"
+ AC_MSG_RESULT([$im_hostname])
+ 
+ AC_OUTPUT(imali:imali.in imcat:imcat.in imcd:imcd.in imclean:imclean.in \
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^#.*\$FreeBSD:.*$ /usr/ports/current/mail/im/pkg/COMMENT ./pkg/COMMENT
--- /usr/ports/current/mail/im/pkg/COMMENT	Sun Jun 27 20:34:42 1999
+++ ./pkg/COMMENT	Mon May 17 22:09:43 1999
@@ -1 +1 @@
-A set of user interfaces of Email and NetNews
+A set of user interfaces of Email and NetNews.
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^#.*\$FreeBSD:.*$ /usr/ports/current/mail/im/pkg/PLIST ./pkg/PLIST
--- /usr/ports/current/mail/im/pkg/PLIST	Fri Oct  9 11:46:14 1998
+++ ./pkg/PLIST	Mon Aug 30 16:46:16 1999
@@ -1,9 +1,12 @@
 bin/imali
 bin/imcat
 bin/imcd
+bin/imclean
 bin/imget
 bin/imgrep
 bin/imhist
+bin/imhsync
+bin/imjoin
 bin/imls
 bin/immv
 bin/impack
@@ -14,8 +17,6 @@
 bin/imsetup
 bin/imsort
 bin/imstore
-bin/imclean
-bin/imjoin
 bin/imtar
 etc/im/SiteConfig
 @unexec if [ -f %B/SiteConfig.new ]; then rm -f %B/SiteConfig.new; fi
@@ -26,7 +27,7 @@
 lib/IM/File.pm
 lib/IM/Folder.pm
 lib/IM/GetPass.pm
-lib/IM/Header.pm
+lib/IM/Grep.pm
 lib/IM/History.pm
 lib/IM/Http.pm
 lib/IM/Imap.pm
@@ -44,15 +45,7 @@
 lib/IM/Smtp.pm
 lib/IM/Stdio.pm
 lib/IM/TcpTransaction.pm
-lib/IM/Grep.pm
 lib/IM/Util.pm
-share/examples/im/Config
-share/examples/im/Petnames
-share/examples/im/get.sbr
-share/examples/im/password
-share/examples/im/scan.sbr
-share/examples/im/scan.sbr.sample1
-share/examples/im/scan.sbr.sample2
 share/doc/im/00changes
 share/doc/im/00copyright
 share/doc/im/00copyright.jis
@@ -76,6 +69,15 @@
 share/doc/im/man/imsort.jis
 share/doc/im/man/imstore.jis
 share/doc/im/man/imtar.jis
+share/examples/im/Config
+share/examples/im/Petnames
+share/examples/im/get.sbr
+share/examples/im/getchk.sbr
+share/examples/im/getchk.sbr.postpet
+share/examples/im/password
+share/examples/im/scan.sbr
+share/examples/im/scan.sbr.sample1
+share/examples/im/scan.sbr.sample2
 @dirrm lib/IM
 @dirrm share/doc/im/man
 @dirrm share/doc/im
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^#.*\$FreeBSD:.*$ /usr/ports/current/mail/im/scripts/post-configure ./scripts/post-configure
--- /usr/ports/current/mail/im/scripts/post-configure	Fri Oct  9 11:46:14 1998
+++ ./scripts/post-configure	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-perl -p -i \
-    -e 's@^prefix[ \t]*=.*$@prefix=\${PREFIX}@;
-	s@^imlibdir[ \t]*=.*$@imlibdir=\${PREFIX}/etc/im@' \
-    ${WRKSRC}/Makefile

>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?199909080752.QAA59551>