From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 25 20:50:21 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 E8E5816A4CE for ; Sat, 25 Dec 2004 20:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD78043D45 for ; Sat, 25 Dec 2004 20:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBPKoLdM087460 for ; Sat, 25 Dec 2004 20:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBPKoLxu087459; Sat, 25 Dec 2004 20:50:21 GMT (envelope-from gnats) Resent-Date: Sat, 25 Dec 2004 20:50:21 GMT Resent-Message-Id: <200412252050.iBPKoLxu087459@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, Andrey Slusar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF20716A4CE for ; Sat, 25 Dec 2004 20:47:52 +0000 (GMT) Received: from mail-kv.alkar.net (mail-kv.alkar.net [195.248.176.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F26943D2F for ; Sat, 25 Dec 2004 20:47:52 +0000 (GMT) (envelope-from anray@inet.ua) Received: from [212.86.238.60] (helo=santinel.home.ua) by mail-kv.alkar.net with esmtp (Exim 4.34 (FreeBSD)) id 1CiIpH-0004Z1-Vg for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Dec 2004 22:47:51 +0200 Received: from anray by santinel.home.ua with local (Exim 4.43; FreeBSD) id 1CiIpI-00061P-R0 for ; Sat, 25 Dec 2004 22:47:48 +0200 Message-Id: Date: Sat, 25 Dec 2004 22:47:48 +0200 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75495: [MAINTEINER] net/kf: fix installing *.mo files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrey Slusar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 20:50:22 -0000 >Number: 75495 >Category: ports >Synopsis: [MAINTEINER] net/kf: fix installing *.mo files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 20:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.3-STABLE i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 30 13:06:39 EET 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: Fix installing *.mo files. >How-To-Repeat: >Fix: --- kf.diff begins here --- diff -ruN net/kf/Makefile kf/Makefile --- net/kf/Makefile Mon Dec 20 20:34:32 2004 +++ kf/Makefile Sat Dec 25 22:33:37 2004 @@ -7,6 +7,7 @@ PORTNAME= kf PORTVERSION= 0.2 +PORTREVISIO= 1 CATEGORIES= net MASTER_SITES= http://www.habazie.rams.pl/kf/files/ \ http://www.jabberstudio.org/projects/kf/releases/ @@ -21,6 +22,9 @@ USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 + +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .ifndef(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 --- kf.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: