Hello all. As requested by ajacoutot@, sending a separate mail to review this patch.
When using "compface" FLAVOR of mail/claws-mail and mail/sylpheed, you'd have not only set PERMIT_PACKAGE_CDROM="No Fee" (or whatever), but also PERMIT_PACKAGE_FTP=Yes, or licensing info will be incomplete. Found with portcheck. -- WBR, Vadim Zhukov Index: mail/claws-mail/Makefile =================================================================== RCS file: /cvs/ports/mail/claws-mail/Makefile,v retrieving revision 1.62 diff -u -p -r1.62 Makefile --- mail/claws-mail/Makefile 20 Jun 2013 06:54:36 -0000 1.62 +++ mail/claws-mail/Makefile 19 Aug 2013 11:12:33 -0000 @@ -9,9 +9,10 @@ COMMENT-spamassassin= spamassassin plugi V= 3.8.1 DISTNAME= claws-mail-${V} -REVISION-main= 5 -REVISION-bogofilter= 4 -REVISION-spamassassin= 4 +REVISION-main= 6 +REVISION-bogofilter= 5 +REVISION-clamav= 0 +REVISION-spamassassin= 5 PKGNAME-main= ${DISTNAME} PKGNAME-bogofilter= claws-mail-bogofilter-${V} PKGNAME-spamassassin= claws-mail-spamassassin-${V} @@ -97,6 +98,7 @@ CONFIGURE_ARGS+= --disable-jpilot .if ${FLAVOR:Mcompface} PERMIT_PACKAGE_CDROM= No Fee +PERMIT_PACKAGE_FTP= Yes LIB_DEPENDS-main+= mail/faces WANTLIB-main += compface>=1 .else Index: mail/sylpheed/Makefile =================================================================== RCS file: /cvs/ports/mail/sylpheed/Makefile,v retrieving revision 1.101 diff -u -p -r1.101 Makefile --- mail/sylpheed/Makefile 21 Mar 2013 08:46:32 -0000 1.101 +++ mail/sylpheed/Makefile 19 Aug 2013 11:12:37 -0000 @@ -3,6 +3,7 @@ COMMENT = lightweight and user-friendly e-mail client DISTNAME = sylpheed-3.2.0 +REVISION = 0 SHARED_LIBS += sylph-0 2.1 # 2.1 SHARED_LIBS += sylpheed-plugin-0 2.1 # 2.1 @@ -49,7 +50,8 @@ FLAVOR?= LIB_DEPENDS+= mail/faces WANTLIB+= compface CONFIGURE_ARGS += --enable-compface -PERMIT_PACKAGE_CDROM = No fee +PERMIT_PACKAGE_CDROM = No fee +PERMIT_PACKAGE_FTP = Yes .else CONFIGURE_ARGS+= --disable-compface .endif