Date: Sun, 19 Mar 2006 14:08:36 +0100 From: "Pawel Pekala" <c0rn@o2.pl> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: netchild@FreeBSD.org Subject: ports/94689: [PATCH] mail/sylpheed-claws add WITH_DEBUG knob Message-ID: <1142773716.79722@blaviken.slowicza.org> Resent-Message-ID: <200603191310.k2JDAHZR086679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94689 >Category: ports >Synopsis: [PATCH] mail/sylpheed-claws add WITH_DEBUG knob >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: Sun Mar 19 13:10:17 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: Adds WITH_DEBUG knob. >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 Sun Mar 19 12:40:05 2006 +++ sylpheed-claws/Makefile Sun Mar 19 14:06:13 2006 @@ -7,7 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -52,6 +52,7 @@ ASPELL "Enable spell checking support." on \ CLAMAV "Enable virus-checking support." off \ COMPFACE "Enable X-Face support." on \ + DEBUG "Enable debug support." off\ GNOMEPRINT "Enable extended print support (GNOME)." off \ GPGME "Enable PGP/GnuPG support using GPGME." off \ JPILOT "Enable JPilot support." off \ @@ -152,6 +153,9 @@ PLIST_SUB+= THEMES="@comment " .else PLIST_SUB+= THEMES="" +.endif +.if defined(WITH_DEBUG) || defined(WITH_ALL) +CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog .endif post-extract: --- claws.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142773716.79722>