From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 14 06:50:02 2005 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 DF62E16A4CE for ; Sat, 14 May 2005 06:50:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F08443D80 for ; Sat, 14 May 2005 06:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4E6o2DN074586 for ; Sat, 14 May 2005 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4E6o2V5074585; Sat, 14 May 2005 06:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 14 May 2005 06:50:02 GMT Resent-Message-Id: <200505140650.j4E6o2V5074585@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, "Kay Lehmann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1559116A4CE for ; Sat, 14 May 2005 06:46:56 +0000 (GMT) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D9343D7D for ; Sat, 14 May 2005 06:46:55 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from bippes.finkenkrug.ev (lehmann.in-dsl.de [217.197.85.240]) (authenticated bits=0)j4E6kQiA020044; Sat, 14 May 2005 08:46:41 +0200 Message-Id: <1116053223.0@bippes.finkenkrug.ev> Date: Sat, 14 May 2005 08:47:03 +0200 From: "Kay Lehmann" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 cc: ebrandi@fugspbr.org Subject: ports/81003: [Update port] sysutils/dar: include gettext-header if compiled with gettext (needed for kdar) 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, 14 May 2005 06:50:03 -0000 >Number: 81003 >Category: ports >Synopsis: [Update port] sysutils/dar: include gettext-header if compiled with gettext (needed for kdar) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 14 06:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kay Lehmann >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD 5.4-STABLE #10: Wed May 11 20:22:43 CEST 2005 root@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes >Description: Headers of dar use some functions of gettext without including the necessary header libintl.h. This prevents kdar from getting compiled. >How-To-Repeat: >Fix: --- dar.patch begins here --- diff -urN dar.orig/Makefile dar/Makefile --- dar.orig/Makefile Sat May 14 08:36:00 2005 +++ dar/Makefile Sat May 14 08:35:48 2005 @@ -21,6 +21,7 @@ .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src::libdar::integers.hpp CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX} diff -urN dar.orig/files/extra-patch-src::libdar::integers.hpp dar/files/extra-patch-src::libdar::integers.hpp --- dar.orig/files/extra-patch-src::libdar::integers.hpp Thu Jan 1 01:00:00 1970 +++ dar/files/extra-patch-src::libdar::integers.hpp Sat May 14 08:35:48 2005 @@ -0,0 +1,10 @@ +--- src/libdar/integers.hpp.orig Sat Apr 16 11:38:51 2005 ++++ src/libdar/integers.hpp Sat Apr 16 11:39:27 2005 +@@ -31,6 +31,7 @@ + #define INTEGERS_HPP + + #include "../my_config.h" ++#include + + #ifndef OS_BITS + --- dar.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: