From owner-freebsd-ports-bugs Fri Mar 7 14:40:19 2003 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 8C2E837B406 for ; Fri, 7 Mar 2003 14:40:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2479743FDD for ; Fri, 7 Mar 2003 14:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h27Me5NS081519 for ; Fri, 7 Mar 2003 14:40:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h27Me5t4081518; Fri, 7 Mar 2003 14:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DBB37B401 for ; Fri, 7 Mar 2003 14:33:34 -0800 (PST) Received: from mail.netbeat.de (mail.netbeat.de [62.208.140.19]) by mx1.FreeBSD.org (Postfix) with SMTP id A0FAF43FBD for ; Fri, 7 Mar 2003 14:33:32 -0800 (PST) (envelope-from olivleh1@dill.salatschuessel.net) Received: (qmail 22516 invoked from network); 7 Mar 2003 22:34:46 -0000 Received: from pd9e2154d.dip.t-dialin.net (HELO dill.salatschuessel.net) (217.226.21.77) by mail.netbeat.de with SMTP; 7 Mar 2003 22:34:46 -0000 Received: (qmail 27255 invoked by uid 1000); 7 Mar 2003 22:33:03 -0000 Message-Id: <20030307223303.27254.qmail@dill.salatschuessel.net> Date: 7 Mar 2003 22:33:03 -0000 From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/49021: update-port: mail/sylpheed Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 49021 >Category: ports >Synopsis: update-port: mail/sylpheed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 07 14:40:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #1: Fri Feb 28 03:31:35 CET 2003 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: 0.8.10 -> 0.8.11 >How-To-Repeat: >Fix: --- sylpheed.patch begins here --- diff -ruN sylpheed.old/Makefile sylpheed/Makefile --- sylpheed.old/Makefile Fri Mar 7 21:48:33 2003 +++ sylpheed/Makefile Fri Mar 7 22:39:57 2003 @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -21,8 +21,8 @@ USE_LIBTOOL= yes USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +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-included-gettext \ --program-transform-name='' @@ -88,7 +88,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g' ${WRKSRC}/configure + s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ diff -ruN sylpheed.old/distinfo sylpheed/distinfo --- sylpheed.old/distinfo Fri Mar 7 21:48:33 2003 +++ sylpheed/distinfo Fri Mar 7 22:00:30 2003 @@ -1 +1 @@ -MD5 (sylpheed-0.8.10.tar.bz2) = 53f32890a0582e6697f3ed2b4294b536 +MD5 (sylpheed-0.8.11.tar.bz2) = 3d28e785af86da23852225d8e1a66afe diff -ruN sylpheed.old/pkg-plist sylpheed/pkg-plist --- sylpheed.old/pkg-plist Fri Mar 7 21:48:33 2003 +++ sylpheed/pkg-plist Fri Mar 7 21:59:37 2003 @@ -15,6 +15,7 @@ share/locale/es/LC_MESSAGES/sylpheed.mo share/locale/et/LC_MESSAGES/sylpheed.mo share/locale/fr/LC_MESSAGES/sylpheed.mo +share/locale/gl/LC_MESSAGES/sylpheed.mo share/locale/hr/LC_MESSAGES/sylpheed.mo share/locale/hu/LC_MESSAGES/sylpheed.mo share/locale/it/LC_MESSAGES/sylpheed.mo --- sylpheed.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message