ports/94689: [PATCH] mail/sylpheed-claws add WITH_DEBUG knob

Pawel Pekala c0rn at o2.pl
Sun Mar 19 13:10:26 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list