From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 18:50:16 2005 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 1C5E616A41F for ; Thu, 4 Aug 2005 18:50:16 +0000 (GMT) (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 1261243D58 for ; Thu, 4 Aug 2005 18:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j74IoDg7022860 for ; Thu, 4 Aug 2005 18:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j74IoDlW022858; Thu, 4 Aug 2005 18:50:13 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2005 18:50:13 GMT Resent-Message-Id: <200508041850.j74IoDlW022858@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 0E56A16A41F for ; Thu, 4 Aug 2005 18:42:05 +0000 (GMT) (envelope-from c0rn@gazeta.pl) Received: from imail2.gazeta.pl (host-193-42-231-144.gazeta.pl [193.42.231.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E2B43D46 for ; Thu, 4 Aug 2005 18:42:03 +0000 (GMT) (envelope-from c0rn@gazeta.pl) Received: from poczta.gazeta.pl (unverified [194.149.231.60]) by (imail2.gazeta.pl) with ESMTP id 36059556 for ; Thu, 04 Aug 2005 20:42:02 +0300 Received: from ph240.swidnica.sdi.tpnet.pl (unverified [212.160.3.240]) by mailis01.gazeta.pl (mailis01.gazeta.pl) with ESMTP id 784376 for multiple; Thu, 04 Aug 2005 20:41:59 +0200 Message-Id: <1123180986.0@ph240.swidnica.sdi.tpnet.pl> Date: Thu, 4 Aug 2005 20:43:06 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.5 Cc: corecode@corcode.ath.cx Subject: ports/84558: [patch] sylpheed-claws 1.9.13 fails to build on 4.x 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: Thu, 04 Aug 2005 18:50:16 -0000 >Number: 84558 >Category: ports >Synopsis: [patch] sylpheed-claws 1.9.13 fails to build on 4.x >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: Thu Aug 04 18:50:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD 4.11-RELEASE-p11 #9: Thu Jun 30 20:16:52 CEST 2005 root@ph240.swidnica.sdi.tpnet.pl:/usr/obj/usr/src/sys/CORN >Description: Attached patch fixes : - OPENSSLINC seems to be not defined causing -I gcc option without argument which confuses compiler - adds misplaced/missing : #include patches >How-To-Repeat: >Fix: --- sylpheed-claws.diff begins here --- diff -urN -x work /usr/ports/mail/sylpheed-claws/Makefile tmp/sylpheed-claws/Makefile --- /usr/ports/mail/sylpheed-claws/Makefile Sat Jul 30 19:36:02 2005 +++ tmp/sylpheed-claws/Makefile Thu Aug 4 20:28:23 2005 @@ -7,6 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 1.9.13 +PORTEPOCH= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -41,9 +42,12 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \ - OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +.if defined(OPENSSLINC) +CONFIGURE_ENV+= OPENSSL_FLAGS="-I{OPENSSLINC}" +.endif OPTIONS= ALL "Enable all options." off \ ASPELL "Enable spell checking support." on \ diff -urN -x work /usr/ports/mail/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c tmp/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c --- /usr/ports/mail/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c Thu Jan 1 01:00:00 1970 +++ tmp/sylpheed-claws/files/patch-src_etpan_etpan-thread-manager.c Thu Aug 4 19:25:10 2005 @@ -0,0 +1,14 @@ +--- src/etpan/etpan-thread-manager.c.old Thu Aug 4 18:58:34 2005 ++++ src//etpan/etpan-thread-manager.c Thu Aug 4 18:59:33 2005 +@@ -4,10 +4,10 @@ + + #ifdef HAVE_LIBETPAN + ++#include + #include "etpan-thread-manager.h" + + #include +-#include + #include + #include + #include diff -urN -x work /usr/ports/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c tmp/sylpheed-claws/files/patch-src_etpan_imap-thread.c --- /usr/ports/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c Sat Jul 30 13:01:08 2005 +++ tmp/sylpheed-claws/files/patch-src_etpan_imap-thread.c Thu Aug 4 19:23:33 2005 @@ -1,6 +1,11 @@ ---- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005 -+++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005 -@@ -8,6 +8,7 @@ +--- src/etpan/imap-thread.c.orig Fri Jul 22 13:30:23 2005 ++++ src/etpan/imap-thread.c Thu Aug 4 19:02:48 2005 +@@ -4,10 +4,12 @@ + + #ifdef HAVE_LIBETPAN + ++#include + #include "imap-thread.h" #include #include #include --- sylpheed-claws.diff ends here --- -- Tylko w sierpniu Avanti także w wersji MINI - z łatwością zmieści się w torebce! http://www.avantimoda.pl >Release-Note: >Audit-Trail: >Unformatted: