Date: Sat, 31 Aug 2002 02:38:51 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42245: Update port: mail/libetpan Message-ID: <200208310938.g7V9cpG3041432@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42245 >Category: ports >Synopsis: Update port: mail/libetpan >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 Aug 31 02:40:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Do not install .la file - Fix pkg-comment format New file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/libetpan/Makefile mail/libetpan/Makefile --- /usr/ports/mail/libetpan/Makefile Thu Jun 27 17:41:04 2002 +++ mail/libetpan/Makefile Fri Aug 30 03:06:20 2002 @@ -8,18 +8,18 @@ PORTNAME= libetpan PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_OPENSSL= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff -urN /usr/ports/mail/libetpan/files/patch-configure mail/libetpan/files/patch-configure --- /usr/ports/mail/libetpan/files/patch-configure Thu Jan 1 09:00:00 1970 +++ mail/libetpan/files/patch-configure Fri Aug 30 03:10:13 2002 @@ -0,0 +1,10 @@ +--- configure.orig Thu Jun 27 06:20:11 2002 ++++ configure Fri Aug 30 03:10:00 2002 +@@ -5228,6 +5228,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/mail/libetpan/pkg-comment mail/libetpan/pkg-comment --- /usr/ports/mail/libetpan/pkg-comment Thu Jun 27 17:41:04 2002 +++ mail/libetpan/pkg-comment Fri Aug 30 03:08:30 2002 @@ -1 +1 @@ -libEtPan! - a mail library +A mail library diff -urN /usr/ports/mail/libetpan/pkg-plist mail/libetpan/pkg-plist --- /usr/ports/mail/libetpan/pkg-plist Thu Jun 27 17:41:04 2002 +++ mail/libetpan/pkg-plist Fri Aug 30 03:06:45 2002 @@ -59,8 +59,7 @@ include/libetpan/nntpdriver_cached.h include/libetpan/pop3driver.h include/libetpan/pop3driver_cached.h -@dirrm include/libetpan lib/libetpan.a -lib/libetpan.la lib/libetpan.so lib/libetpan.so.0 +@dirrm include/libetpan >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?200208310938.g7V9cpG3041432>