From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 22 16:30:26 2003 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 D713F16A4B3 for ; Mon, 22 Sep 2003 16:30:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A23543FD7 for ; Mon, 22 Sep 2003 16:30:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8MNUKFY018395 for ; Mon, 22 Sep 2003 16:30:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8MNUKCo018394; Mon, 22 Sep 2003 16:30:20 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 22 Sep 2003 16:30:20 -0700 (PDT) Resent-Message-Id: <200309222330.h8MNUKCo018394@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, Tijl Coosemans Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B5E16A4BF for ; Mon, 22 Sep 2003 16:23:58 -0700 (PDT) Received: from rusty.kulnet.kuleuven.ac.be (rusty.kulnet.kuleuven.ac.be [134.58.240.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B3D44022 for ; Mon, 22 Sep 2003 16:23:52 -0700 (PDT) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id E97E31D717A for ; Tue, 23 Sep 2003 01:23:50 +0200 (CEST) Received: from lepidus.kulnet.kuleuven.ac.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 75E9B1D7267 for ; Tue, 23 Sep 2003 01:23:50 +0200 (CEST) Received: from localhost (10-4-5-217.kotnet.org [10.4.5.217]) by lepidus.kulnet.kuleuven.ac.be (Postfix) with SMTP id 235F7380002 for ; Tue, 23 Sep 2003 01:23:50 +0200 (CEST) Message-Id: <20030923012349.4264f0b9.tijl@ulyssis.org> Date: Tue, 23 Sep 2003 01:23:49 +0200 From: Tijl Coosemans To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57116: [PATCH] devel/libticalcs: fix unbuildable port 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: Mon, 22 Sep 2003 23:30:27 -0000 >Number: 57116 >Category: ports >Synopsis: [PATCH] devel/libticalcs: fix unbuildable port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 22 16:30:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD 10-4-5-217.kotnet.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jun 28 17:44:16 CEST 2003 root@10-4-5-217.kotnet.org:/usr/obj/usr/src/sys/TIJL i386 >Description: Though this port hasn't been built yet by bento due to problems with dependencies, it will fail without this patch applied. - dependency update: intl.4 -> intl.5 - fix file that doesn't respect PREFIX >How-To-Repeat: >Fix: --- patch begins here --- diff -Nru libticalcs.orig/Makefile libticalcs/Makefile --- libticalcs.orig/Makefile Mon Sep 15 10:36:33 2003 +++ libticalcs/Makefile Sat Sep 20 13:55:51 2003 @@ -18,7 +18,7 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \ tifiles.5:${PORTSDIR}/devel/libtifiles \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_GNOME= glib20 GNU_CONFIGURE= yes diff -Nru libticalcs.orig/files/patch-macros-Makefile.in libticalcs/files/patch-macros-Makefile.in --- libticalcs.orig/files/patch-macros-Makefile.in Thu Jan 1 01:00:00 1970 +++ libticalcs/files/patch-macros-Makefile.in Sat Sep 20 13:35:29 2003 @@ -0,0 +1,11 @@ +--- macros/Makefile.in.orig Sat Sep 20 13:34:57 2003 ++++ macros/Makefile.in Sat Sep 20 13:35:18 2003 +@@ -194,7 +194,7 @@ + done + + +-aclocaldir = @ACLOCALDIR@ ++aclocaldir = ${datadir}/aclocal + + @Aclocal_TRUE@aclocal_DATA = ticalcs.m4 + subdir = macros --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: