Date: Mon, 21 Mar 2005 07:52:48 +0100 (CET) From: Jean-Yves Lefort <jylefort@brutele.be> To: FreeBSD-gnats-submit@FreeBSD.org Cc: oliver@FreeBSD.org Subject: ports/79074: Update ports: mail/sylpheed and mail/sylpheed2 (use misc/mime-support, cleanups) Message-ID: <20050321065248.D46F48678@jsite.lefort.net> Resent-Message-ID: <200503210700.j2L70CVi067399@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79074 >Category: ports >Synopsis: Update ports: mail/sylpheed and mail/sylpheed2 (use misc/mime-support, cleanups) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 21 07:00:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Mon Feb 14 18:06:40 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: * Use misc/mime-support instead of shipping own mime.types * Remove useless configure args * Do not use a dist subdir >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/sylpheed/Makefile sylpheed/Makefile --- /usr/ports/mail/sylpheed/Makefile Sun Mar 6 13:20:47 2005 +++ sylpheed/Makefile Mon Mar 21 07:46:05 2005 @@ -7,20 +7,18 @@ PORTNAME= sylpheed PORTVERSION= 1.0.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ - http://sylpheed.good-day.net/sylpheed/v1.0/:source \ - ${MASTER_SITE_SOURCEFORGE:S/$/:source/} -MASTER_SITE_SUBDIR= sylpheed-claws/:source oliver/:mime +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.0/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sylpheed-claws/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r.1/rc/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime -DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support + USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -32,9 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 \ - --prefix=${PREFIX} \ - --with-libintl-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ --program-transform-name='' .if !defined(WITHOUT_SSL) @@ -58,12 +54,9 @@ LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme .endif .if defined(WITH_COMPFACE) LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif @@ -71,19 +64,13 @@ LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+=--disable-jpilot .endif .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap .endif .if !defined(WITHOUT_SSL) CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl .endif MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ @@ -107,7 +94,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|mime\.types|sylpheed-mime\.types|g' \ + @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|' \ ${WRKSRC}/src/procmime.c .if defined(NOPORTDOCS) @@ -131,7 +118,6 @@ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} .endfor - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mime.types ${PREFIX}/etc/sylpheed-mime.types .endif .include <bsd.port.post.mk> diff -ruN /usr/ports/mail/sylpheed/distinfo sylpheed/distinfo --- /usr/ports/mail/sylpheed/distinfo Sun Mar 6 13:20:47 2005 +++ sylpheed/distinfo Mon Mar 21 07:45:28 2005 @@ -1,4 +1,2 @@ -MD5 (sylpheed/sylpheed-1.0.3.tar.bz2) = 9e2733a0ea903c3fb29f537b67a6f15a -SIZE(sylpheed/sylpheed-1.0.3.tar.bz2) = 2376892 -MD5 (sylpheed/mime.types) = 7c0563d85e2e830c0266d54517ad62e8 -SIZE(sylpheed/mime.types) = 14979 +MD5 (sylpheed-1.0.3.tar.bz2) = 9e2733a0ea903c3fb29f537b67a6f15a +SIZE (sylpheed-1.0.3.tar.bz2) = 2376892 diff -ruN /usr/ports/mail/sylpheed/pkg-plist sylpheed/pkg-plist --- /usr/ports/mail/sylpheed/pkg-plist Tue Jul 13 17:14:22 2004 +++ sylpheed/pkg-plist Mon Mar 21 07:45:35 2005 @@ -1,5 +1,4 @@ bin/sylpheed -etc/sylpheed-mime.types %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.jp %%PORTDOCS%%%%DOCSDIR%%/INSTALL diff -ruN /usr/ports/mail/sylpheed2/Makefile sylpheed2/Makefile --- /usr/ports/mail/sylpheed2/Makefile Thu Mar 17 04:08:37 2005 +++ sylpheed2/Makefile Mon Mar 21 07:42:09 2005 @@ -7,20 +7,18 @@ PORTNAME= sylpheed PORTVERSION= 1.9.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ - http://sylpheed.good-day.net/sylpheed/v1.9/:source \ - ${MASTER_SITE_SOURCEFORGE:S/$/:source/} -MASTER_SITE_SUBDIR= sylpheed-claws/:source oliver/:mime +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sylpheed-claws/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r.1/rc/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime -DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support + USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -33,9 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 \ - --prefix=${PREFIX} \ - --with-libintl-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ --program-transform-name='' CONFLICTS= sylpheed-1.[0-8]* sylpheed-gtk2-[0-9]* @@ -53,17 +49,13 @@ .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+=--enable-ssl .endif - .if defined(WITH_GPGME) LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme .endif .if defined(WITH_COMPFACE) LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif @@ -71,19 +63,10 @@ LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+=--disable-jpilot .endif .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap -.endif -.if !defined(WITHOUT_SSL) -CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl .endif MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ @@ -94,7 +77,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|mime\.types|sylpheed-mime\.types|g' \ + @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|' \ ${WRKSRC}/src/procmime.c .if defined(NOPORTDOCS) @@ -118,7 +101,6 @@ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.ja ${DOCSDIR} .endfor - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mime.types ${PREFIX}/etc/sylpheed-mime.types .endif .include <bsd.port.post.mk> diff -ruN /usr/ports/mail/sylpheed2/distinfo sylpheed2/distinfo --- /usr/ports/mail/sylpheed2/distinfo Thu Mar 17 04:08:37 2005 +++ sylpheed2/distinfo Mon Mar 21 07:24:44 2005 @@ -1,4 +1,2 @@ -MD5 (sylpheed/sylpheed-1.9.6.tar.bz2) = 1cdee69bd724f20786e5390891eb4c23 -SIZE(sylpheed/sylpheed-1.9.6.tar.bz2) = 2226203 -MD5 (sylpheed/mime.types) = 7c0563d85e2e830c0266d54517ad62e8 -SIZE(sylpheed/mime.types) = 14979 +MD5 (sylpheed-1.9.6.tar.bz2) = 1cdee69bd724f20786e5390891eb4c23 +SIZE (sylpheed-1.9.6.tar.bz2) = 2226203 diff -ruN /usr/ports/mail/sylpheed2/pkg-plist sylpheed2/pkg-plist --- /usr/ports/mail/sylpheed2/pkg-plist Wed Feb 9 16:55:32 2005 +++ sylpheed2/pkg-plist Mon Mar 21 07:17:36 2005 @@ -1,5 +1,4 @@ bin/sylpheed -etc/sylpheed-mime.types %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.ja %%PORTDOCS%%%%DOCSDIR%%/INSTALL >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050321065248.D46F48678>