From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 9 14:30:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2483516A49E for ; Sun, 9 Apr 2006 14:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E05243D46 for ; Sun, 9 Apr 2006 14:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k39EUI5m006686 for ; Sun, 9 Apr 2006 14:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k39EUI1B006685; Sun, 9 Apr 2006 14:30:18 GMT (envelope-from gnats) Date: Sun, 9 Apr 2006 14:30:18 GMT Message-Id: <200604091430.k39EUI1B006685@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= Cc: Subject: Re: ports/95455: [new port] mail/sylpheed-claws-maildir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 14:30:19 -0000 The following reply was made to PR ports/95455; it has been noted by GNATS. From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= To: bug-followup@FreeBSD.org, c0rn@o2.pl Cc: Subject: Re: ports/95455: [new port] mail/sylpheed-claws-maildir Date: Sun, 9 Apr 2006 16:22:06 +0200 Updated to newer version (0.19 -> 0.20) --- maildir.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sylpheed-claws-maildir/ # sylpheed-claws-maildir/Makefile # sylpheed-claws-maildir/distinfo # sylpheed-claws-maildir/pkg-descr # sylpheed-claws-maildir/files # sylpheed-claws-maildir/files/patch-configure.ac # echo c - sylpheed-claws-maildir/ mkdir -p sylpheed-claws-maildir/ > /dev/null 2>&1 echo x - sylpheed-claws-maildir/Makefile sed 's/^X//' >sylpheed-claws-maildir/Makefile << 'END-of-sylpheed-claws-maildir/Makefile' X# New ports collection makefile for: sylpheed-claws-maildir X# Date created: 3 April 2006 X# Whom: Pawel Pekala X# X# $FreeBSD$ X# X XPORTNAME= maildir XPORTVERSION= 0.20 XCATEGORIES= mail XMASTER_SITES= http://claws.sylpheed.org/downloads/plugins/ XPKGNAMEPREFIX= sylpheed-claws- X XMAINTAINER= c0rn@o2.pl XCOMMENT= Maildir++ plugin for sylpheed-claws X XBUILD_DEPENDS= sylpheed-claws>=2.0:${PORTSDIR}/mail/sylpheed-claws XRUN_DEPENDS= sylpheed-claws>=2.0:${PORTSDIR}/mail/sylpheed-claws X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_AUTOTOOLS= autoconf:259 XUSE_BDB= yes X XCONFIGURE_ENV= CFLAGS="-I${BDB_INCLUDE_DIR}" \ X LDFLAGS="-l${BDB_LIB_NAME} -L${BDB_LIB_DIR}" X XPLIST_FILES= lib/sylpheed-claws/plugins/maildir.a \ X lib/sylpheed-claws/plugins/maildir.la \ X lib/sylpheed-claws/plugins/maildir.so X X.include END-of-sylpheed-claws-maildir/Makefile echo x - sylpheed-claws-maildir/distinfo sed 's/^X//' >sylpheed-claws-maildir/distinfo << 'END-of-sylpheed-claws-maildir/distinfo' XMD5 (maildir-0.20.tar.gz) = 14678362400c69f5ea2cb19ca45fba3b XSHA256 (maildir-0.20.tar.gz) = f12e54a80ad4291de7800787fe9ad43096f13ac98a862295cb6ff3856eec2987 XSIZE (maildir-0.20.tar.gz) = 337961 END-of-sylpheed-claws-maildir/distinfo echo x - sylpheed-claws-maildir/pkg-descr sed 's/^X//' >sylpheed-claws-maildir/pkg-descr << 'END-of-sylpheed-claws-maildir/pkg-descr' XThis plugin provides direct support for Maildir++ mailboxes. XWith this plugin you can share your Maildir++ mailbox with other Xmailers or IMAP servers. END-of-sylpheed-claws-maildir/pkg-descr echo c - sylpheed-claws-maildir/files mkdir -p sylpheed-claws-maildir/files > /dev/null 2>&1 echo x - sylpheed-claws-maildir/files/patch-configure.ac sed 's/^X//' >sylpheed-claws-maildir/files/patch-configure.ac << 'END-of-sylpheed-claws-maildir/files/patch-configure.ac' X--- configure.ac.orig Wed Apr 5 20:25:22 2006 X+++ configure.ac Wed Apr 5 20:26:19 2006 X@@ -28,7 +28,11 @@ X # Check for sylpheed-claws X # X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.160) X-SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws ) X+if test -z $prefix ; then X+ SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws ) X+else X+ SYLPHEED_CLAWS_PLUGINDIR=$prefix/lib/sylpheed-claws/plugins X+fi X AC_SUBST(SYLPHEED_CLAWS_CFLAGS) X AC_SUBST(SYLPHEED_CLAWS_LIBS) X AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR) END-of-sylpheed-claws-maildir/files/patch-configure.ac exit --- maildir.shar ends here ---