From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 7 03:30:18 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 0569016A400 for ; Fri, 7 Apr 2006 03:30:17 +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 4DC6243D48 for ; Fri, 7 Apr 2006 03:30:17 +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 k373UH67073600 for ; Fri, 7 Apr 2006 03:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k373UHwo073599; Fri, 7 Apr 2006 03:30:17 GMT (envelope-from gnats) Resent-Date: Fri, 7 Apr 2006 03:30:17 GMT Resent-Message-Id: <200604070330.k373UHwo073599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pawel Pekala" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA26D16A405 for ; Fri, 7 Apr 2006 03:29:48 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from kogut.o2.pl (kogut.o2.pl [212.126.20.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C4743D48 for ; Fri, 7 Apr 2006 03:29:48 +0000 (GMT) (envelope-from c0rn@o2.pl) Received: from blaviken.slowicza.org (aboe112.neoplus.adsl.tpnet.pl [83.8.20.112]) by kogut.o2.pl (o2.pl Mailer 2.0.1) with ESMTP id 391ADEEEA2 for ; Thu, 6 Apr 2006 13:14:43 +0200 (CEST) Message-Id: <1144322102.11519@blaviken.slowicza.org> Date: Thu, 6 Apr 2006 13:15:02 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/95456: [new port] mail/sylpheed-claws-att_remover X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 03:30:18 -0000 >Number: 95456 >Category: ports >Synopsis: [new port] mail/sylpheed-claws-att_remover >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 07 03:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 5.4-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE-p11 #2: Thu Feb 2 21:14:41 CET 2006 root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN >Description: Attachment removing plugin for mail/sylpheed-claws >How-To-Repeat: >Fix: --- att_remover.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-att_remover/ # sylpheed-claws-att_remover/Makefile # sylpheed-claws-att_remover/pkg-descr # sylpheed-claws-att_remover/distinfo # sylpheed-claws-att_remover/files # sylpheed-claws-att_remover/files/patch-configure.ac # echo c - sylpheed-claws-att_remover/ mkdir -p sylpheed-claws-att_remover/ > /dev/null 2>&1 echo x - sylpheed-claws-att_remover/Makefile sed 's/^X//' >sylpheed-claws-att_remover/Makefile << 'END-of-sylpheed-claws-att_remover/Makefile' X# New ports collection makefile for: sylpheed-claws-att_remover X# Date created: 3 April 2006 X# Whom: Pawel Pekala X# X# $FreeBSD$ X# X XPORTNAME= att_remover XPORTVERSION= 0.4 XCATEGORIES= mail XMASTER_SITES= http://claws.sylpheed.org/downloads/ XPKGNAMEPREFIX= sylpheed-claws- X XMAINTAINER= c0rn@o2.pl XCOMMENT= Attachments removing plugin for sylpheed-claws X XBUILD_DEPENDS= sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws XRUN_DEPENDS= sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_AUTOTOOLS= autoconf:259 X XPLIST_FILES= lib/sylpheed-claws/plugins/att_remover.a \ X lib/sylpheed-claws/plugins/att_remover.la \ X lib/sylpheed-claws/plugins/att_remover.so X X.include END-of-sylpheed-claws-att_remover/Makefile echo x - sylpheed-claws-att_remover/pkg-descr sed 's/^X//' >sylpheed-claws-att_remover/pkg-descr << 'END-of-sylpheed-claws-att_remover/pkg-descr' XThis plugin lets you remove attachments from emails. END-of-sylpheed-claws-att_remover/pkg-descr echo x - sylpheed-claws-att_remover/distinfo sed 's/^X//' >sylpheed-claws-att_remover/distinfo << 'END-of-sylpheed-claws-att_remover/distinfo' XMD5 (att_remover-0.4.tar.gz) = ff04547862a214282e834667733c617e XSHA256 (att_remover-0.4.tar.gz) = 9df254f174e797eef44768ec11a5dbb39ab3ba0c836a60c11f14f056ca006195 XSIZE (att_remover-0.4.tar.gz) = 316226 END-of-sylpheed-claws-att_remover/distinfo echo c - sylpheed-claws-att_remover/files mkdir -p sylpheed-claws-att_remover/files > /dev/null 2>&1 echo x - sylpheed-claws-att_remover/files/patch-configure.ac sed 's/^X//' >sylpheed-claws-att_remover/files/patch-configure.ac << 'END-of-sylpheed-claws-att_remover/files/patch-configure.ac' X--- configure.ac.orig Wed Apr 5 19:44:43 2006 X+++ configure.ac Wed Apr 5 19:49:44 2006 X@@ -42,7 +42,11 @@ X X dnl check for sylpheed-claws X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93) 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-att_remover/files/patch-configure.ac exit --- att_remover.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: