From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:02:58 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 EA4F816A524 for ; Wed, 5 Jul 2006 18:02:57 +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 AF1AB43D73 for ; Wed, 5 Jul 2006 18:01:19 +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 k65I0bvM006059 for ; Wed, 5 Jul 2006 18:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65I0bux006056; Wed, 5 Jul 2006 18:00:37 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 18:00:37 GMT Resent-Message-Id: <200607051800.k65I0bux006056@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 A4F8E16A4DF; Wed, 5 Jul 2006 17:57:03 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DED43D8B; Wed, 5 Jul 2006 17:56:55 +0000 (GMT) (envelope-from c0rn@o2.pl) Received: from blaviken.slowicza.org (aboe18.neoplus.adsl.tpnet.pl [83.8.20.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 21784580C5; Wed, 5 Jul 2006 19:56:54 +0200 (CEST) Message-Id: <1152122233.28764@blaviken.slowicza.org> Date: Wed, 5 Jul 2006 19:57:13 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: netchild@FreeBSD.org Subject: ports/99813: [PATCH] mail/sylpheed-claws add WITH_DILLO knob, fix WITH_DEBUG 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: Wed, 05 Jul 2006 18:02:58 -0000 >Number: 99813 >Category: ports >Synopsis: [PATCH] mail/sylpheed-claws add WITH_DILLO knob, fix WITH_DEBUG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 18:00:37 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 5.5-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.5-RELEASE #5: Mon May 29 17:57:41 CEST 2006 root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN >Description: - add WITH_DILLO knob and optionally depend on www/dillo - don`t strip binaries when building with WITH_DEBUG >How-To-Repeat: >Fix: --- claws.diff begins here --- diff -ur /usr/ports/mail/sylpheed-claws/Makefile sylpheed-claws/Makefile --- /usr/ports/mail/sylpheed-claws/Makefile Mon Jul 3 18:03:34 2006 +++ sylpheed-claws/Makefile Wed Jul 5 19:52:05 2006 @@ -52,6 +52,7 @@ CLAMAV "Enable virus-checking support." off \ COMPFACE "Enable X-Face support." on \ DEBUG "Enable debug support." off \ + DILLO "Enable Dillo HTML viewer." off \ GNOMEPRINT "Enable extended print support (GNOME)." off \ GPGME "Enable PGP/GnuPG support using GPGME." off \ JPILOT "Enable JPilot support." off \ @@ -145,6 +146,14 @@ .endif .if defined(WITH_DEBUG) || defined(WITH_ALL) CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog +STRIP= '' +.endif +.if defined(WITH_DILLO) || defined(WITH_ALL) +PLIST_SUB+= DILLO="" +RUN_DEPENDS+= dillo:${PORTSDIR}/www/dillo +.else +PLIST_SUB+= DILLO="@comment " +CONFIGURE_ARGS+= --disable-dillo-viewer-plugin .endif post-extract: diff -ur /usr/ports/mail/sylpheed-claws/pkg-plist sylpheed-claws/pkg-plist --- /usr/ports/mail/sylpheed-claws/pkg-plist Mon Jul 3 18:03:34 2006 +++ sylpheed-claws/pkg-plist Wed Jul 5 19:41:15 2006 @@ -201,9 +201,9 @@ %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.a %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.la %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so -lib/sylpheed-claws/plugins/dillo_viewer.a -lib/sylpheed-claws/plugins/dillo_viewer.la -lib/sylpheed-claws/plugins/dillo_viewer.so +%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.a +%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.la +%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.so %%GPGME%%lib/sylpheed-claws/plugins/pgpcore.a %%GPGME%%lib/sylpheed-claws/plugins/pgpcore.la %%GPGME%%lib/sylpheed-claws/plugins/pgpcore.so --- claws.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: