From owner-freebsd-ports Sun Jul 14 6:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2197237B400 for ; Sun, 14 Jul 2002 06:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C14143E65 for ; Sun, 14 Jul 2002 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6EDU2JU017455 for ; Sun, 14 Jul 2002 06:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6EDU2Al017454; Sun, 14 Jul 2002 06:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE2937B406 for ; Sun, 14 Jul 2002 06:20:38 -0700 (PDT) Received: from kartoffel.salatschuessel.net (pD9E213F9.dip.t-dialin.net [217.226.19.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC8C443E42 for ; Sun, 14 Jul 2002 06:20:36 -0700 (PDT) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.4/8.12.3) with ESMTP id g6EDK7Ol080114; Sun, 14 Jul 2002 15:20:07 +0200 (CEST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.4/8.12.4/Submit) id g6EDK1Hj080113; Sun, 14 Jul 2002 15:20:01 +0200 (CEST) Message-Id: <200207141320.g6EDK1Hj080113@kartoffel.salatschuessel.net> Date: Sun, 14 Jul 2002 15:20:01 +0200 (CEST) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/40550: update-port: mail/sylpheed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40550 >Category: ports >Synopsis: update-port: mail/sylpheed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 14 06:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Jul 10 21:57:02 CEST 2002 olivleh1@nudel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: bring the port up to date >How-To-Repeat: >Fix: --- sylpheed.patch begins here --- diff -ruN sylpheed.old/Makefile /usr/ports/mail/sylpheed/Makefile --- sylpheed.old/Makefile Sun Jul 14 14:18:06 2002 +++ /usr/ports/mail/sylpheed/Makefile Sun Jul 14 14:21:57 2002 @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.7.8 +PORTVERSION= 0.8.0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -17,6 +17,7 @@ USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" @@ -84,7 +85,7 @@ @${ECHO} "" post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g' ${WRKSRC}/configure pre-build: diff -ruN sylpheed.old/distinfo /usr/ports/mail/sylpheed/distinfo --- sylpheed.old/distinfo Sun Jul 14 14:18:06 2002 +++ /usr/ports/mail/sylpheed/distinfo Sun Jul 14 14:32:25 2002 @@ -1 +1 @@ -MD5 (sylpheed-0.7.8.tar.bz2) = dc20883985568620ca69e8189a7f55ce +MD5 (sylpheed-0.8.0.tar.bz2) = 49c33d2097e339b188eeac561ae5c251 --- sylpheed.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message