From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 11 01:30:25 2004 Return-Path: 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 1F8AE16A4CE for ; Sat, 11 Sep 2004 01:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0219F43D2F for ; Sat, 11 Sep 2004 01:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8B1UO61058850 for ; Sat, 11 Sep 2004 01:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8B1UOgP058849; Sat, 11 Sep 2004 01:30:24 GMT (envelope-from gnats) Resent-Date: Sat, 11 Sep 2004 01:30:24 GMT Resent-Message-Id: <200409110130.i8B1UOgP058849@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77BA16A4CF; Sat, 11 Sep 2004 01:26:27 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497BD43D3F; Sat, 11 Sep 2004 01:26:27 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 693A23E9C54; Sat, 11 Sep 2004 09:26:26 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97840-10; Sat, 11 Sep 2004 09:26:23 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 58F7B3E9C50; Sat, 11 Sep 2004 09:26:23 +0800 (CST) Message-Id: <20040911012623.58F7B3E9C50@utopia.leeym.com> Date: Sat, 11 Sep 2004 09:26:23 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/71575: [PATCH] mail/anubis: add WITHOUT_NLS and USE_GETTEXT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 01:30:25 -0000 >Number: 71575 >Category: ports >Synopsis: [PATCH] mail/anubis: add WITHOUT_NLS and USE_GETTEXT >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: Sat Sep 11 01:30:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA3 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA3 FreeBSD 5.3-BETA3 #4: Fri Sep 10 05:12:41 CST 2004 >Description: - this port installs GNU message cataglogs, so add WITHOUT_NLS and USE_GETTEXT Port maintainer (sergei@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- anubis-3.6.2_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/anubis/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 7 Mar 2004 20:49:32 -0000 1.20 +++ Makefile 11 Sep 2004 01:23:30 -0000 @@ -34,6 +34,14 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" LDFLAGS="${LDFLAGS}" LDFLAGS+= -L${LOCALBASE}/lib +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + # Select TLS/SSL API: either OpenSSL (default), GnuTLS, or none .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/anubis/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 6 Aug 2003 21:44:23 -0000 1.6 +++ pkg-plist 11 Sep 2004 01:23:30 -0000 @@ -15,5 +15,5 @@ %%PAM%%%%EXAMPLESDIR%%/pam/anubis.deny %%PAM%%@dirrm %%EXAMPLESDIR%%/pam @dirrm %%EXAMPLESDIR%% -share/locale/fr/LC_MESSAGES/anubis.mo -share/locale/tr/LC_MESSAGES/anubis.mo +%%NLS%%share/locale/fr/LC_MESSAGES/anubis.mo +%%NLS%%share/locale/tr/LC_MESSAGES/anubis.mo --- anubis-3.6.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: