From owner-freebsd-ports Sat Sep 7 1:40: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5CB637B400 for ; Sat, 7 Sep 2002 01:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C8743E6E for ; Sat, 7 Sep 2002 01:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g878e2JU041937 for ; Sat, 7 Sep 2002 01:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g878e2CM041936; Sat, 7 Sep 2002 01:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4465C37B401 for ; Sat, 7 Sep 2002 01:31:33 -0700 (PDT) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.121.240.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3404043E4A for ; Sat, 7 Sep 2002 01:31:32 -0700 (PDT) (envelope-from jochem@jochem.dyndns.org) Received: from lisa.jochem.dyndns.org (lisa.jochem.dyndns.org [192.168.1.2]) by jochem.dyndns.org (8.12.2/8.12.2) with ESMTP id g878V4Al030771 for ; Sat, 7 Sep 2002 10:31:32 +0200 (CEST) Received: from lisa.jochem.dyndns.org (localhost [127.0.0.1]) by lisa.jochem.dyndns.org (8.12.3/8.12.3) with ESMTP id g878V0EA021570 for ; Sat, 7 Sep 2002 10:31:01 +0200 (CEST) (envelope-from jochem@lisa.jochem.dyndns.org) Received: (from jochem@localhost) by lisa.jochem.dyndns.org (8.12.3/8.12.3/Submit) id g878V0XW021569; Sat, 7 Sep 2002 10:31:00 +0200 (CEST) Message-Id: <200209070831.g878V0XW021569@lisa.jochem.dyndns.org> Date: Sat, 7 Sep 2002 10:31:00 +0200 (CEST) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42499: [MAINTAINER FIX] fix dependency issue (fixes -current build) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42499 >Category: ports >Synopsis: [MAINTAINER FIX] fix dependency issue (fixes -current build) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 07 01:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD lisa 4.6-RC FreeBSD 4.6-RC #1: Thu Aug 1 22:54:07 CEST 2002 root@lisa:/usr/obj/usr/src/sys/LISA i386 >Description: Missing dependency on devel/gettext.... >How-To-Repeat: >Fix: --- cplay-1.45_1-fix_current_build.diff begins here --- diff -ruN cplay.orig/Makefile cplay/Makefile --- cplay.orig/Makefile Sat Sep 7 10:10:44 2002 +++ cplay/Makefile Sat Sep 7 10:15:00 2002 @@ -13,6 +13,9 @@ MAINTAINER= j.kossen@home.nl +# depends on msgfmt, but xview installs a msgfmt too +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext + USE_GMAKE= yes USE_PYTHON= yes MAN1= cplay.1 --- cplay-1.45_1-fix_current_build.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message